Index: README =================================================================== RCS file: /cvsroot/u-boot/u-boot/README,v retrieving revision 1.2 diff -u -b -B -w -p -u -r1.2 README --- README 3 Nov 2002 17:56:27 -0000 1.2 +++ README 4 Nov 2002 12:06:27 -0000 @@ -1624,6 +1624,14 @@ Low Level (hardware related) configurati wrong setting might damage your board. Read doc/README.MBX before setting this variable! + +Currently Undocumented Configuration Settings: (FIXME! RS) +---------------------------------------------- + +CFG_DRAM_BASE +CFG_DRAM_SIZE + + Building the Software: ====================== @@ -2545,6 +2553,22 @@ this: ... eventually: LCD or video framebuffer ... eventually: pRAM (Protected RAM - unchanged by reset) 0x00FF FFFF [End of RAM] + +[FIXME: this is how it is done today:] + + 0x0000 0000 Exception Vector Code + : + 0xXXXX XXXX Free for Application Use + : + 0xXXXX XXXX stack + 0xXXXX XXXX bd_info and permanent copy of global data + 0xXXXX XXXX Malloc Area + 0xXXXX XXXX RAM Copy of Monitor Code + 0xXXXX XXXX Framebuffer + 0xXXXX XXXX pRAM (Protected RAM - not changed by reset) + 0xXXXX XXXX [End of RAM] + +[/FIXME] System Initialization: