public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/5] Raspberry Pi EFI enablement
@ 2016-06-06 22:57 Alexander Graf
  2016-06-06 22:57 ` [U-Boot] [PATCH v2 1/5] efi_loader: Allow boards to implement get_time and reset_system Alexander Graf
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Alexander Graf @ 2016-06-06 22:57 UTC (permalink / raw)
  To: u-boot

This is a follow-up to the RTS patch set from yesterday.

With this patch set I can successfully boot a Raspberry Pi 3 into Linux, with
efifb, efi based reset/power off and spin table secondary bringup working.

I've put all of this into a single patch set so it doesn't get lost.
In theory most patches could live by themselves, but it doesn't make
much sense to introduce frameworks without adding users to them :).

Enjoy,

Alex

Alexander Graf (5):
  efi_loader: Allow boards to implement get_time and reset_system
  ARM: bcm283x: Implement EFI RTS reset_system
  efi_loader: gop: Expose fb when 32bpp
  bcm2835 video: Map frame buffer as 32bpp
  bcm2835: Reserve the spin table in efi memory map

 arch/arm/mach-bcm283x/include/mach/wdog.h |   2 +-
 arch/arm/mach-bcm283x/reset.c             |  59 +++++++++++++++--
 board/raspberrypi/rpi/rpi.c               |   6 ++
 cmd/bootefi.c                             |   4 ++
 drivers/video/bcm2835.c                   |   6 +-
 include/configs/rpi.h                     |   2 +-
 include/efi_loader.h                      |  18 ++++++
 lib/efi_loader/efi_gop.c                  |  16 +++++
 lib/efi_loader/efi_runtime.c              | 101 ++++++++++++++++++++++++++----
 9 files changed, 192 insertions(+), 22 deletions(-)

-- 
1.8.5.6

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

end of thread, other threads:[~2016-11-14  9:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-06 22:57 [U-Boot] [PATCH v2 0/5] Raspberry Pi EFI enablement Alexander Graf
2016-06-06 22:57 ` [U-Boot] [PATCH v2 1/5] efi_loader: Allow boards to implement get_time and reset_system Alexander Graf
2016-06-06 22:57 ` [U-Boot] [PATCH v2 2/5] ARM: bcm283x: Implement EFI RTS reset_system Alexander Graf
2016-11-14  9:23   ` [U-Boot] [U-Boot, v2, " Alexander Graf
2016-06-06 22:57 ` [U-Boot] [PATCH v2 3/5] efi_loader: gop: Expose fb when 32bpp Alexander Graf
2016-10-13 14:34   ` [U-Boot] [U-Boot,v2,3/5] " Alexander Graf
2016-06-06 22:57 ` [U-Boot] [PATCH v2 4/5] bcm2835 video: Map frame buffer as 32bpp Alexander Graf
2016-11-14  9:23   ` [U-Boot] [U-Boot, v2, " Alexander Graf
2016-11-14  9:25     ` Alexander Graf
2016-06-06 22:57 ` [U-Boot] [PATCH v2 5/5] bcm2835: Reserve the spin table in efi memory map Alexander Graf
2016-11-14  9:23   ` [U-Boot] [U-Boot, v2, " Alexander Graf

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