Skip to content
Snippets Groups Projects
  1. Sep 01, 2006
    • Marian Balakowicz's avatar
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz authored
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  2. May 30, 2006
    • Wolfgang Denk's avatar
      * Update Intel IXP4xx support · ba94a1bb
      Wolfgang Denk authored
      - Add IXP4xx NPE ethernet MAC support
      - Add support for Intel IXDPG425 board
      - Add support for Prodrive PDNB3 board
      - Add IRQ support
      Patch by Stefan Roese, 23 May 2006
      
      [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still
       sufferes from licensing issues. Blame Intel.]
      ba94a1bb
  3. Mar 31, 2006
  4. Sep 24, 2005
  5. Aug 31, 2005
  6. Jan 12, 2005
    • Wolfgang Denk's avatar
      * Some Cleanup. · 289f932c
      Wolfgang Denk authored
      * Patch by Richard Woodruff, 10 Jan 2005:
        Update support for OMAP2420 (ARM11) and H4 board:
        o clean up and add new types to H4 memory probe code.
        o fix to work with internal boot.
        o added PRCM config III operation.
        o fix marginal flash timings.
        o add revison ATAG usage.
        o enable voltage scaling at power chip.
        o fix compile error for i2c.
      
      * Fix network problem (error when receiving multiple ARP packets)
      289f932c
  7. Jan 09, 2005
    • Wolfgang Denk's avatar
      * Patch by Jon Loeliger, 02 Sep 2004: · a1191902
      Wolfgang Denk authored
        Reset monitor size back to 256 so environment can be written
        to flash on MPC85xx ADS and CDS releases.
      
      * Patch by Paolo Broggini, 02 Sep 2004:
        Make BSS clearing on ARM systems more robust
      
      * Patch by Yue Hu and Joe, 01 Sep 2004:
        - add PCI support for ixp425;
        - add EEPRO100 suppor tfor ixdp425 board.
      
      * Fix problem with protected sector detection in driver/cfi_flash.c
      a1191902
  8. Oct 10, 2004
  9. Feb 08, 2004
    • Wolfgang Denk's avatar
      Patch by Anders Larsen, 09 Jan 2004: · f6e20fc6
      Wolfgang Denk authored
      ARM memory layout fixes: the abort-stack is now set up in the
      correct RAM area, and the BSS is zeroed out as it should be.
      
      Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
      of the linker scripts are replaced by '__bss_start' and '_end',
      resp., which is a further step to eliminate unnecessary differences
      between the implementation of the CPU architectures.
      f6e20fc6
  10. Jan 20, 2004
    • Wolfgang Denk's avatar
      * The PS/2 mux on the BMS2003 board needs 450 ms after power on · c837dcb1
      Wolfgang Denk authored
        before we can access it; add delay in case we are faster (with no
        CF card inserted)
      
      * Cleanup of some init functions
      
      * Make sure SCC Ethernet is always stopped by the time we boot Linux
        to avoid Linux crashes by early packets coming in.
      
      * Accelerate flash accesses on LWMON board by using buffered writes
      c837dcb1
  11. Oct 30, 2003
  12. Oct 15, 2003
  13. Oct 14, 2003
Loading