Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-18 | Blackfin: make sure bss len is multiple of 4 bytes | Mike Frysinger | |
The Blackfin on-chip BootROM requires that fill operations (which is used for the bss) be aligned to 4 bytes (base addr and total len). Plus, the Blackfin early init asm code assumes the same thing. So rather than making things work for no real gain, make sure the bss len is padded to 4 bytes in the linker script. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2010-04-13 | blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* | Peter Tyser | |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
2010-04-13 | Move lib_$ARCH directories to arch/$ARCH/lib | Peter Tyser | |
Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |