1. 16 5月, 2009 1 次提交
  2. 19 10月, 2008 1 次提交
  3. 04 12月, 2006 1 次提交
  4. 01 12月, 2006 1 次提交
    • R
      Clean up the code according to codestyle: · ee311214
      roy zang 提交于
      (1) remove some C++ comments.
      (2) remove trailing white space.
      (3) remove trailing empty line.
      (4) Indentation by table.
      (5) remove {} in one line condition.
      (6) add space before '(' in function call.
      Remove some weird printf () output.
      Add necessary comments.
      Modified Makefile to support building in a separate directory.
      ee311214
  5. 29 11月, 2006 1 次提交
  6. 02 11月, 2006 1 次提交
    • R
      General code modification for mpc7448hpc2 board support. · 4c52783b
      roy zang 提交于
      1. Add 7447A and 7448 processor support.
      2. Add the following flags.
      
      CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
      (such as by switch on board), this flag should be set.
      
      CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
      relocates to RAM, this flag should be set.
      
      CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
      system hang in exception, this flag should be set.
      
      There is a design issue for tsi108/109 pci configure  read. When pci scan
      the slots, if there is no pci card, the tsi108/9 will cause a machine
      check exception for mpc7448 processor.
      Signed-off-by: NAlexandre Bounine <alexandreb@tundra.com>
      Signed-off-by: NRoy Zang <tie-fei.zang@freescale.com>
      4c52783b
  7. 01 4月, 2006 1 次提交
  8. 03 1月, 2004 1 次提交
    • W
      * Patch by Ronen Shitrit, 10 Dec 2003: · 3a473b2a
      wdenk 提交于
        Add support for the Marvell DB64360 / DB64460 development boards
      
      * Patch by Detlev Zundel, 10 Dec 2003:
        fix dependency problem in examples/Makefile
      3a473b2a
  9. 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
  10. 21 6月, 2003 1 次提交
  11. 19 11月, 2002 1 次提交
    • W
      * Patch by Thomas Frieden, 13 Nov 2002: · c7de829c
      wdenk 提交于
        Add code for AmigaOne board
        (preliminary merge to U-Boot, still WIP)
      
      * Patch by Jon Diekema, 12 Nov 2002:
        - Adding URL for IEEE OUI lookup
        - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED
          being defined.
        - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and
          root-on-nfs macros are designed to switch how the default boot
          method gets defined.
      c7de829c
  12. 27 8月, 2002 1 次提交
  13. 22 8月, 2002 1 次提交