Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
5455786bfb4b09af11f4354a6bb4842d37d78419
/
wbsio_spi.c
c3b02dc
Rebrand to flashprog and update URLs
by Nico Huber
· 1 year, 3 months ago
flashprog
0cea753
spi: Add function to probe erase command opcode for all spi_master
by Aarya Chaumal
· 2 years, 4 months ago
3f4d35d
hwaccess: move mmio functions into hwaccess_physmap
by Thomas Heijligen
· 2 years, 10 months ago
a065520
hwaccess: move x86 port I/O related code into own files
by Thomas Heijligen
· 2 years, 11 months ago
51264d5
remove compile guards
by Thomas Heijligen
· 3 years, 2 months ago
5e08e3e
programmer: Smoothen register_spi_master() API
by Nico Huber
· 3 years, 6 months ago
43040f2
tree: indent struct *_master consistently with tabs
by Thomas Heijligen
· 2 years, 5 months ago
5eca427
const'ify flashctx to align signatures with cros flashrom
by Edward O'Callaghan
· 4 years, 7 months ago
519be66
Fix -Wsign-compare trouble
by Nico Huber
· 6 years ago
deeac7e
spi: Drop spi_controller type
by Nico Huber
· 8 years ago
504215b
spi25: Fix layering violation in default_spi_write_aai()
by Nico Huber
· 8 years ago
e083880
Remove address from GPLv2 headers
by Elyes HAOUAS
· 7 years ago
a5bcbce
Rename programmer registration functions
by Carl-Daniel Hailfinger
· 10 years ago
32508eb
Hide hwaccess.h from public API
by Patrick Georgi
· 12 years ago
7bca126
Let the programmer driver decide how to do AAI transfers
by Nico Huber
· 12 years ago
ccd71c2
Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI
by Carl-Daniel Hailfinger
· 13 years ago
8a3c60c
Add struct flashctx * parameter to all functions accessing flash chips
by Carl-Daniel Hailfinger
· 13 years ago
63fd902
Use struct flashctx instead of struct flashchip for flash chip access
by Carl-Daniel Hailfinger
· 13 years ago
c69c9c8
Unsignify lengths and addresses in chip functions and structs
by Stefan Tauner
· 13 years ago
eaacd2d
Register Parallel/LPC/FWH programmers the same way SPI programmers are registered
by Carl-Daniel Hailfinger
· 13 years ago
8c35745
Revert "Unsignify lengths and addresses in chip functions and structs"
by Stefan Tauner
· 13 years ago
d196e7c
Unsignify lengths and addresses in chip functions and structs
by Stefan Tauner
· 13 years ago
c0aaf95
Whitespace, documentation and other small stuff
by Stefan Tauner
· 13 years ago
b9dbe48
Kill central list of SPI programmers
by Michael Karcher
· 14 years ago
5b997c3
Split off programmer.h from flash.h
by Carl-Daniel Hailfinger
· 14 years ago
ca812d4
Use the max_rom_decode infrastructure for wbsio_spi
by Carl-Daniel Hailfinger
· 14 years ago
9a795d8
Convert SPI chips to partial write
by Carl-Daniel Hailfinger
· 14 years ago
36dec8b
board_enable.c: Remove useless 'name' parameter
by Uwe Hermann
· 14 years ago
831e8f4
Remove unneeded #include statements completely
by Carl-Daniel Hailfinger
· 14 years ago
cceafa2
Handle the following architectures in generic flashrom code
by Carl-Daniel Hailfinger
· 14 years ago
14ba668
Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h
by Sean Nelson
· 15 years ago
f7f7a55
Convert all messages in wbsio_spi.c to the new message infrastructure
by Sean Nelson
· 15 years ago
5609fa7
Allow one to disable programmer debug messages at compile time
by Carl-Daniel Hailfinger
· 15 years ago
116081a
Replace remaining explicit erases in SPI programmer drivers with auto-erases
by Carl-Daniel Hailfinger
· 15 years ago
142e30f
Use a distinct return code for SPI commands with unsupported/invalid length
by Carl-Daniel Hailfinger
· 15 years ago
2f1b36f
Convert SPI byte program to use the multicommand infrastructure
by Carl-Daniel Hailfinger
· 15 years ago
d047829
Add SPI multicommand infrastructure
by Carl-Daniel Hailfinger
· 15 years ago
cbf563c
Support reads of arbitrary range
by Carl-Daniel Hailfinger
· 15 years ago
30f7cb2
Flashrom only checks for very few chips if the erase worked
by Carl-Daniel Hailfinger
· 15 years ago
38a059d
Every SPI host controller implemented its own way to read flash chips
by Carl-Daniel Hailfinger
· 15 years ago
ca8bfc6
Add programmer-specific delay functions
by Carl-Daniel Hailfinger
· 15 years ago
b22918c
Only probe for chips with compatible bus protocols
by Carl-Daniel Hailfinger
· 15 years ago
1dfe0ff
Add bus type annotation to struct flashchips
by Carl-Daniel Hailfinger
· 15 years ago
24c1a16
Refactor SuperIO accesses
by Carl-Daniel Hailfinger
· 15 years ago
2cac686
Drop unused/duplicated #includes and some dead code
by Uwe Hermann
· 15 years ago
96930c3
Chips like the SST SST25VF080B can only handle single byte writes outside AAI mode
by Carl-Daniel Hailfinger
· 16 years ago
03adbe1
Refine handling of spi_write_enable() failures to fix chip erases on ichspi
by Carl-Daniel Hailfinger
· 16 years ago
7b2969b
Some coding style and consistency fixes
by Uwe Hermann
· 16 years ago
bf196e9
Winbond SuperIO SPI driver
by Peter Stuge
· 16 years ago