upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
379 B
16 lines
379 B
16 years ago
|
/*
|
||
15 years ago
|
* needed for arch/powerpc/cpu/mpc512x/start.S
|
||
16 years ago
|
*
|
||
|
* These should be auto-generated
|
||
|
*/
|
||
|
#define LPCS0AW 0x0024
|
||
|
#define SRAMBAR 0x00C4
|
||
|
#define SWCRR 0x0904
|
||
|
#define LPC_OFFSET 0x10000
|
||
|
#define CS0_CONFIG 0x00000
|
||
|
#define CS_CTRL 0x00020
|
||
|
#define CS_CTRL_ME 0x01000000 /* CS Master Enable bit */
|
||
|
|
||
|
#define EXC_OFF_SYS_RESET 0x0100
|
||
|
#define _START_OFFSET EXC_OFF_SYS_RESET
|