coreboot/src
David Hendricks 41bff58b8e veyron_rialto: Make it compile in the firmware branch
This patch does a few things:
- write32() -> writel()
- Adds config files for Rialto
- No program_loading.h in FW branch
- No run_ramstage in FW branch, use older stage_exit() instead
- Kconfig stuff:
  CONSOLE_SERIAL_UART -> DRIVERS_UART
  BOARD_ID_SUPPORT -> BOARD_ID_AUTO
  MAINBOARD_HAS_CHROMEOS -> MAINBOARD_HAS_BOOTBLOCK_INIT
  Added RETURN_FROM_VERSTAGE - selected with rk3288 in toT
  Added ELOG - selected along with CHROMEOS in ToT
  Set VBOOT_*_INDEX - Set in .config files in ToT

Except for the actual board differences, this should look a lot
like other non-laptop veyrons in the firmware branch.

BUG=chrome-os-partner:46150
BRANCH=firmware-veyron
TEST=built and booted on Rialto

Signed-off-by: David Hendricks <dhendrix@chromium.org>
Change-Id: I446bde4f074ffe943a78ddcb0e979c0ffa5a1036
Reviewed-on: https://chromium-review.googlesource.com/304108
Reviewed-by: Alexandru Stan <amstan@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2015-10-09 19:48:23 +00:00
..
arch rk3288: Handle framebuffer through memlayout, not the resource system 2015-01-24 02:13:31 +00:00
console Avoid 64bit math on MIPS platforms 2014-12-02 01:57:08 +00:00
cpu cbmem: Unify random on-CBMEM-init tasks under common CBMEM_INIT_HOOK() API 2014-12-04 04:01:59 +00:00
device Broadwell FSP: Add new finalize functions for devices and chips 2014-11-20 20:49:36 +00:00
drivers edid: Use edid_mode struct to reduce redundancy 2015-08-14 05:01:12 +00:00
ec cros_ec: Retry failed VBNV transactions 2015-02-21 01:10:32 +00:00
include edid: add function to manually specify mode 2015-08-14 05:02:55 +00:00
lib edid: fix know_modes timing error 2015-08-19 01:50:01 +00:00
mainboard veyron_rialto: Make it compile in the firmware branch 2015-10-09 19:48:23 +00:00
northbridge cbmem: Unify random on-CBMEM-init tasks under common CBMEM_INIT_HOOK() API 2014-12-04 04:01:59 +00:00
soc rk3288: Remove 1392MHz option for RK3288 APLL 2015-10-09 19:48:12 +00:00
southbridge timestamp: remove conditional #if CONFIG_COLLECT_TIMESTAMPS 2014-11-07 01:24:01 +00:00
superio superio: ite8772f: Exit extemp busy state 2014-09-27 07:09:25 +00:00
vendorcode chromeos: vboot2: Add TPM PCR extension support 2015-02-02 22:21:25 +00:00
Kconfig Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64 2014-12-20 06:35:28 +00:00