summaryrefslogtreecommitdiff
path: root/board_enable.c
Commit message (Expand)AuthorAgeFilesLines
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Board enable for abit NF-M2 nViewmkarcher2010-07-241-0/+9
* Detect IP35 by the SMBus bridge instead of the SATA controllermkarcher2010-07-241-1/+1
* Board enable for Samsung Polaris 32mkarcher2010-07-241-0/+2
* Board enable for GA-8IRMLmkarcher2010-07-241-0/+9
* board enable for Abit IC7mkarcher2010-07-241-0/+1
* Fix compilation which was broken by r1101.hailfinger2010-07-241-1/+1
* Board enable for HP Puffer2-UL8Emkarcher2010-07-241-0/+9
* Board enable for ASUS P4SD-LA (HP OEM)mkarcher2010-07-241-0/+9
* Board enable for ASUS P5PE-VMmkarcher2010-07-241-0/+2
* Add support for pciutils/libpci older than 2.2. Needed on the originalhailfinger2010-07-171-0/+8
* Autodetect the ITE IT8705 Super I/O and enable flash writes if ithailfinger2010-07-101-26/+83
* Fix ASUS A8N-VM CSM board enable entrymkarcher2010-07-081-2/+2
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-7/+7
* Add support for the HP DL165 G6.hailfinger2010-07-011-1/+16
* Check that the expected winbond Super I/O was foundmkarcher2010-06-291-0/+5
* Board enable for Asus A8N-VM CSMmkarcher2010-06-271-0/+34
* W83627x code unificationmkarcher2010-06-271-57/+153
* Unbreak flashrom - fix compiler error (trivial)mkarcher2010-06-121-1/+1
* Board-enable for MS-7025 (K8N Neo2 Platinum)mkarcher2010-06-121-0/+10
* Board enable for EPIA EK (untested)mkarcher2010-06-121-1/+2
* board_enable.c: Remove useless 'name' parameter.uwe2010-06-071-64/+61
* Add hp xw9400 board enable.mkarcher2010-06-011-8/+42
* Remove unneeded #include statements completely.hailfinger2010-05-301-5/+4
* It seems that this board is actually a 'Pro' version. At least it'suwe2010-05-261-1/+1
* Sort boards in board-enable table alphabetically.uwe2010-05-261-7/+7
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-1/+5
* Board enable for IP530mkarcher2010-05-241-0/+43
* libpci < 2.2.4 can not store class info in struct pci_dev.hailfinger2010-05-211-2/+4
* convert programmer print messages to msg_p*snelson2010-05-071-48/+45
* Add board enable for ABit NF7-Smkarcher2010-04-111-0/+9
* Polish the flashrom code comments and outputs a bit.uwe2010-03-251-24/+24
* Autodetect ITE IT87* LPC->SPI translation on all boards without the needhailfinger2010-03-251-8/+0
* Abit VT6X4 + Winbond W29C020C and Asus A7V133 + Atmel AT29C010A workmkarcher2010-03-241-2/+2
* Adds board enable to Termtek TK-3370 thin client motherboard.mkarcher2010-03-211-0/+12
* Rebased Board Enable Patch: iBase MB899.snelson2010-03-191-0/+9
* Rebased Board Enable Patch: Abit AN-M2.snelson2010-03-191-0/+1
* Reversed-engineered board enable for the ASUS A8N-LA.snelson2010-03-191-0/+2
* Rebased Board Enable Patch: 2nd attempt to fix board detection on GA-MA74GM-S2H.snelson2010-03-191-1/+1
* Rebased Board Enable Patch: Asus P4B533-Esnelson2010-03-191-0/+2
* Rebased Board Enable Patch: Factor out Via Apollo GPO settingsnelson2010-03-191-9/+37
* Rebased Board Enable Patch: A8JM board_enable patchsnelson2010-03-191-1/+10
* Rebased Board Enable Patch: Abit KN8 Ultrasnelson2010-03-191-0/+9
* Rebased Board Enable Patch: Intel SE440BX-2snelson2010-03-191-0/+9
* Rebased Board Enable Patch: Abit VT6X4snelson2010-03-191-0/+9
* Rebased Board Enable Patch: Add Asus A8N.snelson2010-03-191-0/+1
* Add board enable for P4C800-Emkarcher2010-03-171-0/+2
* Enabling Gigabyte GA-MA69VM-S2mkarcher2010-03-141-0/+1
* Various coding style and cosmetic changes (trivial).uwe2010-03-131-28/+21
* Fix NULL pointer reference in board_flash_enable.mkarcher2010-03-111-1/+1