1. 23 10月, 2007 1 次提交
    • M
      fix pxa255_idp board · 2a4741d9
      Marcel Ziswiler 提交于
      The pxa255_idp being an old unmaintained board showed several issues:
      1. CONFIG_INIT_CRITICAL was still defined.
      2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
      3. Symbol flash_addr was undeclared.
      4. The boards lowlevel_init function was still called memsetup.
      5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
      6. Using -march=armv5 instead of -march=armv5te resulted in lots of
      'target CPU does not support interworking' warnings on recent compilers.
      7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
      indexes rather than the register definitions from the pxa-regs header
      file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
      avoid any ambiguities.
      8. There were several redefinition warnings concerning ICMR, OSMR3,
      OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
      9. The board configuration file was rather outdated.
      10. The part header file defined the vendor, product and revision arrays
      as unsigned chars instead of just chars in the block_dev_desc_t
      structure.
      Signed-off-by: NMarcel Ziswiler <marcel@ziswiler.com>
      2a4741d9
  2. 25 9月, 2005 1 次提交
  3. 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
  4. 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
  5. 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
  6. 14 8月, 2002 1 次提交