29 Nov, 2011

1 commit


28 Jul, 2011

2 commits


25 May, 2011

2 commits

  • select ARM_PATCH_PHYS_VIRT
    as with ARM_PATCH_PHYS_VIRT you can patch boot_params at runtime or any recent
    bootloader will provide a valid atags pointer in r2

    as point out by Russell on AT91 we never use XIP
    so se do not need PLAT_PHYS_OFFSET

    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
    Cc: Nicolas Ferre
    Cc: Patrice Vilchez
    Cc: Andrew Victor
    Cc: Russell King

    Jean-Christophe PLAGNIOL-VILLARD
     
  • switch early init to init_early and introduce soc map_io

    with this Patch we will not do any more early device setup during the map io

    tks to Russell to point the new call back

    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
    Cc: Nicolas Ferre
    Cc: Patrice Vilchez
    Acked-by: Russell King
    Acked-by: Andrew Victor

    Jean-Christophe PLAGNIOL-VILLARD
     

20 Oct, 2010

1 commit

  • Since we're now using addruart to establish the debug mapping, we can
    remove the io_pg_offst and phys_io members of struct machine_desc.

    The various declarations were removed using the following script:

    grep -rl MACHINE_START arch/arm | xargs \
    sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'

    [ Initial patch was from Jeremy Kerr, example script from Russell King ]

    Signed-off-by: Nicolas Pitre
    Acked-by: Eric Miao

    Nicolas Pitre
     

05 Oct, 2010

1 commit