[PATCH v2 01/39] RFC: efi: Drop code that doesn't work with driver model

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Oct 21 01:34:45 CEST 2021


On 9/25/21 2:30 AM, Simon Glass wrote:
> This code should never have been added as it builds a new feature on top
> of legacy code. This has already been improved with the dependency on BLK.
>
> Add a dependency on DM_ETH also, to avoid needing to deal with this old
> code.
>
> Boards which want EFI_LOADER should migrate to driver model first.
>
> Note this patch is included to resolve the following build error:
>
> lib/efi_loader/efi_runtime.c:680:16: error: ‘CONFIG_SYS_TEXT_BASE’
> 	undeclared (first use in this function); did you mean
> 	‘CONFIG_SYS_SRAM_BASE’?
>    680 |   ulong base = CONFIG_SYS_TEXT_BASE;
>        |                ^~~~~~~~~~~~~~~~~~~~
>        |                CONFIG_SYS_SRAM_BASE
>
> Signed-off-by: Simon Glass <sjg at chromium.org>

Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>


More information about the U-Boot mailing list