3 * Niklaus Giger, niklaus.giger@member.fsf.org
5 * SPDX-License-Identifier: GPL-2.0+
11 int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
12 void boot_prep_vxworks(bootm_headers_t *images);
13 void boot_jump_vxworks(bootm_headers_t *images);
14 void do_bootvx_fdt(bootm_headers_t *images);
17 * Use bootaddr to find the location in memory that VxWorks
18 * will look for the bootline string. The default value for
19 * PowerPC is LOCAL_MEM_LOCAL_ADRS + BOOT_LINE_OFFSET which
22 #ifndef CONFIG_SYS_VXWORKS_BOOT_ADDR
23 #define CONFIG_SYS_VXWORKS_BOOT_ADDR 0x4200
26 #ifndef CONFIG_SYS_VXWORKS_BOOT_DEVICE
27 #if defined(CONFIG_4xx)
28 #define CONFIG_SYS_VXWORKS_BOOT_DEVICE "emac(0,0)"
30 #define CONFIG_SYS_VXWORKS_BOOT_DEVICE "eth(0,0)"
34 #ifndef CONFIG_SYS_VXWORKS_SERVERNAME
35 #define CONFIG_SYS_VXWORKS_SERVERNAME "srv"