imgtec/pistachio: Add comment on the unusual memory layout
To avoid having to dig up the constraints again, document the memory layout right in memlayout.ld. Change-Id: I298cc880ae462f5b197ab2f64beb2f0e0d9f5a7d Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10039 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
c6e1f8aa12
commit
b4a6ca96c0
|
@ -42,7 +42,10 @@ SECTIONS
|
|||
PRERAM_CBFS_CACHE(0x1a00e000, 72K)
|
||||
SRAM_END(0x1a020000)
|
||||
|
||||
/* Bootblock executes out of KSEG0 and sets up the identity mapping. */
|
||||
/* Bootblock executes out of KSEG0 and sets up the identity mapping.
|
||||
* This is identical to SRAM above, and thus also limited 64K and
|
||||
* needs to avoid conflicts with items set up above.
|
||||
*/
|
||||
BOOTBLOCK(0x9a000000, 20K)
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue