Changeset 1032


Ignore:
Timestamp:
Feb 17, 2016, 5:18:30 PM (8 years ago)
Author:
alain
Message:

Modify the arch.py file to use TWO BPPs
for the boot-loader segments instead of ONE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/arch.py

    r1031 r1032  
    151151    boot_code_size       = 0x00080000           # 512 Kbytes
    152152
     153    boot_stack_vbase     = 0x00380000           # ident
     154    boot_stack_size      = 0x00080000           # 512 Kbytes
     155
    153156    boot_data_vbase      = 0x00180000           # ident
    154157    boot_data_size       = 0x00200000           # 2 Mbytes
    155 
    156     boot_stack_vbase     = 0x00380000           # ident
    157     boot_stack_size      = 0x00080000           # 512 Kbytes
    158158
    159159    ### define kernel vsegs base addresses and sizes
Note: See TracChangeset for help on using the changeset viewer.