uboot/lib
Alexander Graf b7b8410a8f ls2080: Exit dpaa only right before exiting U-Boot
On ls2080 we have a separate network fabric component which we need to
shut down before we enter Linux (or any other OS). Along with that also
comes configuration of the fabric using a description file.

Today we always stop and configure the fabric in the boot script and
(again) exit it on device tree generation. This works ok for the normal
booti case, but with bootefi the payload we're running may still want to
access the network.

So let's add a new fsl_mc command that defers configuration and stopping
the hardware to when we actually exit U-Boot, so that we can still use
the fabric from an EFI payload.

For existing boot scripts, nothing should change with this patch.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: York Sun <york.sun@nxp.com>
[agraf: Fix x86 build]
2016-11-17 14:18:55 +01:00
..
bzip2
dhry
efi x86: Tidy up selection of building the EFI stub 2016-11-14 23:24:03 +01:00
efi_loader ls2080: Exit dpaa only right before exiting U-Boot 2016-11-17 14:18:55 +01:00
libfdt libfdt: fix fdt_stringlist_search() 2016-10-24 08:04:40 -04:00
lzma
lzo lib/lzo: bugfix when input data is not compressed 2016-06-24 17:23:11 -04:00
rsa treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
tizen exynos: Allow tizen to be built without an LCD 2016-05-25 13:25:18 +09:00
zlib
Kconfig smbios: Expose in efi_loader as table 2016-10-19 09:01:52 +02:00
Makefile x86: Move smbios generation into arch independent directory 2016-10-19 09:01:50 +02:00
addr_map.c
aes.c
asm-offsets.c
bch.c
bitrev.c
circbuf.c
crc7.c
crc8.c
crc16.c
crc32.c
ctype.c
display_options.c
div64.c
errno.c
errno_str.c
fdtdec.c libfdt: Sync fdt_for_each_subnode() with upstream 2016-10-13 14:10:32 -06:00
fdtdec_common.c
fdtdec_test.c
gunzip.c gunzip: cache-align write buffer memory 2016-10-06 20:57:33 -04:00
gzip.c
hang.c
hashtable.c spl: saveenv: adding saveenv support in SPL 2016-10-08 09:33:36 -04:00
initcall.c
ldiv.c
linux_compat.c
linux_string.c
list_sort.c
lmb.c
lz4.c
lz4_wrapper.c
md5.c
membuff.c
net_utils.c
panic.c
physmem.c
qsort.c
rand.c
rbtree.c
rc4.c
sha1.c
sha256.c
slre.c
smbios.c smbios: Provide serial number 2016-10-19 09:01:53 +02:00
string.c Remove unneeded remnants of bcopy(). 2016-06-06 13:39:18 -04:00
strmhz.c
strto.c Fix return value in trailing_strtoln() 2016-10-11 11:55:33 +08:00
tables_csum.c x86: Move table csum into separate file 2016-10-19 09:01:50 +02:00
time.c
tiny-printf.c tiny-printf: Adjust to avoid using data section 2016-08-08 13:32:59 -04:00
tpm.c
trace.c
uuid.c
vsprintf.c