Michal Simek
e6a9ed04e7
ARM64: zynqmp: Add SPL support support
...
Support RAM and MMC boot mode in SPL also with SPL_FIT images.
In MMC boot mode two boot options are available:
1) Boot flow with ATF(EL3) and full U-Boot(EL2):
aarch64-linux-gnu-objcopy -O binary bl31.elf bl31.bin
mkimage -A arm64 -O linux -T kernel -C none -a 0xfffe5000 -e 0xfffe5000
-d bl31.bin atf.ub
cp spl/boot.bin <sdcard fat partition>
cp atf.ub <sdcard fat partition>
cp u-boot.bin <sdcard fat partition>
2) Boot flow with full U-Boot(EL3):
cp spl/boot.bin <sdcard>
cp u-boot*.img <sdcard>
3) emmc boot mode
dd if=/dev/zero of=sd.img bs=1024 count=1024
parted sd.img mktable msdos
parted sd.img mkpart p fat32 0% 100%
kpartx -a sd.img
mkfs.vfat /dev/mapper/loop0p1
mount /dev/mapper/loop0p1 /mnt/
cp spl/boot.bin /mnt
cp u-boot.img /mnt
cp u-boot.bin /mnt
cp atf.ub /mnt
umount /dev/mapper/loop0p1
kpartx -d sd.img
cp sd.img /tftpboot/
and program it via u-boot
tftpb 10000 sd.img
mmcinfo
mmc write 10000 0 $filesize
mmc rescan
mmc part
ls mmc 0
psu_init() function contains low level SoC setup generated for every HW
design by Xilinx design tools. xil_io.h is only supporting file to fix
all dependencies from tools. The same solution was used on Xilinx Zynq.
The patch also change CONFIG_SYS_INIT_SP_ADDR to the end of OCM which
stays at the same location all the time.
Bootrom expects starting address to be at 0xfffc0000 that's why this
address is SPL_TEXT_BASE.
Signed-off-by: Michal Simek <michal.simek@xilinx.com >
2016-05-24 11:15:01 +02:00
..
2015-04-18 11:11:32 -06:00
2016-05-10 23:32:42 +02:00
2016-04-01 17:18:06 -04:00
2016-01-20 10:19:36 -05:00
2015-08-28 11:46:35 -04:00
2015-11-19 20:27:50 -07:00
2015-10-30 15:08:55 +01:00
2015-03-24 10:50:50 -04:00
2016-03-15 15:13:04 -04:00
2015-11-19 20:27:50 -07:00
2015-11-10 09:19:52 -05:00
2016-05-02 18:37:09 -04:00
2015-05-13 09:46:19 -07:00
2015-11-12 17:26:33 +01:00
2015-09-13 10:37:29 +02:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-05-02 18:37:09 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2015-11-10 09:19:52 -05:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-18 21:34:40 +01:00
2016-04-01 17:18:10 -04:00
2016-02-06 12:00:59 +01:00
2015-12-17 21:54:41 +01:00
2015-05-28 08:18:25 -04:00
2016-02-24 18:44:01 -05:00
2015-09-11 17:12:57 -04:00
2016-02-18 21:34:40 +01:00
2016-03-15 15:13:02 -04:00
2016-04-13 15:45:50 -04:00
2016-05-17 09:54:43 -06:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-01-20 10:19:34 -05:00
2016-02-16 09:17:52 -07:00
2016-05-20 17:02:07 -04:00
2016-03-17 10:27:27 +08:00
2016-03-17 10:27:25 +08:00
2015-11-21 21:50:20 -05:00
2015-11-12 17:38:08 +01:00
2015-01-12 09:38:47 -05:00
2015-09-11 14:59:16 -04:00
2016-01-19 08:31:21 -05:00
2016-01-20 10:19:35 -05:00
2016-04-01 17:18:10 -04:00
2016-02-06 12:00:59 +01:00
2015-12-20 03:36:51 +01:00
2016-03-17 10:27:25 +08:00
2016-02-18 21:34:40 +01:00
2016-02-06 12:00:59 +01:00
2015-11-13 06:46:24 -08:00
2016-02-18 21:34:40 +01:00
2015-03-24 10:50:50 -04:00
2015-12-01 08:07:22 -07:00
2015-09-02 21:28:24 -06:00
2016-05-05 21:39:26 -04:00
2016-02-06 12:00:59 +01:00
2016-03-21 09:19:53 +01:00
2016-04-19 16:05:51 +02:00
2016-03-17 10:27:27 +08:00
2016-03-15 15:12:06 -04:00
2015-09-07 13:41:04 +02:00
2016-01-19 08:31:21 -05:00
2016-04-25 15:10:36 -04:00
2015-04-09 16:48:03 -04:00
2016-02-06 12:00:59 +01:00
2015-04-18 11:11:32 -06:00
2016-05-21 01:36:39 +02:00
2016-05-02 18:37:09 -04:00
2015-11-19 20:27:50 -07:00
2016-03-17 10:27:25 +08:00
2015-11-10 09:19:52 -05:00
2015-04-09 09:14:12 +02:00
2015-01-25 23:56:09 +01:00
2016-02-06 12:00:59 +01:00
2015-08-14 16:27:10 -04:00
2016-03-14 19:18:48 -04:00
2016-05-17 08:28:52 +02:00
2016-02-02 20:59:05 +01:00
2016-01-21 20:05:26 -07:00
2016-02-20 21:40:02 +01:00
2015-10-19 11:26:49 -04:00
2016-03-14 19:18:40 -04:00
2016-04-01 17:18:06 -04:00
2015-11-30 12:50:29 +01:00
2016-03-14 19:18:48 -04:00
2016-04-04 11:22:10 +02:00
2016-01-14 14:08:59 +01:00
2016-02-01 22:14:01 +01:00
2016-01-20 10:19:35 -05:00
2016-02-18 21:34:40 +01:00
2016-05-17 09:54:43 -06:00
2015-03-24 10:50:50 -04:00
2015-03-24 10:50:50 -04:00
2015-10-22 14:18:30 -04:00
2016-05-04 13:31:04 -07:00
2014-12-19 15:32:14 +01:00
2016-03-14 19:18:48 -04:00
2015-10-22 14:18:30 -04:00
2016-01-20 10:19:36 -05:00
2015-10-02 10:42:59 +02:00
2016-02-06 12:00:59 +01:00
2016-05-21 01:25:50 +02:00
2016-04-01 17:18:27 -04:00
2016-03-14 19:18:48 -04:00
2016-01-21 20:42:37 -07:00
2015-01-25 23:56:09 +01:00
2016-04-11 20:48:23 -04:00
2016-01-25 10:40:00 -05:00
2016-02-18 21:34:40 +01:00
2016-02-24 18:43:59 -05:00
2016-05-17 09:54:43 -06:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2015-01-14 11:37:39 -05:00
2016-02-21 07:56:16 -05:00
2015-03-24 10:50:50 -04:00
2016-02-18 21:34:41 +01:00
2015-11-12 18:13:19 -05:00
2016-01-19 08:31:21 -05:00
2016-04-01 17:18:10 -04:00
2015-12-22 04:42:27 +01:00
2015-12-20 03:36:51 +01:00
2016-02-24 18:43:57 -05:00
2016-04-12 08:58:03 +02:00
2016-03-16 15:27:54 -04:00
2015-11-18 00:39:22 +03:00
2016-01-20 10:19:34 -05:00
2015-02-24 17:06:51 -05:00
2016-03-02 14:51:05 +01:00
2015-09-11 17:15:27 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-04-19 16:37:36 +02:00
2015-09-02 15:26:13 +02:00
2015-10-22 14:18:30 -04:00
2016-04-10 17:19:48 +02:00
2016-04-12 11:13:40 +02:00
2016-04-25 15:10:41 -04:00
2016-03-14 19:18:48 -04:00
2016-02-16 09:17:51 -07:00
2016-05-21 01:36:39 +02:00
2016-05-02 18:37:09 -04:00
2016-01-11 11:22:43 -05:00
2015-11-10 09:19:52 -05:00
2016-03-14 19:18:07 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-03-26 14:16:12 +01:00
2015-01-20 10:15:33 -05:00
2016-03-16 15:03:40 -04:00
2016-01-19 08:31:21 -05:00
2016-05-24 11:15:01 +02:00
2016-03-27 09:13:01 -04:00
2015-11-29 22:16:14 +01:00