index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing platform.h includes
Miriam Polzer
2020-12-26
1
-0
/
+1
*
internal.c: De-maze the pre-processor wraps a little
Edward O'Callaghan
2020-10-28
1
-5
/
+3
*
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
*
internal: Fix board vendor and model memory leaks
Jacob Garber
2019-09-24
1
-15
/
+32
*
tree: Remove unused functions with no prototypes
Jacob Garber
2019-06-23
1
-11
/
+0
*
Rework internal bus handling and laptop bail-out
Nico Huber
2019-06-06
1
-31
/
+39
*
linux_mtd: Import driver from ChromiumOS
David Hendricks
2018-05-17
1
-0
/
+3
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
internal: Only build on x86 and mipsel
Nico Huber
2017-12-19
1
-33
/
+3
*
internal: Fix warnings about unused constants
Nico Huber
2017-12-09
1
-0
/
+4
*
Pimp the manpage to create nicer hyperlinks and HTML output
Stefan Tauner
2016-01-14
1
-1
/
+1
*
Unify target OS and CPU architecture checks
Stefan Tauner
2015-01-10
1
-8
/
+8
*
Introduce generic shutdown_free() and remove redundant internal_shutdown()
Stefan Tauner
2014-08-31
1
-7
/
+0
*
Rename programmer registration functions
Carl-Daniel Hailfinger
2014-07-19
1
-2
/
+2
*
IT87: Add ability to select between chips on GIGABYTE DualBIOS boards
Vadim Girlin
2013-08-24
1
-3
/
+2
*
Various cross-platform fixes
Carl-Daniel Hailfinger
2013-07-13
1
-1
/
+5
*
Add a bunch of new/tested stuff and various small changes 17
Stefan Tauner
2013-02-22
1
-1
/
+1
*
Introduce msg_*warn
Stefan Tauner
2013-01-04
1
-1
/
+1
*
Unify PCI init and let pcidev clean itself up
Stefan Tauner
2013-01-04
1
-4
/
+2
*
Fix flashrom running on boards with coreboot
Stefan Tauner
2012-09-24
1
-7
/
+3
*
Add a bunch of new/tested stuff and various small changes 14
Stefan Tauner
2012-09-21
1
-3
/
+0
*
Some ISO C fixes
Carl-Daniel Hailfinger
2012-08-27
1
-0
/
+1
*
Refactor the -p internal:mainboard handling
Stefan Tauner
2012-08-20
1
-7
/
+26
*
Remove more exit calls
Niklas Söderlund
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
*
internal: remove unused variable
Peter Lemenkov
2010-09-20
1
-0
/
+2
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Generify support for ITE IT8705 Super I/O
Carl-Daniel Hailfinger
2010-07-10
1
-2
/
+4
*
Unify programmer parameter extraction
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
*
Internal: introduce processor enables and abort if top/bottom alignment is un...
Carl-Daniel Hailfinger
2010-06-04
1
-2
/
+34
[next]