u-boot/drivers/firmware
Simon Goldschmidt a8b5031108 spl: kconfig: separate sysreset and firmware drivers from misc
This adds separate kconfig options for drivers/sysreset and
drivers/firmware.

Up to now, CONFIG_SPL_DRIVERS_MISC_SUPPORT added drivers/misc to SPL
build but also added drivers/firmware and drivers/sysreset at the same
time.

Since that is confusing, this patch uses CONFIG_SPL_SYSRESET for
drivers/sysreset and adds CONFIG_SPL_FIRMWARE for
drivers/firmware (and accordingly for the TPL options).

CONFIG_SPL_DRIVERS_MISC_SUPPORT stays for including drivers/misc into
the SPL build (and accordingly for TPL) since there are boards using
non-DM (non UCLASS_MISC) files from drivers/misc. Such boards don't
have CONFIG_SPL_MISC enabled, so cannot use this to include
drivers/misc into the SPL build.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
2019-07-21 12:47:13 +02:00
..
firmware-sandbox.c dm: test: Add "/firmware" node scan test 2018-09-29 11:49:35 -06:00
firmware-uclass.c dm: test: Add "/firmware" node scan test 2018-09-29 11:49:35 -06:00
Kconfig spl: kconfig: separate sysreset and firmware drivers from misc 2019-07-21 12:47:13 +02:00
Makefile firmware: psci: introduce SPL_ARM_PSCI_FW 2018-12-12 12:14:25 -05:00
psci.c efi_loader: PSCI reset and shutdown 2018-12-02 21:59:37 +01:00
ti_sci.c firmware: ti_sci: Always request response from firmware 2019-05-03 07:23:17 -04:00
ti_sci.h firmware: ti_sci: Modify auth_boot TI-SCI API to match new version 2019-04-26 17:51:51 -04:00