mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: rpi: enable single entry point for all
@ 2022-04-25  6:28 Ahmad Fatoum
  2022-04-25  6:28 ` [PATCH 1/4] ARM: cpu: board-dt-2nd: call arm_cpu_lowlevel_init Ahmad Fatoum
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ahmad Fatoum @ 2022-04-25  6:28 UTC (permalink / raw)
  To: barebox; +Cc: ore

VideoCore can boot kernel directly and will pass appropriate DT
according to kernel boot convention. If we do arm_cpu_lowlevel_init() in
the ARM board-dt-2nd, we can have this generic image act as second stage
on all Raspberry Pi variants.

Ahmad Fatoum (4):
  ARM: cpu: board-dt-2nd: call arm_cpu_lowlevel_init
  ARM: rpi: don't warn about lack of videocore fdt
  ARM: rpi: remove outdated comment after stack setup rework
  ARM: configs: rpi: add and document single barebox-dt-2nd bootloader

 Documentation/boards/bcm2835.rst          | 6 ++++++
 arch/arm/boards/raspberry-pi/lowlevel.c   | 1 -
 arch/arm/boards/raspberry-pi/rpi-common.c | 4 +---
 arch/arm/configs/rpi_defconfig            | 1 +
 arch/arm/cpu/board-dt-2nd.c               | 4 ++++
 5 files changed, 12 insertions(+), 4 deletions(-)

-- 
2.30.2


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


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

end of thread, other threads:[~2022-04-25 10:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  6:28 [PATCH 0/4] ARM: rpi: enable single entry point for all Ahmad Fatoum
2022-04-25  6:28 ` [PATCH 1/4] ARM: cpu: board-dt-2nd: call arm_cpu_lowlevel_init Ahmad Fatoum
2022-04-25  6:28 ` [PATCH 2/4] ARM: rpi: don't warn about lack of videocore fdt Ahmad Fatoum
2022-04-25  6:28 ` [PATCH 3/4] ARM: rpi: remove outdated comment after stack setup rework Ahmad Fatoum
2022-04-25  6:28 ` [PATCH 4/4] ARM: configs: rpi: add and document single barebox-dt-2nd bootloader Ahmad Fatoum
2022-04-25 10:43 ` [PATCH 0/4] ARM: rpi: enable single entry point for all Sascha Hauer

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