1. 26 7月, 2011 1 次提交
  2. 16 7月, 2011 1 次提交
  3. 04 4月, 2009 1 次提交
    • U
      mflash: Initial mflash support · 75eb82ec
      unsik Kim 提交于
      Mflash is fusion memory device mainly targeted consumer eletronic and
      mobile phone.
      Internally, it have nand flash and other hardware logics and supports
      some different operation (ATA, IO, XIP) modes.
      
      IO mode is custom mode for the host that doesn't have IDE interface.
      (Many mobile targeted SoC doesn't have IDE bus)
      
      This driver support mflash IO mode.
      
      Followings are brief descriptions about IO mode.
      
      1. IO mode based on ATA protocol and uses some custom command. (read
         confirm, write confirm)
      2. IO mode uses SRAM bus interface.
      Signed-off-by: Nunsik Kim <donari75@gmail.com>
      75eb82ec
  4. 19 10月, 2008 1 次提交
  5. 27 3月, 2008 2 次提交
  6. 04 2月, 2008 1 次提交
    • S
      MMC for PXA 27X (resubmit) · c95219fa
      stefano babic 提交于
      MMC support for X_Scale PXA is broken and does not work.
      Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
      There were already some patches around the world but none of them was
      merged into the official u-boot tree.
      
      This patch makes order fixing this issue. Resubmit after code cleanup.
      
      Applied and tested on PXA 270 (TrizepsIV module).
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      c95219fa
  7. 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
  8. 20 2月, 2007 3 次提交
  9. 19 4月, 2004 1 次提交
    • W
      * Cleanup, minor fixes · 6e592385
      wdenk 提交于
      * Patch by Rune Torgersen, 16 Apr 2004:
        LBA48 fixes
      
      * Patches by Pantelis Antoniou, 16 Apr 2004:
        - Fix some compile problems;
          add "once" functionality for the netretry variable
      6e592385
  10. 17 3月, 2004 1 次提交
  11. 15 3月, 2004 1 次提交
  12. 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
  13. 30 6月, 2003 1 次提交
  14. 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
  15. 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
  16. 09 3月, 2002 1 次提交