1. 12 Jun, 2004 7 commits
    • Tony Lindgren's avatar
      [ARM PATCH] 1905/1: Add OMAP compressed boot debug serial output · 1b26d7ab
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch adds OMAP compressed image debug serial output.
      
      This patch contains updates to the following files:
         b/arch/arm/boot/compressed/head.S
      1b26d7ab
    • Tony Lindgren's avatar
      [ARM PATCH] 1908/1: Remove old OMAP header files · b3fe2c66
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch removes the following old files that have been renamed:
         include/asm-arm/arch-omap/omap-h2.h
         include/asm-arm/arch-omap/omap-innovator.h
         include/asm-arm/arch-omap/omap-perseus2.h
      
      The new names for the files are board-*.h.
      b3fe2c66
    • Russell King's avatar
      [ARM] Tidy up patch 1925/1 · 86b0182d
      Russell King authored
      Since each Kconfig file is now bracketed with if ARCH_foo ... endif,
      we can remove the individual "depends on ARCH_foo" clauses against
      each option.
      86b0182d
    • Andrew Zabolotny's avatar
      [ARM PATCH] 1925/1: ARM 'System Type' kernel config menu cleanup · 8b5f4469
      Andrew Zabolotny authored
      Patch from Andrew Zabolotny
      
      This patch makes architecture-specific submenus under
      "System Type" visible only if the corresponding architecture
      is selected via the "ARM System Type" menu. Also comments
      out IDE_POLL in mach-lh7a40x/Kconfig since it is undefined
      and causes warnings during make menuconfig.
      Signed-off-by: default avatarAndrew Zabolotny <zap@homelink.ru>
      8b5f4469
    • Tony Lindgren's avatar
      [ARM PATCH] 1922/1: OMAP update 2/2: include files (replaces patch 1904/1) · 6d7cd516
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch syncs the mainline kernel with the linux-omap tree.
      The highlights of the patch are:
      - Register name clean-up. Mostly removes _REG from register names
        and replace OMAP1510P1 with OMAP1510. Also moves IO macros
        from hardware.h to io.h (Dirk Behme)
      - Add DMA framebuffer hardware acceleration features (Imre Deak)
      - Fix GPIO code not to do unnecessary address translations 
        between physical and virtual addresses (Juha Yrjölä)
      - Misc updates, such as OMAP gpio export fixes, additional 
        multiplexing settings, include mach-types.h only where needed,
        show OMAP revision early during boot
      6d7cd516
    • Tony Lindgren's avatar
      [ARM PATCH] 1923/1: OMAP update 1/2: arch files (replaces patch 1903/1) · 602ced3e
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch syncs the mainline kernel with the linux-omap tree.
      The highlights of the patch are:
      - Register name clean-up. Mostly removes _REG from register names
        and replace OMAP1510P1 with OMAP1510. Also moves IO macros
        from hardware.h to io.h (Dirk Behme)
      - Add DMA framebuffer hardware acceleration features (Imre Deak)
      - Fix GPIO code not to do unnecessary address translations 
        between physical and virtual addresses (Juha Yrjölä)
      - Misc updates, such as OMAP gpio export fixes, additional 
        multiplexing settings, include mach-types.h only where needed,
        show OMAP revision early during boot
      602ced3e
    • Russell King's avatar
      [ARM] Update ARM memory layout documentation. · d69c7369
      Russell King authored
      This updates the memory layout documentation to indicate that certain
      areas should remain unused.  It also corrects a few minor errors with
      region end addresses.
      d69c7369
  2. 10 Jun, 2004 3 commits
  3. 09 Jun, 2004 30 commits