aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/cfi.c
AgeCommit message (Expand)Author
2020-02-06flash/nor: Export various functions from the CFI coreMarek Vasut
2020-01-16flash/nor: Rename flash_address() to cfi_flash_address()Marek Vasut
2020-01-16flash/nor: Rename get_cfi_info() to cfi_get_info()Marek Vasut
2020-01-16flash/nor: Allow CFI memory read/write functions be overridenMarek Vasut
2020-01-16flash/nor: Drop size argument of cfi_target_{read,write}_memory()Marek Vasut
2020-01-16flash/nor: Pass flash_bank to memory accessorsMarek Vasut
2020-01-05flash/nor: Factor out CFI memory read/write functionsMarek Vasut
2020-01-05flash/nor: Factor out cfi_spansion_unlock_seq()Marek Vasut
2019-03-27Constify struct flash_driver instancesChristopher Head
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-06-23cfi: Add support for strangely endianness broken SoC implementationsEsben Haabendal
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz
2016-02-29cfi intel: fixing faulty flash write error messageAlexander Kurz
2016-02-13cfi: support for 16-bit flash with reversed endiannessEsben Haabendal
2016-02-03flash: nor: {pic32mx,cfi}: fix register namesPaul Fertser
2015-11-10cfi: Fix fallback to memory writesEsben Haabendal
2014-03-17flash: Constify write bufferAndreas Fritiofson
2013-11-07target: use target_buffer_set_u32_arraySpencer Oliver
2013-10-31Remove unnecessary castsAndreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-07-01Support for SST 39VF3201C NOR flashIS2T
2013-06-05update files to correct FSF addressSpencer Oliver
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver
2012-10-12cfi: remove typos and code cleanupSpencer Oliver
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson
2012-08-24cfi: fix type-punning warnings in cfi_spansion_write_blockAndreas Fritiofson
2012-05-14cfi: fix write_bank segfault with spansion flash on armv7mAurelien Jacobs
2012-05-14cfi: fix cfi arch check regressionSpencer Oliver
2012-05-14cfi: check supported archSpencer Oliver
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2012-01-04Change return value on error.Mathias K
2011-11-04cfi: fix gaffe in fixing warningsØyvind Harboe
2011-10-31cfi: unsupported code paths now report and return errorØyvind Harboe
2011-10-23FLASH/CFI: fix clang warningsAntonio Borneo
2011-08-24non_cfi: add SST39WF1601 supportAndreas Bießmann
2011-08-18cfi: add EN29LV800BB supportGunnar Henne
2011-08-09flash/nor/cfi: fix TopBottom for atmel chipsAndreas Bießmann
2011-06-05mips: add nor flash write from memory blockStefan Mahr
2011-04-27cfi: leave check on whether target is running to target_write_memory()Øyvind Harboe
2011-01-31cfi: use ARM32 machine code on all CPUs but Cortex M3Øyvind Harboe
2011-01-10cfi: fix release build warningsSpencer Oliver
2011-01-06cfi: use safer arch detectionSpencer Oliver
2011-01-06Add the support for the armv7m arch.Jonathan Dumaresq