[U-Boot] [PATCH 0/4] config: Add FreeBSD kconfig options
Emmanuel Vadot
manu at bidouilliste.com
Mon Nov 7 09:34:27 CET 2016
This series of patches add the needed bits for booting the FreeBSD
loader.
FreeBSD loader needs the U-Boot API and dache disabled for it to run so
add kconfig options for them.
Also add some some boot command that locate and run the FreeBSD loader
if found.
Emmanuel Vadot (4):
kconfig: Add API kconfig file
kconfig: arm: Add SYS_DCACHE_OFF option
kconfig: Add a FREEBSD option
distro_bootcmd: Add command to run FreeBSD
Kconfig | 2 ++
api/Kconfig | 9 +++++++++
arch/arm/Kconfig | 6 ++++++
common/Kconfig | 9 +++++++++
include/config_distro_bootcmd.h | 32 ++++++++++++++++++++++++++++++++
5 files changed, 58 insertions(+)
create mode 100644 api/Kconfig
--
2.9.2
More information about the U-Boot
mailing list