coreboot-kgpe-d16/src/soc/mediatek/mt8173
Julius Werner 58c3938705 vboot: Move remaining features out of vendorcode/google/chromeos
This patch attempts to finish the separation between CONFIG_VBOOT and
CONFIG_CHROMEOS by moving the remaining options and code (including
image generation code for things like FWID and GBB flags, which are
intrinsic to vboot itself) from src/vendorcode/google/chromeos to
src/vboot. Also taking this opportunity to namespace all VBOOT Kconfig
options, and clean up menuconfig visibility for them (i.e. some options
were visible even though they were tied to the hardware while others
were invisible even though it might make sense to change them).

CQ-DEPEND=CL:459088

Change-Id: I3e2e31150ebf5a96b6fe507ebeb53a41ecf88122
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/18984
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-03-28 22:18:13 +02:00
..
include/soc spi: Get rid of flash_programmer_probe in spi_slave structure 2016-11-22 17:37:57 +01:00
Kconfig vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
Makefile.inc mediatek/mt8173: Add display driver 2016-05-09 08:31:49 +02:00
bl31_plat_params.c mediatek/mt8173: Remove bl31 board parameters passing mechanism 2016-03-21 23:12:36 +01:00
bootblock.c
cbmem.c mediatek/mt8173: detect sdram size at runtime 2016-03-12 09:14:33 +01:00
da9212.c mediatek/mt8173: Add da9212 driver 2016-03-21 23:11:47 +01:00
ddp.c mediatek/mt8173: Add display driver 2016-05-09 08:31:49 +02:00
dramc_pi_basic_api.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
dramc_pi_calibration_api.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
dsi.c meditek/mt8173: dsi: set mipi pin driving control on 2016-07-26 17:48:38 +02:00
emi.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
flash_controller.c soc/mediatek/mt8173: Do not initialize static variables to 0 2016-12-07 17:15:56 +01:00
gpio.c
gpio_init.c
i2c.c mediatek/mt8173: Provide I2C bus initialization API 2016-03-12 09:03:05 +01:00
memory.c mediatek/mt8173: Add EMI driver, DRAM initialization 2016-03-12 09:00:21 +01:00
mmu_operations.c mediatek/mt8173: memlayout: Create DRAM DMA region for NOR flash DMA read. 2016-03-12 09:14:58 +01:00
mt6311.c mediatek/mt8173: Add mt6311 driver 2016-03-21 23:11:03 +01:00
mt6391.c soc/mediatek/mt8173: mt6391: vcore sleep voltage should be 0.7V 2016-05-09 08:36:57 +02:00
mtcmos.c Remove extra newlines from the end of all coreboot files. 2016-07-31 18:19:33 +02:00
pll.c mediatek/mt8173: pll: raising the CPU core frequency 2016-03-12 09:12:13 +01:00
pmic_wrap.c src/soc: Remove unnecessary whitespace before "\n" and "\t" 2016-08-28 18:25:14 +02:00
rtc.c
soc.c soc: Remove newline from `CHIP_NAME` 2016-07-07 17:14:01 +02:00
spi.c spi: Get rid of SPI_ATOMIC_SEQUENCING 2016-12-23 04:54:55 +01:00
timer.c Remove extra newlines from the end of all coreboot files. 2016-07-31 18:19:33 +02:00
uart.c soc/*: fix uart's regwidth specification in cbtables 2016-02-21 12:26:05 +01:00
usb.c mediatek/mt8173: Check the right set of bits in USB controller 2016-12-16 15:54:39 +01:00
wdt.c google/oak: Log hardware watchdog in eventlog 2016-04-05 13:35:09 +02:00