sb/intel/i82801gx: Add common LPC decode code
commitfecf77770b8e68b9ef82021ca53c31db93736d93
authorArthur Heymans <arthur@aheymans.xyz>
Sat, 9 Nov 2019 13:19:04 +0000 (9 14:19 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 12 Nov 2019 18:22:57 +0000 (12 18:22 +0000)
tree001fba539061f4075699fc98e02b3153259477e9
parent675cb9152e6704383cf402c55758ddea2c7a1e05
sb/intel/i82801gx: Add common LPC decode code

Generic LPC decode ranges can now be set from the devicetree.

Change-Id: I1065ec770ad3a743286859efa39dca09ccb733a1
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36700
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
43 files changed:
src/mainboard/apple/macbook21/devicetree.cb
src/mainboard/apple/macbook21/romstage.c [copied from src/mainboard/intel/d945gclf/romstage.c with 64% similarity]
src/mainboard/asrock/g41c-gs/romstage.c
src/mainboard/asrock/g41c-gs/variants/g41c-gs-r2/devicetree.cb
src/mainboard/asrock/g41c-gs/variants/g41c-gs/devicetree.cb
src/mainboard/asrock/g41c-gs/variants/g41m-gs/devicetree.cb
src/mainboard/asrock/g41c-gs/variants/g41m-s3/devicetree.cb
src/mainboard/asrock/g41c-gs/variants/g41m-vs3-r2/devicetree.cb
src/mainboard/asus/p5gc-mx/devicetree.cb
src/mainboard/asus/p5gc-mx/romstage.c
src/mainboard/asus/p5qpl-am/devicetree.cb
src/mainboard/asus/p5qpl-am/romstage.c
src/mainboard/foxconn/d41s/devicetree.cb
src/mainboard/foxconn/d41s/early_init.c
src/mainboard/foxconn/g41s-k/devicetree.cb
src/mainboard/foxconn/g41s-k/romstage.c
src/mainboard/getac/p470/devicetree.cb
src/mainboard/getac/p470/romstage.c
src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb
src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c
src/mainboard/gigabyte/ga-g41m-es2l/devicetree.cb
src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
src/mainboard/ibase/mb899/devicetree.cb
src/mainboard/ibase/mb899/romstage.c
src/mainboard/intel/d945gclf/devicetree.cb
src/mainboard/intel/d945gclf/romstage.c
src/mainboard/intel/dg41wv/devicetree.cb
src/mainboard/intel/dg41wv/romstage.c
src/mainboard/kontron/986lcd-m/devicetree.cb
src/mainboard/kontron/986lcd-m/romstage.c
src/mainboard/lenovo/t60/devicetree.cb
src/mainboard/lenovo/t60/romstage.c
src/mainboard/lenovo/thinkcentre_a58/devicetree.cb
src/mainboard/lenovo/thinkcentre_a58/romstage.c
src/mainboard/lenovo/x60/devicetree.cb
src/mainboard/lenovo/x60/romstage.c
src/mainboard/roda/rk886ex/devicetree.cb
src/mainboard/roda/rk886ex/romstage.c
src/southbridge/intel/i82801gx/Makefile.inc
src/southbridge/intel/i82801gx/bootblock_gcc.c
src/southbridge/intel/i82801gx/chip.h
src/southbridge/intel/i82801gx/early_init.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/i82801gx.h