Changeset cc250b3 in mainline
- Timestamp:
- 2012-09-06T12:31:05Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 504f1756
- Parents:
- ecd1a0a (diff), 8cf4823 (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. - Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
recd1a0a rcc250b3 173 173 $(USPACE_PATH)/app/mkexfat/mkexfat \ 174 174 $(USPACE_PATH)/app/mkmfs/mkmfs \ 175 $(USPACE_PATH)/app/lsusb/lsusb \176 175 $(USPACE_PATH)/app/sbi/sbi \ 177 176 $(USPACE_PATH)/app/sportdmp/sportdmp \ -
boot/arch/ppc32/_link.ld.in
recd1a0a rcc250b3 2 2 3 3 SECTIONS { 4 . = 0x0 1000000;4 . = 0x02000000; 5 5 .text : { 6 6 *(BOOTSTRAP); -
boot/arch/ppc32/include/arch.h
recd1a0a rcc250b3 35 35 #define BOOT_OFFSET 0x8000 36 36 37 #define LOADER_ADDRESS 0x0 100000037 #define LOADER_ADDRESS 0x02000000 38 38 39 39 #ifndef __ASM__ -
boot/arch/ppc32/src/main.c
recd1a0a rcc250b3 103 103 } 104 104 105 if (top >= (size_t) loader_address_pa) { 106 printf("Inflated components overlap loader area.\n"); 107 printf("The boot image is too large. Halting.\n"); 108 halt(); 109 } 110 105 111 void *balloc_base; 106 112 void *balloc_base_pa; -
kernel/arch/arm32/src/exception.c
recd1a0a rcc250b3 142 142 #elif defined(PROCESSOR_armv4) | defined(PROCESSOR_armv5) 143 143 asm volatile ( 144 "mrc p15, 0, %[control_reg], c1, c 1"144 "mrc p15, 0, %[control_reg], c1, c0" 145 145 : [control_reg] "=r" (control_reg) 146 146 ); … … 157 157 #elif defined(PROCESSOR_armv4) | defined(PROCESSOR_armv5) 158 158 asm volatile ( 159 "mcr p15, 0, %[control_reg], c1, c 1"159 "mcr p15, 0, %[control_reg], c1, c0" 160 160 :: [control_reg] "r" (control_reg) 161 161 ); -
kernel/genarch/src/drivers/arm926_uart/arm926_uart.c
recd1a0a rcc250b3 83 83 arm926_uart_t *uart = irq->instance; 84 84 85 // TODO make pio_read accept const spointers and remove the cast85 // TODO make pio_read accept const pointers and remove the cast 86 86 while ((pio_read_32((ioport32_t*)&uart->regs->flag) & ARM926_UART_FLAG_RXFE_FLAG) == 0) { 87 87 /* We ignore all error flags here */ … … 109 109 110 110 /* Mask all interrupts */ 111 uart->regs->interrupt_mask = ARM926_UART_INTERRUPT_ALL;111 uart->regs->interrupt_mask = 0; 112 112 113 113 outdev_initialize("arm926_uart_dev", &uart->outdev, &arm926_uart_ops); … … 133 133 irq_register(&uart->irq); 134 134 /* Enable receive interrupt */ 135 uart->regs->interrupt_mask &= ~ARM926_UART_INTERRUPT_RX_FLAG;135 uart->regs->interrupt_mask |= ARM926_UART_INTERRUPT_RX_FLAG; 136 136 } 137 137 -
kernel/generic/include/lib/elf_load.h
recd1a0a rcc250b3 42 42 * ELF error return codes 43 43 */ 44 #define EE_OK 0/* No error */45 #define EE_INVALID 1/* Invalid ELF image */46 #define EE_MEMORY 2/* Cannot allocate address space */47 #define EE_INCOMPATIBLE 3/* ELF image is not compatible with current architecture */48 #define EE_UNSUPPORTED 4/* Non-supported ELF (e.g. dynamic ELFs) */49 #define EE_LOADER 5/* The image is actually a program loader. */50 #define EE_IRRECOVERABLE 644 #define EE_OK 0 /* No error */ 45 #define EE_INVALID 1 /* Invalid ELF image */ 46 #define EE_MEMORY 2 /* Cannot allocate address space */ 47 #define EE_INCOMPATIBLE 3 /* ELF image is not compatible with current architecture */ 48 #define EE_UNSUPPORTED 4 /* Non-supported ELF (e.g. dynamic ELFs) */ 49 #define EE_LOADER 5 /* The image is actually a program loader. */ 50 #define EE_IRRECOVERABLE 6 /* Irrecoverable error. */ 51 51 52 52 /** 53 53 * This flags is passed when running the loader, otherwise elf_load() 54 54 * would return with a EE_LOADER error code. 55 *56 55 */ 57 56 #define ELD_F_NONE 0 -
uspace/lib/c/arch/abs32le/_link.ld.in
recd1a0a rcc250b3 15 15 #ifdef LOADER 16 16 . = 0x70001000 + SIZEOF_HEADERS; 17 18 .interp : {19 *(.interp);20 } :interp :text21 17 #else 22 18 . = 0x1000 + SIZEOF_HEADERS; 23 19 #endif 24 25 /* Make sure the code is aligned reasonably */26 . = ALIGN(., 16);27 20 28 21 .text : { … … 30 23 *(.rodata .rodata.*); 31 24 } :text 25 26 #ifdef LOADER 27 .interp : { 28 *(.interp); 29 } :interp :text 30 #endif 32 31 33 32 . = . + 0x1000; -
uspace/lib/c/arch/amd64/_link.ld.in
recd1a0a rcc250b3 16 16 #ifdef LOADER 17 17 . = 0x70001000 + SIZEOF_HEADERS; 18 19 .interp : {20 *(.interp);21 } :interp :text22 18 #else 23 19 . = 0x1000 + SIZEOF_HEADERS; 24 20 #endif 25 26 /* Make sure the code is aligned reasonably */27 . = ALIGN(., 16);28 21 29 22 .init : { … … 35 28 *(.rodata .rodata.*); 36 29 } :text 30 31 #ifdef LOADER 32 .interp : { 33 *(.interp); 34 } :interp :text 35 #endif 37 36 38 37 . = . + 0x1000; -
uspace/lib/c/arch/arm32/_link.ld.in
recd1a0a rcc250b3 15 15 #ifdef LOADER 16 16 . = 0x70001000 + SIZEOF_HEADERS; 17 18 .interp : {19 *(.interp);20 } :interp :text21 17 #else 22 18 . = 0x1000 + SIZEOF_HEADERS; 23 19 #endif 24 25 /* Make sure the code is aligned reasonably */26 . = ALIGN(., 8);27 20 28 21 .init : { … … 34 27 *(.rodata .rodata.*); 35 28 } :text 29 30 #ifdef LOADER 31 .interp : { 32 *(.interp); 33 } :interp :text 34 #endif 36 35 37 36 . = . + 0x1000; -
uspace/lib/c/arch/ia32/_link.ld.in
recd1a0a rcc250b3 24 24 . = 0x1000 + SIZEOF_HEADERS; 25 25 #endif 26 27 #if defined(LOADER) || defined(DLEXE)28 .interp : {29 *(.interp);30 } :interp :text31 #endif32 33 /* Make sure the code is aligned reasonably */34 . = ALIGN(., 16);35 26 36 27 .init : { … … 71 62 } :text 72 63 #endif 64 65 #if defined(LOADER) || defined(DLEXE) 66 .interp : { 67 *(.interp); 68 } :interp :text 69 #endif 70 73 71 . = . + 0x1000; 74 72 -
uspace/lib/c/arch/ia64/_link.ld.in
recd1a0a rcc250b3 15 15 #ifdef LOADER 16 16 . = 0x800000000 + SIZEOF_HEADERS; 17 18 .interp : {19 *(.interp);20 } :interp :text21 17 #else 22 18 . = 0x4000 + SIZEOF_HEADERS; 23 19 #endif 24 20 25 /* Make sure the code is aligned reasonably*/21 /* Workaround proper alignment of the .init section */ 26 22 . = ALIGN(., 16); 27 23 … … 34 30 *(.rodata .rodata.*); 35 31 } :text 32 33 #ifdef LOADER 34 .interp : { 35 *(.interp); 36 } :interp :text 37 #endif 36 38 37 39 . = . + 0x4000; -
uspace/lib/c/arch/mips32/_link.ld.in
recd1a0a rcc250b3 15 15 #ifdef LOADER 16 16 . = 0x70004000 + SIZEOF_HEADERS; 17 18 .interp : {19 *(.interp);20 } :interp :text21 17 #else 22 18 . = 0x4000 + SIZEOF_HEADERS; 23 19 #endif 24 25 /* Make sure the code is aligned reasonably */26 . = ALIGN(., 16);27 20 28 21 .init : { … … 34 27 *(.rodata .rodata.*); 35 28 } :text 29 30 #ifdef LOADER 31 .interp : { 32 *(.interp); 33 } :interp :text 34 #endif 36 35 37 36 . = . + 0x4000; -
uspace/lib/c/arch/mips64/_link.ld.in
recd1a0a rcc250b3 16 16 #ifdef LOADER 17 17 . = 0x70004000 + SIZEOF_HEADERS; 18 19 .interp : {20 *(.interp);21 } :interp :text22 18 #else 23 19 . = 0x4000 + SIZEOF_HEADERS; 24 20 #endif 25 26 /* Make sure the code is aligned reasonably */27 . = ALIGN(., 16);28 21 29 22 .init : { … … 35 28 *(.rodata .rodata.*); 36 29 } :text 30 31 #ifdef LOADER 32 .interp : { 33 *(.interp); 34 } :interp :text 35 #endif 37 36 38 37 . = . + 0x4000; -
uspace/lib/c/arch/ppc32/_link.ld.in
recd1a0a rcc250b3 16 16 #ifdef LOADER 17 17 . = 0x70001000 + SIZEOF_HEADERS; 18 19 .interp : {20 *(.interp);21 } :interp :text22 18 #else 23 19 . = 0x1000 + SIZEOF_HEADERS; 24 20 #endif 25 26 /* Make sure the code is aligned reasonably */27 . = ALIGN(., 4);28 21 29 22 .init : { … … 35 28 *(.rodata .rodata.*); 36 29 } :text 30 31 #ifdef LOADER 32 .interp : { 33 *(.interp); 34 } :interp :text 35 #endif 37 36 38 37 . = . + 0x1000; -
uspace/lib/c/arch/sparc64/_link.ld.in
recd1a0a rcc250b3 15 15 #ifdef LOADER 16 16 . = 0x70004000 + SIZEOF_HEADERS; 17 18 .interp : {19 *(.interp);20 } :interp :text21 17 #else 22 18 . = 0x4000 + SIZEOF_HEADERS; 23 19 #endif 24 25 /* Make sure the code is aligned reasonably */26 . = ALIGN(., 16);27 20 28 21 .init : { … … 34 27 *(.rodata .rodata.*); 35 28 } :text 29 30 #ifdef LOADER 31 .interp : { 32 *(.interp); 33 } :interp :text 34 #endif 36 35 37 36 . = . + 0x4000;
Note:
See TracChangeset
for help on using the changeset viewer.