coreboot-kgpe-d16/src
Keith Hui b9c1a4e8d9 sb/intel/i82371eb: Consolidate bootblock.c logic
The southbridge bootblock entry point bootblock_southbridge_init()
just calls i82371eb_enable_rom() which does all the work. Move all
that code into bootblock_southbridge_init() and drop the second
function.

Plus combine the 3 lines that set 3 bits in XBCS into one.

Change-Id: I07a5a28c91da9586e3bdaaf4521cba3f53a5cc01
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/21468
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
2017-11-03 15:24:24 +00:00
..
acpi src/acpi: Add guards on all header files 2017-08-01 23:04:27 +00:00
arch arch/x86/gdt: Move variable assignment down 2017-11-03 15:20:15 +00:00
commonlib LB_TAGS: change the value of CB_TAG_MAC_ADDRS to 0x33 2017-10-29 18:07:51 +00:00
console console: Ignore loglevel in nvram until ramstage 2017-09-25 13:35:29 +00:00
cpu AMD boards: Fix function name (soft_reset) in message 2017-10-31 09:57:06 +00:00
device security/vboot: Move vboot2 to security kconfig section 2017-10-22 02:14:46 +00:00
drivers drivers/intel/fsp2_0/hob_verify: Correct conversion specifier 2017-11-03 15:23:06 +00:00
ec security/vboot: Move vboot2 to security kconfig section 2017-10-22 02:14:46 +00:00
include cpu/x86/mtrr: fix fls() and fms() inline assembly 2017-11-02 15:46:19 +00:00
lib lib/reg_script.c: Remove unused assignment 2017-11-03 07:51:56 +00:00
mainboard google/kahlee/acpi: Serialize method _CRS 2017-11-03 15:23:52 +00:00
northbridge nb/intel/i3100: Don't select UDELAY_IO 2017-10-29 14:16:13 +00:00
security security/vboot: Move vboot2 to security kconfig section 2017-10-22 02:14:46 +00:00
soc soc/intel/quark/spi: Correct conversion specifier 2017-11-03 15:22:06 +00:00
southbridge sb/intel/i82371eb: Consolidate bootblock.c logic 2017-11-03 15:24:24 +00:00
superio superio/acpi/pnp.asl: Fix PNP_READ_DMA/PNP_WRITE_DMA macros 2017-10-25 14:32:39 +00:00
vendorcode security/vboot: Move vboot2 to security kconfig section 2017-10-22 02:14:46 +00:00
Kconfig intel/common/smbus: increase spd read performance 2017-10-31 15:49:55 +00:00