Changes between Version 8 and Version 9 of newport/boot
- Timestamp:
- 07/19/2018 11:14:38 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/boot
v8 v9 112 112 The firmware image is created by the {{{newport/make-bootfs.py}}} python script which creates the various headers around the objects required by the BOOT ROM and stitches them together (boot stub, ATF, ATF FIP containing the bootloader). This is called from the 'firmware' target in the Gateworks Newport BSP Makefile. 113 113 114 The Make ifle builds this with the {{{newport/make-bootfs.py}}} script:114 The Makefile builds this with the {{{newport/make-bootfs.py}}} script: 115 115 {{{#!bash 116 116 make-bootfs.py --bdk-image bdk/target-bin/bdk.bin --atf-bl1 atf/build/t81/release/bl1.bin --atf-fip fip.img --bootfs firmware-newport.img