summaryrefslogtreecommitdiff
path: root/SITE1/HBI0262B
AgeCommit message (Collapse)Author
2016-10-20Rename bl*0.bin to scp_bl*.binRyan Harkin
BL0 has been renamed to SCP_BL1. Bl30 has been renamed to SCP_Bl2. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-04-13Move juno*.dtb in NORRyan Harkin
Move the DTB file location in NOR to allow for a larger ramdisk.img. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-04-13add selftest applicationRyan Harkin
Add a selftest application to NOR flash. This is run from the EFI Shell using the "runaxf" command. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-12-03images.txt: move startup.nsh to a fixed addressRyan Harkin
Using AUTO for the address of startup.nsh sometimes causes the board to have to erase the whole of NOR flash when some file sizes change. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-11-12Add startup.nsh to images.txtRyan Harkin
startup.nsh can be used by UEFI Shell to auto-start a kernel. The example startup.nsh included is configured to start up a Linaro kernel with the ARM Development Platform Software releases. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-11-09Rename blank.img to BOOTENV in NOR flashRyan Harkin
The file blank.img resides in NOR flash in the same location as the U-Boot and UEFI config. Rename it to BOOTENV so that users reading the list if images can tell what it is. I didn't rename the file from blank.img because I also want it to be clear that the file is blank. Doig "touch blank.img" will erase NOR flash on the next reboot. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-06-05Add blank.img to provide zero default UEFI configarmlt-juno-15.06armlt-juno-15.05armlt-20150521armlt-15.06armlt-15.05juno-15.06juno-15.05Ryan Harkin
UEFI config is stored in NOR flash. When writing a new board recovery image, the user will generally not want to use old and incompatible UEFI config. By placing a blank image where the UEFI config resides, the first time the user flashes a new recovery image, the config will be erased. Subsequent reboots will not change the timestamp of blank.img, so the NOR will remain intact for the user to keep persistent UEFI config over reboots. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-20rename ramdisk to ramdisk.img in NORRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-20juno: use NOR?NAME to rename Image to norkernRyan Harkin
Instead of renaming the kernel in the filesystem to norkern, leave it as Image and set the name stored in NOR as "norkern". Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-20juno: save DTB file in NOR as board.dtbRyan Harkin
images.txt allows files to be saved into NOR flash with a different name from the filename. So for the DTB files, I rename juno.dtb or juno-r1.dtb in NOR flash as board.dtb. This means that the UEFI config for both Juno R0 and R1 can be the same. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-13remove Juno R1 DTB filesRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-11move DTB file in NOR to allow larger kernelsRyan Harkin
Some users were having problems fitting larger kernels into our NOR Flash layout. The larger kernel was overlapping with the .dtb files, so I have moved them up in NOR Flash to make more space for the kernel. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-11rename Image to norkernRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-11add ramdisk to NOR imagesRyan Harkin
Adding a dummy uInitrd ramdisk to NOR flash images. The dummy ramdisk image can be passed to the kernel for systems that don't boot using a ramdisk, but are booting using a bootloader that is configured to expect a ramdisk by default. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-11add board_recovery_image_0.11.3.zipjuno-0.11.3Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-11remove previous firmware imageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-03-05move juno.dtb in NOR to allow larger kernelsRyan Harkin
Some users were having problems fitting larger kernels into our NOR Flash layout. The larger kernel was overlapping with the juno.dtb, so I have moved juno.dtb up in NOR Flash to make more space for the kernel. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-01-06Rename NOR Image to norkernRyan Harkin
In the move to EFI stubbed kernels, we don't want the NOR Image to be found by accident if there is not valid Image file on the test disk. This is due to the way EFI Shell works: it will search all valid boot devices for the file it is attempting to boot. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-12-11add ramdisk to NOR imagesRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-12-11add board_recovery_image_0.10.1.zipRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-12-11remove previous firmware imageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-11-06add ramdisk to NOR imagesRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-11-06move DTB in NOR to allow space for larger kernelsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-11-06add board_recovery_image_0.9.2.zipRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-11-06remove previous firmware imageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-11-06add ramdisk to NOR imagesRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-11-06move DTB in NOR to allow space for larger kernelsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-10-21add board_recovery_image_0.8.2.zipRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-10-21remove previous firmware imageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-09-08add board_recovery_image_0.8.1.zipRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-09-08remove previous firmware imageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-20add board_recovery_image_0.7.5.zipRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-20remove previous firmware imageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-20add board_recovery_image_0.7.zipRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-20remove previous firmware imageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-20add board_recovery_image_0.6Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-20remove previous firmware imageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-20add board_recovery_image_0.5Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-20remove previous firmware imageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-20add board_recovery_image_0.4Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>