mbox series

[v2,0/2] ARM: at91: Allow running SPL with DTB append

Message ID 20200605084337.98498-1-gregory.clement@bootlin.com
Headers show
Series ARM: at91: Allow running SPL with DTB append | expand

Message

Gregory CLEMENT June 5, 2020, 8:43 a.m. UTC
Hello,

a few months ago I submitted a small series allowing to run SPL with
DTB append. Indeed according to the linker BSS section was all the
time separated for SPL but the symbol SPL_SEPARATE_BSS was only
enabled on some boards.

In this v2 the changes are:
 - add reviewed-by Stefan Roese <sr at denx.de>
 - modify a new defconfig sama5d3_xplained_nandflash_defconfig

Thanks,

Gregory


Gregory CLEMENT (2):
  ARM: at91: Enable SPL_SEPARATE_BSS by default
  configs: atmel: cleanup CONFIG_SPL_SEPARATE_BSS

 arch/arm/Kconfig                                | 1 +
 configs/gardena-smart-gateway-at91sam_defconfig | 1 -
 configs/sama5d27_som1_ek_mmc1_defconfig         | 1 -
 configs/sama5d27_som1_ek_mmc_defconfig          | 1 -
 configs/sama5d27_som1_ek_qspiflash_defconfig    | 1 -
 configs/sama5d27_wlsom1_ek_mmc_defconfig        | 1 -
 configs/sama5d27_wlsom1_ek_qspiflash_defconfig  | 1 -
 configs/sama5d2_icp_mmc_defconfig               | 1 -
 configs/sama5d2_xplained_emmc_defconfig         | 1 -
 configs/sama5d2_xplained_mmc_defconfig          | 1 -
 configs/sama5d2_xplained_qspiflash_defconfig    | 1 -
 configs/sama5d3_xplained_mmc_defconfig          | 1 -
 configs/sama5d3xek_mmc_defconfig                | 1 -
 configs/sama5d4_xplained_mmc_defconfig          | 1 -
 configs/sama5d4ek_mmc_defconfig                 | 1 -
 15 files changed, 1 insertion(+), 14 deletions(-)

Comments

Eugen Hristev June 18, 2020, 11:30 a.m. UTC | #1
On 05.06.2020 11:43, Gregory CLEMENT wrote:
> Hello,
> 
> a few months ago I submitted a small series allowing to run SPL with
> DTB append. Indeed according to the linker BSS section was all the
> time separated for SPL but the symbol SPL_SEPARATE_BSS was only
> enabled on some boards.
> 
> In this v2 the changes are:
>   - add reviewed-by Stefan Roese <sr at denx.de>
>   - modify a new defconfig sama5d3_xplained_nandflash_defconfig
> 
> Thanks,
> 
> Gregory
> 
> 
> Gregory CLEMENT (2):
>    ARM: at91: Enable SPL_SEPARATE_BSS by default
>    configs: atmel: cleanup CONFIG_SPL_SEPARATE_BSS
> 
>   arch/arm/Kconfig                                | 1 +
>   configs/gardena-smart-gateway-at91sam_defconfig | 1 -
>   configs/sama5d27_som1_ek_mmc1_defconfig         | 1 -
>   configs/sama5d27_som1_ek_mmc_defconfig          | 1 -
>   configs/sama5d27_som1_ek_qspiflash_defconfig    | 1 -
>   configs/sama5d27_wlsom1_ek_mmc_defconfig        | 1 -
>   configs/sama5d27_wlsom1_ek_qspiflash_defconfig  | 1 -
>   configs/sama5d2_icp_mmc_defconfig               | 1 -
>   configs/sama5d2_xplained_emmc_defconfig         | 1 -
>   configs/sama5d2_xplained_mmc_defconfig          | 1 -
>   configs/sama5d2_xplained_qspiflash_defconfig    | 1 -
>   configs/sama5d3_xplained_mmc_defconfig          | 1 -
>   configs/sama5d3xek_mmc_defconfig                | 1 -
>   configs/sama5d4_xplained_mmc_defconfig          | 1 -
>   configs/sama5d4ek_mmc_defconfig                 | 1 -
>   15 files changed, 1 insertion(+), 14 deletions(-)
> 
> --
> 2.26.2
> 

Applied to u-boot-atmel/master,
Thanks!