index
:
flashrom
0.9.9-n25q256
stable
staging
Raptor Engineering's copy of the legoater/flashrom fork of the main branches in the flashrom.org's git repository
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more exit calls
Stefan Tauner
2012-07-30
1
-1
/
+1
*
Automatically release I/O permissions on shutdown
Carl-Daniel Hailfinger
2012-07-21
1
-2
/
+2
*
Hide hwaccess.h from public API
Patrick Georgi
2012-07-20
1
-0
/
+1
*
Add Winbond W836xx SuperI/O detection
Carl-Daniel Hailfinger
2012-05-06
1
-5
/
+7
*
Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI
Carl-Daniel Hailfinger
2012-03-01
1
-1
/
+1
*
Replace --mainboard with -p internal:mainboard
Carl-Daniel Hailfinger
2012-01-04
1
-0
/
+10
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-7
/
+28
*
Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...
Carl-Daniel Hailfinger
2011-11-09
1
-2
/
+17
*
Make the laptop warning less scary if unsure
Stefan Tauner
2011-09-13
1
-6
/
+8
*
Introduce ERROR_FATAL, abort upon failed chipset enables
Tadas Slotkus
2011-09-03
1
-1
/
+2
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO
Carl-Daniel Hailfinger
2011-07-27
1
-1
/
+1
*
Be more refined regarding DMI chassis types
Stefan Tauner
2011-07-26
1
-5
/
+14
*
Change "class" parameter name to "devclass" to avoid C++ issues
Uwe Hermann
2011-07-13
1
-2
/
+2
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-7
/
+8
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-0
/
+5
*
Revamp board-specific quirk handling, allow for laptop support
Carl-Daniel Hailfinger
2011-05-05
1
-3
/
+10
*
Add support for more than one Super I/O or EC per machine
Carl-Daniel Hailfinger
2011-04-27
1
-3
/
+15
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-2
/
+0
*
Support for Loongson-2F (MIPS) flashing
Vladimir 'phcoder' Serbinenko
2010-09-29
1
-1
/
+1
*
The variable 'ret' is unused when compiling on BigEndian architecture
Peter Lemenkov
2010-09-20
1
-0
/
+2
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Autodetect the ITE IT8705 Super I/O and enable flash writes if it performs LP...
Carl-Daniel Hailfinger
2010-07-10
1
-2
/
+4
*
Make programmer_param static by converting all users to extract_programmer_param
Carl-Daniel Hailfinger
2010-07-08
1
-3
/
+3
*
Various places in the flashrom source feature custom parameter extraction fro...
Carl-Daniel Hailfinger
2010-07-06
1
-6
/
+15
*
Kill unneeded #include wherever possible
Carl-Daniel Hailfinger
2010-06-21
1
-3
/
+0
*
The internal programmer needs correct information about flash_base and chip w...
Carl-Daniel Hailfinger
2010-06-04
1
-2
/
+34
*
So far, we have up to 4 different names for the same thing (ignoring capitali...
Carl-Daniel Hailfinger
2010-05-31
1
-1
/
+1
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-2
/
+10
*
One of the problems is that --force had multiple meanings
Carl-Daniel Hailfinger
2010-04-28
1
-29
/
+59
*
Autodetect ITE IT87* LPC->SPI translation on all boards without the need for ...
Carl-Daniel Hailfinger
2010-03-25
1
-0
/
+3
*
Various coding style and cosmetic changes
Uwe Hermann
2010-03-13
1
-5
/
+6
*
Implement tested/untested status for board enables
Michael Karcher
2010-02-28
1
-0
/
+20
*
Warn if running on laptops
Michael Karcher
2010-02-26
1
-0
/
+12
*
Linking in support for the internal programmer doesn't make sense if you only...
Carl-Daniel Hailfinger
2010-02-12
1
-56
/
+0
*
Matching board via DMI
Michael Karcher
2010-01-20
1
-0
/
+1
*
Some programmers (most notably FT2232SPI) use fallback_* and noop_*, but thos...
Carl-Daniel Hailfinger
2010-01-06
1
-77
/
+0
*
Internal.c was always compiled in because it hosted the function internal_del...
Carl-Daniel Hailfinger
2009-12-24
1
-12
/
+0
*
SuperI/O detection now happens unconditionally and before the chipset enable
Carl-Daniel Hailfinger
2009-12-22
1
-0
/
+14
*
Internal (onboard) programming was the only feature which could not be disabled
Carl-Daniel Hailfinger
2009-12-13
1
-0
/
+4
*
Add support for every single SiS chipset out there
Carl-Daniel Hailfinger
2009-11-15
1
-0
/
+20
*
Allow to exclude each of the external programmer drivers from being compiled in
Carl-Daniel Hailfinger
2009-09-16
1
-5
/
+12
*
Don't abort if chipset init failed because the failing init may have been a w...
Carl-Daniel Hailfinger
2009-09-02
1
-1
/
+5
*
FT2232 and IT87 programmers used functions of the dummy programmer instead of...
Carl-Daniel Hailfinger
2009-08-12
1
-0
/
+11
*
Releasing IO permissions was done by hand everywhere
Carl-Daniel Hailfinger
2009-08-09
1
-3
/
+8
*
Sometimes we want to read/write more than 4 bytes of chip content at once
Carl-Daniel Hailfinger
2009-06-05
1
-0
/
+22
*
Add external programmer delay functions so external programmers can handle th...
Carl-Daniel Hailfinger
2009-06-05
1
-0
/
+12
*
Factor out fallback_map/unmap, most external programmers don't need and speci...
Uwe Hermann
2009-05-17
1
-0
/
+11
*
Use accessor functions for MMIO
Carl-Daniel Hailfinger
2009-05-17
1
-5
/
+35
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-3
/
+0
*
Use chipaddr instead of volatile uint8_t * because when we access chips in ex...
Carl-Daniel Hailfinger
2009-05-16
1
-10
/
+10
[next]