[PULL] u-boot-mips

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Jul 18 22:04:26 CEST 2021


Gitlab:
  https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/8294

Azure:
  https://dev.azure.com/danielschwierzeck/u-boot/_build/results?buildId=25&view=results


The following changes since commit f929ce50727bf1019323d6c199dfd3a5755c5474:

  Merge branch '2021-07-16-cleanup-image-support' (2021-07-17 11:39:50 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-mips.git/ tags/mips-pull-2021-07-18

for you to fetch changes up to 526ceb43878bfcaaeffbb988e363e89500695bee:

  MIPS: malta: enable PCI driver model (2021-07-18 20:37:39 +0200)

----------------------------------------------------------------
- mips: gardena-smart-gateway: adjust config to new production values
- mips: malta: convert to PCI DM and ETH DM

----------------------------------------------------------------
Daniel Schwierzeck (6):
      dm: pci: add option to map virtual system memory base address
      pci: gt64120: convert to driver model
      pci: msc01: convert to driver model
      MIPS: malta: add DT bindings for PCI host controller
      MIPS: malta: add support for PCI driver model
      MIPS: malta: enable PCI driver model

Reto Schneider (1):
      mips: mt7688: gardena-smart-gateway: Adjust to production values

 arch/mips/Kconfig                              |  4 ++
 arch/mips/dts/mti,malta.dts                    | 28 +++++++++
 board/imgtec/malta/malta.c                     | 80 +++++++++++++++++++++++++-
 configs/gardena-smart-gateway-mt7688_defconfig | 11 +++-
 drivers/pci/Kconfig                            | 13 +++++
 drivers/pci/pci-uclass.c                       |  9 ++-
 drivers/pci/pci_gt64120.c                      | 74 +++++++++++++++++++++++-
 drivers/pci/pci_msc01.c                        | 72 ++++++++++++++++++++++-
 8 files changed, 284 insertions(+), 7 deletions(-)


More information about the U-Boot mailing list