Changeset 80d9d83 in mainline
- Timestamp:
- 2013-10-07T19:59:50Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1f12fab
- Parents:
- f64fe6e
- Location:
- boot/arch/sparc32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc32/include/types.h
rf64fe6e r80d9d83 58 58 size_t cnt; 59 59 task_t tasks[TASKMAP_MAX_RECORDS]; 60 /* Fields below are LEON-specific */ 61 uintptr_t uart_base; 62 uintptr_t intc_base; 63 uintptr_t timer_base; 64 int uart_irq; 65 int timer_irq; 66 uint32_t memsize; 60 67 } bootinfo_t; 61 68 -
boot/arch/sparc32/src/asm.S
rf64fe6e r80d9d83 53 53 jump_to_kernel: 54 54 set 0x80a00000, %l0 55 55 mov %i1, %o0 56 56 jmp %l0 57 57 nop
Note:
See TracChangeset
for help on using the changeset viewer.