coreboot-kgpe-d16/src
Aaron Durbin 2fcc034705 mb/google/octopus: add variant devicetree update callback
The variants of the octopus family have their own schedule and needs
for modifying settings based on the phase of the build schedule while
also needing to maintain support for previous builds. Therefore, utilize
the SoC callback, mainboard_devtree_update(), but just callback into
the newly introduced variant_update_devtree(). The indirection allows
for the ability to move the call around earlier than the
mainboard_devtree_update() if needed while maintaining consistency in
the naming of the variant API.

BUG=b:111808427,b:111743717
TEST=built

Change-Id: If1c2f60cabe65b5f1c6a04dd60e056e50c4993df
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/27637
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
2018-07-26 15:35:57 +00:00
..
acpi
arch arch/arm64: Add Kconfig to include BL31 as blob 2018-07-26 00:44:33 +00:00
commonlib src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:26:18 +00:00
console arch/x86: Drop leftover ROMCC console support 2018-06-08 03:31:12 +00:00
cpu drivers/tpm: Add TPM ramstage driver for devices without vboot. 2018-07-25 15:53:35 +00:00
device device: add child traversal helper function 2018-07-26 15:35:44 +00:00
drivers drivers/tpm: Add TPM ramstage driver for devices without vboot. 2018-07-25 15:53:35 +00:00
ec ec/google: pass ops to pnp_enable_devices instead of LDN-specific override 2018-07-26 14:15:56 +00:00
include device: add child traversal helper function 2018-07-26 15:35:44 +00:00
lib write_tables: return a pointer to the table 2018-07-20 03:26:46 +00:00
mainboard mb/google/octopus: add variant devicetree update callback 2018-07-26 15:35:57 +00:00
northbridge nb/intel/sandybridge/raminit: Fix SMBIOS 17 bus width 2018-07-26 14:12:02 +00:00
security security/vboot: fix typo 2018-07-18 12:20:13 +00:00
soc mediatek/mt8183: Enable bootblock self-decompression 2018-07-26 11:34:05 +00:00
southbridge Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00
superio sio/smsc/fdc37n972: add missing pnp_conf_mode field to ops struct 2018-07-26 14:22:28 +00:00
vendorcode vendorcode/intel: Update GLK FSP Header files w.r.t FSP v2.0.5 2018-07-25 18:38:39 +00:00
Kconfig Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00