-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME.txt
52 lines (37 loc) · 1.53 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
What is This?
-------------
This project contains some experiments in software that runs on UEFI
firmware for the purpose of exploring UEFI development and bootloader
development.
External Software Included
--------------------------
Local Path: third_party/gnu-efi/...
Description: headers and tooling to build UEFI binaries with gcc, etc
Project: https://sourceforge.net/projects/gnu-efi/
Source: git://git.code.sf.net/p/gnu-efi/code
Version: 6605c16fc8b1fd3b2085364902d1fa73aa7fad76 (post-3.0.4)
License: BSD-ish, see gnu-efi/README.*
Local Path: third_party/edk2/...
Description: headers for UEFI from Tianocore EDK II
Project: http://www.tianocore.org/edk2/
Source: https://github.com/tianocore/edk2
License: BSD-ish, see headers
Local Path: third_party/ovmf/...
Description: UEFI Firmware Suitable for use in Qemu
Distribution: http://www.tianocore.org/ovmf/
Version: OVMF-X64-r15214.zip
License: BSD-ish, see ovmf/LICENSE
External Dependencies
---------------------
qemu-system-x86_64 is needed to test in emulation
gnu parted and mtools are needed to generate the disk.img for Qemu
Useful Resources & Documentation
--------------------------------
ACPI & UEFI Specifications
http://www.uefi.org/specifications
Intel 64 and IA-32 Architecture Manuals
http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html
Tianocore UEFI Open Source Community
(Source for OVMF, EDK II Dev Environment, etc)
http://www.tianocore.org/
https://github.com/tianocore