U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] config: Add FreeBSD kconfig options
@ 2016-11-07  8:34 Emmanuel Vadot
  2016-11-07  8:34 ` [U-Boot] [PATCH 1/4] kconfig: Add API kconfig file Emmanuel Vadot
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Emmanuel Vadot @ 2016-11-07  8:34 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-17 16:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07  8:34 [U-Boot] [PATCH 0/4] config: Add FreeBSD kconfig options Emmanuel Vadot
2016-11-07  8:34 ` [U-Boot] [PATCH 1/4] kconfig: Add API kconfig file Emmanuel Vadot
2016-11-07  8:34 ` [U-Boot] [PATCH 2/4] kconfig: arm: Add SYS_DCACHE_OFF option Emmanuel Vadot
2016-11-07  8:34 ` [U-Boot] [PATCH 3/4] kconfig: Add a FREEBSD option Emmanuel Vadot
2016-11-07  8:34 ` [U-Boot] [PATCH 4/4] distro_bootcmd: Add command to run FreeBSD Emmanuel Vadot
2016-11-11 16:07 ` [U-Boot] [PATCH 0/4] config: Add FreeBSD kconfig options Tom Rini
2016-11-17 14:12   ` Emmanuel Vadot
2016-11-17 16:27     ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox