source: trunk

Name Size Rev Age Author Last Change
../
Documentation 1618   7 months stefanct serprog: add opcode to control the programmer's output drivers. This …
util 1654   3 months stefanct Add utility to print all chip names in flashchips.h that are not in …
82802ab.c 6.8 KB 1579   9 months hailfinger Make struct flashchip a field in struct flashctx instead of a complete …
arch.h 1.2 KB 1492   16 months hailfinger Support compilation for the ARM architecture (little-endian only). Note: …
atahpt.c 2.8 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
bitbang_spi.c 4.8 KB 1646   4 months stefanct Fix duplicate 'const' declaration specifiers. Thanks to Idwer and clang …
board_enable.c 88.8 KB 1653   3 months stefanct Add (untested) board enable for ASUS P4PE-X/TE. REed by roxfan and …
buspirate_spi.c 15.3 KB 1667   7 weeks hailfinger usleep() is not found in all versions of MinGW, use Sleep() on Windows. …
cbtable.c 9.3 KB 1643   5 months stefanct Introduce msg_*warn. Also, unify all outputs of "Warning:" and "Error:" …
chipdrivers.h 9.3 KB 1672   3 weeks stefanct Update spi_get_erasefn_from_opcode(). We forgot to add a few SPI erase …
chipset_enable.c 53.1 KB 1656   2 months stefanct Add support for Intel Lynx Point low-power and Wellsburg. New IDs taken …
cli_classic.c 15.9 KB 1639   5 months stefanct Constify parameters and globals. This makes some stuff const (partially …
cli_output.c 2.6 KB 1668   7 weeks stefanct Get rid of perror(). It prints to stderr and that's not what we want …
COPYING 17.6 KB 134   6 years uwe Original v2 revision: 2764 Add a copy of the GPL in the flashrom …
coreboot_tables.h 4.6 KB 985   3 years uwe Polish the flashrom code comments and outputs a bit. - Fix a number of …
dediprog.c 26.9 KB 1674   33 hours stefanct dediprog: fix SPI clock setting. Avoid setting SPI speed on firmware …
dmi.c 6.5 KB 1643   5 months stefanct Introduce msg_*warn. Also, unify all outputs of "Warning:" and "Error:" …
drkaiser.c 3.0 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
dummyflasher.c 24.6 KB 1646   4 months stefanct Fix duplicate 'const' declaration specifiers. Thanks to Idwer and clang …
en29lv640b.c 3.8 KB 1579   9 months hailfinger Make struct flashchip a field in struct flashctx instead of a complete …
flash.h 12.2 KB 1666   8 weeks stefanct Refine granularity handling in preparation of AT45DB series support. This …
flashchips.c 272.7 KB 1671   5 weeks stefanct Add support for PMC Pm25LD series. This patch adds support for - …
flashchips.h 27.1 KB 1671   5 weeks stefanct Add support for PMC Pm25LD series. This patch adds support for - …
flashrom.8 33.1 KB 1674   33 hours stefanct dediprog: fix SPI clock setting. Avoid setting SPI speed on firmware …
flashrom.c 54.6 KB 1668   7 weeks stefanct Get rid of perror(). It prints to stderr and that's not what we want …
ft2232_spi.c 13.6 KB 1632   5 months stefanct Unify usbdev_status and pcidev_status into dev_entry. Once upon a time …
gfxnvidia.c 4.1 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
hwaccess.c 6.8 KB 1648   4 months stefanct Fix building for MacOSX. - Add a new macro named IS_MACOSX to hwaccess.c …
hwaccess.h 9.3 KB 1648   4 months stefanct Fix building for MacOSX. - Add a new macro named IS_MACOSX to hwaccess.c …
ich_descriptors.c 29.4 KB 1646   4 months stefanct Fix duplicate 'const' declaration specifiers. Thanks to Idwer and clang …
ich_descriptors.h 12.7 KB 1554   10 months stefanct Add a bunch of new/tested stuff and various small changes 13. Tested …
ichspi.c 56.8 KB 1646   4 months stefanct Fix duplicate 'const' declaration specifiers. Thanks to Idwer and clang …
internal.c 11.2 KB 1650   3 months stefanct Add a bunch of new/tested stuff and various small changes 17. Tested …
it85spi.c 11.0 KB 1549   10 months hailfinger Hide hwaccess.h from public API. Move hwaccess.h #include from flash.h to …
it87spi.c 11.7 KB 1650   3 months stefanct Add a bunch of new/tested stuff and various small changes 17. Tested …
jedec.c 14.2 KB 1619   7 months stefanct Do not read the flash chip twice in verification mode. Kyösti Mälkki …
layout.c 6.2 KB 1601   8 months stefanct Add a bunch of new/tested stuff and various small changes 14. Tested …
linux_spi.c 4.9 KB 1543   11 months hailfinger Let the programmer driver decide how to do AAI transfers Currently …
m29f400bt.c 3.9 KB 1579   9 months hailfinger Make struct flashchip a field in struct flashctx instead of a complete …
Makefile 26.1 KB 1665   8 weeks stefanct Enable serprog on Windows. Sockets are not ported (yet). Tested on …
mcp6x_spi.c 4.9 KB 1549   10 months hailfinger Hide hwaccess.h from public API. Move hwaccess.h #include from flash.h to …
nic3com.c 4.5 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
nicintel.c 4.3 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
nicintel_spi.c 5.3 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
nicnatsemi.c 3.7 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
nicrealtek.c 3.8 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
ogp_spi.c 4.0 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
opaque.c 2.1 KB 1475   17 months hailfinger Have all programmer init functions register bus masters/programmers All …
os.h 1.8 KB 1507   15 months hailfinger Support Debian/kFreeBSD Signed-off-by: Carl-Daniel Hailfinger …
pcidev.c 9.5 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
physmap.c 11.4 KB 1668   7 weeks stefanct Get rid of perror(). It prints to stderr and that's not what we want …
pm49fl00x.c 1.7 KB 1579   9 months hailfinger Make struct flashchip a field in struct flashctx instead of a complete …
pony_spi.c 4.7 KB 1627   6 months stefanct Fix sp_openserport users on Windows. Signed-off-by: Stefan Tauner …
print.c 74.9 KB 1653   3 months stefanct Add (untested) board enable for ASUS P4PE-X/TE. REed by roxfan and …
print_wiki.c 13.1 KB 1650   3 months stefanct Add a bunch of new/tested stuff and various small changes 17. Tested …
processor_enable.c 2.5 KB 1565   10 months stefanct Simplify processor_enable.c. Signed-off-by: Peter Lemenkov …
programmer.c 4.2 KB 1475   17 months hailfinger Have all programmer init functions register bus masters/programmers All …
programmer.h 18.8 KB 1667   7 weeks hailfinger usleep() is not found in all versions of MinGW, use Sleep() on Windows. …
rayer_spi.c 5.0 KB 1585   9 months stefanct Some ISO C fixes. This patch just fixes a limited number of bits not …
README 5.0 KB 1658   2 months stefanct Add Altera USB-Blaster SPI programmer. Adds support for the Altera …
satamv.c 6.2 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
satasii.c 4.1 KB 1644   5 months hailfinger Decouple BAR reading from pci device init, handle errors gracefully. …
sb600spi.c 10.2 KB 1549   10 months hailfinger Hide hwaccess.h from public API. Move hwaccess.h #include from flash.h to …
serial.c 13.3 KB 1669   6 weeks stefanct Initialize sp_fd and fix baud rate setting on windows. Signed-off-by: …
serprog.c 27.0 KB 1665   8 weeks stefanct Enable serprog on Windows. Sockets are not ported (yet). Tested on …
serprog.h 1.5 KB 1618   7 months stefanct serprog: add opcode to control the programmer's output drivers. This …
sfdp.c 11.0 KB 1579   9 months hailfinger Make struct flashchip a field in struct flashctx instead of a complete …
spi25.c 27.1 KB 1672   3 weeks stefanct Update spi_get_erasefn_from_opcode(). We forgot to add a few SPI erase …
spi25_statusreg.c 19.3 KB 1671   5 weeks stefanct Add support for PMC Pm25LD series. This patch adds support for - …
spi.c 5.7 KB 1601   8 months stefanct Add a bunch of new/tested stuff and various small changes 14. Tested …
spi.h 4.3 KB 1637   5 months stefanct Add support for Atmel's AT25F series of SPI flash chips. This adds …
sst28sf040.c 3.4 KB 1579   9 months hailfinger Make struct flashchip a field in struct flashctx instead of a complete …
sst49lfxxxc.c 2.4 KB 1579   9 months hailfinger Make struct flashchip a field in struct flashctx instead of a complete …
sst_fwhub.c 2.5 KB 1643   5 months stefanct Introduce msg_*warn. Also, unify all outputs of "Warning:" and "Error:" …
stm50flw0x0x.c 3.2 KB 1579   9 months hailfinger Make struct flashchip a field in struct flashctx instead of a complete …
udelay.c 5.4 KB 1667   7 weeks hailfinger usleep() is not found in all versions of MinGW, use Sleep() on Windows. …
usbblaster_spi.c 5.8 KB 1658   2 months stefanct Add Altera USB-Blaster SPI programmer. Adds support for the Altera …
w29ee011.c 2.3 KB 1579   9 months hailfinger Make struct flashchip a field in struct flashctx instead of a complete …
w39.c 7.8 KB 1620   7 months stefanct Add support for Winbond W39F010/W39L010/W39L020. W39F010 is a 128kB …
wbsio_spi.c 6.1 KB 1549   10 months hailfinger Hide hwaccess.h from public API. Move hwaccess.h #include from flash.h to …
  • Property svn:ignore set to
    flashrom
    flashrom.exe
    .features
    .dependencies
    .libdeps
    *.d
Note: See TracBrowser for help on using the repository browser.