23 Commits (08d4411b59dd8bd0e7d8009003b71d23acbf6eee)

Author SHA1 Message Date
  Spencer Oliver 08d4411b59 update files to correct FSF address 11 years ago
  Andreas Fritiofson 4da4e1cfb7 flash/nor: make all working area pointers local 11 years ago
  Spencer Oliver d2d4f776d8 build: use generic name for arm_algorithm vars 12 years ago
  Spencer Oliver 9f0cba528a build: cleanup src/flash/nor directory 12 years ago
  Eric Wetzel 0535531d27 nit: more LOG_* \n fixes 13 years ago
  Eric Wetzel a665ef716a nit: do not add \n at end of LOG_ERROR 13 years ago
  Antonio Borneo bc8be110ff NOR: add read() callback to struct flash_driver 14 years ago
  Øyvind Harboe 282e89c878 flash: less bogus errors 14 years ago
  Antonio Borneo 9acd453d9f NOR/ADUC702X: review scope of data 14 years ago
  Spencer Oliver 2946c895a1 ADUC702x: flash loader cleanup 14 years ago
  David Brownell 303b493c22 NOR: cleanup driver decls 14 years ago
  David Brownell 0a1b7dcfc4 ARM: use <target/arm.h> not armv4_5.h 14 years ago
  David Brownell c2cc677056 ARM: rename armv4_5_algorithm as arm_algorithm 14 years ago
  David Brownell e51b9a4ac7 ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC 14 years ago
  David Brownell 0073e7a69e ARM: rename ARMV4_5_MODE_* as ARM_MODE_* 14 years ago
  David Brownell 31e3ea7c19 ARM: rename ARMV4_5_STATE_* as ARM_STATE_* 14 years ago
  Zachary T Welch d9dc604a4d remove target.h from flash.h 14 years ago
  Zachary T Welch 2b2d5ec1e3 change #include "flash.h" to <flash/flash.h> 14 years ago
  Zachary T Welch ddea033043 change #include "armv4_5.h" to <target/armv4_5.h> 14 years ago
  Zachary T Welch 2958665f6b change #include "algorithm.h" to <target/algorithm.h> 14 years ago
  Zachary T Welch 6512e5e36b change #include "time_support.h" to <helper/time_support.h> 14 years ago
  Zachary T Welch d1bc4375e9 change #include "binarybuffer.h" to <helper/binarybuffer.h> 14 years ago
  Zachary T Welch fe9228a32d move nor drivers to src/flash/nor 14 years ago
  David Brownell db094c2e60 target: don't implicitly include "algorithm.h" 14 years ago
  Zachary T Welch 96b62996d2 flash_bank_t -> struct flash_bank 14 years ago
  Zachary T Welch 0f1163e823 target_t -> struct target 14 years ago
  Zachary T Welch 46fc1d57ac working_area_t -> struct working_area 14 years ago
  Zachary T Welch 15e8e45308 armv4_5_algorithm_t -> struct armv4_5_algorithm 14 years ago
  Zachary T Welch b1de5eb9a0 reg_param_t -> struct reg_param 14 years ago
  Zachary T Welch 43483e5054 remove unused aduc702x structure. 14 years ago
  Zachary T Welch a03c9a8dce aduc702x_flash_bank_t -> struct aduc702x_flash_bank 14 years ago
  Zachary T Welch 632fd663a8 flash_driver_t -> struct flash_driver 14 years ago
  Zachary T Welch fb59ec739a flash_sector_t -> struct flash_sector 14 years ago
  Zachary T Welch 0796dfff89 use FLASH_BANK_COMMAND_HANDLER macro 14 years ago
  Zachary T Welch 712d3fc0fb flash/<assorted>.c: remove useless declarations 14 years ago
  oharboe 1ee66e0ce7 Fix SEGFAULTs and broken error handling for flash programming w/working area 15 years ago
  zwelch 2e77919853 Remove whitespace at end of lines, step 1. 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch 1840226d55 Transform 'u32' to 'uint32_t' in src/flash. 15 years ago
  zwelch 310be8a838 Transform 'u8' to 'uint8_t' in src/flash 15 years ago
  zwelch fbe8cf72a5 Add target_run_algorithm wrapper: 15 years ago
  zwelch fbcb57baf8 Audit and eliminate redundant #include directives in src/flash sources. 15 years ago
  oharboe a88532bc60 Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons 15 years ago
  mifi 0bba832713 The following patches was applied: 15 years ago
  kc8apf 8f513f039a Fix support for ADuC702x flash. Courtesy of Michael Ashton <data@gtf.org> 15 years ago
  ntfreak bdb5fd8c98 - renamed x7926 driver to aduc702x to match other flash drivers 15 years ago