coreboot-kgpe-d16/src
Dtrain Hsu fe99cbb378 mb/google/brya/var/kinox: Update power control settings for 15W SOC
Kinox keeps 65W barrel jack for Intel Pentium/Celeron SOC. Considering
the dynamic loading of 65W adapter, it can up to 130% with 20ms. Update
power settings to below for preventing blowing out the adapter.
- Psys_Pmax 135W
- PL2 39W
- PL4 72.5W
- Psys_PL2 65W
- Psys_imax_ma 6750ma
- bj_volts_mv 20000mv

For Intel Core processor, Kinox will use 90W barrel jack. Modify default
power settings as below.
- Psys_Pmax 135W
- PL2 55W
- PL4 123W
- Psys_PL2 90W
- Psys_imax_ma 6750ma
- bj_volts_mv 20000mv

BUG=b:213417026, b:222599762
TEST=emerge-brask coreboot

Signed-off-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
Change-Id: I6df2a17969067f8242519f7fd4ffd08a682fe3e5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63899
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hou-hsun Lee <hou-hsun.lee@intel.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
2022-05-02 14:05:56 +00:00
..
acpi lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks 2022-04-27 10:56:47 +00:00
arch arch/x86/acpi_bert_storage.c: Use BOOT_STATE over CBMEM hooks 2022-04-25 16:34:44 +00:00
commonlib commonlib/bsd/elog: Include <stdint.h> instead of <inttypes.h> 2022-04-28 12:55:32 +00:00
console console: Make CONSOLE_SPI_FLASH depend on BOOT_DEVICE_SPI_FLASH 2022-04-27 06:55:47 +00:00
cpu cpu/intel/socket_p: Increase DCACHE_RAM_SIZE 2022-04-27 13:04:23 +00:00
device device: Remove unused <cbmem.h> 2022-04-22 21:40:07 +00:00
drivers drivers/spi: Add better error reporting to spi_flash_cmd_poll_bit 2022-05-02 14:05:15 +00:00
ec ec/google/chromeec: Add empty string check for OEM string 2022-04-27 12:26:22 +00:00
include include/device/i2c_simple: add i2c_2ba_read_bytes function 2022-04-27 16:07:29 +00:00
lib lib: Add LPDDR5 DRAM type 2022-04-27 12:26:52 +00:00
mainboard mb/google/brya/var/kinox: Update power control settings for 15W SOC 2022-05-02 14:05:56 +00:00
northbridge nb/intel/pineview: Use cbfs mcache 2022-04-27 13:04:12 +00:00
security {drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h> 2022-04-24 21:23:10 +00:00
soc soc/amd/common/block/spi: Pretty print SPI status 2022-05-02 14:04:02 +00:00
southbridge sb/intel/i82801dx/pci.c: Use pci_or_config16() and macros 2022-04-29 14:41:09 +00:00
superio superio/smsc/mec1308: Drop `_PRS` from static devices 2022-04-20 10:02:17 +00:00
vendorcode soc/intel/jasperlake: Revert CdClock setting 2022-04-27 17:15:13 +00:00
Kconfig Kconfig: Make HAVE_EM100_SUPPORT invisible 2022-04-19 13:04:25 +00:00