index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ichspi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Global cleanup: Fix a few spelling errors
Martin Roth
2022-05-03
1
-1
/
+1
*
ichspi: Introduce HSFC CYCLE READ/WRITE/ERASE macros
Subrata Banik
2022-05-03
1
-2
/
+6
*
ichspi: Introduce HSFC_FDBC_VAL(n) macro
Subrata Banik
2022-05-03
1
-2
/
+3
*
ichspi: Introduce HSFC_FCYCLE_MASK(n) macro
Subrata Banik
2022-05-03
1
-2
/
+21
*
ichspi: Drop unused `_pprint_reg` macro
Subrata Banik
2022-05-03
1
-2
/
+1
*
ichspi: Use `pprint_reg` macro for PCH100 HSFC FCYCLE offset
Subrata Banik
2022-05-03
1
-1
/
+1
*
ichspi: Add `PCH100_` prefix for `Write Enable Type (WET)` macros
Subrata Banik
2022-05-03
1
-3
/
+3
*
ichspi: Unify timeouts across all SPI operations to 30s
Subrata Banik
2022-04-27
1
-12
/
+12
*
ichspi: Add Jasper Lake support
Edward O'Callaghan
2022-04-14
1
-1
/
+7
*
ichspi: Add support for Meteor Lake
Subrata Banik
2022-03-30
1
-2
/
+8
*
ichspi.c: Check SPI Cycle In-Progress prior start HW Seq
Subrata Banik
2022-03-09
1
-0
/
+17
*
ichspi: Add Alder Lake support
Edward O'Callaghan
2022-03-07
1
-1
/
+7
*
Add Elkhart Lake support
Werner Zeh
2022-02-04
1
-2
/
+11
*
ichspi: Remove unneeded line breaks, add useful line breaks and tabs
Anastasia Klimchuk
2022-02-02
1
-58
/
+36
*
ichspi: Extract initialisation of swseq and hwseq into a function
Anastasia Klimchuk
2022-02-02
1
-34
/
+41
*
ichspi: Extract handling programmer param into a function
Anastasia Klimchuk
2022-02-02
1
-27
/
+37
*
ichspi: Split very long init function into two
Anastasia Klimchuk
2022-02-02
1
-242
/
+255
*
hwaccess: move mmio functions into hwaccess_physmap
Thomas Heijligen
2022-01-20
1
-1
/
+0
*
physmap: rename to hwaccess_physmap, create own header
Thomas Heijligen
2021-12-22
1
-0
/
+1
*
Add Tiger Lake U Premium support
Michał Żygowski
2021-11-17
1
-1
/
+10
*
remove compile guards
Thomas Heijligen
2021-09-26
1
-4
/
+0
*
treewide: Drop unnecessary uses of memset/memcpy
Angel Pons
2021-06-09
1
-3
/
+1
*
treewide: Drop most cases of `sizeof(struct ...)`
Angel Pons
2021-06-09
1
-1
/
+1
*
programmer: Smoothen register_opaque_master() API
Anastasia Klimchuk
2021-05-23
1
-1
/
+1
*
Add Gemini Lake support
Angel Pons
2021-05-16
1
-2
/
+9
*
programmer: Smoothen register_spi_master() API
Nico Huber
2021-05-13
1
-3
/
+3
*
tree: Remove forward-declarations for spi masters
Anastasia Klimchuk
2021-02-16
1
-165
/
+159
*
Add support for Comet Lake-U/400-series PCH
Matt DeVillier
2020-09-24
1
-1
/
+10
*
ichspi.c: Make ich_init_spi() parameteric on spibar
Edward O'Callaghan
2020-07-16
1
-27
/
+27
*
ichspi.c: Make pprinters parametric on ich_generation
Edward O'Callaghan
2020-07-16
1
-16
/
+17
*
ichspi.c: Make ich_set_bbar() parameteric on ich_generation
Edward O'Callaghan
2020-07-16
1
-5
/
+5
*
ichspi.c: Make ich_init_opcodes() parameteric on ich_generation
Edward O'Callaghan
2020-07-16
1
-13
/
+13
*
ichspi.c: Make ich_init_spi() parametric on ich_generation
Edward O'Callaghan
2020-07-16
1
-5
/
+5
*
const'ify flashctx to align signatures with cros flashrom
Edward O'Callaghan
2020-04-30
1
-2
/
+2
*
ichspi: Replace default JEDEC_BE_D8 with JEDEC_SE
David Hendricks
2019-09-24
1
-1
/
+1
*
ichspi: Add support for discrete Cannon Lake PCHs
Nico Huber
2019-08-08
1
-11
/
+33
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-9
/
+9
*
ichspi: Add Apollo Lake support
Nico Huber
2019-07-06
1
-38
/
+74
*
spi: Drop spi_controller type
Nico Huber
2019-06-27
1
-3
/
+0
*
ichspi.c: Remove unneeded 'else'
Elyes HAOUAS
2019-06-21
1
-12
/
+12
*
Rework internal bus handling and laptop bail-out
Nico Huber
2019-06-06
1
-1
/
+1
*
Fix several -Wno-implicit-fallthrough warnings
Richard Hughes
2019-02-11
1
-2
/
+2
*
Fix one more -Wmissing-field-initializers warning
Richard Hughes
2019-02-03
1
-1
/
+3
*
Fix several -Wno-missing-field-initializers warnings
Richard Hughes
2019-02-03
1
-1
/
+1
*
Fix several -Wold-style-declaration warnings
Richard Hughes
2019-02-03
1
-1
/
+1
*
Enable writes with active ME
Nico Huber
2018-05-29
1
-46
/
+38
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Fix whitespace errors
Elyes HAOUAS
2018-04-24
1
-2
/
+2
*
spi: Move ICH BBAR quirk out of the way
Nico Huber
2017-12-28
1
-14
/
+25
*
ichspi: Fix 100 series PCH (Skylake) support
Nico Huber
2017-12-19
1
-1
/
+1
[next]