summaryrefslogtreecommitdiff
path: root/SITE1/HBI0262C
AgeCommit message (Collapse)Author
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>