Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-04 | x86: Set CONFIG_NR_DRAM_BANKS to 8 and move it to x86-common.h | Bin Meng | |
Some x86 boards set CONFIG_NR_DRAM_BANKS to 1, which causes incorrect DRAM size printed when booting from coreboot, like this: CPU: x86, vendor Intel, device 663h DRAM: 636 KiB Using default environment Change it to 8 which should be enough for both coreboot and bare cases, and move it to x86-common.h. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2015-04-16 | x86: Move common Chromebook config into a separate file | Simon Glass | |
Since Chromebooks mostly have similar configuration, put it in a common file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |