|
|
|
@1536
|
8 days |
hailfinger |
Convert printf to msg_* where appropriate.
Clean up cli_output.c to be …
|
|
|
|
@1496
|
3 months |
hailfinger |
Reenable forced read
Forced read functionality was disabled when …
|
|
|
|
@1484
|
4 months |
hailfinger |
Postpone layout file reading
Layout file reading should happen after …
|
|
|
|
@1483
|
5 months |
hailfinger |
Replace --mainboard with -p internal:mainboard
--mainboard is a relic …
|
|
|
|
@1482
|
5 months |
stefanct |
Add deferred --image processing
The general idea and most of the code are …
|
|
|
|
@1479
|
5 months |
mkarcher |
Fix programmer-centric probe (patch v2)
As reported by Stefan Tauner on …
|
|
|
|
@1475
|
5 months |
hailfinger |
Have all programmer init functions register bus masters/programmers
All …
|
|
|
|
@1473
|
5 months |
hailfinger |
Use struct flashctx instead of struct flashchip for flash chip access
…
|
|
|
|
@1463
|
6 months |
hailfinger |
Register Parallel/LPC/FWH programmers the same way SPI programmers are …
|
|
|
|
@1436
|
8 months |
stefanct |
Print out the flash chip found after the probing loop in verbose mode
…
|
|
|
|
@1433
|
9 months |
hailfinger |
Change programmer selection in cli and generic code
Bugfix: Do not accept …
|
|
|
|
@1417
|
9 months |
uwe |
Move the main() function from flashrom.c to cli_classic.c.
The file …
|
|
|
|
@1413
|
9 months |
hailfinger |
Fixup of r1397:
- Mixing uninitialized and initialized local variables …
|
|
|
|
@1397
|
10 months |
uwe |
Random whitespace and coding-style fixes.
Also, indentation fixes, e.g. …
|
|
|
|
@1386
|
10 months |
stefanct |
add a bunch of new/tested stuff and various small changes 5
- mark …
|
|
|
|
@1374
|
10 months |
stefanct |
fix a bug breaking layout file handling in r1373
Florian Zumbiehl …
|
|
|
|
@1373
|
10 months |
hailfinger |
Fix and clean up cli_classic.c
Don't ignore -i if it is specified before …
|
|
|
|
@1338
|
11 months |
dhendrix |
Use shutdown callback mechanism to shutdown programmers
This patch …
|
|
|
|
@1296
|
13 months |
hailfinger |
Fix multiple detection of the same chip.
r1293 introduced a bug which …
|
|
|
|
@1293
|
13 months |
hailfinger |
Constify flashchips array.
This moves 99.5% of the .data section to …
|
|
|
|
@1255
|
16 months |
stepan |
flashrom: fix sparse warning: Using plain integer as NULL pointer
This …
|
|
|
|
@1252
|
16 months |
krause |
This patch reduces the stack usage by declaring 'const' stack variables
as …
|
|
|
|
@1199
|
20 months |
hailfinger |
flashrom -L output did not contain a list of programmers nor were all …
|
|
|
|
@1196
|
20 months |
stepan |
Remove duplicate includes from the code.
Signed-off-by: Stefan Reinauer …
|
|
|
|
@1172
|
21 months |
hailfinger |
Delay between probe and subsequent operations.
Some flash chips need time …
|
|
|
|
@1112
|
22 months |
hailfinger |
Split off programmer.h from flash.h.
Programmer specific functions are of …
|
|
|
|
@1079
|
23 months |
hailfinger |
Print an error message on read errors and abort instead of proceeding …
|
|
|
|
@1068
|
23 months |
hailfinger |
Kill global variables, constants and functions if local scope suffices. …
|
|
|
|
@1030
|
2 years |
uwe |
Make the 'flashrom --help' output look a bit nicer.
Only print "flashrom" …
|
|
|
|
@1023
|
2 years |
hailfinger |
So far, we have up to 4 different names for the same thing (ignoring …
|
|
|
|
@1021
|
2 years |
hailfinger |
Remove unneeded #include statements completely.
unistd.h was only used to …
|
|
|
|
@1006
|
2 years |
hailfinger |
Initialize the internal delay function before running programmer init.
The …
|
|
|
|
@998
|
2 years |
hailfinger |
Fix assorted documentation, frontend and printing bugs.
Change the command …
|
|
|
|
@996
|
2 years |
hailfinger |
--force may have been a good idea back when only developers were using …
|
|
|
|
@860
|
2 years |
mkarcher |
Enable -Wshadow, clean code for that
This is not just for fun. We hit a …
|
|
|
|
@835
|
2 years |
snelson |
Converting fprintf(stderr), printf, and printf_debug into a common print …
|
|
|
|
@833
|
2 years |
hailfinger |
Move the CLI related functions main() and cli_usage() to cli_classic.c
and …
|
|
copied from trunk/flashrom.c:
|
|
|
|
@821
|
2 years |
hailfinger |
Factor out CLI code by moving generic stuff out of main(). Add a generic …
|