summaryrefslogtreecommitdiff
path: root/src/flash/ocl.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-361/+0
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* ARM7/9: rm arm7_9_get_arch_pointers()David Brownell2009-11-131-4/+3
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-8/+8
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-1/+1
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-1/+1
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-131-1/+1
* ocl_priv_t -> struct ocl_privZachary T Welch2009-11-131-8/+8
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* flash/<assorted>.c: remove useless declarationsZachary T Welch2009-11-091-31/+13
* - Fixes '[<>]' whitespacezwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-2/+2
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Fixes '<<' whitespacezwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-4/+4
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-8/+8
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-2/+2
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-5/+5
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-11/+0
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-2/+2
* The following patches was applied:mifi2009-04-181-20/+20
* - removed compiler warningsntfreak2008-05-241-15/+4
* - added svn props for newly added filesntfreak2008-04-241-402/+402
* Pavel Chromy's on chip flash loaderoharboe2008-04-231-0/+402