Changeset d47f0e1 in mainline for doc/arch/mips


Ignore:
Timestamp:
2005-06-05T15:18:24Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3f41b6
Parents:
d1a184f
Message:

SMP recovery patch #1. (SMP still broken)
Move ap_boot() to K_TEXT_START_2 section.
Change ap_boot() to cope with mapping of kernel address space.
Change some addresses in mps.c from kernel to physical.

MIPS.
Move msim dprinter device to 0xB0000000.
This address is from kseg1 (unmapped, uncached) segment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/arch/mips

    rd1a184f rd47f0e1  
    2323        add rom         startmem        0x1fc00000      1k      load "load.bin"
    2424
    25         add dprinter    printer         0xA000000
     25        add dprinter    printer         0x10000000
    2626
    2727
Note: See TracChangeset for help on using the changeset viewer.