1. 27 2月, 2014 1 次提交
  2. 24 7月, 2013 1 次提交
  3. 16 3月, 2013 1 次提交
  4. 17 11月, 2011 1 次提交
  5. 10 9月, 2011 1 次提交
    • G
      CM4000: fix broken flash base for OpenGear boards · 297f18ac
      Greg Ungerer 提交于
      Use _bss_start_ofs as the size of the boot loader code+data that we want
      to protect in the flash. This replaces use of the no longer defined
      _armboot_start.
      
      Fixes:
      
      flash.c: In function ‘flash_init’:
      flash.c:75: error: ‘_bss_start’ undeclared (first use in this function)
      flash.c:75: error: (Each undeclared identifier is reported only once
      flash.c:75: error: for each function it appears in.)
      flash.c:75: error: ‘_armboot_start’ undeclared (first use in this function)
      
      Signed-off-by: <greg.ungerer@opengear.com>
      297f18ac
  6. 16 7月, 2011 1 次提交
  7. 19 10月, 2008 1 次提交
  8. 20 5月, 2005 1 次提交
  9. 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
  10. 15 10月, 2003 1 次提交
    • W
      * Make sure HUSH is initialized for running auto-update scripts · 2d5b561e
      wdenk 提交于
      * Make 5200 reset command _really_ reset the board, without running
        any other code after it
      
      * Fix flash mapping and display on P3G4 board
      
      * Patch by Kyle Harris, 15 Jul 2003:
        - add support for Intel IXP425 CPU
        - add support for IXDP425 eval board
      2d5b561e
  11. 18 9月, 2003 1 次提交
    • W
      * Patches by Anders Larsen, 17 Sep 2003: · 5f535fe1
      wdenk 提交于
        - fix spelling errors
        - set GD_FLG_DEVINIT flag only after device function pointers
          are valid
        - Allow CFG_ALT_MEMTEST on systems where address zero isn't
          writeable
        - enable 3.rd UART (ST-UART) on PXA(XScale) CPUs
        - trigger watchdog while waiting in serial driver
      5f535fe1
  12. 16 7月, 2003 1 次提交
  13. 30 5月, 2003 1 次提交
  14. 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
  15. 06 3月, 2003 1 次提交
    • W
      * Patch by Rune Torgersen, 13 Feb 2003: · db2f721f
      wdenk 提交于
        Add support for Motorola MPC8266ADS board
      
      * Patch by Kyle Harris, 19 Feb 2003:
        patches for the Intel lubbock board:
        memsetup.S - general cleanup (based on Robert's csb226 code)
        flash.c - overhaul, actually works now
        lubbock.c - fix init funcs to return proper value
      
      * Patch by Kenneth Johansson, 26 Feb 2003:
        - Fixed off by one in RFTA calculation.
        - No need to abort when LDF is lower than we can program it's only
          minimum timing so clamp it to what we can do.
        - Takes function pointer to function for reading the spd_nvram. Usefull
          for faking data or hardcode a module without the nvram.
        - fix other user for above change
        - fix some comments.
      
      * Patches by Brian Waite, 26 Feb 2003:
        - fix port for evb64260 board
        - fix PCI for evb64260 board
        - fix PCI scan
      
      * Patch by Reinhard Meyer, 1 Mar 2003:
        Add support for EMK TOP860 Module
      
      * Patch by Yuli Barcohen, 02 Mar 2003:
        Add SPD EEPROM support for MPC8260ADS board
      db2f721f
  16. 27 10月, 2002 1 次提交