Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
aa53b98eb88e48df3119b83d544f93a30488a832
/
drivers
/
mtd
/
cfi_flash.c
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
47eae23
cfi_flash: convert to driver model
by Thomas Chou
· 9 years ago
316870c
cfi_flash: use specific width types for cword
by Ryan Harkin
· 9 years ago
4f517e6
cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}
by Jeroen Hofstee
· 10 years ago
9e2712d
cfi_flash: don't hide write/erase errors
by Baruch Siach
· 10 years ago
5a85e89
mtd: cfi_flash: fix clang warning
by Jeroen Hofstee
· 10 years ago
c715c08
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
by Tom Rini
· 11 years ago
7a939fe
cfi_flash: use buffer length in unmap_physmem()
by Kuo-Jung Su
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
85706c8
mtd: cfi_flash: Use ARRAY_SIZE at appropriate places
by Axel Lin
· 11 years ago
c663b9a
cfi_flash: return NULL for invalid base address input
by Masahiro Yamada
· 12 years ago
44049f3
cosmetic: cfi_flash: delete a space after an unary operator
by Masahiro Yamada
· 12 years ago
c159258
cfi_flash: Fix unaligned accesses to cfi_qry structure
by Andrew Gabbasov
· 12 years ago
70a90b7
Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support"
by Stefan Roese
· 12 years ago
c6c93de
Revert "cfi_flash: Use uintptr_t for casts from u32 to void *"
by Stefan Roese
· 12 years ago
08db03a
cfi_flash: Use uintptr_t for casts from u32 to void *
by Stefan Roese
· 12 years ago
130def3
mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices
by Jagannadha Sutradharudu Teki
· 12 years ago
7e76d63
mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support
by aaron.williams@caviumnetworks.com
· 12 years ago
e442a90
cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd
by Stefan Roese
· 12 years ago
7de6584
cfi_flash: Enable PPB protection for all AMD cmdset flash chips
by Stefan Roese
· 12 years ago
bcb3344
cfi_flash: Read PPB sector protection from device for AMD/Spansion chips
by Stefan Roese
· 12 years ago
92b1bca
cfi_flash: Add manufact_match helper function
by Stefan Roese
· 12 years ago
7ba3028
mtd/cfi: add support for SST 4KB sector granularity
by Angelo Dureghello
· 12 years ago
d303b86
drivers/mtd/cfi_flash.c: sparse fixes
by Kim Phillips
· 12 years ago
497c32f
cfi: Make the flash erase and write operations abortable
by Joe Hershberger
· 12 years ago
7f3c211
cfi: Check for blank before erase
by Joe Hershberger
· 12 years ago
94c302d
mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashs
by Holger Brunck
· 12 years ago
041b04f
cfi_flash: add support for Spansion flash PPB sector protection
by Anatolij Gustschin
· 12 years ago
dd3b455
cfi: fix the incomplete erased status check in buffer write
by Tao Hou
· 13 years ago
287a158
* Fix: watchdog timed out, if flash blank (0xFF) blocks
by Jens Scharsig (BuS Elektronik)
· 13 years ago
cb1622e
GCC4.6: Squash warning in cfi_flash.c
by Marek Vasut
· 13 years ago
13ec42b
Timer: Allow reset_timer() only for systems with low resolution timers
by Graeme Russ
· 13 years ago
97dd899
cfi_flash: reverse geometry for newer STM parts
by Mike Frysinger
· 14 years ago
ffcef2f
cfi_flash driver - Add delay after reset command
by Aaron Williams
· 14 years ago
27cea50
mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devices
by Heiko Schocher
· 14 years ago
02a3786
cfi_flash: reverse geometry for M29W800DT parts
by Mike Frysinger
· 14 years ago
4f3c60d
cfi_flash: Fix CONFIG_SYS_FLASH_AUTOPROTECT_LIST usage
by Peter Tyser
· 14 years ago
ef0946a
mtd, cfi: introduce void flash_protect_default(void)
by Heiko Schocher
· 14 years ago
5c3579e
cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) too
by Mario Schuknecht
· 14 years ago
be9d568
cfi_flash: fix bug with flash banks with different sector numbers
by Martin Krause
· 14 years ago
0b5a263
Replace "FLASH" strings with "Flash" or "flash"
by Peter Tyser
· 14 years ago
c2c093d
cfi_flash: avoid flash_verbose when possible
by Mike Frysinger
· 14 years ago
ab93564
cfi_flash: Add optional config register write to cfi-detection
by Stefan Roese
· 14 years ago
a9153f2
cfi_flash: Use flash_read32() in sector_erased()
by Stefan Roese
· 14 years ago
5215df1
cfi_flash: Fix problems with status/id read mode
by Stefan Roese
· 14 years ago
6acb77b
cfi_flash: fix bug introduced while recent change to flash_get_size()
by Anatolij Gustschin
· 14 years ago
755c180
cfi_flash: handle 'chip size exceeds address window' situation
by Ilya Yanok
· 14 years ago
61665db
cfi_flash: Fix "Unknown FLASH" error message
by John Schmoller
· 14 years ago
fb9a730
cfi_flash: Simplify dynamic flash bank number detection
by Stefan Roese
· 14 years ago
7e7dda8
cfi_flash: Add weak default for cfi_flash_bank_addr()
by Stefan Roese
· 14 years ago
6c7c2dc
cfi_flash: Simplify flash_get_info()
by Stefan Roese
· 14 years ago
ca6cd16
Work around bug in Numonyx P33/P30 256-Mbit 65nm flash chips.
by Philippe De Muyter
· 14 years ago
b6f508d
cfi_flash: Cleanup flash_print_info()
by Stefan Roese
· 14 years ago
35bc081
Fix printing & reading of 16-bit CFI device identifiers
by Philippe De Muyter
· 14 years ago
c8836f1
cfi_flash: flinfo: allow user interrupt in flash print info fn
by Kim Phillips
· 14 years ago
76af278
Rename getenv_r() into getenv_f()
by Wolfgang Denk
· 14 years ago
4b7e668
cfi_flash: reset timer in flash status check
by Thomas Chou
· 15 years ago
d2e6c0f
Merge remote branch 'origin/master' into next
by Wolfgang Denk
· 15 years ago
076767a
cfi flash: add status polling method for amd flash
by Thomas Chou
· 15 years ago
ac6693d
cfi_flash: precision and underflow problem in tout calculation
by Renato Andreola
· 15 years ago
0e18d04
] fix monitor protection for CONFIG_MONITOR_IS_IN_RAM
by Wolfgang Wegner
· 15 years ago
6e83e34
cfi: Add weak default function for flash_cmd_reset()
by Stefan Roese
· 15 years ago
f447f71
Support up to 7 banks for ids as specified in JEDEC JEP106Z
by Niklaus Giger
· 15 years ago
ee35588
flash: Fix CFI buffer size bug
by John Schmoller
· 15 years ago
3f48340
issue write command to base for JEDEC flash
by Po-Yu Chuang
· 15 years ago
4791383
Redundant Environment: protect full sector size
by Wolfgang Denk
· 16 years ago
07f9b4e
Add support for the AT91RM9200EK Board.
by Ulf Samuelsson
· 16 years ago
8f7ee7d
Make flash protection work, when the environment is in EEPROM
by Eric Schumann
· 16 years ago
47255a5
CFI: geometry reversal for STMicro M29W320DT
by Richard Retanubun
· 16 years ago
4c0f005
cfi: make flash_get_info() non static
by Heiko Schocher
· 16 years ago
613ee04
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
by Wolfgang Denk
· 16 years ago
b844370
cfi_flash: Fix typo in cfi_flash.c
by Stefan Roese
· 16 years ago
42c6ace
cfi_flash: Silence compilation warning
by Stefan Roese
· 16 years ago
9d1f6af
flash/cfi_flash: Use virtual sector start address, not phys
by Becky Bruce
· 16 years ago
49f4f6a
Fix compiler warning
by Wolfgang Denk
· 16 years ago
be4dca2
CFI: Add geometry reversal for STMicro M29W320ET
by Richard Retanubun
· 16 years ago
8ee4add
CFI: increase performance of function find_sector()
by Jens Gehrlein
· 16 years ago
1e814cf
CFI: avoid redundant function call in single word programming mode
by Jens Gehrlein
· 16 years ago
3e939e9
cfi-mtd: Add cfi-mtd driver.
by Piotr Ziecik
· 16 years ago
2a7493c
cfi_flash: Add interface for flash verbosity control
by Piotr Ziecik
· 16 years ago
0d82016
cfi_flash: Export flash_sector_size() function.
by Piotr Ziecik
· 16 years ago
38ae982
cfi_flash: Make all flash access functions weak
by Stefan Roese
· 16 years ago
600e183
CFI Driver: Fix "flash not ready" problem
by Wolfgang Denk
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
2da1410
CFI: cfi_flash write fix for AMD legacy
by Ed Swarthout
· 16 years ago
59404ee
cfi_flash: do not reset flash when probe fails
by Mike Frysinger
· 16 years ago
7e1cda6
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
53db4cd
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
7ddfafc
Fix printf errors under -DDEBUG
by Andrew Klossner
· 16 years ago
ec81b47
CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
by Nick Spence
· 16 years ago
b8c1929
CFI: Fix AMD Legacy sector protect
by TsiChung Liew
· 16 years ago
c0276ed
Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next
by Stefan Roese
· 16 years ago
8d94c23
drivers/mtd: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
9f5fb0f
CFI: allow for dynamically determined flash sizes and addresses
by Wolfgang Denk
· 16 years ago
13d2b61
cfi-flash: Added support to flash_real_protect for Atmel flash devices
by Rafael Campos
· 16 years ago
d528cd6
cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
by Sebastian Siewior
· 16 years ago
7746ed8
cfi_flash: make the command u32 only
by Sebastian Siewior
· 16 years ago
cff2b49
cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
by Stefan Roese
· 16 years ago
916fda5
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
by Wolfgang Denk
· 16 years ago
7d1794c
cfi_flash: enable M18 flash chips family support.
by Vasiliy Leoenenko
· 17 years ago
Next »