-
- Downloads
Patch by Anders Larsen, 09 Jan 2004:
ARM memory layout fixes: the abort-stack is now set up in the correct RAM area, and the BSS is zeroed out as it should be. Furthermore, the magic variables 'armboot_end' and 'armboot_end_data' of the linker scripts are replaced by '__bss_start' and '_end', resp., which is a further step to eliminate unnecessary differences between the implementation of the CPU architectures.
Showing
- cpu/ixp/start.S 16 additions, 44 deletionscpu/ixp/start.S
- cpu/pxa/cpu.c 1 addition, 1 deletioncpu/pxa/cpu.c
- cpu/pxa/start.S 10 additions, 24 deletionscpu/pxa/start.S
- cpu/sa1100/cpu.c 1 addition, 1 deletioncpu/sa1100/cpu.c
- cpu/sa1100/start.S 26 additions, 16 deletionscpu/sa1100/start.S
- doc/README.ARM-memory-map 0 additions, 10 deletionsdoc/README.ARM-memory-map
- include/asm-arm/u-boot-arm.h 2 additions, 2 deletionsinclude/asm-arm/u-boot-arm.h
- include/bmp_logo.h 1 addition, 1 deletioninclude/bmp_logo.h
- include/configs/innokom.h 1 addition, 3 deletionsinclude/configs/innokom.h
- include/configs/ixdp425.h 1 addition, 0 deletionsinclude/configs/ixdp425.h
- include/configs/trab.h 1 addition, 1 deletioninclude/configs/trab.h
- include/flash.h 1 addition, 1 deletioninclude/flash.h
- lib_arm/board.c 4 additions, 4 deletionslib_arm/board.c
Loading
Please register or sign in to comment