Lines Matching +full:spi +full:- +full:hv
1 /* SPDX-License-Identifier: GPL-2.0+ */
13 * supported in u-boot */
19 #include "keymile-common.h"
29 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
37 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
41 /* Environment in SPI Flash */
42 #define CONFIG_ENV_OFFSET 0x100000 /* 1MB for u-boot */
103 * ... -------------------------------------------------------
105 * ... |<------------------- pram -------------------------->|
106 * ... -------------------------------------------------------
116 /* pseudo-non volatile RAM [hex] */
121 * u-boot reserves some memory for the MP boot page */
124 * is not valid yet, which is the case for when u-boot copies itself to RAM */
199 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
207 /* Serial Port - controlled on board with jumper J8
208 * open - index 2
209 * shorted - index 1
246 #define CONFIG_KM_IVM_BUS 1 /* I2C1 (Mux-Port 1)*/
249 * eSPI - Enhanced SPI
254 * Memory space is mapped 1-1, but I/O space must start from 0.
336 #define CONFIG_WATCHDOG_PRESC 34 /* wdog prescaler 2^(64-34) (~10min) */
366 #ifndef CONFIG_KM_DEF_ENV /* if not set by keymile-common.h */
367 #define CONFIG_KM_DEF_ENV "km-common=empty\0"
375 "boot=bootm ${load_addr_r} - ${fdt_addr_r}\0" \
380 "u-boot="CONFIG_HOSTNAME "/u-boot.pbl\0" \