diff options
| author | Wolfgang Denk <[email protected]> | 2012-04-29 23:57:39 +0000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2012-07-29 15:42:02 +0200 |
| commit | 702e6014f15b307f144fa03ecaf83a8446c6802a (patch) | |
| tree | 8c9360248c257f52c1487d9e6cbba3f2dc38e294 /board/icecube/README | |
| parent | 631fea8f2d70aa5eb7c49b33039971dfc61bba88 (diff) | |
doc: cleanup - move board READMEs into respective board directories
Also drop a few files referring to no longer / not yet supported
boards.
Signed-off-by: Wolfgang Denk <[email protected]>
Cc: Prafulla Wadaskar <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Kim Phillips <[email protected]>
Cc: Andy Fleming <[email protected]>
Cc: Jason Jin <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Acked-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'board/icecube/README')
| -rw-r--r-- | board/icecube/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/icecube/README b/board/icecube/README new file mode 100644 index 00000000000..5252bc97678 --- /dev/null +++ b/board/icecube/README @@ -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 +--------------------------------------------------------------------------- |
