index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
cli_classic: include a fallback inplementation of getopt
Thomas Heijligen
2023-04-27
1
-0
/
+43
*
tree/: Case write_granularity enum values
Edward O'Callaghan
2023-04-06
1
-10
/
+10
*
internal: Move laptop_ok into board_cfg
Edward O'Callaghan
2023-04-06
1
-2
/
+6
*
internal: Move is_laptop into board_cfg
Edward O'Callaghan
2023-04-02
1
-1
/
+1
*
board_enables: Allow for prog cfg coupling with board cfg
Edward O'Callaghan
2023-04-02
1
-5
/
+8
*
dmi.c: Pass is_laptop by ref into dmi
Edward O'Callaghan
2023-03-28
1
-2
/
+2
*
tree/: Rename 'laptop_ok-> g_laptop_ok' to avoid shadowing
Edward O'Callaghan
2023-03-28
1
-1
/
+1
*
flashchips: Add Macronix MX25V1635F support
PoroCYon
2023-03-26
1
-0
/
+1
*
flashchips: Add Macronix MX25V8035F support
PoroCYon
2023-03-26
1
-0
/
+1
*
flashchips: Add Macronix MX25V4035F support
PoroCYon
2023-03-26
1
-0
/
+1
*
tree/: Convert printlock func ptr into enumerate values
Edward O'Callaghan
2023-03-22
2
-68
/
+48
*
Revert "pcidev: remove pcidev_getdevfn() function"
Thomas Heijligen
2023-03-20
1
-0
/
+1
*
tree/: Convert unlock func ptr into enumerate values
Edward O'Callaghan
2023-03-20
2
-47
/
+33
*
pcidev: remove pcidev_getdevfn() function
Thomas Heijligen
2023-03-10
1
-1
/
+0
*
libpci: drop support for pciutils < 2.2.0
Thomas Heijligen
2023-03-10
1
-12
/
+14
*
include/pci.h: Use __has_include() macro to test pci.h path
Thomas Heijligen
2023-03-10
1
-3
/
+7
*
tree/: Drop default_spi_probe_opcode for NULL case
Edward O'Callaghan
2023-03-03
2
-2
/
+2
*
spi: Make default cmd helpers static internal
Edward O'Callaghan
2023-03-03
1
-3
/
+0
*
writeprotect: Add function to get register values and WP bit masks
Nikolai Artemiev
2023-03-03
1
-0
/
+6
*
ch347_spi: Add initial support for the WCH CH347
Nicholas Chin
2023-02-27
1
-0
/
+1
*
asm106x: add programmer for ASM106x SATA controllers
Alex Badea
2023-02-27
1
-0
/
+1
*
serial: Call set_custom_baudrate() thrice
Peter Stuge
2023-02-16
1
-1
/
+7
*
internal: Move parallel logic into internal_par implementation
Edward O'Callaghan
2023-02-15
1
-1
/
+2
*
flashrom.c: Add functions for new erase selection algorithm
Aarya Chaumal
2023-02-13
1
-0
/
+41
*
programmers: Allow opaque programmers to specify custom delay
Edward O'Callaghan
2023-02-01
1
-0
/
+1
*
tree/: Change chip restore data type from uint8_t to void ptr
Nikolai Artemiev
2023-01-19
1
-3
/
+3
*
flash.h: Make functions global that will be used for new erase algorithm
Aarya Chaumal
2023-01-16
2
-0
/
+9
*
internal,board_enable: Remove force_boardenable from globals
Edward O'Callaghan
2023-01-15
1
-4
/
+3
*
programmer.h: Guard against sending spi commands on non-spi mst
Edward O'Callaghan
2023-01-13
1
-0
/
+6
*
parallel: Drop explicit fallback_chip_X boilerplate
Edward O'Callaghan
2023-01-11
1
-6
/
+0
*
libflashrom: Add flags to skip unreadable and unwritable regions
Nikolai Artemiev
2022-12-18
2
-0
/
+4
*
programmer: Add get_region to spi/opaque masters
Nikolai Artemiev
2022-12-16
1
-0
/
+2
*
layout.h: Add {read,write}_prot flags to flash_region
Nikolai Artemiev
2022-12-15
1
-0
/
+2
*
layout: Factor out flash_region structure from romentry
Nikolai Artemiev
2022-12-15
1
-3
/
+8
*
spi.c: Add AT45 & SF25F erasefn opcode mapping
Thomas Heijligen
2022-12-14
1
-1
/
+1
*
spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcode
Thomas Heijligen
2022-12-14
1
-1
/
+1
*
tree/: Rename 'internal_delay()' to 'default_delay()'
Edward O'Callaghan
2022-12-12
2
-2
/
+2
*
tree/: Move programmer_delay() out of programmer state machine
Edward O'Callaghan
2022-12-12
1
-2
/
+2
*
tests: Add selfcheck to unit tests
Evan Benn
2022-12-05
1
-0
/
+1
*
tree/: Make probe_opcode() flashctx argument const
Nikolai Artemiev
2022-12-04
1
-2
/
+2
*
tree/: Convert flashchips db to use indirection for printlock
Nikolai Artemiev
2022-11-23
1
-0
/
+44
*
tree/: Convert flashchips db to use indirection for unlock
Edward O'Callaghan
2022-11-23
1
-0
/
+26
*
writeprotect_ranges.c: add more range functions
Sergii Dmytruk
2022-11-19
2
-1
/
+7
*
spi25_statusreg: support reading/writing configuration register
Sergii Dmytruk
2022-11-19
2
-0
/
+9
*
spi25_statusreg.c: support reading security register
Sergii Dmytruk
2022-11-19
2
-0
/
+17
*
writeprotect.c: refuse to work with chip if OTP WPS == 1
Sergii Dmytruk
2022-11-18
1
-1
/
+2
*
tests: ensure chip erase operation is executed
Nikolai Artemiev
2022-11-13
1
-0
/
+1
*
programmer: Drop dead fallback_map() boilerplate
Edward O'Callaghan
2022-11-12
1
-2
/
+0
*
tree/: Convert flashchip erase_block func ptr to enumerate
Edward O'Callaghan
2022-11-11
2
-38
/
+41
*
tree/: Convert flashchips db to use indirection for erase_block
Edward O'Callaghan
2022-11-11
1
-0
/
+36
[next]