coreboot-kgpe-d16/src
Zhuohao Lee f7b5955b36 mb/google/poppy/variants/nami: change type of board_sku_id() to uint32_t
Tools/scripts, like mosys/arc-setup, use int (4 bytes) to
read the sku id. In order to support "-1", we need to use
uint32_t (4 bytes) instead of using uint16_t (2 bytes) data type.
Otherwise, tools/scripts will read 65535 instead of -1.
Another reason to change this is that sku_id can be
supported by ec up to 4 bytes.

BUG=b:73792190
TEST=mosys output "Platform not supported" for -1 sku id
     arc-setup read -1 sku id

Change-Id: Ib3baa8419f138abeb412ac09c2e7dc608e3b758b
Signed-off-by: Zhuohao Lee <zhuohao@chromium.org>
Reviewed-on: https://review.coreboot.org/25252
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2018-03-21 16:02:26 +00:00
..
acpi
arch acpi: update comment referencing ACPI ID 2018-03-14 04:33:53 +00:00
commonlib timestamps: Add timestamps around the vbios load & init 2018-03-08 18:14:54 +00:00
console console: only allow console messages after initialization 2018-03-02 15:22:24 +00:00
cpu cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan 2018-03-09 00:26:30 +00:00
device src/device/dram/ddr2: Fix supported burst lengths 2018-03-14 11:17:42 +00:00
drivers drivers/i2c/designware: Fix indentation 2018-03-21 15:56:55 +00:00
ec ec/google/chromeec: Add boardid.c to bootblock 2018-03-09 12:40:10 +00:00
include include/device: Add pci id for Intel EMMC for SKL 2018-03-15 15:38:05 +00:00
lib Timestamps: Add option to print timestamps to debug console 2018-03-09 17:16:21 +00:00
mainboard mb/google/poppy/variants/nami: change type of board_sku_id() to uint32_t 2018-03-21 16:02:26 +00:00
northbridge nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APIC 2018-03-08 19:14:17 +00:00
security security/tpm: Fix TPM software stack vulnerability 2018-03-16 04:13:26 +00:00
soc soc/intel/apollolake: Add support for GSPI 2018-03-20 02:04:06 +00:00
southbridge nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APIC 2018-03-08 19:14:17 +00:00
superio Intel i3100 boards & chips: Remove - using LATE_CBMEM_INIT 2018-01-15 23:25:12 +00:00
vendorcode stoneyridge: Update AGESA binary and AGESA.h 2018-03-16 19:01:30 +00:00
Kconfig Timestamps: Add option to print timestamps to debug console 2018-03-09 17:16:21 +00:00