- Timestamp:
- 2017-11-14T12:24:42Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6cad776
- Parents:
- 887c9de (diff), d2d142a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Aearsis <Hlavaty.Ondrej@…> (2017-11-14 01:04:19)
- git-committer:
- Aearsis <Hlavaty.Ondrej@…> (2017-11-14 12:24:42)
- Location:
- boot/arch
- Files:
-
- 1 added
- 1 deleted
- 7 edited
- 34 moved
-
amd64/Makefile.inc (modified) (2 diffs)
-
arm32/Makefile.inc (modified) (2 diffs)
-
arm32/include/arch/arch.h (moved) (moved from boot/arch/arm32/include/arch.h )
-
arm32/include/arch/asm.h (moved) (moved from boot/arch/arm32/include/asm.h )
-
arm32/include/arch/cp15.h (added)
-
arm32/include/arch/main.h (moved) (moved from boot/arch/arm32/include/main.h )
-
arm32/include/arch/mm.h (moved) (moved from boot/arch/arm32/include/mm.h )
-
arm32/include/arch/types.h (moved) (moved from boot/arch/arm32/include/types.h ) (1 diff)
-
arm32/include/cp15.h (deleted)
-
ia64/Makefile.inc (modified) (3 diffs)
-
ia64/include/arch/arch.h (moved) (moved from boot/arch/ia64/include/arch.h )
-
ia64/include/arch/asm.h (moved) (moved from boot/arch/ia64/include/asm.h )
-
ia64/include/arch/main.h (moved) (moved from boot/arch/ia64/include/main.h )
-
ia64/include/arch/pal.h (moved) (moved from boot/arch/ia64/include/pal.h )
-
ia64/include/arch/sal.h (moved) (moved from boot/arch/ia64/include/sal.h )
-
ia64/include/arch/ski.h (moved) (moved from boot/arch/ia64/include/ski.h )
-
ia64/include/arch/types.h (moved) (moved from boot/arch/ia64/include/types.h ) (1 diff)
-
mips32/Makefile.inc (modified) (2 diffs)
-
mips32/include/arch/arch.h (moved) (moved from boot/arch/mips32/include/arch.h )
-
mips32/include/arch/asm.h (moved) (moved from boot/arch/mips32/include/asm.h )
-
mips32/include/arch/main.h (moved) (moved from boot/arch/mips32/include/main.h )
-
mips32/include/arch/regname.h (moved) (moved from boot/arch/mips32/include/regname.h )
-
mips32/include/arch/types.h (moved) (moved from boot/arch/mips32/include/types.h ) (1 diff)
-
mips32/src/asm.S (modified) (1 diff)
-
ppc32/Makefile.inc (modified) (1 diff)
-
ppc32/include/arch/arch.h (moved) (moved from boot/arch/ppc32/include/arch.h )
-
ppc32/include/arch/asm.h (moved) (moved from boot/arch/ppc32/include/asm.h )
-
ppc32/include/arch/main.h (moved) (moved from boot/arch/ppc32/include/main.h )
-
ppc32/include/arch/ofw.h (moved) (moved from boot/arch/ppc32/include/ofw.h )
-
ppc32/include/arch/regname.h (moved) (moved from boot/arch/ppc32/include/regname.h )
-
ppc32/include/arch/types.h (moved) (moved from boot/arch/ppc32/include/types.h ) (1 diff)
-
riscv64/include/arch/arch.h (moved) (moved from boot/arch/riscv64/include/arch.h )
-
riscv64/include/arch/asm.h (moved) (moved from boot/arch/riscv64/include/asm.h )
-
riscv64/include/arch/main.h (moved) (moved from boot/arch/riscv64/include/main.h )
-
riscv64/include/arch/mm.h (moved) (moved from boot/arch/riscv64/include/mm.h )
-
riscv64/include/arch/types.h (moved) (moved from boot/arch/riscv64/include/types.h ) (1 diff)
-
riscv64/include/arch/ucb.h (moved) (moved from boot/arch/riscv64/include/ucb.h )
-
sparc64/Makefile.inc (modified) (1 diff)
-
sparc64/include/arch/arch.h (moved) (moved from boot/arch/sparc64/include/arch.h )
-
sparc64/include/arch/asm.h (moved) (moved from boot/arch/sparc64/include/asm.h )
-
sparc64/include/arch/main.h (moved) (moved from boot/arch/sparc64/include/main.h )
-
sparc64/include/arch/ofw.h (moved) (moved from boot/arch/sparc64/include/ofw.h )
-
sparc64/include/arch/types.h (moved) (moved from boot/arch/sparc64/include/types.h ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r887c9de rf9d0a86 39 39 audio/sb16 \ 40 40 char/i8042 \ 41 char/ps2mouse \42 char/xtkbd41 hid/ps2mouse \ 42 hid/xtkbd 43 43 44 44 RD_DRVS_NON_ESSENTIAL += \ … … 51 51 bus/usb/usbflbk \ 52 52 bus/usb/usbhub \ 53 bus/usb/usbhid \54 bus/usb/usbmast \55 53 bus/usb/usbmid \ 56 54 bus/usb/vhc \ 57 bus/usb/xhci 55 bus/usb/xhci \ 56 block/usbmast \ 57 hid/usbhid 58 58 59 59 RD_DRV_CFG += \ -
boot/arch/arm32/Makefile.inc
r887c9de rf9d0a86 74 74 RD_DRVS_ESSENTIAL += \ 75 75 char/pl050 \ 76 char/atkbd \77 char/ps2mouse \76 hid/atkbd \ 77 hid/ps2mouse \ 78 78 intctl/icp-ic \ 79 79 platform/icp … … 85 85 bus/usb/usbflbk \ 86 86 bus/usb/usbhub \ 87 bus/usb/usb hid \88 b us/usb/usbmast \89 bus/usb/usbmid87 bus/usb/usbmid \ 88 block/usbmast \ 89 hid/usbhid 90 90 91 91 SOURCES = \ -
boot/arch/arm32/include/arch/types.h
r887c9de rf9d0a86 37 37 #define BOOT_arm32_TYPES_H 38 38 39 #include < arch/common.h>39 #include <_bits/all.h> 40 40 41 41 #define TASKMAP_MAX_RECORDS 32 42 42 #define BOOTINFO_TASK_NAME_BUFLEN 32 43 44 typedef uint32_t size_t;45 typedef uint32_t uintptr_t;46 47 typedef uint32_t pfn_t;48 49 typedef int32_t ptrdiff_t;50 43 51 44 typedef struct { -
boot/arch/ia64/Makefile.inc
r887c9de rf9d0a86 66 66 endif 67 67 68 ifeq ($(MACHINE),i460GX) 68 69 RD_DRVS_ESSENTIAL += \ 69 70 platform/pc \ … … 71 72 bus/isa \ 72 73 char/i8042 \ 73 char/xtkbd74 hid/xtkbd 74 75 75 76 RD_DRVS_NON_ESSENTIAL += \ … … 81 82 bus/usb/usbflbk \ 82 83 bus/usb/usbhub \ 83 bus/usb/usbhid \84 bus/usb/usbmast \85 84 bus/usb/usbmid \ 86 bus/usb/vhc 85 bus/usb/vhc \ 86 block/usbmast \ 87 hid/usbhid 87 88 88 89 RD_DRV_CFG += \ 89 90 bus/isa 91 endif 92 93 ifeq ($(MACHINE),ski) 94 RD_DRVS_ESSENTIAL += \ 95 char/ski-con \ 96 platform/ski 97 endif 90 98 91 99 PRE_DEPEND = $(COMPS).s $(COMPS).h $(COMPS)_desc.c $(COMPONENTS_DEFLATE) -
boot/arch/ia64/include/arch/types.h
r887c9de rf9d0a86 30 30 #define BOOT_ia64_TYPES_H_ 31 31 32 #include < arch/common.h>32 #include <_bits/all.h> 33 33 34 34 #define TASKMAP_MAX_RECORDS 32 35 35 #define BOOTINFO_TASK_NAME_BUFLEN 32 36 36 #define MEMMAP_ITEMS 128 37 38 typedef uint64_t size_t;39 typedef uint64_t sysarg_t;40 typedef uint64_t uintptr_t;41 42 typedef int64_t ptrdiff_t;43 37 44 38 typedef struct { -
boot/arch/mips32/Makefile.inc
r887c9de rf9d0a86 58 58 bus/isa \ 59 59 char/i8042 \ 60 char/ps2mouse \61 char/xtkbd60 hid/ps2mouse \ 61 hid/xtkbd 62 62 63 63 RD_DRV_CFG += \ … … 68 68 RD_DRVS_ESSENTIAL += \ 69 69 platform/msim \ 70 block/ddisk 70 block/ddisk \ 71 char/msim-con 71 72 endif 72 73 -
boot/arch/mips32/include/arch/types.h
r887c9de rf9d0a86 30 30 #define BOOT_mips32_TYPES_H_ 31 31 32 #include < arch/common.h>32 #include <_bits/all.h> 33 33 34 34 #define TASKMAP_MAX_RECORDS 32 35 35 #define CPUMAP_MAX_RECORDS 32 36 36 #define BOOTINFO_TASK_NAME_BUFLEN 32 37 38 typedef uint32_t size_t;39 typedef uint32_t uintptr_t;40 41 typedef int32_t ptrdiff_t;42 37 43 38 typedef struct { -
boot/arch/mips32/src/asm.S
r887c9de rf9d0a86 33 33 .set noat 34 34 .set noreorder 35 .set nomacro36 35 37 36 .section BOOTSTRAP -
boot/arch/ppc32/Makefile.inc
r887c9de rf9d0a86 49 49 bus/usb/usbflbk \ 50 50 bus/usb/usbhub \ 51 bus/usb/usbhid \52 bus/usb/usbmast \53 51 bus/usb/usbmid \ 54 bus/usb/vhc 52 bus/usb/vhc \ 53 block/usbmast \ 54 hid/usbhid 55 55 56 56 SOURCES = \ -
boot/arch/ppc32/include/arch/types.h
r887c9de rf9d0a86 30 30 #define BOOT_ppc32_TYPES_H_ 31 31 32 #include < arch/common.h>32 #include <_bits/all.h> 33 33 34 34 #define TASKMAP_MAX_RECORDS 32 35 35 #define BOOTINFO_TASK_NAME_BUFLEN 32 36 37 typedef uint32_t size_t;38 typedef uint32_t uintptr_t;39 typedef uint32_t sysarg_t;40 typedef int32_t native_t;41 42 typedef int32_t ptrdiff_t;43 36 44 37 typedef struct { -
boot/arch/riscv64/include/arch/types.h
r887c9de rf9d0a86 30 30 #define BOOT_riscv64_TYPES_H_ 31 31 32 #include < arch/common.h>32 #include <_bits/all.h> 33 33 34 34 #define MEMMAP_MAX_RECORDS 32 35 35 #define TASKMAP_MAX_RECORDS 32 36 36 #define BOOTINFO_TASK_NAME_BUFLEN 32 37 38 typedef uint64_t size_t;39 typedef uint64_t uintptr_t;40 41 typedef int64_t ptrdiff_t;42 37 43 38 typedef struct { -
boot/arch/sparc64/Makefile.inc
r887c9de rf9d0a86 39 39 EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu -mcmodel=medlow 40 40 41 ifeq ($(PROCESSOR), sun4v) 42 RD_DRVS_ESSENTIAL += \ 43 platform/sun4v \ 44 char/sun4v-con 45 else 41 46 RD_DRVS_ESSENTIAL += \ 42 47 platform/sun4u \ 43 48 bus/pci/pciintel \ 44 49 bus/isa \ 50 intctl/obio \ 45 51 char/ns8250 46 52 47 53 RD_DRV_CFG += \ 48 54 bus/isa 49 50 RD_SRVS_NON_ESSENTIAL += 51 52 RD_SRVS_ESSENTIAL += \ 53 $(USPACE_PATH)/srv/hw/irc/obio/obio 55 endif 54 56 55 57 SOURCES = \ -
boot/arch/sparc64/include/arch/types.h
r887c9de rf9d0a86 30 30 #define BOOT_sparc64_TYPES_H_ 31 31 32 #include < arch/common.h>32 #include <_bits/all.h> 33 33 34 34 #define TASKMAP_MAX_RECORDS 32 35 35 #define BOOTINFO_TASK_NAME_BUFLEN 32 36 37 typedef uint64_t size_t;38 typedef uint64_t uintptr_t;39 typedef uint64_t sysarg_t;40 typedef int64_t native_t;41 42 typedef int64_t ptrdiff_t;43 36 44 37 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.
