Re: [U-Boot] [PATCH v2 4/4] distro_bootcmd: Add command to run FreeBSD

2017-01-17 Thread Alexander Graf
On 17/01/2017 16:50, Emmanuel Vadot wrote: Add commands that scans for the FreeBSD loader and run it if found. FreeBSD has two loader: ubldr which is an ELF binary and ubldr.bin which is a PIE binary. Signed-off-by: Emmanuel Vadot If we can make the dcache disable part unconditional, I woul

[U-Boot] [PATCH v2 4/4] distro_bootcmd: Add command to run FreeBSD

2017-01-17 Thread Emmanuel Vadot
Add commands that scans for the FreeBSD loader and run it if found. FreeBSD has two loader: ubldr which is an ELF binary and ubldr.bin which is a PIE binary. Signed-off-by: Emmanuel Vadot --- include/config_distro_bootcmd.h | 32 1 file changed, 32 insertions(+)