#ifdef CONFIG_EFI_LOADER efi_memory_init,//efi 内存初始化 #endif initr_binman, #ifdef CONFIG_FSP_VERSION2 arch_fsp_init_r, #endif initr_dm_devices, stdio_init_tables, serial_initialize,//串口初始化 initr_announce, #if CONFIG_IS_ENABLED(WDT) initr_watchdog, //看门狗 #endif INIT_FUN...
OBJCOPYFLAGS += -j .dtb.init.rodata ifdef CONFIG_EFI_LOADER OBJCOPYFLAGS += -j .efi_runtime -j .efi_runtime_rel endif ifdef CONFIG_IMX_M4_BIND OBJCOPYFLAGS += -j .firmware_image endif ifneq ($(CONFIG_IMX_CONFIG),) ifdef CONFIG_SPL ifndef CONFIG_SPL_BUILD ALL-y += SPL endif els...
efi efi_driver efi_loader .gitignore Kconfig Makefile efi_bootmgr.c efi_boottime.c efi_console.c efi_device_path.c efi_device_path_to_text.c efi_device_path_utilities.c efi_disk.c efi_file.c efi_gop.c efi_image_loader.c efi_memory.c efi_net.c efi_runtime.c efi_smb...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {{ message }} nxp-imx / uboot-imx Public Notifications Fork 93 Star 72 Code Pull requests Security Insights ...
set_cpu_clk_info,/*Setup clock information*/#endif#ifdef CONFIG_EFI_LOADER efi_memory_init,#endifstdio_init_tables, initr_serial, initr_announce,INIT_FUNC_WATCHDOG_RESET #ifdef CONFIG_NEEDS_MANUAL_RELOC initr_manual_reloc_cmdtable,#endif#ifdefined(CONFIG_PPC) || defined(CONFIG_M68K)initr...
static int initr_reloc_global_data(void) { monitor_flash_len = (ulong)&__init_end - gd->relocaddr; gd->env_addr += gd->reloc_off; #ifdef CONFIG_EFI_LOADER efi_runtime_relocate(gd->relocaddr, NULL); #endif return 0; } 第3~4行,设置monitor_flash_len及gd...
U-Boot,即通用引导加载程序(Universal Boot Loader),是一种用于基于PowerPC、ARM、MIPS等处理器的嵌入式板卡的引导程序,它可以被安装在启动ROM中,用于初始化和测试硬件,或下载和运行应用程序代码(1)。所有支持的设备都可以作为ROM使用:SD卡、SATA硬盘、NOR闪存、NAND闪存等。U-Boot提供了许多功能,如网络支持、USB协...
116 CONFIG_USB_GADGET_MANUFACTURER="Xilinx" 117 CONFIG_USB_GADGET_VENDOR_NUM=0x03FD 118 CONFIG_USB_GADGET_PRODUCT_NUM=0x0300 119 CONFIG_USB_FUNCTION_THOR=y 120 CONFIG_EFI_LOADER_BOUNCE_BUFFER=y 121 CONFIG_BOOTCOMMAND="run default_bootcmd" 可以看出,zynqmp_altk_defconfig文件基本和xilinx_zynq...
#ifdef CONFIG_EFI_LOADER efi_memory_init, #endif stdio_init_tables, initr_serial, initr_announce, INIT_FUNC_WATCHDOG_RESET #ifdef CONFIG_NEEDS_MANUAL_RELOC initr_manual_reloc_cmdtable, #endif #if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_MIPS) ...
in.o CC lib/efi_loader/helloworld.o LD lib/efi_loader/helloworld_efi.so OBJCOPY lib/efi_loader/helloworld.efi rm lib/efi_loader/helloworld.o CC lib/smbios.o CC lib/display_options.o LD lib/built-in.o LD u-boot make[2]: “arch/arm/dts/sun8i-x3-smallwit-card-taurus.dtb”已是最新...