1. 09 12月, 2010 4 次提交
  2. 27 11月, 2010 1 次提交
  3. 30 10月, 2010 2 次提交
  4. 27 10月, 2010 2 次提交
    • W
      ARM: use the same branch insn on all architectures · 79e63139
      Wolfgang Denk 提交于
      For the "fixloop" implementation in start.S a number of different
      instructions was used.  Unify code so all architectures use "blo"
      here because it is more robust in case of incorrect alignments.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Albert ARIBAUD <albert.aribaud@free.fr>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Sandeep Paulraj <s-paulraj@ti.com>
      Cc: Prafulla Wadaskar <prafulla@marvell.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Acked-by: NHeiko Schocher <hs@denx.de>
      79e63139
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  5. 19 10月, 2010 1 次提交
    • W
      Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE · 14d0a02a
      Wolfgang Denk 提交于
      The change is currently needed to be able to remove the board
      configuration scripting from the top level Makefile and replace it by
      a simple, table driven script.
      
      Moving this configuration setting into the "CONFIG_*" name space is
      also desirable because it is needed if we ever should move forward to
      a Kconfig driven configuration system.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      14d0a02a
  6. 11 10月, 2010 1 次提交
  7. 20 9月, 2010 1 次提交
  8. 23 6月, 2010 2 次提交
  9. 13 4月, 2010 1 次提交
  10. 16 5月, 2009 1 次提交
  11. 19 10月, 2008 1 次提交
  12. 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
  13. 06 10月, 2005 1 次提交
  14. 04 4月, 2005 1 次提交
    • W
      Patch by Steven Scholz, 4 Apr 2005: · 8aa1a2d1
      wdenk 提交于
      - remove all references to CONFIG_INIT_CRITICAL for ARM based boards
      - introduce two new configuration options instead:
        CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
      8aa1a2d1
  15. 10 1月, 2005 1 次提交
    • W
      * Patch by Jon Loeliger, 02 Sep 2004: · a1191902
      wdenk 提交于
        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
  16. 09 6月, 2004 1 次提交
  17. 09 2月, 2004 1 次提交
    • W
      Patch by Anders Larsen, 09 Jan 2004: · f6e20fc6
      wdenk 提交于
      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
  18. 07 12月, 2003 1 次提交
    • W
      * Patch by Gleb Natapov, 19 Sep 2003: · a8c7c708
      wdenk 提交于
        Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c
      
      * Patch by Anders Larsen, 17 Sep 2003:
        Bring ARM memory layout in sync with the documentation:
        stack and malloc-heap are now located _below_ the U-Boot code
      a8c7c708
  19. 18 9月, 2003 1 次提交
  20. 27 7月, 2003 1 次提交
    • W
      * Patch by Scott McNutt, 21 Jul 2003: · 1f4bb37d
      wdenk 提交于
        Add support for LynuxWorks Kernel Downloadable Images (KDIs).
        Both LynxOS and BlueCat linux KDIs are supported.
      
      * Patch by Richard Woodruff, 25 Jul 2003:
        use more reliable reset for OMAP/925T
      
      * Patch by Nye Liu, 25 Jul 2003:
        fix typo in mpc8xx.h
      
      * Patch by Richard Woodruff, 24 Jul 2003:
        Fixes for cmd_nand.c:
        - Fixed null dereferece which could result in incorrect ECC values.
        - Added support for devices with no Ready/Busy signal hooked up.
        - Added OMAP1510 read/write protect handling.
        - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock
          for non-JFFS2.
        - Switched default ECC to be JFFS2.
      1f4bb37d
  21. 17 7月, 2003 1 次提交
  22. 16 7月, 2003 1 次提交
  23. 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
  24. 28 5月, 2003 1 次提交
    • W
      * Fix data abort exception handling for arm920t CPU · f07771cc
      wdenk 提交于
      * Fix alignment problems with flash driver for TRAB board
      
      * Patch by Donald White, 21 May 2003:
        fix calculation of base address in pci_hose_config_device()
      
      * Fix bug in command line parsing: "cmd1;cmd2" is supposed to always
        execute "cmd2", even if "cmd1" fails. Note that this is different
        to "run var1 var2" where the contents of "var2" will NOT be
        executed when a command in "var1" fails.
      f07771cc
  25. 15 3月, 2003 1 次提交
    • W
      * Avoid flicker on the TRAB's VFD by synchronizing the enable with · 06d01dbe
      wdenk 提交于
        the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
        boards, version 153 for Rev. 200 boards).
      
      * Patch by Vladimir Gurevich, 12 Mar 2003:
        Fix relocation problem of statically initialized string pointers
        in common/cmd_pci.c
      
      * Patch by Kai-Uwe Blöm, 12 Mar 2003:
        Cleanup & bug fixes for JFFS2 code:
        - the memory mangement was broken. It caused havoc on malloc by
          writing beyond the block boundaries.
        - the length calculation for files was wrong, sometimes resulting
          in short file reads.
        - data copying now optionally takes fragment version numbers into
          account, to avoid copying from older data.
        See doc/README.JFFS2 for details.
      06d01dbe
  26. 03 11月, 2002 1 次提交