summaryrefslogtreecommitdiff
path: root/board/intel/slimbootloader/start.S
AgeCommit message (Collapse)Author
2020-09-01x86: intel: slimbootloader: Remove dead codeAndy Shevchenko
start.S does nothing and can be safely removed. Makefile is still being used by the build system, so simply drop the rule from it. Signed-off-by: Andy Shevchenko <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Aiden Park <[email protected]> Reviewed-by: Bin Meng <[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]>