[U-Boot] [PATCH v2 0/5] Raspberry Pi EFI enablement

Alexander Graf agraf at suse.de
Tue Jun 7 00:57:02 CEST 2016


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



More information about the U-Boot mailing list