coreboot-kgpe-d16/src
Aaron Durbin ddf4fa0cc3 drivers/intel/fsp1_1: fix linking romstage when SEPARATE_VERSTAGE used
The skylake-based Chromebooks use a separate verstage which runs
just after bootblock and prior to romstage. However, that
config is not enabled for coreboot.org so when
C_ENVIRONMENT_BOOTBLOCK changes were done it wasn't observed
that the Chromebook config failed because 2 _start symbols
were present. Remedy this failure by using the common
car_stage_entry symbol for taking over control flow.

Change-Id: I3f29b90ba8e3786b2106a34e49e6d1f9831dcc7c
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/14549
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-by: Leroy P Leahy <leroy.p.leahy@intel.com>
2016-05-02 20:06:58 +02:00
..
acpi acpi/: add missing license header 2016-01-14 22:52:11 +01:00
arch arch/x86/assembly_entry: allow early post CAR stages to use common code 2016-05-02 20:06:23 +02:00
commonlib ensure correct byte ordering for cbfs segment list 2016-04-25 23:30:00 +02:00
console arch/x86: introduce postcar stage/phase 2016-03-23 14:24:30 +01:00
cpu soc/intel/apollolake: Add cache for BIOS ROM 2016-04-28 05:45:37 +02:00
device payloads: add iPXE 'payload' build 2016-04-13 17:45:37 +02:00
drivers drivers/intel/fsp1_1: fix linking romstage when SEPARATE_VERSTAGE used 2016-05-02 20:06:58 +02:00
ec kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme 2016-04-19 18:34:18 +02:00
include lib/reg_script: Allow multiple independent handlers 2016-04-30 20:44:58 +02:00
lib lib/coreboot_table: use the architecture dependent table size 2016-05-02 20:03:34 +02:00
mainboard mb/emulation/*/board_info.txt: Update QEMU URL 2016-05-01 16:25:01 +02:00
northbridge nb/amd/mct_ddr3: Only initialize ECC bits once 2016-05-02 16:17:52 +02:00
soc lib/reg_script: Allow multiple independent handlers 2016-04-30 20:44:58 +02:00
southbridge intel/i82801ax: Fix IDE setup console log 2016-04-22 17:25:19 +02:00
superio superio/smsc/mec1308: Fix AddressMax value for SMBX mailbox 2016-04-13 23:39:28 +02:00
vendorcode drivers/intel/i210: Use uint8_t and friends instead of u8 2016-04-28 08:25:23 +02:00
Kconfig lib/coreboot_table: use the architecture dependent table size 2016-05-02 20:03:34 +02:00