Changeset 208b5f5 in mainline for boot


Ignore:
Timestamp:
2013-12-29T14:32:55Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c14b88, 6fa9a99d, 9be30cdf, aacdb8e
Parents:
2a13328
Message:

cherrypick important fixes and updates from lp:~jceel/helenos/leon3

Location:
boot/arch/sparc32/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc32/src/ambapp.c

    r2a13328 r208b5f5  
    110110        amba_devices[0].device_id = GAISLER_APBUART;
    111111        amba_devices[0].version = 1;
    112         amba_devices[0].irq = 2;
     112        amba_devices[0].irq = 3;
    113113        amba_devices[0].bars[0].start = 0x80000100;
    114114        amba_devices[0].bars[0].size = 0x100;
  • boot/arch/sparc32/src/asm.S

    r2a13328 r208b5f5  
    4646boot_pt:
    4747        .space PTL0_ENTRIES * PTL0_ENTRY_SIZE
     48
    4849boot_ctx_table:
    4950        .space 4
Note: See TracChangeset for help on using the changeset viewer.