summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/cfi_flash.c
Commit message (Expand)AuthorAgeFilesLines
...
* cfi_flash: Simplify dynamic flash bank number detectionStefan Roese2010-09-201-11/+4
* cfi_flash: Add weak default for cfi_flash_bank_addr()Stefan Roese2010-09-201-4/+9
* cfi_flash: Simplify flash_get_info()Stefan Roese2010-09-201-2/+2
* Work around bug in Numonyx P33/P30 256-Mbit 65nm flash chips.Philippe De Muyter2010-08-181-8/+25
* cfi_flash: Cleanup flash_print_info()Stefan Roese2010-08-181-24/+27
* Fix printing & reading of 16-bit CFI device identifiersPhilippe De Muyter2010-08-181-4/+7
* cfi_flash: flinfo: allow user interrupt in flash print info fnKim Phillips2010-08-181-0/+2
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-041-1/+1
* cfi_flash: reset timer in flash status checkThomas Chou2010-04-071-0/+2
* Merge remote branch 'origin/master' into nextWolfgang Denk2010-03-291-1/+4
|\
| * cfi_flash: precision and underflow problem in tout calculationRenato Andreola2010-03-251-1/+4
* | cfi flash: add status polling method for amd flashThomas Chou2010-03-261-7/+86
|/
* ] fix monitor protection for CONFIG_MONITOR_IS_IN_RAMWolfgang Wegner2010-03-041-1/+2
* cfi: Add weak default function for flash_cmd_reset()Stefan Roese2009-10-281-133/+18
* Support up to 7 banks for ids as specified in JEDEC JEP106ZNiklaus Giger2009-08-261-2/+13
* flash: Fix CFI buffer size bugJohn Schmoller2009-08-131-1/+1
* issue write command to base for JEDEC flashPo-Yu Chuang2009-07-131-3/+8
* Redundant Environment: protect full sector sizeWolfgang Denk2009-06-041-1/+1
* Add support for the AT91RM9200EK Board.Ulf Samuelsson2009-04-041-4/+1
* Make flash protection work, when the environment is in EEPROMEric Schumann2009-03-231-1/+3
* CFI: geometry reversal for STMicro M29W320DTRichard Retanubun2009-03-191-2/+3
* cfi: make flash_get_info() non staticHeiko Schocher2009-02-111-1/+1
* Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/masterWolfgang Denk2009-02-071-29/+24
|\
| * cfi_flash: Fix typo in cfi_flash.cStefan Roese2009-02-051-2/+2
| * cfi_flash: Silence compilation warningStefan Roese2009-02-051-1/+1
| * flash/cfi_flash: Use virtual sector start address, not physBecky Bruce2009-02-051-29/+24
* | Fix compiler warningWolfgang Denk2009-02-041-1/+1
|/
* CFI: Add geometry reversal for STMicro M29W320ETRichard Retanubun2009-01-261-0/+17
* CFI: increase performance of function find_sector()Jens Gehrlein2009-01-261-7/+16
* CFI: avoid redundant function call in single word programming modeJens Gehrlein2009-01-261-3/+7
* cfi-mtd: Add cfi-mtd driver.Piotr Ziecik2008-11-241-0/+5
* cfi_flash: Add interface for flash verbosity controlPiotr Ziecik2008-11-241-11/+22
* cfi_flash: Export flash_sector_size() function.Piotr Ziecik2008-11-241-2/+0
* cfi_flash: Make all flash access functions weakStefan Roese2008-11-241-7/+25
* CFI Driver: Fix "flash not ready" problemWolfgang Denk2008-10-311-1/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-51/+51
* CFI: cfi_flash write fix for AMD legacyEd Swarthout2008-10-131-3/+5
* cfi_flash: do not reset flash when probe failsMike Frysinger2008-10-021-1/+2
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-8/+8
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* Fix printf errors under -DDEBUGAndrew Klossner2008-09-091-1/+1
* CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()Nick Spence2008-08-201-0/+1
* CFI: Fix AMD Legacy sector protectTsiChung Liew2008-08-201-3/+9
* Merge branch 'master' of /home/stefan/git/u-boot/u-boot into nextStefan Roese2008-08-141-9/+8
|\
| * drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-3/+0
| * CFI: allow for dynamically determined flash sizes and addressesWolfgang Denk2008-08-081-6/+8
* | cfi-flash: Added support to flash_real_protect for Atmel flash devicesRafael Campos2008-08-061-6/+43
|/
* cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATASebastian Siewior2008-07-171-1/+4
* cfi_flash: make the command u32 onlySebastian Siewior2008-07-151-4/+4
* cfi-flash: Fix problem in flash_toggle(), busy was not detected reliablyStefan Roese2008-06-191-8/+4
OpenPOWER on IntegriCloud