diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2012-03-26 20:55:28 +0200 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2012-03-26 20:55:28 +0200 |
commit | 92988a21ad4c4c9504295ccb580c9f806134471b (patch) | |
tree | 5effc9f14170112450de05c67dafbe8d5034d595 /u-boot/doc/README.IceCube | |
parent | ca2b506783b676c95762c54ea24dcfdaae1947c9 (diff) | |
download | bootable_bootloader_goldelico_gta04-92988a21ad4c4c9504295ccb580c9f806134471b.zip bootable_bootloader_goldelico_gta04-92988a21ad4c4c9504295ccb580c9f806134471b.tar.gz bootable_bootloader_goldelico_gta04-92988a21ad4c4c9504295ccb580c9f806134471b.tar.bz2 |
added boot script files to repository
Diffstat (limited to 'u-boot/doc/README.IceCube')
-rw-r--r-- | u-boot/doc/README.IceCube | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/u-boot/doc/README.IceCube b/u-boot/doc/README.IceCube new file mode 100644 index 0000000..5252bc9 --- /dev/null +++ b/u-boot/doc/README.IceCube @@ -0,0 +1,13 @@ +--------------------------------------------------------------------------- +Build target Flash address | BDI "go" command | Reset Vector +--------------------------------------------------------------------------- +Lite5200 0xFFF00000 | 0xFFF00100 | 0xFFF00100 +Lite5200_LOWBOOT 0xFF000000 | 0xFF000100 | 0x00000100 +Lite5200_LOWBOOT08 0xFF800000 | 0xFF800100 | 0x00000100 +icecube_5200 0xFFF00000 | 0xFFF00100 | 0xFFF00100 +icecube_5200_LOWBOOT 0xFF000000 | 0xFF000100 | 0x00000100 +icecube_5200_LOWBOOT08 0xFF800000 | 0xFF800100 | 0x00000100 +icecube_5200_DDR 0xFFF00000 | 0xFFF00100 | 0xFFF00100 +icecube_5200_DDR_LOWBOOT 0xFF800000 | 0xFF800100 | 0x00000100 +icecube_5200_DDR_LOWBOOT08 0xFF800000 | 0xFF800100 | 0x00000100 +--------------------------------------------------------------------------- |