Changeset 0dd8c29 in mainline


Ignore:
Timestamp:
2011-05-18T13:25:04Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1182d79
Parents:
912100e
Message:

ppc32: use block address translation registers on a mandatory basis

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r912100e r0dd8c29  
    522522! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
    523523
    524 % Use Block Address Translation by the loader
    525 ! [PLATFORM=ppc32] CONFIG_BAT (y/n)
    526 
    527524% Preserve A.OUT header in isofs.b
    528525! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y)
  • boot/arch/ppc32/src/asm.S

    r912100e r0dd8c29  
    243243        clear_end:
    244244       
    245 #ifdef CONFIG_BAT
    246        
    247245        # create BAT identity mapping
    248246       
     
    288286       
    289287        no_bat:
    290        
    291 #endif
    292288       
    293289        # flush TLB
  • defaults/ppc32/Makefile.config

    r912100e r0dd8c29  
    3838CONFIG_FB = y
    3939
    40 # Use Block Address Translation by the loader
    41 CONFIG_BAT = y
    42 
    4340# Load disk drivers on startup
    4441CONFIG_START_BD = n
Note: See TracChangeset for help on using the changeset viewer.