coreboot-kgpe-d16/src
Aaron Durbin 8198c678f7 arch/x86: always use _start as entry symbol for all stages
Instead of keeping track of all the combinations of entry points
depending on the stage and other options just use _start. That way,
there's no need to update the arch/header.ld for complicated cases
as _start is always the entry point for a stage.

Change-Id: I7795a5ee1caba92ab533bdb8c3ad80294901a48b
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/13882
Tested-by: build bot (Jenkins)
Reviewed-by: Andrey Petrov <andrey.petrov@intel.com>
2016-03-04 04:49:46 +01:00
..
acpi acpi/: add missing license header 2016-01-14 22:52:11 +01:00
arch arch/x86: always use _start as entry symbol for all stages 2016-03-04 04:49:46 +01:00
commonlib cbfs: Fix compiler error for gcc versions < 4.6 2016-02-25 06:17:52 +01:00
console console: Add higher baud rates 2016-02-22 02:39:07 +01:00
cpu arch/x86: always use _start as entry symbol for all stages 2016-03-04 04:49:46 +01:00
device src/device/dram/ddr3: Parse additional information 2016-03-03 20:42:00 +01:00
drivers drivers/intel/fsp2_0: Add utility functions 2016-03-03 21:26:28 +01:00
ec ASL: Remove unused modulo recipient. 2016-02-09 22:56:00 +01:00
include src/device/dram/ddr3: Parse additional information 2016-03-03 20:42:00 +01:00
lib lib/bootblock: provide SoC callback parity with mainboard 2016-02-26 02:16:14 +01:00
mainboard Skylake boards: Enabling HWP (hardware P state control) 2016-03-01 20:54:34 +01:00
northbridge nb/intel/sandybridge/raminit: Fill SMBIOS type17 info 2016-03-03 20:42:11 +01:00
soc Skylake: Support Intel Speed Shift Technology based on config 2016-03-01 20:57:45 +01:00
southbridge southbridge/intel/ibexpeak: Use common gpio.c 2016-02-23 00:28:26 +01:00
superio superio/nuvoton/nct5572d: Add PS/2 presence detect 2016-02-09 20:34:15 +01:00
vendorcode vboot: Set S3_RESUME flag for vboot context if necessary 2016-02-29 20:18:33 +01:00
Kconfig cbfs: Add LZ4 in-place decompression support for pre-RAM stages 2016-02-22 21:38:37 +01:00