mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-03 09:29:57 +00:00
docs: rpi3: fix the size of BL1
For Trusted Board Boot we enlarge the BL1 size from 64k to 128k. Tested-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com> Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
This commit is contained in:
parent
14368498da
commit
6a2c3c7fd8
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ secure platform!
|
||||||
|
|
||||||
0x00000000 +-----------------+
|
0x00000000 +-----------------+
|
||||||
| ROM | BL1
|
| ROM | BL1
|
||||||
0x00010000 +-----------------+
|
0x00020000 +-----------------+
|
||||||
| FIP |
|
| FIP |
|
||||||
0x00200000 +-----------------+
|
0x00200000 +-----------------+
|
||||||
| |
|
| |
|
||||||
|
@ -213,7 +213,7 @@ by ``debug`` if you set the build option ``DEBUG=1``):
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
cp build/rpi3/release/bl1.bin bl1.pad.bin
|
cp build/rpi3/release/bl1.bin bl1.pad.bin
|
||||||
truncate --size=65536 bl1.pad.bin
|
truncate --size=131072 bl1.pad.bin
|
||||||
cat bl1.pad.bin build/rpi3/release/fip.bin > armstub8.bin
|
cat bl1.pad.bin build/rpi3/release/fip.bin > armstub8.bin
|
||||||
|
|
||||||
The resulting file, ``armstub8.bin``, contains BL1 and the FIP in the place they
|
The resulting file, ``armstub8.bin``, contains BL1 and the FIP in the place they
|
||||||
|
|
Loading…
Add table
Reference in a new issue