summaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc2900.c
Commit message (Expand)AuthorAgeFilesLines
* Compilation Warnings on OS X 10.5Andrew MacIsaac2010-12-291-1/+1
* lpc2900.c: Improve debug output for device probingRolf Meeser2010-12-011-1/+5
* lpc2900.c: Add support for new device LPC2926Rolf Meeser2010-12-011-1/+5
* LPC2900: Avoid false positive reprobing if first probing failsRolf Meeser2010-12-011-7/+11
* lpc2900: -Wshadow warning fixesØyvind Harboe2010-06-151-15/+15
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+1
* flash: less bogus errorsØyvind Harboe2010-05-041-1/+1
* NOR: cleanup driver declsDavid Brownell2010-01-291-6/+6
* src/flash/nor: usage/help/doc updatesDavid Brownell2010-01-091-12/+16
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-041-1/+1
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-041-1/+1
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-1/+1
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-1/+1
* remove target.h from flash.hZachary T Welch2009-12-041-3/+3
* change #include "flash.h" to <flash/flash.h>Zachary T Welch2009-12-031-1/+1
* change #include "image.h" to <target/image.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+1834