mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
06d336cca2
There are several blocks of registers that are accessed from all over the code on Intel CPUs. These don't currently have their own driver and it is not clear whether having a driver makes sense. An example is the Memory Controller Hub (MCH). We map it to a known location on some Intel chips (mostly those without FSP - Firmware Support Package). Add a new header file for these registers, and move MCH into it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |
||
---|---|---|
.. | ||
bd82x6x.c | ||
cpu.c | ||
early_me.c | ||
fsp_configs.c | ||
gma.c | ||
gma.h | ||
ivybridge.c | ||
Kconfig | ||
lpc.c | ||
Makefile | ||
me_status.c | ||
model_206ax.c | ||
northbridge.c | ||
report_platform.c | ||
sata.c | ||
sdram.c |