diff options
author | Damien Zammit <damien@zamaudio.com> | 2016-05-24 17:26:51 +1000 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-05-31 20:04:14 +0200 |
commit | b28a411362828b5d64220e15b0be8143709e083a (patch) | |
tree | 9676c3ac35a9d18d80012ffc9ac3a0ff8c7471e8 /src/mainboard | |
parent | e983f0cb4ba6bc86bdf75aa2d334cab36723eb02 (diff) | |
download | coreboot-b28a411362828b5d64220e15b0be8143709e083a.tar.xz |
mb/gigabyte/ga-g41m-es2l: Update board_info.txt and add item to Kconfig
This adds the website URL to the board info and also enables
the realtek nic reset function as per a previous patch.
Change-Id: I2cda120c59b55f0dd2ffa78d397b16beb13d6843
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: https://review.coreboot.org/14954
Tested-by: build bot (Jenkins)
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/board_info.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig index 31b29bb6f9..7dec921df5 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig +++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig @@ -29,6 +29,7 @@ config BOARD_SPECIFIC_OPTIONS select PCIEXP_ASPM select PCIEXP_CLK_PM select PCIEXP_L1_SUB_STATE + select REALTEK_8168_RESET config MMCONF_BASE_ADDRESS hex diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/board_info.txt b/src/mainboard/gigabyte/ga-g41m-es2l/board_info.txt index 44ed73abb6..170449edbc 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/board_info.txt +++ b/src/mainboard/gigabyte/ga-g41m-es2l/board_info.txt @@ -1,5 +1,5 @@ Category: desktop -Board URL: +Board URL: http://www.gigabyte.com/products/product-page.aspx?pid=3024#ov ROM package: SOIC-8 ROM protocol: SPI ROM socketed: n |