summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-22Rename zImage to Image and use norname as norkernarmlt-vexpress-20161117-001armlt-vexpress-20161018-001armlt-vexpress-20161012-001armlt-vexpress-20160926-001armlt-vexpress-20160917-001armlt-vexpress-20160916-001armlt-vexpress-20160907-001armlt-vexpress-20160906-002armlt-vexpress-20160906-001armlt-vexpress-20160809-001armlt-vexpress-20160803-001armlt-vexpress-20160720-001armlt-vexpress-20160714-001armlt-vexpress-20160622-001armlt-vexpress-16.11armlt-vexpress-16.10armlt-vexpress-16.09-003armlt-vexpress-16.09-001armlt-vexpress-16.09armlt-vexpress-16.08armlt-vexpress-16.07-001armlt-vexpress-16.07armlt-vexpress-16.0616.0816.0716.06Ryan Harkin
Rename the kernel in the SOFTWARE directory as Image, instead of zImage. We don't necessariily use a zImage, eg: when booting with bootmon, it's a zImage, when booting with u-boot, it will be a uImage. Also, set the norname for the kernel to "norkern" to match what we've done for Juno. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-05-05rename bootldr.txt to bootuefi.txtarmlt-vexpress-20160518-002armlt-vexpress-20160518-001armlt-vexpress-20160512-001armlt-vexpress-16.05Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2016-04-22Add bootkern.txt and bootldr.txtRyan Harkin
Keep two boot scripts, one for booting the kernel directly from NOR and the other for booting a bootloader such as UEFI or U-Boot from NOR. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-09-1015.09: update TC2 UEFI for dtb over 16kbarmlt-vexpress-20160322-001armlt-vexpress-20160222armlt-vexpress-20160212-001armlt-vexpress-20160122armlt-vexpress-16.03armlt-vexpress-15.12armlt-vexpress-15.11armlt-vexpress-15.10armlt-vexpress-15.09Ryan Harkin
TC2 wasn't booting when the .dtb file was greater than 16KB. This update to the TC2 UEFI binary comes from: https://git.linaro.org/landing-teams/working/arm/edk2.git/commit/ea31f8eb0ca0500212fc577c17b4a48e6d2656af Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-07-24Change SOFTWARE layout to reflect Juno changesarmlt-vexpress-15.08armlt-vexpress-15.07Ryan Harkin
The SOFTWARE directory has been re-organised in response to changes I made for Juno R0/R1, where the images.txt provides a translation from multiple files on the uSD card to the same names in NOR flash. This uses the NORxNAME parameter in images.txt. Presently, A5, A9 and TC1 are not really supported, so they use the old binaries that they've always used. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-07-24Set MUXFPGA and DVIMODE to use CoreTileRyan Harkin
The default config tells the board to use the motherboard CLCD controller, however, we always use the CoreTile controller. Rather than relying on UEFI setting the correct modes, do it in config.txt. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-07-24set AUTORUN: TRUERyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-07-24tc2: add blank.imgRyan Harkin
blank.img is placed where the UEFI config is stored. When the user first flashes their board with the firmware, blank.img (which is all zeros) will be written to the NOR flash, effectively erasing the UEFI config. Then, when UEFI starts, it will spot that the config is blank and create a default set. Subsequent reboots will not re-write blank.img, so the config will persist. Users can also erase the UEFI config manually by updating the timestamp of blank.img and rebooting the board. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-07-01tc2: list images in address orderRyan Harkin
Re-order the entries in image.txt to list them in address order. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-07-01tc2: change filenames used in images.txtRyan Harkin
Re-org the files in images.txt and SOFTWARE so that the output of the new Platforms releases [1] can be overlayed directly into the SOFTWARE/TC2 directory. The files are also re-org'd in the memory map to acount for how ARM BDS in UEFI loads images. The kernel zImage and ramdisk.img must live on the same boot device (i.e. the same NOR Flash bank). [1] releases.linaro.org/latest/members/arm/platforms releases.linaro.org/i15.07/members/arm/platforms Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-06-0214.05: update UEFI binaries for A5/A9/TC1/TC2Ryan Harkin
Add the latest UEFI binaries. These binaries revert to the upstream BDS functionality, with the global/local FDT selection removed. 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-11Add license files for distributionRyan Harkin
The agreement between ARM and Linaro states that the EULA should be kept with any redistribution of the Versatile Express Firmware. 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-12-03Remove redundant filesRyan Harkin
SITE2 and various other files in the SOFTWARE directory are redundant and make updating the firmware take longer than it needs to, so I'm removing them. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-11-22Linaro Firmware for 13.11 releaseRyan Harkin
Updated the UEFI binaries for TC2, TC1, A9 and A5. Taken from the CI job that built the linaro-uefi-2013.11 tag: http://snapshots.linaro.org/components/kernel/uefi/37 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-06-26Linaro Firmware for 13.06 releaseRyan Harkin
Updated the UEFI binaries for TC2, TC1, A9 and A5. 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>
2013-06-14Linaro Firmware for 13.02 releaseRyan Harkin
These files were used in the Linaro Firmware overlay for the 13.02 release: https://wiki.linaro.org/ARM/VersatileExpress?action=AttachFile&do=get&target=vemsd-armlt-20130225-001.zip The release can be found here: http://releases.linaro.org/13.02/ubuntu/vexpress/ http://releases.linaro.org/13.02/android/vexpress/ The changes will configure u-boot on A5 and TC1, UEFI on A9 and Boot Monitor on TC2. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-06-14Linaro Firmware for 13.01 releaseRyan Harkin
These files were used in the Linaro Firmware overlay for the 13.01 release: https://wiki.linaro.org/ARM/VersatileExpress?action=AttachFile&do=get&target=vemsd-armlt-20130129-002.zip The release can be found here: http://releases.linaro.org/13.01/ubuntu/vexpress/ http://releases.linaro.org/13.01/android/vexpress/ The changes will configure u-boot on A5 and TC1, UEFI on A9 and Boot Monitor on TC2. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-06-14Merge branch 'arm-releases'Ryan Harkin
2013-06-14CPUMigration patchRyan Harkin
The CPUMigration patch from ARM provides The patch can be downloaded from here: https://silver.arm.com/download/download.tm?pv=1335158 And you will get this file: VE050-PA-00001-r5p0-00rel0.tgz Which contains: ./CPUmigrationPatch: bm_v519r.axf dbb_v110.ebf readme.txt Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-06-14Versatile Express 5.0Ryan Harkin
boards/Recovery folder from Versatile Express 5.0 DVD. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-06-14Linaro Firmware for 12.09 releaseRyan Harkin
These files were used in the Linaro Firmware overlay for the 12.09 release: https://wiki.linaro.org/ARM/VersatileExpress?action=AttachFile&do=get&target=vemsd-armlt-20120920-001.zip The release can be found here: http://releases.linaro.org/12.09/ubuntu/vexpress/ http://releases.linaro.org/12.09/android/vexpress/ The changes will configure u-boot on A5 and TC1, UEFI on A9 and Boot Monitor on TC2. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-06-14Versatile Express 4.0bRyan Harkin
boards/Recovery folder from Versatile Express 4.0b DVD (shipped with TC2 CoreTile) Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2013-06-14Versatile Express 3.0Ryan Harkin
boards/Recovery folder from Versatile Express 3.0 DVD Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>