aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/cfi.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-6/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-6/+6
2021-07-02flash/nor/cfi: fix CamelCase symbols in cfi_spansion_pri_extAntonio Borneo1-30/+30
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-64/+25
2021-03-24flash/nor/cfi: fix uninitialized write-mem pointerMischa Studer1-9/+5
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-4/+4
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-14/+9
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-9/+9
2020-07-08flash/nor/cfi: Use 'bool' data typeMarc Schink1-11/+11
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-30/+33
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-1/+1
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-12/+0
2020-04-05flash/nor/cfi: Minor code cleanupsMarc Schink1-45/+30
2020-02-06flash/nor: Export various functions from the CFI coreMarek Vasut1-26/+28
2020-01-16flash/nor: Rename flash_address() to cfi_flash_address()Marek Vasut1-51/+51
2020-01-16flash/nor: Rename get_cfi_info() to cfi_get_info()Marek Vasut1-2/+2
2020-01-16flash/nor: Allow CFI memory read/write functions be overridenMarek Vasut1-4/+14
2020-01-16flash/nor: Drop size argument of cfi_target_{read,write}_memory()Marek Vasut1-24/+24
2020-01-16flash/nor: Pass flash_bank to memory accessorsMarek Vasut1-32/+22
2020-01-05flash/nor: Factor out CFI memory read/write functionsMarek Vasut1-18/+32
2020-01-05flash/nor: Factor out cfi_spansion_unlock_seq()Marek Vasut1-26/+22
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-14/+16
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-5/+0
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo1-31/+31
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-1/+1
2016-06-23cfi: Add support for strangely endianness broken SoC implementationsEsben Haabendal1-3/+39
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-4/+0
2016-02-29cfi intel: fixing faulty flash write error messageAlexander Kurz1-1/+3
2016-02-13cfi: support for 16-bit flash with reversed endiannessEsben Haabendal1-5/+18
2016-02-03flash: nor: {pic32mx,cfi}: fix register namesPaul Fertser1-10/+10
2015-11-10cfi: Fix fallback to memory writesEsben Haabendal1-2/+2
2014-03-17flash: Constify write bufferAndreas Fritiofson1-7/+7
2013-11-07target: use target_buffer_set_u32_arraySpencer Oliver1-16/+6
2013-10-31Remove unnecessary castsAndreas Fritiofson1-2/+2
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-1/+1
2013-07-01Support for SST 39VF3201C NOR flashIS2T1-22/+66
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver1-1/+1
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver1-1/+1
2012-10-12cfi: remove typos and code cleanupSpencer Oliver1-136/+104
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson1-91/+80
2012-08-24cfi: fix type-punning warnings in cfi_spansion_write_blockAndreas Fritiofson1-9/+9
2012-05-14cfi: fix write_bank segfault with spansion flash on armv7mAurelien Jacobs1-13/+16
2012-05-14cfi: fix cfi arch check regressionSpencer Oliver1-1/+1
2012-05-14cfi: check supported archSpencer Oliver1-9/+9
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver1-19/+19
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-933/+767