summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2013-11-15 15:29:23 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2013-11-15 15:29:23 +0000
commite8fb750558b8a69dd45a019687e5f43680c17917 (patch)
tree4c196d7048c66c5b3adf88b7954c22ef6a7beb66 /components
parentec12bb048faee5f95288dadcdb2cb703775f4a2e (diff)
13.11: re-org file structure
Fathi has recommended a better file structure that also matches the server layout. The UEFI release notes may get moved into a separate repo. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'components')
-rw-r--r--components/kernel/uefi-linaro/README.textile51
1 files changed, 51 insertions, 0 deletions
diff --git a/components/kernel/uefi-linaro/README.textile b/components/kernel/uefi-linaro/README.textile
new file mode 100644
index 0000000..f5fade3
--- /dev/null
+++ b/components/kernel/uefi-linaro/README.textile
@@ -0,0 +1,51 @@
+p. Linaro releases monthly binary images of UEFI, based on the Tiaoncore project.
+
+h2. Tianocore baselines
+
+p. The Linaro UEFI tree is based on the following upstream versions of code from Tianocore:
+
+** edk2 at subversion revision 14628
+
+The latest version of the EDK2 code contains support for aarch64 plaforms upstream.
+
+h2. Platform Support
+
+p. Platforms currently supported include:
+
+** Versatile Express A5/A9/TC1/TC2, RTSM A9x4 and A15x1, A15 MPCore, Foundation and FVP Base models.
+** Samsung Arndale
+** TI Beagleboard
+** TI Pandaboard
+
+h2. Building UEFI
+
+For more instructions on how to build UEFI from source, please see the "LEG wiki build page":https://wiki.linaro.org/LEG/Engineering/Kernel/UEFI/build
+
+h2. Fixed in this release
+
+p. The following issues were fixed in this release:
+
+None.
+
+h2. Known Issues
+
+p. The following issues were unresolved in this release:
+
+* "LP: #1157372":https://launchpad.net/bugs/1157372 FAT file system crashes when creating new file or directory within the UefiShell or EdkShell (microSD Card)
+* "LP: #1166301":https://launchpad.net/bugs/1166301 Arndale port uses an embedded copy of the GIC library
+* "LP: #1179461":https://launchpad.net/bugs/1179461 UEFI: TC2: booting from A7 core causes boot failures due to MMC/SD timeouts
+* "LP: #1163341":https://launchpad.net/bugs/1163341 Ax88772 drivers assume CPU is Little-Endian
+* "LP: #1157203":https://launchpad.net/bugs/1157203 UEFI: TC2: Shell cannot write to SD card when booting from A7 core
+* "LP: #1166364":https://launchpad.net/bugs/1166364 UEFI: VExpress 4xA9 support not bindings compliant
+* "LP: #1057164":https://launchpad.net/bugs/1057164 Panda UEFI is not ready for real deployment
+* "LP: #942155":https://launchpad.net/bugs/942155 UEFI: TC2: copy/paste doesn't work over serial port
+* "LP: #1117464":https://launchpad.net/bugs/1117464 UEFI/TFTP: server must provide a filename in DHCPOFFER
+* "LP: #1131141":https://launchpad.net/bugs/1131141 UEFI: arndale does not store Boot Device config
+* "LP: #1161355":https://launchpad.net/bugs/1161355 Arndale port console should use SerialDxe
+* "LP: #1174318":https://launchpad.net/bugs/1174318 SetVirtualAddressMap ASSERT failure in DEBUG build
+* "LP: #1192941":https://launchpad.net/bugs/1192941 Lava : vexpress-tc2-01 and vexpress-tc2-benchmark jobs are running incomplete due to various reasons
+* "LP: #1192963":https://launchpad.net/bugs/1192963 UEFI: origen: BSP doesn't compile
+
+h2. More information
+
+The "LEG UEFI wiki":https://wiki.linaro.org/LEG/Engineering/Kernel/UEFI is a great place to start developing with Linaro's UEFI tree.