Commit 9ba712dc84e8824055c368a385794f69aabab661

Authored by Heinrich Schuchardt
1 parent 98dc260168

efi_loader: define development target in README.uefi

Describe the target scope of the UEFI implementation in U-Boot.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Showing 1 changed file with 11 additions and 0 deletions Side-by-side Diff

... ... @@ -12,6 +12,15 @@
12 12 access to block storage, network, and console to name a few. The Linux kernel
13 13 and boot loaders like GRUB or the FreeBSD loader can be executed.
14 14  
  15 +## Development target
  16 +
  17 +The implementation of UEFI in U-Boot strives to reach the minimum requirements
  18 +described in "Server Base Boot Requirements System Software on ARM Platforms -
  19 +Version 1.1" [4].
  20 +
  21 +A full blown UEFI implementation would contradict the U-Boot design principle
  22 +"keep it small".
  23 +
15 24 ## Building for UEFI
16 25  
17 26 The UEFI standard supports only little-endian systems. The UEFI support can be
... ... @@ -335,4 +344,6 @@
335 344 http://uefi.org/specifications - UEFI specifications
336 345 * [2](./driver-model/README.txt) doc/driver-model/README.txt - Driver model
337 346 * [3](./README.iscsi) doc/README.iscsi - iSCSI booting with U-Boot and iPXE
  347 +* [4](https://developer.arm.com/docs/den0044/latest/server-base-boot-requirements-system-software-on-arm-platforms-version-11)
  348 + Server Base Boot Requirements System Software on ARM Platforms - Version 1.1