mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: stm32mp: dk2: support barebox_update and env
@ 2019-10-14  6:39 Ahmad Fatoum
  2019-10-14  6:39 ` [PATCH 1/5] fs: devfs-core: have device_find_partition search symlinks Ahmad Fatoum
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Ahmad Fatoum @ 2019-10-14  6:39 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

When booting from SD-Card, the BootROM and first-stage bootloader both
assume the subsequent bootloader to be a STM32 image in a specially named
GPT partition. Add support to barebox to have environment and
barebox_update operate on their respective GPT partitions as well.

Needs Oleksij's "mci: add support for stm32mp sd/mmc controller"[1] to work.

[1]: http://lists.infradead.org/pipermail/barebox/2019-October/039532.html

Ahmad Fatoum (4):
  fs: devfs-core: have device_find_partition search symlinks
  ARM: stm32mp: dk2: rename function according to init level
  ARM: stm32mp: dk2: add barebox SD-Card update handler
  Documentation: boards: stm32mp: document environment partition

Oleksij Rempel (1):
  ARM: dts: stm32mp: add barebox-enviroment on DK boards

 Documentation/boards/stm32mp.rst         |  4 ++++
 arch/arm/boards/stm32mp157c-dk2/board.c  | 18 ++++++++++++++++--
 arch/arm/dts/stm32mp157a-dk1.dtsi        |  7 +++++++
 arch/arm/mach-stm32mp/include/mach/bbu.h | 14 ++++++++++++++
 fs/devfs-core.c                          | 21 +++++++++++++++++++++
 5 files changed, 62 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-stm32mp/include/mach/bbu.h

-- 
2.23.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-10-15  8:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14  6:39 [PATCH 0/4] ARM: stm32mp: dk2: support barebox_update and env Ahmad Fatoum
2019-10-14  6:39 ` [PATCH 1/5] fs: devfs-core: have device_find_partition search symlinks Ahmad Fatoum
2019-10-14  6:39 ` [PATCH 2/5] ARM: dts: stm32mp: add barebox-enviroment on DK boards Ahmad Fatoum
2019-10-14  6:39 ` [PATCH 3/5] ARM: stm32mp: dk2: rename function according to init level Ahmad Fatoum
2019-10-14  6:39 ` [PATCH 4/5] ARM: stm32mp: dk2: add barebox SD-Card update handler Ahmad Fatoum
2019-10-14 12:51   ` Sascha Hauer
2019-10-15  6:58     ` Ahmad Fatoum
2019-10-15  7:59       ` Sascha Hauer
2019-10-15  8:21         ` Ahmad Fatoum
2019-10-14  6:39 ` [PATCH 5/5] Documentation: boards: stm32mp: document environment partition Ahmad Fatoum

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