summaryrefslogtreecommitdiff
path: root/board/intel/slimbootloader/Kconfig
AgeCommit message (Collapse)Author
2024-02-27slimbootloader: Remove empty config headerTom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the slimbootloader platform and remove the otherwise empty file. Signed-off-by: Tom Rini <[email protected]>
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
The current name is inconsistent with SPL which uses CONFIG_SPL_TEXT_BASE and this makes it imposible to use CONFIG_VAL(). Rename it to resolve this problem. Signed-off-by: Simon Glass <[email protected]>
2019-08-09board: intel: Add new slimbootloader boardPark, Aiden
Add slimbootloader board to run U-boot as a Slim Bootloader payload - Add new board/intel/slimbootloader directory with minimum codes - Add slimbootloader configuration files - Add doc/board/intel/slimbootloader.rst Signed-off-by: Aiden Park <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Tested-by: Bin Meng <[email protected]> [bmeng: add slimbootloader board MAINTAINERS file] Signed-off-by: Bin Meng <[email protected]>