summaryrefslogtreecommitdiffstats
path: root/Documentation/boards
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2020-10-07 11:51:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-09 08:49:00 +0200
commit1f87219ad863ad6a13d6680bb957508d666b8091 (patch)
tree201b9dd7f0e79d97926e7bdf90165d70fc95b1b9 /Documentation/boards
parent578ba96236e155311c45bcab3536541e7532c41a (diff)
downloadbarebox-1f87219ad863ad6a13d6680bb957508d666b8091.tar.gz
barebox-1f87219ad863ad6a13d6680bb957508d666b8091.tar.xz
Documentation: efi: update SnpDxe build instructions
Some sources have been moved into git submodules and SnpDxe was moved from MdeModulePkg to NetworkPkg. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards')
-rw-r--r--Documentation/boards/efi.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/boards/efi.rst b/Documentation/boards/efi.rst
index f04b1d3237..b12433014e 100644
--- a/Documentation/boards/efi.rst
+++ b/Documentation/boards/efi.rst
@@ -294,18 +294,19 @@ HOWTOs in the net, for example on http://tianocore.sourceforge.net/wiki/Using_ED
git clone git://github.com/tianocore/edk2.git
cd edk2
+ git submodule update --init
make -C BaseTools
. edksetup.sh
At least the following lines in ``Conf/target.txt`` should be edited::
- ACTIVE_PLATFORM = MdeModulePkg/MdeModulePkg.dsc
+ ACTIVE_PLATFORM = NetworkPkg/NetworkPkg.dsc
TARGET_ARCH = X64
TOOL_CHAIN_TAG = GCC48
MAX_CONCURRENT_THREAD_NUMBER = 4
The actual build is started with invoking ``build``. After building
-``Build/MdeModule/DEBUG_GCC48/X64/SnpDxe.efi`` should exist.
+``Build/NetworkPkg/DEBUG_GCC48/X64/SnpDxe.efi`` should exist.
**NOTE** As of this writing (July 2014) the following patch was needed to
compile EDK2.