[PATCH v1 0/1] Add support for Arm64 UEFI-based Platform

Ge Song ge.song at hxt-semitech.com
Wed Mar 28 22:29:41 AEDT 2018


The patch provide support for platforms that adopt UEFI as its underlying
firmware. Since on x86/x64 platforms, UEFI is the standard firmware and has
well support from various devices. This extension seems unnecessary for
these platforms.   

On Arm64 servers, plenty of devices(especially for those bootable devices)
cannot be supported in UEFI firmware. In this situation, linux&petitboot
is the wonderful way to address the issue.

Since UEFI is the primary firmware on Arm64 servers, most of the management
related works can be completed in that enviroment. Therefore some similar
functions implemented in petitboot have been removed. 

Ge Song (1):
  Platform: Add support for Arm64 UEFI-based Platform

 discover/Makefile.am      |   3 +-
 lib/Makefile.am           |   2 +
 lib/efi/efivar.h          |  42 ++
 discover/platform-arm64.c | 751 ++++++++++++++++++++
 lib/efi/efivar.c          | 183 +++++
 5 files changed, 980 insertions(+), 1 deletion(-)
 create mode 100644 lib/efi/efivar.h
 create mode 100644 discover/platform-arm64.c
 create mode 100644 lib/efi/efivar.c

-- 
2.11.0




More information about the Petitboot mailing list