Changeset e4ddfa8 in mainline for arch/ppc32/src/boot/boot.S
- Timestamp:
- 2006-03-14T19:06:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1065603e
- Parents:
- edc89bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/boot/boot.S
redc89bd re4ddfa8 36 36 .global kernel_image_start 37 37 kernel_image_start: 38 39 # load temporary stack 40 41 lis sp, end_stack@ha 42 addi sp, sp, end_stack@l 38 43 39 44 # r10 contains physical address to memmap_t … … 70 75 71 76 b main_bsp 77 78 .section K_DATA_START, "aw", @progbits 79 80 .space TEMP_STACK_SIZE 81 end_stack:
Note:
See TracChangeset
for help on using the changeset viewer.