soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / mainboard / google / guybrush / spi_speeds.c
blob7e7ff711b746a9501bf11bfee0ff445d74812a8b
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <amdblocks/spi.h>
4 #include <boardid.h>
5 #include <stdint.h>
7 void mainboard_spi_cfg_override(uint8_t *fast_speed, uint8_t *read_mode)
9 uint32_t board_ver = board_id();
11 if (board_ver >= CONFIG_OVERRIDE_EFS_SPI_SPEED_MIN_BOARD)
12 *fast_speed = CONFIG_OVERRIDE_EFS_SPI_SPEED;