Changeset de1712e in mainline for boot/arch/sparc64
- Timestamp:
- 2017-06-04T19:47:46Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d735e2e
- Parents:
- aaae6d9
- Location:
- boot/arch/sparc64
- Files:
-
- 4 edited
-
include/asm.h (modified) (1 diff)
-
include/main.h (modified) (1 diff)
-
include/ofw.h (modified) (1 diff)
-
src/ofw.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/include/asm.h
raaae6d9 rde1712e 31 31 #define BOOT_sparc64_ASM_H_ 32 32 33 #include < typedefs.h>33 #include <stddef.h> 34 34 35 35 extern void jump_to_kernel(uintptr_t physmem_start, bootinfo_t *bootinfo, -
boot/arch/sparc64/include/main.h
raaae6d9 rde1712e 30 30 #define BOOT_sparc64_MAIN_H_ 31 31 32 #include < typedefs.h>32 #include <stddef.h> 33 33 #include <balloc.h> 34 34 #include <genarch/ofw_tree.h> -
boot/arch/sparc64/include/ofw.h
raaae6d9 rde1712e 30 30 #define BOOT_sparc64_OFW_H_ 31 31 32 #include < typedefs.h>32 #include <stddef.h> 33 33 34 34 #define OFW_ADDRESS_CELLS 2 -
boot/arch/sparc64/src/ofw.c
raaae6d9 rde1712e 36 36 #include <arch/ofw.h> 37 37 #include <genarch/ofw.h> 38 #include < typedefs.h>38 #include <stddef.h> 39 39 #include <printf.h> 40 40 #include <halt.h>
Note:
See TracChangeset
for help on using the changeset viewer.
