u-boot-brain/arch/x86
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
..
cpu x86: Move efi .lds files into the 'lib' directory 2016-11-14 23:24:04 +01:00
dts x86: coreboot: Convert to use DM coreboot video driver 2016-10-12 10:58:24 +08:00
include/asm ls2080: Exit dpaa only right before exiting U-Boot 2016-11-17 14:18:55 +01:00
lib ls2080: Exit dpaa only right before exiting U-Boot 2016-11-17 14:18:55 +01:00
config.mk efi: x86: Adjust EFI files support efi_loader 2016-11-14 23:24:04 +01:00
Kconfig x86: Move smbios generation into arch independent directory 2016-10-19 09:01:50 +02:00
Makefile x86: Add support for U-Boot as an EFI application 2015-08-05 08:44:06 -06:00