1. 03 10月, 2009 2 次提交
  2. 11 9月, 2009 1 次提交
    • S
      ppc4xx: Big cleanup of PPC4xx defines · d1c3b275
      Stefan Roese 提交于
      This patch cleans up multiple issues of the 4xx register (mostly
      DCR, SDR, CPR, etc) definitions:
      
      - Change lower case defines to upper case (plb4_acr -> PLB4_ACR)
      - Change the defines to better match the names from the
        user's manuals (e.g. cprpllc -> CPR0_PLLC)
      - Removal of some unused defines
      
      Please test this patch intensive on your PPC4xx platform. Even though
      I tried not to break anything and tested successfully on multiple
      4xx AMCC platforms, testing on custom platforms is recommended.
      Signed-off-by: NStefan Roese <sr@denx.de>
      d1c3b275
  3. 10 8月, 2009 1 次提交
    • J
      Dual-license IBM code contributions · 31773496
      Josh Boyer 提交于
      It was brought to our attention that U-Boot contains code derived from the
      IBM OpenBIOS source code originally provided with some of the older PowerPC
      4xx development boards.  As a result, the original license of this code has
      been carried in the various files for a number of years in the U-Boot project.
      
      IBM is dual-licensing the IBM code contributions already present in U-Boot
      under either the terms of the GNU General Public License version 2, or the
      original code license already present.
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      31773496
  4. 19 7月, 2009 2 次提交
  5. 18 7月, 2009 2 次提交
  6. 28 1月, 2009 1 次提交
  7. 21 10月, 2008 1 次提交
  8. 19 10月, 2008 1 次提交
  9. 14 10月, 2008 1 次提交
    • R
      The PIPE_INTERRUPT flag is used wrong · 9dbc3667
      Remy Bohmer 提交于
      At a lot of places in the code the PIPE_INTERRUPT flags and friends
      are used wrong. The wrong bits are compared to this flag resulting
      in wrong conditions. Also there are macros that should be used for
      PIPE_* flags.
      This patch tries to fix them all, however, I was not able to test the
      changes, because I do not have any of these boards.
      
      Review required!
      Signed-off-by: NRemy Bohmer <linux@bohmer.net>
      Signed-off-by: NMarkus Klotzbuecher <mk@denx.de>
      9dbc3667
  10. 11 9月, 2008 2 次提交
  11. 09 9月, 2008 1 次提交
  12. 14 7月, 2008 1 次提交
  13. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  14. 29 2月, 2008 1 次提交
  15. 25 2月, 2008 1 次提交
    • M
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz 提交于
      This patch adds framework for dual format images. Format detection is added
      and the bootm controll flow is updated to include cases for new FIT format
      uImages.
      
      When the legacy (image_header based) format is detected appropriate
      legacy specific handling is invoked. For the new (FIT based) format uImages
      dual boot framework has a minial support, that will only print out a
      corresponding debug messages. Implementation of the FIT specific handling will
      be added in following patches.
      Signed-off-by: NMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  16. 22 2月, 2008 1 次提交
  17. 07 2月, 2008 1 次提交
  18. 01 11月, 2007 2 次提交
  19. 10 7月, 2007 1 次提交
  20. 04 7月, 2007 1 次提交
  21. 20 2月, 2007 1 次提交
    • S
      [PATCH] PPC4xx: Add support for multiple I2C busses · 79b2d0bb
      Stefan Roese 提交于
      This patch adds support for multiple I2C busses on the PPC4xx
      platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
      to make use of this feature.
      
      It also merges the 405 and 440 i2c header files into one common
      file 4xx_i2c.h.
      
      Also the 4xx i2c reset procedure is reworked since I experienced
      some problems with the first access on the 440SPe Katmai board.
      Signed-off-by: NStefan Roese <sr@denx.de>
      79b2d0bb
  22. 01 4月, 2006 1 次提交
  23. 13 10月, 2005 1 次提交
  24. 23 9月, 2005 1 次提交
  25. 04 8月, 2005 1 次提交
  26. 09 9月, 2004 1 次提交
    • W
      * Patch by Detlev Zundel, 08 Sep 2004: · eedcd078
      wdenk 提交于
        Update etags build target
      
      * Improve NetConsole support: add support for broadcast destination
        address and buffered input.
      
      * Cleanup compiler warnings for GCC 3.3.x and later
      
      * Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch
      eedcd078
  27. 15 3月, 2004 1 次提交
  28. 03 1月, 2004 1 次提交
    • W
      * Patch by Denis Peter, 8 Dec 2003 · b6e4c403
      wdenk 提交于
        - add support for the PATI board (MPC555)
        - add SPI support for the MPC5xx
      
      * Patch by Anders Larsen, 08 Dec 2003:
        add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
        to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
        cleanup some redundand #defines
      b6e4c403
  29. 02 1月, 2004 1 次提交
    • W
      * Cleanup lowboot code for MPC5200 · d4ca31c4
      wdenk 提交于
      * Minor code cleanup (coding style)
      
      * Patch by Reinhard Meyer, 30 Dec 2003:
        - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
        - added CONFIG_PHY_ADDR to include/configs/IceCube.h,
        - turned debug print of PHY registers into a function (called in two places)
        - added support for EMK MPC5200 based modules
      
      * Fix MPC8xx PLPRCR_MFD_SHIFT typo
      
      * Add support for TQM866M modules
      
      * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)
      
      * Fix a few compiler warnings
      d4ca31c4
  30. 08 12月, 2003 1 次提交
    • W
      * Patches by David Mller, 14 Nov 2003: · a2663ea4
      wdenk 提交于
        - board/mpl/common/common_util.c
          * implement support for BZIP2 compressed images
          * various cleanups (printf -> puts, ...)
        - board/mpl/common/flash.c
          * report correct errors to upper layers
          * check the erase fail and VPP low bits in status reg
        - board/mpl/vcma9/cmd_vcma9.c
        - board/mpl/vcma9/flash.c
          * various cleanups (printf -> puts, ...)
        - common/cmd_usb.c
          * fix typo in comment
        - cpu/arm920t/usb_ohci.c
          * support for S3C2410 is missing in #if line
        - drivers/cs8900.c
          * reinit some registers in case of error (cable missing, ...)
        - fs/fat/fat.c
          * support for USB/MMC devices is missing in #if line
        - include/configs/MIP405.h
        - include/configs/PIP405.h
          * enable BZIP2 support
          * enlarge malloc space to 1MiB because of BZIP2 support
        - include/configs/VCMA9.h
          * enable BZIP2 support
          * enlarge malloc space to 1MiB because of BZIP2 support
          * enable USB support
        - lib_arm/armlinux.c
          * change calling convention of ARM Linux kernel as
            described on http://www.arm.linux.org.uk/developer/booting.php
      
      * Patch by Thomas Lange, 14 Nov 2003:
        Split dbau1x00 into dbau1000, dbau1100 and dbau1500 configs to
        support all these AMD boards.
      
      * Patch by Thomas Lange, 14 Nov 2003:
        Workaround for mips au1x00 physical memory accesses (the au1x00
        uses a 36 bit bus internally and cannot access physical memory
        directly. Use the uncached SDRAM address instead of the physical
        one.)
      a2663ea4
  31. 16 10月, 2003 1 次提交
    • W
      * Patches by Xianghua Xiao, 15 Oct 2003: · 42d1f039
      wdenk 提交于
        - Added Motorola CPU 8540/8560 support (cpu/85xx)
        - Added Motorola MPC8540ADS board support (board/mpc8540ads)
        - Added Motorola MPC8560ADS board support (board/mpc8560ads)
      
      * Minor code cleanup
      42d1f039
  32. 09 10月, 2003 1 次提交
    • W
      * Patch by Scott McNutt, 04 Oct 2003: · 4a551709
      wdenk 提交于
        - add support for Altera Nios-32 CPU
        - add support for Nios Cyclone Development Kit (DK-1C20)
      
      * Patch by Steven Scholz, 29 Sep 2003:
        - A second parameter for bootm overwrites the load address for
          "Standalone Application" images.
        - bootm sets environment variable "filesize" to the resulting
          (uncompressed) data length for "Standalone Application" images
          when autostart is set to "no". Now you can do something like
             if bootm $fpgadata $some_free_ram ; then
                     fpga load 0 $some_free_ram $filesize
             fi
      
      * Patch by Denis Peter, 25 Sept 2003:
        add support for the MIP405 Rev. C board
      4a551709
  33. 11 9月, 2003 1 次提交
    • W
      * Patches by Denis Peter, 9 Sep 2003: · 7205e407
      wdenk 提交于
        add FAT support for IDE, SCSI and USB
      
      * Patches by Gleb Natapov, 2 Sep 2003:
        - cleanup of POST code for unsupported architectures
        - MPC824x locks way0 of data cache for use as initial RAM;
          this patch unlocks it after relocation to RAM and invalidates
          the locked entries.
      
      * Patch by Gleb Natapov, 30 Aug 2003:
        new I2C driver for mpc107 bridge. Now works from flash.
      
      * Patch by Dave Ellis, 11 Aug 2003:
        - JFFS2: fix typo in common/cmd_jffs2.c
        - JFFS2: fix CFG_JFFS2_SORT_FRAGMENTS option
        - JFFS2: remove node version 0 warning
        - JFFS2: accept JFFS2 PADDING nodes
        - SXNI855T: add AM29LV800 support
        - SXNI855T: move environment from EEPROM to flash
        - SXNI855T: boot from JFFS2 in NOR or NAND flash
      
      * Patch by Bill Hargen, 11 Aug 2003:
        fixes for I2C on MPC8240
        - fix i2c_write routine
        - fix iprobe command
        - eliminates use of global variables, plus dead code, cleanup.
      7205e407
  34. 25 7月, 2003 1 次提交
  35. 28 6月, 2003 1 次提交
    • W
      * Code cleanup: · 8bde7f77
      wdenk 提交于
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77