audk/BeagleBoardPkg
oliviermartin e6b3b50834 EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the function call
The UEFI platform designer had to add '%a' to their EBL prompt PCD to print out the path
in the shell.
This change makes the addition of the path automatically after the platform specific value
in the EBL shell.



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11798 6f19259b-4bc3-4df7-8a09-765794883524
2011-06-11 11:28:59 +00:00
..
Bds Add ReadyToBoot signal to BDS. 2010-04-30 23:07:56 +00:00
Debugger_scripts Update the copyright notice format 2010-04-29 12:24:22 +00:00
Library Update example symbol command to dump out gdb load commands if you compile with gcc or RVCT commands if you compile with other compilers. 2010-09-08 17:58:18 +00:00
Sec Update to match changes in the ArmPkg. 2011-02-02 22:37:37 +00:00
Tools Update the copyright notice format 2010-04-29 12:24:22 +00:00
BeagleBoardPkg.dec Update the copyright notice format 2010-04-29 12:24:22 +00:00
BeagleBoardPkg.dsc EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the function call 2011-06-11 11:28:59 +00:00
BeagleBoardPkg.fdf Move away from 0x40 block size (worked around a DXE core bug assuming the FV header fit in a block) of the FV to 1 byte. This makes more sense as the FV is shadowed from FLASH into RAM by HW so it is never on top of a real block device. 2010-12-08 19:58:48 +00:00
ConfigurationHeader.dat Adding support for BeagleBoard. 2009-12-06 01:57:05 +00:00
b.bat Update the copyright notice format 2010-04-29 12:24:22 +00:00
ba.bat Update the copyright notice format 2010-04-29 12:24:22 +00:00
build.sh Make the default toolchain for Linux CodeSourcery. 2011-02-03 18:30:58 +00:00
readme.txt Adding support for BeagleBoard. 2009-12-06 01:57:05 +00:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Build:
======
Build requires a bash script.
./build.sh. 

FAQ:
====
If you get a build error 000E: File/directory not found FatPkg/EnhancedFat/FatDxe/FatDxe.inf

cd $WORKSPACE
svn checkout https://fat-driver2.tianocore.org/svn/fat-driver2/trunk/FatPkg FatPkg --username username