index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
layout.h,c: Use 'false' over '0' for bool type
Edward O'Callaghan
2020-12-20
2
-3
/
+3
*
chipset_enable.c: Mark Intel H110 as DEP
Angel Pons
2020-12-18
1
-1
/
+1
*
dediprog: Fix segmentation fault on no device found
Medicine Yeh
2020-12-17
1
-1
/
+0
*
sb600spi.c: Add support for 0x790b rev 0x61 (AMD Zen)
Edward O'Callaghan
2020-12-16
1
-3
/
+64
*
chipset_enable.c: mark "Broadwell U Base" as DEP
Nikolai Artemiev
2020-12-14
1
-1
/
+1
*
meson: Add missing config option for J-Link SPI
Marc Schink
2020-12-13
2
-0
/
+7
*
flashchips: Mark Intel 25F640S33B8 as TESTED_PREW
Zoltan HERPAI
2020-12-11
1
-1
/
+1
*
cli_classic.c: fix minor cosmetic bug when support for wiki page generation i...
Idwer Vollering
2020-12-08
1
-1
/
+1
*
flashchips.c: add Spansion chips
Nikolai Artemiev
2020-12-03
2
-0
/
+189
*
s25f.c: implement probing and block erasers for Spansion
Nikolai Artemiev
2020-12-03
5
-1
/
+404
*
flashrom.c: implement chip restore callback registration
Nikolai Artemiev
2020-12-03
2
-0
/
+41
*
chipset_enable.c: Validate physmap() return rcrb value
Edward O'Callaghan
2020-12-02
1
-0
/
+2
*
flash.h: Trivial indent fix of comment
Edward O'Callaghan
2020-12-01
1
-3
/
+4
*
flashrom.c: Correct "raiden_debug_spi" drv name
Edward O'Callaghan
2020-11-30
2
-2
/
+2
*
raiden_debug: Rename with '_DEBUG_SPI' suffix
Edward O'Callaghan
2020-11-28
4
-11
/
+11
*
sb600spi.c: Remove 'amd_gen' out of global state
Edward O'Callaghan
2020-11-25
1
-27
/
+24
*
dummyflasher.c: Allow filling with either 0x00 or 0xff
Edward O'Callaghan
2020-11-25
1
-2
/
+24
*
programmer.h,c: Drop dead noop_chip_writeb() fn
Edward O'Callaghan
2020-11-24
2
-6
/
+0
*
wbsio_spi.c: Move singleton state into spi master state tracker
Edward O'Callaghan
2020-11-23
1
-12
/
+37
*
wbsio_spi.c: Reorder functions with primitives at the top
Edward O'Callaghan
2020-11-23
1
-34
/
+27
*
chipset_enable.c: Mark Intel Q67 as DEP
Angel Pons
2020-11-23
1
-1
/
+1
*
sb600spi.c: Reorder functions with primitives at the top
Edward O'Callaghan
2020-11-22
1
-25
/
+20
*
bitbang_spi.c: Reorder functions with primitives at the top
Edward O'Callaghan
2020-11-22
1
-51
/
+46
*
it87spi.c: Remove 'it8716f_' prefix from local state tracker
Edward O'Callaghan
2020-11-22
1
-21
/
+21
*
it87spi.c: Move singleton state into spi master state tracker
Edward O'Callaghan
2020-11-22
1
-26
/
+71
*
it87spi.c: Reorder functions with primitives at the top
Edward O'Callaghan
2020-11-22
1
-172
/
+164
*
flashchips: Add support for Boya Microelectronics BY25Q128AS
Jack Olsen
2020-11-20
2
-0
/
+42
*
it85spi.c: Reorder functions with primitives at the top
Anastasia Klimchuk
2020-11-17
1
-69
/
+64
*
chipset_enable.c: Add Intel pch7 did=0x1e4{1,2,3} support
Edward O'Callaghan
2020-11-14
1
-0
/
+3
*
Disable ENE_LPC and MEC1308 on non-x86 arch
Victor Ding
2020-11-12
1
-0
/
+10
*
programmer.h: Reorder MEC1308 and ENE_LPC enumerators
Edward O'Callaghan
2020-11-09
1
-6
/
+6
*
test_build.sh: Move build test procedure to repository
Patrick Georgi
2020-11-03
1
-0
/
+8
*
spi25.c: Use JEDEC consts in spi_simple_write_cmd() calls
Edward O'Callaghan
2020-10-31
1
-10
/
+10
*
spi25.c: Use define const in spi_simple_write_cmd() fn
Edward O'Callaghan
2020-10-31
1
-1
/
+1
*
fmap.{c,h}: update copyright year and name
Nikolai Artemiev
2020-10-30
2
-2
/
+2
*
internal.c: De-maze the pre-processor wraps a little
Edward O'Callaghan
2020-10-28
1
-5
/
+3
*
Makefile: Fix typo NEED_LIBUSB0 -> NEED_LIBUSB1
Edward O'Callaghan
2020-10-28
1
-1
/
+1
*
Makefile: remove LSPCON and MST device dependency from libusb
Shiyu Sun
2020-10-28
1
-2
/
+0
*
dummyflasher.c: Fix null par data and size param handling
Namyoon Woo
2020-10-27
2
-6
/
+20
*
Mark ENE_LPC and MEC1308 as NEED_LIBPCI
Victor Ding
2020-10-27
1
-0
/
+4
*
dummyflasher.c: Do not print an error if probing fails
Angel Pons
2020-10-27
1
-5
/
+1
*
chipset_enable.c: check return value from rphysmap() call
Edward O'Callaghan
2020-10-27
1
-0
/
+2
*
internal.c: Co-locate global variables to top of file
Edward O'Callaghan
2020-10-27
1
-8
/
+8
*
internal.c: Reshuffle functions to avoid forward decls
Edward O'Callaghan
2020-10-27
1
-50
/
+36
*
Mark ENE_LPC and MEC1308 as NEED_RAW_ACCESS
Victor Ding
2020-10-27
1
-0
/
+2
*
flashrom.c,flash.h: Kill dead fn shutdown_free()
Edward O'Callaghan
2020-10-24
2
-7
/
+0
*
realtek_mst_i2c_spi.c: Introduce ISP enter param
Shiyu Sun
2020-10-24
1
-8
/
+24
*
flashchips: Add support for Fudan SPI flash chips
Jakob Petersson
2020-10-23
2
-0
/
+282
*
realtek_mst_i2c_spi.c: Trigger gpio 88 toggle down after write
Shiyu Sun
2020-10-23
1
-2
/
+1
*
it87spi.c: Prevent use-after-free bug
Angel Pons
2020-10-22
1
-1
/
+2
[next]