Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-29 | x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS | Bin Meng | |
Currently all x86 boards still use CONFIG_SYS_EXTRA_OPTIONS to define the text base address. Since it is deprecated, just remove it and use CONFIG_SYS_TEXT_BASE directly. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2015-02-06 | x86: Add basic Intel Galileo board support | Bin Meng | |
New board/intel/galileo board directory with minimum codes, plus board dts, defconfig and configuration files. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> |