All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Add FreeBSD kconfig options
@ 2017-01-17 15:50 Emmanuel Vadot
  2017-01-17 15:50 ` [U-Boot] [PATCH v2 1/4] kconfig: Add API kconfig file Emmanuel Vadot
                   ` (5 more replies)
  0 siblings, 6 replies; 29+ messages in thread
From: Emmanuel Vadot @ 2017-01-17 15:50 UTC (permalink / raw)
  To: u-boot

This series of patches add the needed bits for booting the FreeBSD
loader and kernel.
FreeBSD loader and kernel needs the U-Boot API and dcache/icache flushed
for it to run so add this operation in go/bootelf command and when closing
the API.
Also add some some boot command that locate and run the FreeBSD loader
if found.

Changes in v2:
  Remove SYS_DCACHE_OFF option
  Flush dcache/icache in go/boot command
  Flush dcache/icache in API closedev

Emmanuel Vadot (3):
  kconfig: Add API kconfig file
  kconfig: Add a FREEBSD option
  distro_bootcmd: Add command to run FreeBSD

Warner Losh (1):
  api: FreeBSD: flush cache before starting loader/kernel

 Kconfig                         |  2 ++
 api/Kconfig                     |  9 +++++++++
 api/api.c                       |  5 +++++
 cmd/boot.c                      |  5 +++++
 cmd/elf.c                       |  8 +++++++-
 common/Kconfig                  |  9 +++++++++
 include/config_distro_bootcmd.h | 32 ++++++++++++++++++++++++++++++++
 7 files changed, 69 insertions(+), 1 deletion(-)
 create mode 100644 api/Kconfig

-- 
2.11.0

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

end of thread, other threads:[~2017-01-23 16:22 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17 15:50 [U-Boot] [PATCH v2 0/4] Add FreeBSD kconfig options Emmanuel Vadot
2017-01-17 15:50 ` [U-Boot] [PATCH v2 1/4] kconfig: Add API kconfig file Emmanuel Vadot
2017-01-17 17:16   ` Andreas Färber
2017-01-17 19:40     ` Emmanuel Vadot
2017-01-17 19:51       ` Warner Losh
2017-01-21  3:51   ` Simon Glass
2017-01-22  4:22     ` Warner Losh
2017-01-23 14:51       ` Tom Rini
2017-01-23 16:05         ` Emmanuel Vadot
2017-01-23 16:22           ` Tom Rini
2017-01-23 12:48     ` Emmanuel Vadot
2017-01-17 15:50 ` [U-Boot] [PATCH v2 2/4] kconfig: Add a FREEBSD option Emmanuel Vadot
2017-01-21  3:51   ` Simon Glass
2017-01-21 10:31     ` Jeroen Hofstee
2017-01-22  4:19     ` Warner Losh
2017-01-17 15:50 ` [U-Boot] [PATCH v2 3/4] api: FreeBSD: flush cache before starting loader/kernel Emmanuel Vadot
2017-01-17 20:13   ` Alexander Graf
2017-01-17 20:45     ` Emmanuel Vadot
2017-01-17 20:58       ` Alexander Graf
2017-01-18 10:42         ` Emmanuel Vadot
2017-01-21  3:51   ` Simon Glass
2017-01-23 12:50     ` Emmanuel Vadot
2017-01-17 15:50 ` [U-Boot] [PATCH v2 4/4] distro_bootcmd: Add command to run FreeBSD Emmanuel Vadot
2017-01-17 20:15   ` Alexander Graf
2017-01-17 19:36 ` [U-Boot] [PATCH v2 0/4] Add FreeBSD kconfig options Alexander Graf
2017-01-17 19:47   ` Emmanuel Vadot
2017-01-17 19:57     ` Warner Losh
2017-01-17 20:11       ` Alexander Graf
     [not found] ` <f07ec2834278bb372fb456338f2af313@agner.ch>
2017-01-17 19:41   ` Emmanuel Vadot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.