U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] board/armltd: add support for corstone1000
@ 2022-03-22 10:41 Rui Miguel Silva
  2022-03-22 10:41 ` [PATCH 1/2] cmd: load: add load command for memory mapped Rui Miguel Silva
  2022-03-22 10:41 ` [PATCH 2/2] arm: add support to corstone1000 platform Rui Miguel Silva
  0 siblings, 2 replies; 6+ messages in thread
From: Rui Miguel Silva @ 2022-03-22 10:41 UTC (permalink / raw)
  To: u-boot; +Cc: Rui Miguel Silva

This series add support for arm's corstone1000 platform (see
specific commit changelog for references to documentation),
but first introduce a command (loadm which will integrate with
efi subsystem) used in one of the boot sequence in this
platform.

Cheers,
   Rui

Rui Miguel Silva (2):
  cmd: load: add load command for memory mapped
  arm: add support to corstone1000 platform

 README                                   |   1 +
 arch/arm/Kconfig                         |   8 ++
 arch/arm/dts/Makefile                    |   3 +
 arch/arm/dts/corstone1000-fvp.dts        |  33 +++++
 arch/arm/dts/corstone1000-mps3.dts       |  41 ++++++
 arch/arm/dts/corstone1000.dtsi           | 167 +++++++++++++++++++++++
 board/armltd/corstone1000/Kconfig        |  12 ++
 board/armltd/corstone1000/MAINTAINERS    |   7 +
 board/armltd/corstone1000/Makefile       |   7 +
 board/armltd/corstone1000/corstone1000.c | 120 ++++++++++++++++
 cmd/Kconfig                              |   6 +
 cmd/bootefi.c                            |  12 ++
 cmd/load.c                               |  48 +++++++
 configs/corstone1000_defconfig           |  80 +++++++++++
 include/configs/corstone1000.h           |  85 ++++++++++++
 include/efi_loader.h                     |   2 +
 lib/efi_loader/efi_device_path.c         |   9 ++
 17 files changed, 641 insertions(+)
 create mode 100644 arch/arm/dts/corstone1000-fvp.dts
 create mode 100644 arch/arm/dts/corstone1000-mps3.dts
 create mode 100644 arch/arm/dts/corstone1000.dtsi
 create mode 100644 board/armltd/corstone1000/Kconfig
 create mode 100644 board/armltd/corstone1000/MAINTAINERS
 create mode 100644 board/armltd/corstone1000/Makefile
 create mode 100644 board/armltd/corstone1000/corstone1000.c
 create mode 100644 configs/corstone1000_defconfig
 create mode 100644 include/configs/corstone1000.h

-- 
2.35.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-24  9:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-22 10:41 [PATCH 0/2] board/armltd: add support for corstone1000 Rui Miguel Silva
2022-03-22 10:41 ` [PATCH 1/2] cmd: load: add load command for memory mapped Rui Miguel Silva
2022-03-23 13:22   ` Tom Rini
2022-03-22 10:41 ` [PATCH 2/2] arm: add support to corstone1000 platform Rui Miguel Silva
2022-03-23 13:21   ` Tom Rini
2022-03-24  9:54     ` Rui Miguel Silva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox