1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-10-28 11:52:10 +01:00

Commit Graph

  • e38001399e Reorder list of options to test Paul Menzel 2012-01-12 13:58:43 +00:00
  • 4628445ccb Postpone layout file reading Carl-Daniel Hailfinger 2012-01-11 02:10:11 +00:00
  • 2d927fbd7b Replace --mainboard with -p internal:mainboard Carl-Daniel Hailfinger 2012-01-04 00:48:27 +00:00
  • 9bcf2684d7 Add deferred --image processing Louis Yung-Chieh Lo 2011-12-25 09:12:16 +00:00
  • 104b0d9f1e layout: change return type and name of find_next_included_romentry Stefan Tauner 2011-12-25 09:07:59 +00:00
  • b3850964f6 Add ich_descriptor_tool to decode all flash descriptors stored in a flash dump file Stefan Tauner 2011-12-24 00:00:32 +00:00
  • 222bf1013f Fix programmer-centric probe (patch v2) Michael Karcher 2011-12-22 23:27:03 +00:00
  • 3cf335eba0 ft2232_spi: fix arm-usb-ocd and arm-usb-ocd-h Paul Fertser 2011-12-20 02:08:14 +00:00
  • 64204b5745 Speed up dediprog SPI page writes Carl-Daniel Hailfinger 2011-12-20 01:54:19 +00:00
  • 33a65a0672 Cross-compilation fixes Carl-Daniel Hailfinger 2011-12-20 00:51:44 +00:00
  • c40cff7b86 Have all programmer init functions register bus masters/programmers Carl-Daniel Hailfinger 2011-12-20 00:19:29 +00:00
  • 8a3c60cdd0 Add struct flashctx * parameter to all functions accessing flash chips Carl-Daniel Hailfinger 2011-12-18 15:01:24 +00:00
  • 63fd9026f1 Use struct flashctx instead of struct flashchip for flash chip access Carl-Daniel Hailfinger 2011-12-14 22:25:15 +00:00
  • 83c92e983a Update URLs in print.c Benjamin Bellec 2011-12-08 07:49:11 +00:00
  • af2db61b2b Add a bunch of new/tested stuff and various small changes 9 Stefan Tauner 2011-12-02 21:48:17 +00:00
  • c69c9c84e0 Unsignify lengths and addresses in chip functions and structs Stefan Tauner 2011-11-23 09:13:48 +00:00
  • 8ca4255d79 Add board enable for ASUS A7N8X-VM/400 Joshua Roys 2011-11-19 19:31:17 +00:00
  • ea3aed03c6 Add board enable for ASRock ConRoeXFire-eSATA2 Joshua Roys 2011-11-16 22:08:11 +00:00
  • a5f5a153af Add board enable for ASUS P4GV-LA (Guppy) Joshua Roys 2011-11-15 08:08:15 +00:00
  • a2f3722a5a board_enable.c: Make it8712f_gpio_set generic Joshua Roys 2011-11-14 13:00:12 +00:00
  • 25ffba7644 Create a directory for documentation files Stefan Tauner 2011-11-13 23:03:30 +00:00
  • 745f6bbec2 ichspi: fix ich_init_opcodes() calls in ich_init_spi() Stefan Tauner 2011-11-13 15:17:10 +00:00
  • eaacd2d4e7 Register Parallel/LPC/FWH programmers the same way SPI programmers are registered Carl-Daniel Hailfinger 2011-11-09 23:40:00 +00:00
  • f382e352ac ichspi: print flash descriptor dependent information only when it is valid Stefan Tauner 2011-11-08 11:55:24 +00:00
  • 50e7c603f7 ichspi: add support for Intel Hardware Sequencing Stefan Tauner 2011-11-08 10:55:54 +00:00
  • a8d838d9d3 ichspi: use a variable to distinguish ich generations instead of spi_programmer->type Stefan Tauner 2011-11-06 23:51:09 +00:00
  • 532c717bcc Add opaque programmer registration infrastructure Carl-Daniel Hailfinger 2011-11-04 21:35:26 +00:00
  • b992d34339 Add board enable for Sun Ultra 40 M2 Joshua Roys 2011-11-02 14:31:18 +00:00
  • a4f1447e18 Fix all ASUS P5GD* board enables Stefan Tauner 2011-10-22 22:01:09 +00:00
  • 31019d409c serprog: small improvements Stefan Tauner 2011-10-22 21:45:27 +00:00
  • d13a394300 Add board enable for ABIT AV8 Christoph Grenz 2011-10-21 13:20:11 +00:00
  • 018d482536 Add a bunch of new/tested stuff and various small changes 8 Paul Menzel 2011-10-21 12:33:07 +00:00
  • 7189a5ff8c Add support for the GOEPEL PicoTAP programmer Samir Ibradžić 2011-10-20 23:14:10 +00:00
  • d0c5dc23e2 ichspi: add (partially) dead support code for Intel Hardware Sequencing Stefan Tauner 2011-10-20 12:57:14 +00:00
  • 836b26a423 TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) support Uwe Hermann 2011-10-14 20:33:14 +00:00
  • 8c35745fcf Revert "Unsignify lengths and addresses in chip functions and structs" Stefan Tauner 2011-09-18 22:42:18 +00:00
  • e3185c0599 ichspi: inform the user about the consequences of the security override strap Stefan Tauner 2011-09-18 15:15:31 +00:00
  • d196e7c138 Unsignify lengths and addresses in chip functions and structs Stefan Tauner 2011-09-18 00:41:33 +00:00
  • 75da80c17b ichspi: unlock PR register restrictions on ICH8+ if not locked down Stefan Tauner 2011-09-17 22:21:55 +00:00
  • bf69aaa9ca ichspi: add prettyprinting for PR registers on ICH8+ Stefan Tauner 2011-09-17 21:21:48 +00:00
  • 7783f31249 ichspi: don't touch the nonexistent(?) BBAR register on ICH8 Stefan Tauner 2011-09-17 21:21:42 +00:00
  • 84e1ddea5f ichspi: improve prettyprint_opcodes Stefan Tauner 2011-09-17 19:53:11 +00:00
  • 1e14639f42 ichspi: add ICH/PCH flash descriptor decoding via FDOC/FDOD Stefan Tauner 2011-09-15 23:52:55 +00:00
  • c93f5f1232 serprog: add SPI support Urja Rannikko 2011-09-15 23:38:14 +00:00
  • f74a7b9c4f Add printing of chip voltage ranges to print_wiki.c Stefan Tauner 2011-09-14 22:09:48 +00:00
  • a28087fab9 Make the laptop warning less scary if unsure Stefan Tauner 2011-09-13 23:14:25 +00:00
  • ca081461af Add probe/read support for the Catalyst CAT28F512 chip Andrew Morgan 2011-09-13 22:05:44 +00:00
  • 29e5d31084 Reformat -L output and add printing of chip voltage ranges to print.c Stefan Tauner 2011-09-12 22:55:01 +00:00
  • ae418d87b2 Add support for Xilinx parallel III (DLC5) programing cable Carl-Daniel Hailfinger 2011-09-12 06:17:06 +00:00
  • 1d947633b6 Print out the flash chip found after the probing loop in verbose mode Stefan Tauner 2011-09-11 22:08:58 +00:00
  • d5c4ab4cfd Revamp the warning of failing to set BIOS write enable in enable_flash_ich Stefan Tauner 2011-09-09 12:46:32 +00:00
  • c74e977627 Add initial Atmel AT49LH002 FWH/LPC chip support Uwe Hermann 2011-09-08 19:55:18 +00:00
  • 2e681601b1 Change programmer selection in cli and generic code Carl-Daniel Hailfinger 2011-09-08 00:00:29 +00:00
  • cb24ddbe12 Small fixes for the linux_spi programmer code Sven Schnelle 2011-09-07 20:48:34 +00:00
  • 4335ec844a Mark the GIGABYTE GA-8I945GZME-RH and SST SST25LF040A as supported Uwe Hermann 2011-09-07 20:20:25 +00:00
  • dadc0a65a3 Add Intel Tunnel Creek chipset support, mark it as tested Ingo Feldschmid 2011-09-07 19:18:25 +00:00
  • 0e3f1cf778 Kill all exit() calls in chipset_enable.c Tadas Slotkus 2011-09-06 18:49:31 +00:00
  • 48446c86ff Fix linux_spi.c build on 32bit systems Uwe Hermann 2011-09-06 18:17:02 +00:00
  • 5ce5f70ed3 Add support for the Linux SPI subsystem (spidev) Sven Schnelle 2011-09-03 18:37:52 +00:00
  • ad470347fd Introduce ERROR_FATAL, abort upon failed chipset enables Tadas Slotkus 2011-09-03 17:15:00 +00:00
  • 3093f8f75e Add a bunch of new/tested stuff and various small changes 7 Sylvain "ythier" Hitier 2011-09-03 11:22:27 +00:00
  • 97d5b126c6 Shorten some board enable related function names Carl-Daniel Hailfinger 2011-08-31 16:19:50 +00:00
  • bd0c70ae17 Fix printing of the Boot BIOS Straps on Intel chipsets Stefan Tauner 2011-08-27 21:19:56 +00:00
  • 6e9e2ee2f4 Add AMD Hudson chipset-enable Wang Qing Pei 2011-08-26 21:11:41 +00:00
  • 09ebd52e01 Mark the AMD Am29LV008BB chip as fully tested Uwe Hermann 2011-08-25 22:54:23 +00:00
  • fca3b012da Add support for the Sharp LH28F008BJT-BTLZ1 chip Mattias Mattsson 2011-08-25 22:44:11 +00:00
  • 14ab8d456a Add board enable for ASUS P5LP-LE Michael Karcher 2011-08-25 14:06:50 +00:00
  • 44ffd58aa3 Makefile: Fix MinGW build, improve output with bogus CC Uwe Hermann 2011-08-20 14:16:00 +00:00
  • 394ee78325 Move the main() function from flashrom.c to cli_classic.c Uwe Hermann 2011-08-20 14:14:22 +00:00
  • 56787086e3 Makefile: fix and simplify test program compilations Stefan Tauner 2011-08-18 02:27:19 +00:00
  • 33670ba5c4 Add support for the SST25LF080A flash chip Zeus Castro 2011-08-17 09:50:11 +00:00
  • a63c7c4496 Remove unneeded inclusions of chipdrivers.h Stefan Tauner 2011-08-16 12:08:22 +00:00
  • 082c8b559c Fixup of r1397 Carl-Daniel Hailfinger 2011-08-15 19:54:20 +00:00
  • 0528b7fefa ft2232_spi: add support for the Dangerous Prototypes Bus Blaster Steve Markgraf 2011-08-12 01:19:32 +00:00
  • 1fd4f9e833 Add board enable for ASUS P5GD2 Premium Joshua Roys 2011-08-11 05:47:32 +00:00
  • ac8b2a1f8a Add (untested) board enable for Asus P5LD2 Joshua Roys 2011-08-11 04:21:34 +00:00
  • 8b391b8e27 ichspi.c: refactor filling and reading the fdata/spid registers Stefan Tauner 2011-08-09 01:49:34 +00:00
  • a9cbbacfd3 Add a board enable for ASUS A8M2N-LA (HP OEM "NodusM3-GL8E") Stefan Tauner 2011-08-07 13:17:20 +00:00
  • 2414e0931c Fix the A8N-SLI Deluxe board enable Stefan Tauner 2011-08-06 16:16:45 +00:00
  • af4b158dea Fix the EP-8NPA7I (for the last time hopefully) Stefan Tauner 2011-08-06 16:16:33 +00:00
  • 9ce498ebdc Clear byte 0x92 of the LPC bridge for all CK804 (and MCP51) chipsets Jonathan Kollasch 2011-08-06 12:45:21 +00:00
  • eebeb53d65 Introduce msg_*dbg2 Stefan Tauner 2011-08-04 17:40:25 +00:00
  • af882e7e84 Rephrase warnings in chipset_enable.c Stefan Tauner 2011-08-04 17:37:58 +00:00
  • 87955bf478 Switch to AAI for some more SST chips Joshua Roys 2011-08-01 18:39:28 +00:00
  • e187d5e175 Use __func__ instead of __FUNCTION__ as we do elsewhere Uwe Hermann 2011-07-29 20:13:45 +00:00
  • 21b10c67ed Make flashrom build on PPC/PowerPC with just "make" Uwe Hermann 2011-07-29 12:13:01 +00:00
  • e9ccad5298 Extract spi_prettyprint_status_register_amic_a25_srwd Stefan Tauner 2011-07-29 12:06:04 +00:00
  • 314cfbaaf5 manpage: Document all ft2232_spi and serprog variants Uwe Hermann 2011-07-28 19:23:09 +00:00
  • 91f4afa110 Random whitespace and coding-style fixes Uwe Hermann 2011-07-28 08:13:25 +00:00
  • 1a227954f2 Rename CHIP_BUSTYPE_FOO to BUS_FOO Carl-Daniel Hailfinger 2011-07-27 07:13:06 +00:00
  • 4deb8c6a7a Increase flashrom release number to 0.9.4 v0.9.4 Carl-Daniel Hailfinger 2011-07-26 20:43:13 +00:00
  • 93f7023e16 Add a bunch of new/tested stuff and various small changes 6 Stefan Tauner 2011-07-26 14:33:46 +00:00
  • 84d1968250 Fix output of erase_and_write_flash and surroundings Carl-Daniel Hailfinger 2011-07-26 14:28:35 +00:00
  • 2e88a9f4f0 Fix Winbond W29EE011, W29EE012, W29C010M, W29C011A probing Carl-Daniel Hailfinger 2011-07-26 14:18:52 +00:00
  • a34d719037 Be more refined regarding DMI chassis types Stefan Tauner 2011-07-26 00:54:42 +00:00
  • 46fa068fa2 Fix ICH FWH IDSEL setting with the fwh_idsel= internal programmer parameter Carl-Daniel Hailfinger 2011-07-25 22:44:09 +00:00
  • a07438302e Enforce compile-time errors in satamv and atahp for non-x86 targets Andrew Morgan 2011-07-25 22:07:05 +00:00
  • 941a273c69 Random manpage improvements and updates Uwe Hermann 2011-07-25 21:12:57 +00:00
  • 716e09848a Add a bunch of new/tested stuff and various small changes 5 Stefan Tauner 2011-07-25 20:38:52 +00:00
  • a08d0f2242 Add support for the GIGABYTE GA-8SIMLH board Michael Karcher 2011-07-25 17:25:24 +00:00