Lines Matching +full:spi +full:- +full:hv
5 * SPDX-License-Identifier: GPL-2.0+
16 * supported in u-boot */
22 #include "keymile-common.h"
32 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
41 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
45 /* Environment in SPI Flash */
51 #define CONFIG_ENV_OFFSET 0x100000 /* 1MB for u-boot */
113 * ... -------------------------------------------------------
115 * ... |<------------------- pram -------------------------->|
116 * ... -------------------------------------------------------
126 /* pseudo-non volatile RAM [hex] */
131 * u-boot reserves some memory for the MP boot page */
134 * is not valid yet, which is the case for when u-boot copies itself to RAM */
216 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
224 /* Serial Port - controlled on board with jumper J8
225 * open - index 2
226 * shorted - index 1
264 #define CONFIG_KM_IVM_BUS 1 /* I2C1 (Mux-Port 1)*/
267 * eSPI - Enhanced SPI
269 #define CONFIG_SPI_FLASH_BAR /* 4 byte-addressing */
275 * Memory space is mapped 1-1, but I/O space must start from 0.
359 #define CONFIG_WATCHDOG_PRESC 34 /* wdog prescaler 2^(64-34) (~10min) */
390 #ifndef CONFIG_KM_DEF_ENV /* if not set by keymile-common.h */
391 #define CONFIG_KM_DEF_ENV "km-common=empty\0"
401 "-(" CONFIG_KM_UBI_PARTITION_NAME_BOOT ");"
409 "boot=bootm ${load_addr_r} - ${fdt_addr_r}\0" \
414 "u-boot="__stringify(CONFIG_HOSTNAME) "/u-boot.pbl\0" \