summaryrefslogtreecommitdiff
path: root/SITE1
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-03unix2dos board/images.txtRyan Harkin
Fix line endings on a few files that we have modified. The board firmware usually has DOS endings, so make the files consistent. 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-12-03Update Juno R2 images.txt to match R0 and R1Ryan Harkin
Added startup.nsh. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-12-03Add 15.12-rc2 firmware from ARMRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-11-12Juno R1 images.txt whitespace cleanupRyan Harkin
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>
2014-06-20Remove Versatile Express FirmwareRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-01-27Update UEFI binaries for A9 and TC2.Ryan Harkin
The TC2 image update requires a new base address in image.txt. These images were build via CI job #40 and downloaded from the snapshots server: https://ci.linaro.org/jenkins/view/components/job/uefi/40/ http://snapshots.linaro.org/components/kernel/uefi/40 Images for A5 and TC2 were not tested, so have not been updated for this release. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-12-10Merge branch 'arm-releases' into 'master'Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-12-10Add bm_v522r.axfarm-releasesRyan Harkin
Add supplied me with an updated version of Boot Monitor to fix a problem booting UEFI with the v5.2 Versaile Express DVD. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-12-10Versatile Express 5.2Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-06-14Linaro Firmware for 13.03 releaseRyan Harkin
Updated the UEFI binaries for TC2, TC1 and A5. Also updated board.txt for TC2 so that the board boots from the A7 cluster by default. This change is reflected in the UEFI binary. Old er UEFI binaries will not work in this configuration. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>