coreboot/src
Angel Pons 11bf9df9ac mb/gigabyte/ga-h61m-s2pv: Add ga-h61m-ds2v as a variant
Took less than 30 minutes, and booted on the first try :)

Working:
 - Native raminit, using two 2GB DDR3-1333 DIMMs
 - S3 suspend/resume
 - USB ports and headers
 - EHCI Debug with an FT2232H
 - Gigabit Ethernet
 - Integrated DVI/VGA outputs (libgfxinit)
 - PCIe x16 for a graphics card
 - PCIe x1 ports
 - PS/2 port with a keyboard
 - SATA controller
 - Audio outputs, both front and rear
 - flashrom, using the internal programmer. Tested with coreboot,
   as well as with the vendor firmware. Backup chip is untested.

Untested:
 - VGA BIOS for integrated graphics init
 - Audio inputs
 - Non-Linux OSes
 - ACPI thermal zone and OS-independent fan control

Not working:
 - Default IFD defines the BIOS region as the entire flash chip.
   Using 'flashrom --ifd -i bios' is asking for a failed flash!

Change-Id: I467f586530e4a3b53a24b66565b5dcab5e33cf46
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37483
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2020-03-07 18:40:32 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch src/arch/x86: Convert to SPDX license header 2020-03-06 07:48:24 +00:00
commonlib lz4: Fix out-of-bounds reads 2020-03-02 15:03:03 +00:00
console treewide: Replace BOARD_EMULATION_QEMU_X86 2020-03-03 10:16:09 +00:00
cpu src: capitalize 'PCIe' 2020-03-04 15:43:30 +00:00
device treewide: Replace BOARD_EMULATION_QEMU_X86 2020-03-03 10:16:09 +00:00
drivers drivers/broadcom: Add ASPM blacklist 2020-03-06 17:32:54 +00:00
ec ec/google/chromeec: Fix dev ops for chromeec 2020-03-06 08:06:02 +00:00
include include/cpu/amd: Drop unused files 2020-03-04 15:44:33 +00:00
lib lib/spd_bin: Fix grammar mistake in a comment 2020-03-07 16:44:25 +00:00
mainboard mb/gigabyte/ga-h61m-s2pv: Add ga-h61m-ds2v as a variant 2020-03-07 18:40:32 +00:00
northbridge northbridge: Remove unused include <device/pci.h> 2020-03-06 17:27:10 +00:00
security security/vboot: Support enabling EC EFS with EC software sync 2020-03-06 00:28:42 +00:00
soc soc/intel/braswell: Generate microcode binaries from tree 2020-03-07 17:51:32 +00:00
southbridge sb/intel/common/firmware/Makefile.inc: use ifdtool --output flag 2020-03-06 07:53:04 +00:00
superio superio/nuvoton/npcd378: Switch to superio/common 2020-03-02 10:19:44 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/skylake_sp: update header files 2020-03-06 08:19:32 +00:00
Kconfig Kconfig: Have GDB_STUB depend on DRIVERS_UART 2020-03-03 07:45:23 +00:00