Pull request for spl-2023-10-rc2
    Heinrich Schuchardt 
    xypron.glpk at gmx.de
       
    Sun Jul 30 21:08:44 CEST 2023
    
    
  
Dear Tom,
The following changes since commit a36d59ba99a19c777d896d4c70e75975654e2831:
   Merge tag 'efi-2023-10-rc2' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-28 12:48:00
-0400)
are available in the Git repository at:
   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/spl-2023-10-rc2
for you to fetch changes up to 7d4c8cfe2547596d07c51b2f38cde8d4c75f17fc:
   spl: initialize PCI before booting (2023-07-30 18:53:08 +0200)
Gitlab CI showed not issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/17127
----------------------------------------------------------------
Pull request for spl-2023-10-rc2
SPL:
* use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME when booting from NVMe
* initialize PCI before booting
----------------------------------------------------------------
Heinrich Schuchardt (5):
       spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME
       part: check CONFIG_IS_ENABLED(ENV_SUPPORT)
       spl: blk: partition numbers are hexadecimal
       spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI
       spl: initialize PCI before booting
  common/spl/spl.c        | 7 +++++++
  common/spl/spl_blk_fs.c | 4 ++--
  common/spl/spl_nvme.c   | 5 -----
  disk/part.c             | 8 +++++---
  drivers/pci/Kconfig     | 3 ++-
  5 files changed, 16 insertions(+), 11 deletions(-)
    
    
More information about the U-Boot
mailing list