在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → ZYNQ Ubuntu相关代码

ZYNQ Ubuntu相关代码

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:30.11M
  • 下载次数:12
  • 浏览次数:81
  • 发布时间:2022-05-01
  • 实例类别:嵌入式开发
  • 发 布 人:noabcd32
  • 文件格式:.zip
  • 所需积分:2
 相关标签: ubuntu zynq

实例介绍

【实例简介】ZYNQ Ubuntu相关代码

ZYNQ 原厂UBoot

【实例截图】

from clipboard

【核心代码】

.
├── ZYNQ Ubuntu_u-boot-xlnx-master.zip
└── u-boot-xlnx-master
    ├── Kbuild
    ├── Kconfig
    ├── Licenses
    │   ├── Exceptions
    │   ├── OFL.txt
    │   ├── README
    │   ├── bsd-2-clause.txt
    │   ├── bsd-3-clause.txt
    │   ├── eCos-2.0.txt
    │   ├── gpl-2.0.txt
    │   ├── ibm-pibs.txt
    │   ├── isc.txt
    │   ├── lgpl-2.0.txt
    │   ├── lgpl-2.1.txt
    │   ├── mit.txt
    │   ├── r8a779x_usb3.txt
    │   └── x11.txt
    ├── MAINTAINERS
    ├── Makefile
    ├── README
    ├── api
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── README
    │   ├── api.c
    │   ├── api_display.c
    │   ├── api_net.c
    │   ├── api_platform-arm.c
    │   ├── api_platform-mips.c
    │   ├── api_platform-powerpc.c
    │   ├── api_private.h
    │   └── api_storage.c
    ├── arch
    │   ├── Kconfig
    │   ├── arc
    │   ├── arm
    │   ├── m68k
    │   ├── microblaze
    │   ├── mips
    │   ├── nds32
    │   ├── nios2
    │   ├── powerpc
    │   ├── riscv
    │   ├── sandbox
    │   ├── sh
    │   ├── u-boot-elf.lds
    │   ├── x86
    │   └── xtensa
    ├── board
    │   ├── AndesTech
    │   ├── BuR
    │   ├── BuS
    │   ├── CZ.NIC
    │   ├── LaCie
    │   ├── Marvell
    │   ├── Seagate
    │   ├── Synology
    │   ├── abilis
    │   ├── advantech
    │   ├── alliedtelesis
    │   ├── altera
    │   ├── amarula
    │   ├── amlogic
    │   ├── aries
    │   ├── aristainetos
    │   ├── armadeus
    │   ├── armltd
    │   ├── aspeed
    │   ├── astro
    │   ├── atmark-techno
    │   ├── atmel
    │   ├── avionic-design
    │   ├── beacon
    │   ├── beckhoff
    │   ├── birdland
    │   ├── bitmain
    │   ├── bluewater
    │   ├── bosch
    │   ├── boundary
    │   ├── broadcom
    │   ├── bticino
    │   ├── buffalo
    │   ├── cadence
    │   ├── calao
    │   ├── cavium
    │   ├── cei
    │   ├── chipspark
    │   ├── cloudengines
    │   ├── cobra5272
    │   ├── compal
    │   ├── compulab
    │   ├── comtrend
    │   ├── congatec
    │   ├── coreboot
    │   ├── cortina
    │   ├── cssi
    │   ├── d-link
    │   ├── davinci
    │   ├── devboards
    │   ├── dfi
    │   ├── dhelectronics
    │   ├── ea
    │   ├── ebv
    │   ├── eets
    │   ├── efi
    │   ├── egnite
    │   ├── elgin
    │   ├── embest
    │   ├── emulation
    │   ├── engicam
    │   ├── esd
    │   ├── firefly
    │   ├── freescale
    │   ├── friendlyarm
    │   ├── gardena
    │   ├── gateworks
    │   ├── gdsys
    │   ├── ge
    │   ├── geekbuying
    │   ├── google
    │   ├── grinn
    │   ├── hardkernel
    │   ├── highbank
    │   ├── hisilicon
    │   ├── hoperun
    │   ├── huawei
    │   ├── ids
    │   ├── imgtec
    │   ├── intel
    │   ├── inversepath
    │   ├── iomega
    │   ├── is1
    │   ├── isee
    │   ├── k p
    │   ├── keymile
    │   ├── kmc
    │   ├── kobol
    │   ├── kontron
    │   ├── kosagi
    │   ├── l g
    │   ├── lego
    │   ├── lg
    │   ├── liebherr
    │   ├── logicpd
    │   ├── maxbcm
    │   ├── mediatek
    │   ├── menlo
    │   ├── microchip
    │   ├── mikrotik
    │   ├── mqmaker
    │   ├── mscc
    │   ├── myir
    │   ├── netgear
    │   ├── nokia
    │   ├── novtech
    │   ├── nvidia
    │   ├── olimex
    │   ├── opalkelly
    │   ├── openpiton
    │   ├── out4
    │   ├── phytec
    │   ├── phytium
    │   ├── pine64
    │   ├── qca
    │   ├── qualcomm
    │   ├── radxa
    │   ├── raidsonic
    │   ├── raspberrypi
    │   ├── renesas
    │   ├── rockchip
    │   ├── ronetix
    │   ├── sagem
    │   ├── samsung
    │   ├── sandbox
    │   ├── seeed
    │   ├── sfr
    │   ├── siemens
    │   ├── sifive
    │   ├── silinux
    │   ├── sipeed
    │   ├── socionext
    │   ├── socrates
    │   ├── softing
    │   ├── solidrun
    │   ├── somlabs
    │   ├── sr1500
    │   ├── st
    │   ├── ste
    │   ├── storopack
    │   ├── sunxi
    │   ├── synopsys
    │   ├── sysam
    │   ├── tbs
    │   ├── tcl
    │   ├── technexion
    │   ├── terasic
    │   ├── theadorable
    │   ├── theobroma-systems
    │   ├── ti
    │   ├── timll
    │   ├── topic
    │   ├── toradex
    │   ├── tplink
    │   ├── tq
    │   ├── udoo
    │   ├── vamrs
    │   ├── variscite
    │   ├── vocore
    │   ├── vscom
    │   ├── wandboard
    │   ├── warp
    │   ├── warp7
    │   ├── work-microwave
    │   ├── xen
    │   ├── xes
    │   ├── xilinx
    │   └── zyxel
    ├── boot
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── android_ab.c
    │   ├── boot_fit.c
    │   ├── bootm.c
    │   ├── bootm_os.c
    │   ├── bootretry.c
    │   ├── common_fit.c
    │   ├── fdt_region.c
    │   ├── image-android-dt.c
    │   ├── image-android.c
    │   ├── image-board.c
    │   ├── image-cipher.c
    │   ├── image-fdt.c
    │   ├── image-fit-sig.c
    │   ├── image-fit.c
    │   ├── image-host.c
    │   ├── image-sig.c
    │   ├── image.c
    │   └── pxe_utils.c
    ├── cmd
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── ab_select.c
    │   ├── abootimg.c
    │   ├── acpi.c
    │   ├── adc.c
    │   ├── addrmap.c
    │   ├── adtimg.c
    │   ├── aes.c
    │   ├── arm
    │   ├── armflash.c
    │   ├── avb.c
    │   ├── axi.c
    │   ├── bcb.c
    │   ├── bdinfo.c
    │   ├── bedbug.c
    │   ├── bind.c
    │   ├── binop.c
    │   ├── blk_common.c
    │   ├── blkcache.c
    │   ├── blob.c
    │   ├── bloblist.c
    │   ├── bmp.c
    │   ├── boot.c
    │   ├── bootcount.c
    │   ├── bootefi.c
    │   ├── booti.c
    │   ├── bootm.c
    │   ├── bootmenu.c
    │   ├── bootstage.c
    │   ├── bootz.c
    │   ├── broadcom
    │   ├── btrfs.c
    │   ├── button.c
    │   ├── cache.c
    │   ├── cbfs.c
    │   ├── clk.c
    │   ├── clone.c
    │   ├── cls.c
    │   ├── config.c
    │   ├── conitrace.c
    │   ├── console.c
    │   ├── cpu.c
    │   ├── cramfs.c
    │   ├── cros_ec.c
    │   ├── dataflash_mmc_mux.c
    │   ├── date.c
    │   ├── demo.c
    │   ├── dfu.c
    │   ├── diag.c
    │   ├── disk.c
    │   ├── dm.c
    │   ├── echo.c
    │   ├── eeprom.c
    │   ├── efi.c
    │   ├── efidebug.c
    │   ├── elf.c
    │   ├── ethsw.c
    │   ├── exit.c
    │   ├── ext2.c
    │   ├── ext4.c
    │   ├── extension_board.c
    │   ├── fastboot.c
    │   ├── fat.c
    │   ├── fdt.c
    │   ├── flash.c
    │   ├── fpga.c
    │   ├── fpgad.c
    │   ├── fs.c
    │   ├── fs_uuid.c
    │   ├── fuse.c
    │   ├── gettime.c
    │   ├── gpio.c
    │   ├── gpt.c
    │   ├── hash.c
    │   ├── help.c
    │   ├── host.c
    │   ├── i2c.c
    │   ├── ide.c
    │   ├── ini.c
    │   ├── io.c
    │   ├── iotrace.c
    │   ├── irq.c
    │   ├── itest.c
    │   ├── jffs2.c
    │   ├── kaslrseed.c
    │   ├── led.c
    │   ├── legacy-mtd-utils.c
    │   ├── legacy-mtd-utils.h
    │   ├── legacy_led.c
    │   ├── license.c
    │   ├── load.c
    │   ├── log.c
    │   ├── lsblk.c
    │   ├── lzmadec.c
    │   ├── mac.c
    │   ├── mbr.c
    │   ├── md5sum.c
    │   ├── mdio.c
    │   ├── mem.c
    │   ├── mfsl.c
    │   ├── mii.c
    │   ├── misc.c
    │   ├── mmc.c
    │   ├── mp.c
    │   ├── mtd.c
    │   ├── mtdparts.c
    │   ├── mux.c
    │   ├── mvebu
    │   ├── nand.c
    │   ├── net.c
    │   ├── nvedit.c
    │   ├── nvedit_efi.c
    │   ├── nvme.c
    │   ├── onenand.c
    │   ├── optee_rpmb.c
    │   ├── osd.c
    │   ├── panic.c
    │   ├── part.c
    │   ├── pcap.c
    │   ├── pci.c
    │   ├── pinmux.c
    │   ├── pmc.c
    │   ├── pmic.c
    │   ├── printf.c
    │   ├── printf.h
    │   ├── pstore.c
    │   ├── pvblock.c
    │   ├── pwm.c
    │   ├── pxe.c
    │   ├── qfw.c
    │   ├── read.c
    │   ├── reginfo.c
    │   ├── regulator.c
    │   ├── reiser.c
    │   ├── remoteproc.c
    │   ├── riscv
    │   ├── rng.c
    │   ├── rockusb.c
    │   ├── rtc.c
    │   ├── sandbox
    │   ├── sata.c
    │   ├── sb.c
    │   ├── scp03.c
    │   ├── scsi.c
    │   ├── setexpr.c
    │   ├── sf.c
    │   ├── sha1sum.c
    │   ├── sleep.c
    │   ├── smccc.c
    │   ├── sound.c
    │   ├── source.c
    │   ├── spi.c
    │   ├── spl.c
    │   ├── sqfs.c
    │   ├── stackprot_test.c
    │   ├── strings.c
    │   ├── sysboot.c
    │   ├── terminal.c
    │   ├── test.c
    │   ├── thordown.c
    │   ├── ti
    │   ├── time.c
    │   ├── timer.c
    │   ├── tlv_eeprom.c
    │   ├── tpm-common.c
    │   ├── tpm-user-utils.h
    │   ├── tpm-v1.c
    │   ├── tpm-v2.c
    │   ├── tpm_test.c
    │   ├── trace.c
    │   ├── tsi148.c
    │   ├── ubi.c
    │   ├── ubifs.c
    │   ├── ufs.c
    │   ├── universe.c
    │   ├── unlz4.c
    │   ├── unzip.c
    │   ├── usb.c
    │   ├── usb_gadget_sdp.c
    │   ├── usb_mass_storage.c
    │   ├── version.c
    │   ├── virtio.c
    │   ├── w1.c
    │   ├── wdt.c
    │   ├── wol.c
    │   ├── x86
    │   ├── ximg.c
    │   ├── yaffs2.c
    │   ├── zfs.c
    │   └── zip.c
    ├── common
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── autoboot.c
    │   ├── avb_verify.c
    │   ├── bedbug.c
    │   ├── bloblist.c
    │   ├── board_f.c
    │   ├── board_info.c
    │   ├── board_r.c
    │   ├── bootstage.c
    │   ├── bouncebuf.c
    │   ├── cli.c
    │   ├── cli_hush.c
    │   ├── cli_readline.c
    │   ├── cli_simple.c
    │   ├── command.c
    │   ├── console.c
    │   ├── cros_ec.c
    │   ├── ddr_spd.c
    │   ├── dfu.c
    │   ├── dlmalloc.c
    │   ├── dlmalloc.src
    │   ├── edid.c
    │   ├── eeprom
    │   ├── exports.c
    │   ├── fdt_support.c
    │   ├── flash.c
    │   ├── hash.c
    │   ├── hwconfig.c
    │   ├── init
    │   ├── iomux.c
    │   ├── iotrace.c
    │   ├── kallsyms.c
    │   ├── kgdb.c
    │   ├── kgdb_stubs.c
    │   ├── lcd.c
    │   ├── lcd_console.c
    │   ├── lcd_console_rotation.c
    │   ├── lcd_simplefb.c
    │   ├── log.c
    │   ├── log_console.c
    │   ├── log_syslog.c
    │   ├── main.c
    │   ├── malloc_simple.c
    │   ├── memsize.c
    │   ├── menu.c
    │   ├── miiphyutil.c
    │   ├── qfw.c
    │   ├── s_record.c
    │   ├── scp03.c
    │   ├── spl
    │   ├── splash.c
    │   ├── splash_source.c
    │   ├── stackprot.c
    │   ├── stdio.c
    │   ├── system_map.c
    │   ├── update.c
    │   ├── usb.c
    │   ├── usb_hub.c
    │   ├── usb_kbd.c
    │   ├── usb_storage.c
    │   └── xyzModem.c
    ├── config.mk
    ├── configs
    │   ├── 10m50_defconfig
    │   ├── 3c120_defconfig
    │   ├── A10-OLinuXino-Lime_defconfig
    │   ├── A10s-OLinuXino-M_defconfig
    │   ├── A13-OLinuXinoM_defconfig
    │   ├── A13-OLinuXino_defconfig
    │   ├── A20-OLinuXino-Lime2-eMMC_defconfig
    │   ├── A20-OLinuXino-Lime2_defconfig
    │   ├── A20-OLinuXino-Lime_defconfig
    │   ├── A20-OLinuXino_MICRO-eMMC_defconfig
    │   ├── A20-OLinuXino_MICRO_defconfig
    │   ├── A20-Olimex-SOM-EVB_defconfig
    │   ├── A20-Olimex-SOM204-EVB-eMMC_defconfig
    │   ├── A20-Olimex-SOM204-EVB_defconfig
    │   ├── A33-OLinuXino_defconfig
    │   ├── Ainol_AW1_defconfig
    │   ├── Ampe_A76_defconfig
    │   ├── Auxtek-T003_defconfig
    │   ├── Auxtek-T004_defconfig
    │   ├── Bananapi_M2_Ultra_defconfig
    │   ├── Bananapi_defconfig
    │   ├── Bananapi_m2m_defconfig
    │   ├── Bananapro_defconfig
    │   ├── CHIP_defconfig
    │   ├── CHIP_pro_defconfig
    │   ├── CSQ_CS908_defconfig
    │   ├── Chuwi_V7_CW0825_defconfig
    │   ├── Colombus_defconfig
    │   ├── Cubieboard2_defconfig
    │   ├── Cubieboard4_defconfig
    │   ├── Cubieboard_defconfig
    │   ├── Cubietruck_defconfig
    │   ├── Cubietruck_plus_defconfig
    │   ├── Empire_electronix_d709_defconfig
    │   ├── Empire_electronix_m712_defconfig
    │   ├── Hummingbird_A31_defconfig
    │   ├── Hyundai_A7HD_defconfig
    │   ├── Itead_Ibox_A20_defconfig
    │   ├── Lamobo_R1_defconfig
    │   ├── LicheePi_Zero_defconfig
    │   ├── Linksprite_pcDuino3_Nano_defconfig
    │   ├── Linksprite_pcDuino3_defconfig
    │   ├── Linksprite_pcDuino_defconfig
    │   ├── M5208EVBE_defconfig
    │   ├── M5235EVB_Flash32_defconfig
    │   ├── M5235EVB_defconfig
    │   ├── M5249EVB_defconfig
    │   ├── M5253DEMO_defconfig
    │   ├── M5272C3_defconfig
    │   ├── M5275EVB_defconfig
    │   ├── M5282EVB_defconfig
    │   ├── M53017EVB_defconfig
    │   ├── M5329AFEE_defconfig
    │   ├── M5329BFEE_defconfig
    │   ├── M5373EVB_defconfig
    │   ├── MCR3000_defconfig
    │   ├── MK808C_defconfig
    │   ├── MPC837XERDB_defconfig
    │   ├── MPC8548CDS_36BIT_defconfig
    │   ├── MPC8548CDS_defconfig
    │   ├── MPC8548CDS_legacy_defconfig
    │   ├── MSI_Primo73_defconfig
    │   ├── MSI_Primo81_defconfig
    │   ├── Marsboard_A10_defconfig
    │   ├── Mele_A1000G_quad_defconfig
    │   ├── Mele_A1000_defconfig
    │   ├── Mele_I7_defconfig
    │   ├── Mele_M3_defconfig
    │   ├── Mele_M5_defconfig
    │   ├── Mele_M9_defconfig
    │   ├── Merrii_A80_Optimus_defconfig
    │   ├── Mini-X_defconfig
    │   ├── Nintendo_NES_Classic_Edition_defconfig
    │   ├── Orangepi_defconfig
    │   ├── Orangepi_mini_defconfig
    │   ├── P1010RDB-PA_36BIT_NAND_defconfig
    │   ├── P1010RDB-PA_36BIT_NOR_defconfig
    │   ├── P1010RDB-PA_36BIT_SDCARD_defconfig
    │   ├── P1010RDB-PA_36BIT_SPIFLASH_defconfig
    │   ├── P1010RDB-PA_NAND_defconfig
    │   ├── P1010RDB-PA_NOR_defconfig
    │   ├── P1010RDB-PA_SDCARD_defconfig
    │   ├── P1010RDB-PA_SPIFLASH_defconfig
    │   ├── P1010RDB-PB_36BIT_NAND_defconfig
    │   ├── P1010RDB-PB_36BIT_NOR_defconfig
    │   ├── P1010RDB-PB_36BIT_SDCARD_defconfig
    │   ├── P1010RDB-PB_36BIT_SPIFLASH_defconfig
    │   ├── P1010RDB-PB_NAND_defconfig
    │   ├── P1010RDB-PB_NOR_defconfig
    │   ├── P1010RDB-PB_SDCARD_defconfig
    │   ├── P1010RDB-PB_SPIFLASH_defconfig
    │   ├── P1020RDB-PC_36BIT_NAND_defconfig
    │   ├── P1020RDB-PC_36BIT_SDCARD_defconfig
    │   ├── P1020RDB-PC_36BIT_SPIFLASH_defconfig
    │   ├── P1020RDB-PC_36BIT_defconfig
    │   ├── P1020RDB-PC_NAND_defconfig
    │   ├── P1020RDB-PC_SDCARD_defconfig
    │   ├── P1020RDB-PC_SPIFLASH_defconfig
    │   ├── P1020RDB-PC_defconfig
    │   ├── P1020RDB-PD_NAND_defconfig
    │   ├── P1020RDB-PD_SDCARD_defconfig
    │   ├── P1020RDB-PD_SPIFLASH_defconfig
    │   ├── P1020RDB-PD_defconfig
    │   ├── P2020RDB-PC_36BIT_NAND_defconfig
    │   ├── P2020RDB-PC_36BIT_SDCARD_defconfig
    │   ├── P2020RDB-PC_36BIT_SPIFLASH_defconfig
    │   ├── P2020RDB-PC_36BIT_defconfig
    │   ├── P2020RDB-PC_NAND_defconfig
    │   ├── P2020RDB-PC_SDCARD_defconfig
    │   ├── P2020RDB-PC_SPIFLASH_defconfig
    │   ├── P2020RDB-PC_defconfig
    │   ├── P2041RDB_NAND_defconfig
    │   ├── P2041RDB_SDCARD_defconfig
    │   ├── P2041RDB_SPIFLASH_defconfig
    │   ├── P2041RDB_defconfig
    │   ├── P3041DS_NAND_defconfig
    │   ├── P3041DS_SDCARD_defconfig
    │   ├── P3041DS_SPIFLASH_defconfig
    │   ├── P3041DS_defconfig
    │   ├── P4080DS_SDCARD_defconfig
    │   ├── P4080DS_SPIFLASH_defconfig
    │   ├── P4080DS_defconfig
    │   ├── P5040DS_NAND_defconfig
    │   ├── P5040DS_SDCARD_defconfig
    │   ├── P5040DS_SPIFLASH_defconfig
    │   ├── P5040DS_defconfig
    │   ├── SBx81LIFKW_defconfig
    │   ├── SBx81LIFXCAT_defconfig
    │   ├── Sinlinx_SinA31s_defconfig
    │   ├── Sinlinx_SinA33_defconfig
    │   ├── Sinovoip_BPI_M2_defconfig
    │   ├── Sinovoip_BPI_M3_defconfig
    │   ├── Sunchip_CX-A99_defconfig
    │   ├── T1024RDB_NAND_defconfig
    │   ├── T1024RDB_SDCARD_defconfig
    │   ├── T1024RDB_SPIFLASH_defconfig
    │   ├── T1024RDB_defconfig
    │   ├── T1042D4RDB_NAND_defconfig
    │   ├── T1042D4RDB_SDCARD_defconfig
    │   ├── T1042D4RDB_SPIFLASH_defconfig
    │   ├── T1042D4RDB_defconfig
    │   ├── T2080QDS_NAND_defconfig
    │   ├── T2080QDS_SDCARD_defconfig
    │   ├── T2080QDS_SECURE_BOOT_defconfig
    │   ├── T2080QDS_SPIFLASH_defconfig
    │   ├── T2080QDS_SRIO_PCIE_BOOT_defconfig
    │   ├── T2080QDS_defconfig
    │   ├── T2080RDB_NAND_defconfig
    │   ├── T2080RDB_SDCARD_defconfig
    │   ├── T2080RDB_SPIFLASH_defconfig
    │   ├── T2080RDB_defconfig
    │   ├── T2080RDB_revD_NAND_defconfig
    │   ├── T2080RDB_revD_SDCARD_defconfig
    │   ├── T2080RDB_revD_SPIFLASH_defconfig
    │   ├── T2080RDB_revD_defconfig
    │   ├── T4240RDB_SDCARD_defconfig
    │   ├── T4240RDB_defconfig
    │   ├── UTOO_P66_defconfig
    │   ├── Wexler_TAB7200_defconfig
    │   ├── Wits_Pro_A20_DKT_defconfig
    │   ├── Wobo_i5_defconfig
    │   ├── Yones_Toptech_BD1078_defconfig
    │   ├── Yones_Toptech_BS1078_V2_defconfig
    │   ├── a3y17lte_defconfig
    │   ├── a5y17lte_defconfig
    │   ├── a64-olinuxino-emmc_defconfig
    │   ├── a64-olinuxino_defconfig
    │   ├── a7y17lte_defconfig
    │   ├── adp-ae3xx_defconfig
    │   ├── adp-ag101p_defconfig
    │   ├── ae350_rv32_defconfig
    │   ├── ae350_rv32_spl_defconfig
    │   ├── ae350_rv32_spl_xip_defconfig
    │   ├── ae350_rv32_xip_defconfig
    │   ├── ae350_rv64_defconfig
    │   ├── ae350_rv64_spl_defconfig
    │   ├── ae350_rv64_spl_xip_defconfig
    │   ├── ae350_rv64_xip_defconfig
    │   ├── alt_defconfig
    │   ├── am335x_baltos_defconfig
    │   ├── am335x_boneblack_vboot_defconfig
    │   ├── am335x_evm_defconfig
    │   ├── am335x_evm_spiboot_defconfig
    │   ├── am335x_guardian_defconfig
    │   ├── am335x_hs_evm_defconfig
    │   ├── am335x_hs_evm_uart_defconfig
    │   ├── am335x_igep003x_defconfig
    │   ├── am335x_pdu001_defconfig
    │   ├── am335x_shc_defconfig
    │   ├── am335x_shc_ict_defconfig
    │   ├── am335x_shc_netboot_defconfig
    │   ├── am335x_shc_sdboot_defconfig
    │   ├── am335x_sl50_defconfig
    │   ├── am3517_evm_defconfig
    │   ├── am43xx_evm_defconfig
    │   ├── am43xx_evm_qspiboot_defconfig
    │   ├── am43xx_evm_rtconly_defconfig
    │   ├── am43xx_evm_usbhost_boot_defconfig
    │   ├── am43xx_hs_evm_defconfig
    │   ├── am57xx_evm_defconfig
    │   ├── am57xx_hs_evm_defconfig
    │   ├── am57xx_hs_evm_usb_defconfig
    │   ├── am64x_evm_a53_defconfig
    │   ├── am64x_evm_r5_defconfig
    │   ├── am65x_evm_a53_defconfig
    │   ├── am65x_evm_r5_defconfig
    │   ├── am65x_evm_r5_usbdfu_defconfig
    │   ├── am65x_evm_r5_usbmsc_defconfig
    │   ├── am65x_hs_evm_a53_defconfig
    │   ├── am65x_hs_evm_r5_defconfig
    │   ├── amarula_a64_relic_defconfig
    │   ├── amcore_defconfig
    │   ├── ap121_defconfig
    │   ├── ap143_defconfig
    │   ├── ap152_defconfig
    │   ├── apalis-imx8_defconfig
    │   ├── apalis-imx8x_defconfig
    │   ├── apalis-tk1_defconfig
    │   ├── apalis_imx6_defconfig
    │   ├── apalis_t30_defconfig
    │   ├── apple_m1_defconfig
    │   ├── aristainetos2c_defconfig
    │   ├── aristainetos2ccslb_defconfig
    │   ├── armadillo-800eva_defconfig
    │   ├── arndale_defconfig
    │   ├── astro_mcf5373l_defconfig
    │   ├── at91sam9260ek_dataflash_cs0_defconfig
    │   ├── at91sam9260ek_dataflash_cs1_defconfig
    │   ├── at91sam9260ek_nandflash_defconfig
    │   ├── at91sam9261ek_dataflash_cs0_defconfig
    │   ├── at91sam9261ek_dataflash_cs3_defconfig
    │   ├── at91sam9261ek_nandflash_defconfig
    │   ├── at91sam9263ek_dataflash_cs0_defconfig
    │   ├── at91sam9263ek_dataflash_defconfig
    │   ├── at91sam9263ek_nandflash_defconfig
    │   ├── at91sam9263ek_norflash_boot_defconfig
    │   ├── at91sam9263ek_norflash_defconfig
    │   ├── at91sam9g10ek_dataflash_cs0_defconfig
    │   ├── at91sam9g10ek_dataflash_cs3_defconfig
    │   ├── at91sam9g10ek_nandflash_defconfig
    │   ├── at91sam9g20ek_2mmc_defconfig
    │   ├── at91sam9g20ek_2mmc_nandflash_defconfig
    │   ├── at91sam9g20ek_dataflash_cs0_defconfig
    │   ├── at91sam9g20ek_dataflash_cs1_defconfig
    │   ├── at91sam9g20ek_nandflash_defconfig
    │   ├── at91sam9m10g45ek_mmc_defconfig
    │   ├── at91sam9m10g45ek_nandflash_defconfig
    │   ├── at91sam9n12ek_mmc_defconfig
    │   ├── at91sam9n12ek_nandflash_defconfig
    │   ├── at91sam9n12ek_spiflash_defconfig
    │   ├── at91sam9rlek_dataflash_defconfig
    │   ├── at91sam9rlek_mmc_defconfig
    │   ├── at91sam9rlek_nandflash_defconfig
    │   ├── at91sam9x5ek_dataflash_defconfig
    │   ├── at91sam9x5ek_mmc_defconfig
    │   ├── at91sam9x5ek_nandflash_defconfig
    │   ├── at91sam9x5ek_spiflash_defconfig
    │   ├── at91sam9xeek_dataflash_cs0_defconfig
    │   ├── at91sam9xeek_dataflash_cs1_defconfig
    │   ├── at91sam9xeek_nandflash_defconfig
    │   ├── avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig
    │   ├── axm_defconfig
    │   ├── axs101_defconfig
    │   ├── axs103_defconfig
    │   ├── ba10_tv_box_defconfig
    │   ├── bananapi-m5_defconfig
    │   ├── bananapi_m1_plus_defconfig
    │   ├── bananapi_m2_berry_defconfig
    │   ├── bananapi_m2_plus_h3_defconfig
    │   ├── bananapi_m2_plus_h5_defconfig
    │   ├── bananapi_m2_zero_defconfig
    │   ├── bananapi_m64_defconfig
    │   ├── bayleybay_defconfig
    │   ├── bcm7260_defconfig
    │   ├── bcm7445_defconfig
    │   ├── bcm963158_ram_defconfig
    │   ├── bcm968360bg_ram_defconfig
    │   ├── bcm968380gerg_ram_defconfig
    │   ├── bcm968580xref_ram_defconfig
    │   ├── bcm_ns3_defconfig
    │   ├── beaver_defconfig
    │   ├── beelink-gsking-x_defconfig
    │   ├── beelink-gtking_defconfig
    │   ├── beelink-gtkingpro_defconfig
    │   ├── beelink_gs1_defconfig
    │   ├── beelink_x2_defconfig
    │   ├── bitmain_antminer_s9_defconfig
    │   ├── bk4r1_defconfig
    │   ├── blanche_defconfig
    │   ├── boston32r2_defconfig
    │   ├── boston32r2el_defconfig
    │   ├── boston32r6_defconfig
    │   ├── boston32r6el_defconfig
    │   ├── boston64r2_defconfig
    │   ├── boston64r2el_defconfig
    │   ├── boston64r6_defconfig
    │   ├── boston64r6el_defconfig
    │   ├── brppt1_mmc_defconfig
    │   ├── brppt1_nand_defconfig
    │   ├── brppt1_spi_defconfig
    │   ├── brppt2_defconfig
    │   ├── brsmarc1_defconfig
    │   ├── brxre1_defconfig
    │   ├── bubblegum_96_defconfig
    │   ├── cardhu_defconfig
    │   ├── cei-tk1-som_defconfig
    │   ├── cgtqmx8_defconfig
    │   ├── cherryhill_defconfig
    │   ├── chiliboard_defconfig
    │   ├── chromebit_mickey_defconfig
    │   ├── chromebook_bob_defconfig
    │   ├── chromebook_coral_defconfig
    │   ├── chromebook_jerry_defconfig
    │   ├── chromebook_link64_defconfig
    │   ├── chromebook_link_defconfig
    │   ├── chromebook_minnie_defconfig
    │   ├── chromebook_samus_defconfig
    │   ├── chromebook_samus_tpl_defconfig
    │   ├── chromebook_speedy_defconfig
    │   ├── chromebox_panther_defconfig
    │   ├── ci20_mmc_defconfig
    │   ├── cl-som-imx7_defconfig
    │   ├── clearfog_defconfig
    │   ├── clearfog_gt_8k_defconfig
    │   ├── cm_fx6_defconfig
    │   ├── cm_t335_defconfig
    │   ├── cm_t43_defconfig
    │   ├── cobra5272_defconfig
    │   ├── colibri-imx6ull-emmc_defconfig
    │   ├── colibri-imx6ull_defconfig
    │   ├── colibri-imx8x_defconfig
    │   ├── colibri_imx6_defconfig
    │   ├── colibri_imx7_defconfig
    │   ├── colibri_imx7_emmc_defconfig
    │   ├── colibri_pxa270_defconfig
    │   ├── colibri_t20_defconfig
    │   ├── colibri_t30_defconfig
    │   ├── colibri_vf_defconfig
    │   ├── colorfly_e708_q1_defconfig
    │   ├── comtrend_ar5315u_ram_defconfig
    │   ├── comtrend_ar5387un_ram_defconfig
    │   ├── comtrend_ct5361_ram_defconfig
    │   ├── comtrend_vr3032u_ram_defconfig
    │   ├── comtrend_wap5813n_ram_defconfig
    │   ├── conga-qeval20-qa3-e3845-internal-uart_defconfig
    │   ├── conga-qeval20-qa3-e3845_defconfig
    │   ├── controlcenterdc_defconfig
    │   ├── coreboot64_defconfig
    │   ├── coreboot_defconfig
    │   ├── cortina_presidio-asic-base_defconfig
    │   ├── cortina_presidio-asic-emmc_defconfig
    │   ├── cortina_presidio-asic-pnand_defconfig
    │   ├── corvus_defconfig
    │   ├── cougarcanyon2_defconfig
    │   ├── crownbay_defconfig
    │   ├── crs305-1g-4s-bit_defconfig
    │   ├── crs305-1g-4s_defconfig
    │   ├── crs326-24g-2s-bit_defconfig
    │   ├── crs326-24g-2s_defconfig
    │   ├── crs328-4c-20s-4s-bit_defconfig
    │   ├── crs328-4c-20s-4s_defconfig
    │   ├── cubieboard7_defconfig
    │   ├── d2net_v2_defconfig
    │   ├── da850evm_defconfig
    │   ├── da850evm_direct_nor_defconfig
    │   ├── da850evm_nand_defconfig
    │   ├── dalmore_defconfig
    │   ├── db-88f6720_defconfig
    │   ├── db-88f6820-amc_defconfig
    │   ├── db-88f6820-gp_defconfig
    │   ├── db-mv784mp-gp_defconfig
    │   ├── db-xc3-24g4xg_defconfig
    │   ├── deneb_defconfig
    │   ├── devkit3250_defconfig
    │   ├── devkit8000_defconfig
    │   ├── dfi-bt700-q7x-151_defconfig
    │   ├── dh_imx6_defconfig
    │   ├── difrnce_dit4350_defconfig
    │   ├── display5_defconfig
    │   ├── display5_factory_defconfig
    │   ├── dns325_defconfig
    │   ├── dockstar_defconfig
    │   ├── dra7xx_evm_defconfig
    │   ├── dra7xx_hs_evm_defconfig
    │   ├── dra7xx_hs_evm_usb_defconfig
    │   ├── draco_defconfig
    │   ├── dragonboard410c_defconfig
    │   ├── dragonboard820c_defconfig
    │   ├── dreamplug_defconfig
    │   ├── ds109_defconfig
    │   ├── ds414_defconfig
    │   ├── dserve_dsrv9703c_defconfig
    │   ├── durian_defconfig
    │   ├── ea-lpc3250devkitv2_defconfig
    │   ├── eb_cpu5282_defconfig
    │   ├── eb_cpu5282_internal_defconfig
    │   ├── edison_defconfig
    │   ├── edminiv2_defconfig
    │   ├── efi-x86_app32_defconfig
    │   ├── efi-x86_app64_defconfig
    │   ├── efi-x86_payload32_defconfig
    │   ├── efi-x86_payload64_defconfig
    │   ├── elgin-rv1108_defconfig
    │   ├── emlid_neutis_n5_devboard_defconfig
    │   ├── emsdp_defconfig
    │   ├── espresso7420_defconfig
    │   ├── etamin_defconfig
    │   ├── ethernut5_defconfig
    │   ├── ev-imx280-nano-x-mb_defconfig
    │   ├── evb-ast2500_defconfig
    │   ├── evb-ast2600_defconfig
    │   ├── evb-px30_defconfig
    │   ├── evb-px5_defconfig
    │   ├── evb-rk3036_defconfig
    │   ├── evb-rk3128_defconfig
    │   ├── evb-rk3229_defconfig
    │   ├── evb-rk3288_defconfig
    │   ├── evb-rk3308_defconfig
    │   ├── evb-rk3328_defconfig
    │   ├── evb-rk3399_defconfig
    │   ├── evb-rk3568_defconfig
    │   ├── evb-rv1108_defconfig
    │   ├── ficus-rk3399_defconfig
    │   ├── firefly-px30_defconfig
    │   ├── firefly-rk3288_defconfig
    │   ├── firefly-rk3399_defconfig
    │   ├── ga10h_v1_1_defconfig
    │   ├── galileo_defconfig
    │   ├── gardena-smart-gateway-at91sam_defconfig
    │   ├── gardena-smart-gateway-mt7688_defconfig
    │   ├── gazerbeam_defconfig
    │   ├── ge_b1x5v2_defconfig
    │   ├── ge_bx50v3_defconfig
    │   ├── geekbox_defconfig
    │   ├── giedi_defconfig
    │   ├── goflexhome_defconfig
    │   ├── gose_defconfig
    │   ├── grpeach_defconfig
    │   ├── gt90h_v4_defconfig
    │   ├── gurnard_defconfig
    │   ├── guruplug_defconfig
    │   ├── gwventana_emmc_defconfig
    │   ├── gwventana_gw5904_defconfig
    │   ├── gwventana_nand_defconfig
    │   ├── h8_homlet_v2_defconfig
    │   ├── harmony_defconfig
    │   ├── helios4_defconfig
    │   ├── highbank_defconfig
    │   ├── hihope_rzg2_defconfig
    │   ├── hikey960_defconfig
    │   ├── hikey_defconfig
    │   ├── hsdk_4xd_defconfig
    │   ├── hsdk_defconfig
    │   ├── huawei_hg556a_ram_defconfig
    │   ├── i12-tvbox_defconfig
    │   ├── iNet_3F_defconfig
    │   ├── iNet_3W_defconfig
    │   ├── iNet_86VS_defconfig
    │   ├── iNet_D978_rev2_defconfig
    │   ├── ib62x0_defconfig
    │   ├── icnova-a20-swac_defconfig
    │   ├── iconnect_defconfig
    │   ├── ids8313_defconfig
    │   ├── igep00x0_defconfig
    │   ├── imgtec_xilfpga_defconfig
    │   ├── imx28_xea_defconfig
    │   ├── imx6dl_icore_nand_defconfig
    │   ├── imx6dl_mamoj_defconfig
    │   ├── imx6q_icore_nand_defconfig
    │   ├── imx6q_logic_defconfig
    │   ├── imx6qdl_icore_mipi_defconfig
    │   ├── imx6qdl_icore_mmc_defconfig
    │   ├── imx6qdl_icore_nand_defconfig
    │   ├── imx6qdl_icore_rqs_defconfig
    │   ├── imx6ul_geam_mmc_defconfig
    │   ├── imx6ul_geam_nand_defconfig
    │   ├── imx6ul_isiot_emmc_defconfig
    │   ├── imx6ul_isiot_nand_defconfig
    │   ├── imx7_cm_defconfig
    │   ├── imx8mm-cl-iot-gate-optee_defconfig
    │   ├── imx8mm-cl-iot-gate_defconfig
    │   ├── imx8mm-icore-mx8mm-ctouch2_defconfig
    │   ├── imx8mm-icore-mx8mm-edimm2.2_defconfig
    │   ├── imx8mm_beacon_defconfig
    │   ├── imx8mm_evk_defconfig
    │   ├── imx8mm_venice_defconfig
    │   ├── imx8mn_beacon_2g_defconfig
    │   ├── imx8mn_beacon_defconfig
    │   ├── imx8mn_ddr4_evk_defconfig
    │   ├── imx8mn_evk_defconfig
    │   ├── imx8mp_evk_defconfig
    │   ├── imx8mq_cm_defconfig
    │   ├── imx8mq_evk_defconfig
    │   ├── imx8mq_phanbell_defconfig
    │   ├── imx8qm_mek_defconfig
    │   ├── imx8qm_rom7720_a1_4G_defconfig
    │   ├── imx8qxp_mek_defconfig
    │   ├── imx8ulp_evk_defconfig
    │   ├── imxrt1020-evk_defconfig
    │   ├── imxrt1050-evk_defconfig
    │   ├── inet1_defconfig
    │   ├── inet86dz_defconfig
    │   ├── inet97fv2_defconfig
    │   ├── inet98v_rev2_defconfig
    │   ├── inet9f_rev03_defconfig
    │   ├── inet_q972_defconfig
    │   ├── inetspace_v2_defconfig
    │   ├── integratorap_cm720t_defconfig
    │   ├── integratorap_cm920t_defconfig
    │   ├── integratorap_cm926ejs_defconfig
    │   ├── integratorap_cm946es_defconfig
    │   ├── integratorcp_cm1136_defconfig
    │   ├── integratorcp_cm920t_defconfig
    │   ├── integratorcp_cm926ejs_defconfig
    │   ├── integratorcp_cm946es_defconfig
    │   ├── iot2050_defconfig
    │   ├── iot_devkit_defconfig
    │   ├── j7200_evm_a72_defconfig
    │   ├── j7200_evm_r5_defconfig
    │   ├── j721e_evm_a72_defconfig
    │   ├── j721e_evm_r5_defconfig
    │   ├── j721e_hs_evm_a72_defconfig
    │   ├── j721e_hs_evm_r5_defconfig
    │   ├── jesurun_q5_defconfig
    │   ├── jethub_j100_defconfig
    │   ├── jethub_j80_defconfig
    │   ├── jetson-tk1_defconfig
    │   ├── k2e_evm_defconfig
    │   ├── k2e_hs_evm_defconfig
    │   ├── k2g_evm_defconfig
    │   ├── k2g_hs_evm_defconfig
    │   ├── k2hk_evm_defconfig
    │   ├── k2hk_hs_evm_defconfig
    │   ├── k2l_evm_defconfig
    │   ├── k2l_hs_evm_defconfig
    │   ├── khadas-edge-captain-rk3399_defconfig
    │   ├── khadas-edge-rk3399_defconfig
    │   ├── khadas-edge-v-rk3399_defconfig
    │   ├── khadas-vim2_defconfig
    │   ├── khadas-vim3_defconfig
    │   ├── khadas-vim3l_defconfig
    │   ├── khadas-vim_defconfig
    │   ├── km_kirkwood_128m16_defconfig
    │   ├── km_kirkwood_defconfig
    │   ├── km_kirkwood_pci_defconfig
    │   ├── kmcent2_defconfig
    │   ├── kmcoge5ne_defconfig
    │   ├── kmcoge5un_defconfig
    │   ├── kmeter1_defconfig
    │   ├── kmnusa_defconfig
    │   ├── kmopti2_defconfig
    │   ├── kmsupx5_defconfig
    │   ├── kmsuse2_defconfig
    │   ├── kmtegr1_defconfig
    │   ├── kmtepr2_defconfig
    │   ├── koelsch_defconfig
    │   ├── kontron-sl-mx6ul_defconfig
    │   ├── kontron-sl-mx8mm_defconfig
    │   ├── kontron_sl28_defconfig
    │   ├── kp_imx53_defconfig
    │   ├── kp_imx6q_tpc_defconfig
    │   ├── kylin-rk3036_defconfig
    │   ├── kzm9g_defconfig
    │   ├── lager_defconfig
    │   ├── leez-rk3399_defconfig
    │   ├── legoev3_defconfig
    │   ├── libretech-ac_defconfig
    │   ├── libretech-cc_defconfig
    │   ├── libretech-cc_v2_defconfig
    │   ├── libretech-s905d-pc_defconfig
    │   ├── libretech-s912-pc_defconfig
    │   ├── libretech_all_h3_cc_h2_plus_defconfig
    │   ├── libretech_all_h3_cc_h3_defconfig
    │   ├── libretech_all_h3_cc_h5_defconfig
    │   ├── libretech_all_h3_it_h5_defconfig
    │   ├── libretech_all_h5_cc_h5_defconfig
    │   ├── linkit-smart-7688_defconfig
    │   ├── lion-rk3368_defconfig
    │   ├── liteboard_defconfig
    │   ├── ls1012a2g5rdb_qspi_defconfig
    │   ├── ls1012a2g5rdb_tfa_defconfig
    │   ├── ls1012afrdm_qspi_defconfig
    │   ├── ls1012afrdm_tfa_defconfig
    │   ├── ls1012afrwy_qspi_SECURE_BOOT_defconfig
    │   ├── ls1012afrwy_qspi_defconfig
    │   ├── ls1012afrwy_tfa_SECURE_BOOT_defconfig
    │   ├── ls1012afrwy_tfa_defconfig
    │   ├── ls1012aqds_qspi_defconfig
    │   ├── ls1012aqds_tfa_SECURE_BOOT_defconfig
    │   ├── ls1012aqds_tfa_defconfig
    │   ├── ls1012ardb_qspi_SECURE_BOOT_defconfig
    │   ├── ls1012ardb_qspi_defconfig
    │   ├── ls1012ardb_tfa_SECURE_BOOT_defconfig
    │   ├── ls1012ardb_tfa_defconfig
    │   ├── ls1021aiot_qspi_defconfig
    │   ├── ls1021aiot_sdcard_defconfig
    │   ├── ls1021aqds_ddr4_nor_defconfig
    │   ├── ls1021aqds_ddr4_nor_lpuart_defconfig
    │   ├── ls1021aqds_nand_defconfig
    │   ├── ls1021aqds_nor_SECURE_BOOT_defconfig
    │   ├── ls1021aqds_nor_defconfig
    │   ├── ls1021aqds_nor_lpuart_defconfig
    │   ├── ls1021aqds_qspi_defconfig
    │   ├── ls1021aqds_sdcard_ifc_defconfig
    │   ├── ls1021aqds_sdcard_qspi_defconfig
    │   ├── ls1021atsn_qspi_defconfig
    │   ├── ls1021atsn_sdcard_defconfig
    │   ├── ls1021atwr_nor_SECURE_BOOT_defconfig
    │   ├── ls1021atwr_nor_defconfig
    │   ├── ls1021atwr_nor_lpuart_defconfig
    │   ├── ls1021atwr_qspi_defconfig
    │   ├── ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig
    │   ├── ls1021atwr_sdcard_ifc_defconfig
    │   ├── ls1021atwr_sdcard_qspi_defconfig
    │   ├── ls1028aqds_tfa_SECURE_BOOT_defconfig
    │   ├── ls1028aqds_tfa_defconfig
    │   ├── ls1028aqds_tfa_lpuart_defconfig
    │   ├── ls1028ardb_tfa_SECURE_BOOT_defconfig
    │   ├── ls1028ardb_tfa_defconfig
    │   ├── ls1043aqds_defconfig
    │   ├── ls1043aqds_lpuart_defconfig
    │   ├── ls1043aqds_nand_defconfig
    │   ├── ls1043aqds_nor_ddr3_defconfig
    │   ├── ls1043aqds_qspi_defconfig
    │   ├── ls1043aqds_sdcard_ifc_defconfig
    │   ├── ls1043aqds_sdcard_qspi_defconfig
    │   ├── ls1043aqds_tfa_SECURE_BOOT_defconfig
    │   ├── ls1043aqds_tfa_defconfig
    │   ├── ls1043ardb_SECURE_BOOT_defconfig
    │   ├── ls1043ardb_defconfig
    │   ├── ls1043ardb_nand_SECURE_BOOT_defconfig
    │   ├── ls1043ardb_nand_defconfig
    │   ├── ls1043ardb_sdcard_SECURE_BOOT_defconfig
    │   ├── ls1043ardb_sdcard_defconfig
    │   ├── ls1043ardb_tfa_SECURE_BOOT_defconfig
    │   ├── ls1043ardb_tfa_defconfig
    │   ├── ls1046afrwy_tfa_SECURE_BOOT_defconfig
    │   ├── ls1046afrwy_tfa_defconfig
    │   ├── ls1046aqds_SECURE_BOOT_defconfig
    │   ├── ls1046aqds_defconfig
    │   ├── ls1046aqds_lpuart_defconfig
    │   ├── ls1046aqds_nand_defconfig
    │   ├── ls1046aqds_qspi_defconfig
    │   ├── ls1046aqds_sdcard_ifc_defconfig
    │   ├── ls1046aqds_sdcard_qspi_defconfig
    │   ├── ls1046aqds_tfa_SECURE_BOOT_defconfig
    │   ├── ls1046aqds_tfa_defconfig
    │   ├── ls1046ardb_emmc_defconfig
    │   ├── ls1046ardb_qspi_SECURE_BOOT_defconfig
    │   ├── ls1046ardb_qspi_defconfig
    │   ├── ls1046ardb_qspi_spl_defconfig
    │   ├── ls1046ardb_sdcard_SECURE_BOOT_defconfig
    │   ├── ls1046ardb_sdcard_defconfig
    │   ├── ls1046ardb_tfa_SECURE_BOOT_defconfig
    │   ├── ls1046ardb_tfa_defconfig
    │   ├── ls1088aqds_defconfig
    │   ├── ls1088aqds_qspi_SECURE_BOOT_defconfig
    │   ├── ls1088aqds_qspi_defconfig
    │   ├── ls1088aqds_sdcard_ifc_defconfig
    │   ├── ls1088aqds_sdcard_qspi_defconfig
    │   ├── ls1088aqds_tfa_defconfig
    │   ├── ls1088ardb_qspi_SECURE_BOOT_defconfig
    │   ├── ls1088ardb_qspi_defconfig
    │   ├── ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
    │   ├── ls1088ardb_sdcard_qspi_defconfig
    │   ├── ls1088ardb_tfa_SECURE_BOOT_defconfig
    │   ├── ls1088ardb_tfa_defconfig
    │   ├── ls2080aqds_SECURE_BOOT_defconfig
    │   ├── ls2080aqds_defconfig
    │   ├── ls2080aqds_nand_defconfig
    │   ├── ls2080aqds_qspi_defconfig
    │   ├── ls2080aqds_sdcard_defconfig
    │   ├── ls2080ardb_SECURE_BOOT_defconfig
    │   ├── ls2080ardb_defconfig
    │   ├── ls2080ardb_nand_defconfig
    │   ├── ls2081ardb_defconfig
    │   ├── ls2088aqds_tfa_defconfig
    │   ├── ls2088ardb_qspi_SECURE_BOOT_defconfig
    │   ├── ls2088ardb_qspi_defconfig
    │   ├── ls2088ardb_tfa_SECURE_BOOT_defconfig
    │   ├── ls2088ardb_tfa_defconfig
    │   ├── lschlv2_defconfig
    │   ├── lsxhl_defconfig
    │   ├── lx2160aqds_tfa_SECURE_BOOT_defconfig
    │   ├── lx2160aqds_tfa_defconfig
    │   ├── lx2160ardb_tfa_SECURE_BOOT_defconfig
    │   ├── lx2160ardb_tfa_defconfig
    │   ├── lx2160ardb_tfa_stmm_defconfig
    │   ├── lx2162aqds_tfa_SECURE_BOOT_defconfig
    │   ├── lx2162aqds_tfa_defconfig
    │   ├── lx2162aqds_tfa_verified_boot_defconfig
    │   ├── m53menlo_defconfig
    │   ├── malta64_defconfig
    │   ├── malta64el_defconfig
    │   ├── malta_defconfig
    │   ├── maltael_defconfig
    │   ├── marsboard_defconfig
    │   ├── maxbcm_defconfig
    │   ├── mccmon6_nor_defconfig
    │   ├── mccmon6_sd_defconfig
    │   ├── medcom-wide_defconfig
    │   ├── meerkat96_defconfig
    │   ├── meesc_dataflash_defconfig
    │   ├── meesc_defconfig
    │   ├── microblaze-generic_defconfig
    │   ├── microchip_mpfs_icicle_defconfig
    │   ├── minnowmax_defconfig
    │   ├── miqi-rk3288_defconfig
    │   ├── mixtile_loftq_defconfig
    │   ├── mk802_a10s_defconfig
    │   ├── mk802_defconfig
    │   ├── mk802ii_defconfig
    │   ├── mscc_jr2_defconfig
    │   ├── mscc_luton_defconfig
    │   ├── mscc_ocelot_defconfig
    │   ├── mscc_serval_defconfig
    │   ├── mscc_servalt_defconfig
    │   ├── mt7620_mt7530_rfb_defconfig
    │   ├── mt7620_rfb_defconfig
    │   ├── mt7622_rfb_defconfig
    │   ├── mt7623a_unielec_u7623_02_defconfig
    │   ├── mt7623n_bpir2_defconfig
    │   ├── mt7628_rfb_defconfig
    │   ├── mt7629_rfb_defconfig
    │   ├── mt8183_pumpkin_defconfig
    │   ├── mt8512_bm1_emmc_defconfig
    │   ├── mt8516_pumpkin_defconfig
    │   ├── mt8518_ap1_emmc_defconfig
    │   ├── mvebu_crb_cn9130_defconfig
    │   ├── mvebu_db-88f3720_defconfig
    │   ├── mvebu_db_armada8k_defconfig
    │   ├── mvebu_db_cn9130_defconfig
    │   ├── mvebu_espressobin-88f3720_defconfig
    │   ├── mvebu_mcbin-88f8040_defconfig
    │   ├── mvebu_puzzle-m801-88f8040_defconfig
    │   ├── mx23_olinuxino_defconfig
    │   ├── mx23evk_defconfig
    │   ├── mx28evk_auart_console_defconfig
    │   ├── mx28evk_defconfig
    │   ├── mx28evk_nand_defconfig
    │   ├── mx28evk_spi_defconfig
    │   ├── mx51evk_defconfig
    │   ├── mx53cx9020_defconfig
    │   ├── mx53loco_defconfig
    │   ├── mx53ppd_defconfig
    │   ├── mx6cuboxi_defconfig
    │   ├── mx6memcal_defconfig
    │   ├── mx6qsabrelite_defconfig
    │   ├── mx6sabreauto_defconfig
    │   ├── mx6sabresd_defconfig
    │   ├── mx6slevk_defconfig
    │   ├── mx6slevk_spinor_defconfig
    │   ├── mx6slevk_spl_defconfig
    │   ├── mx6sllevk_defconfig
    │   ├── mx6sllevk_plugin_defconfig
    │   ├── mx6sxsabreauto_defconfig
    │   ├── mx6sxsabresd_defconfig
    │   ├── mx6ul_14x14_evk_defconfig
    │   ├── mx6ul_9x9_evk_defconfig
    │   ├── mx6ull_14x14_evk_defconfig
    │   ├── mx6ull_14x14_evk_plugin_defconfig
    │   ├── mx6ulz_14x14_evk_defconfig
    │   ├── mx7dsabresd_defconfig
    │   ├── mx7dsabresd_qspi_defconfig
    │   ├── mx7ulp_com_defconfig
    │   ├── mx7ulp_evk_defconfig
    │   ├── mx7ulp_evk_plugin_defconfig
    │   ├── myir_mys_6ulx_defconfig
    │   ├── nanopc-t4-rk3399_defconfig
    │   ├── nanopi-k2_defconfig
    │   ├── nanopi-m4-2gb-rk3399_defconfig
    │   ├── nanopi-m4-rk3399_defconfig
    │   ├── nanopi-m4b-rk3399_defconfig
    │   ├── nanopi-neo4-rk3399_defconfig
    │   ├── nanopi-r2s-rk3328_defconfig
    │   ├── nanopi-r4s-rk3399_defconfig
    │   ├── nanopi_a64_defconfig
    │   ├── nanopi_m1_defconfig
    │   ├── nanopi_m1_plus_defconfig
    │   ├── nanopi_neo2_defconfig
    │   ├── nanopi_neo_air_defconfig
    │   ├── nanopi_neo_defconfig
    │   ├── nanopi_neo_plus2_defconfig
    │   ├── nanopi_r1s_h5_defconfig
    │   ├── nas220_defconfig
    │   ├── net2big_v2_defconfig
    │   ├── netgear_cg3100d_ram_defconfig
    │   ├── netgear_dgnd3700v2_ram_defconfig
    │   ├── netspace_lite_v2_defconfig
    │   ├── netspace_max_v2_defconfig
    │   ├── netspace_mini_v2_defconfig
    │   ├── netspace_v2_defconfig
    │   ├── nitrogen6dl2g_defconfig
    │   ├── nitrogen6dl_defconfig
    │   ├── nitrogen6q2g_defconfig
    │   ├── nitrogen6q_defconfig
    │   ├── nitrogen6s1g_defconfig
    │   ├── nitrogen6s_defconfig
    │   ├── nokia_rx51_defconfig
    │   ├── novena_defconfig
    │   ├── nsa310s_defconfig
    │   ├── nsim_700_defconfig
    │   ├── nsim_700be_defconfig
    │   ├── nsim_hs38_defconfig
    │   ├── nsim_hs38be_defconfig
    │   ├── nyan-big_defconfig
    │   ├── o4-imx6ull-nano_defconfig
    │   ├── oceanic_5205_5inmfd_defconfig
    │   ├── octeon_ebb7304_defconfig
    │   ├── octeon_nic23_defconfig
    │   ├── octeontx2_95xx_defconfig
    │   ├── octeontx2_96xx_defconfig
    │   ├── octeontx_81xx_defconfig
    │   ├── octeontx_83xx_defconfig
    │   ├── odroid-c2_defconfig
    │   ├── odroid-c4_defconfig
    │   ├── odroid-go2_defconfig
    │   ├── odroid-hc4_defconfig
    │   ├── odroid-n2_defconfig
    │   ├── odroid-xu3_defconfig
    │   ├── odroid_defconfig
    │   ├── omap35_logic_defconfig
    │   ├── omap35_logic_somlv_defconfig
    │   ├── omap3_beagle_defconfig
    │   ├── omap3_evm_defconfig
    │   ├── omap3_logic_defconfig
    │   ├── omap3_logic_somlv_defconfig
    │   ├── omap4_panda_defconfig
    │   ├── omap4_sdp4430_defconfig
    │   ├── omap5_uevm_defconfig
    │   ├── omapl138_lcdk_defconfig
    │   ├── openpiton_riscv64_defconfig
    │   ├── openpiton_riscv64_spl_defconfig
    │   ├── openrd_base_defconfig
    │   ├── openrd_client_defconfig
    │   ├── openrd_ultimate_defconfig
    │   ├── opos6uldev_defconfig
    │   ├── orangepi-rk3399_defconfig
    │   ├── orangepi_2_defconfig
    │   ├── orangepi_3_defconfig
    │   ├── orangepi_lite2_defconfig
    │   ├── orangepi_lite_defconfig
    │   ├── orangepi_one_defconfig
    │   ├── orangepi_one_plus_defconfig
    │   ├── orangepi_pc2_defconfig
    │   ├── orangepi_pc_defconfig
    │   ├── orangepi_pc_plus_defconfig
    │   ├── orangepi_plus2e_defconfig
    │   ├── orangepi_plus_defconfig
    │   ├── orangepi_prime_defconfig
    │   ├── orangepi_r1_defconfig
    │   ├── orangepi_win_defconfig
    │   ├── orangepi_zero2_defconfig
    │   ├── orangepi_zero_defconfig
    │   ├── orangepi_zero_plus2_defconfig
    │   ├── orangepi_zero_plus2_h3_defconfig
    │   ├── orangepi_zero_plus_defconfig
    │   ├── origen_defconfig
    │   ├── p200_defconfig
    │   ├── p201_defconfig
    │   ├── p212_defconfig
    │   ├── p2371-0000_defconfig
    │   ├── p2371-2180_defconfig
    │   ├── p2571_defconfig
    │   ├── p2771-0000-000_defconfig
    │   ├── p2771-0000-500_defconfig
    │   ├── p3450-0000_defconfig
    │   ├── parrot_r16_defconfig
    │   ├── paz00_defconfig
    │   ├── pcm052_defconfig
    │   ├── pcm058_defconfig
    │   ├── peach-pi_defconfig
    │   ├── peach-pit_defconfig
    │   ├── pg_wcom_expu1_defconfig
    │   ├── pg_wcom_seli8_defconfig
    │   ├── phycore-am335x-r2-regor_defconfig
    │   ├── phycore-am335x-r2-wega_defconfig
    │   ├── phycore-imx8mm_defconfig
    │   ├── phycore-imx8mp_defconfig
    │   ├── phycore-rk3288_defconfig
    │   ├── phycore_pcl063_defconfig
    │   ├── phycore_pcl063_ull_defconfig
    │   ├── pic32mzdask_defconfig
    │   ├── pico-dwarf-imx6ul_defconfig
    │   ├── pico-dwarf-imx7d_defconfig
    │   ├── pico-hobbit-imx6ul_defconfig
    │   ├── pico-hobbit-imx7d_defconfig
    │   ├── pico-imx6_defconfig
    │   ├── pico-imx6ul_defconfig
    │   ├── pico-imx7d_bl33_defconfig
    │   ├── pico-imx7d_defconfig
    │   ├── pico-imx8mq_defconfig
    │   ├── pico-nymph-imx7d_defconfig
    │   ├── pico-pi-imx6ul_defconfig
    │   ├── pico-pi-imx7d_defconfig
    │   ├── pine64-lts_defconfig
    │   ├── pine64_plus_defconfig
    │   ├── pine_h64_defconfig
    │   ├── pinebook-pro-rk3399_defconfig
    │   ├── pinebook_defconfig
    │   ├── pinecube_defconfig
    │   ├── pinephone_defconfig
    │   ├── pinetab_defconfig
    │   ├── plutux_defconfig
    │   ├── pm9261_defconfig
    │   ├── pm9263_defconfig
    │   ├── pm9g45_defconfig
    │   ├── pogo_e02_defconfig
    │   ├── polaroid_mid2407pxe03_defconfig
    │   ├── polaroid_mid2809pxe04_defconfig
    │   ├── poplar_defconfig
    │   ├── popmetal-rk3288_defconfig
    │   ├── porter_defconfig
    │   ├── pov_protab2_ips9_defconfig
    │   ├── puma-rk3399_defconfig
    │   ├── px30-core-ctouch2-of10-px30_defconfig
    │   ├── px30-core-ctouch2-px30_defconfig
    │   ├── px30-core-edimm2.2-px30_defconfig
    │   ├── pxm2_defconfig
    │   ├── q8_a13_tablet_defconfig
    │   ├── q8_a23_tablet_800x480_defconfig
    │   ├── q8_a33_tablet_1024x600_defconfig
    │   ├── q8_a33_tablet_800x480_defconfig
    │   ├── qemu-ppce500_defconfig
    │   ├── qemu-riscv32_defconfig
    │   ├── qemu-riscv32_smode_defconfig
    │   ├── qemu-riscv32_spl_defconfig
    │   ├── qemu-riscv64_defconfig
    │   ├── qemu-riscv64_smode_defconfig
    │   ├── qemu-riscv64_spl_defconfig
    │   ├── qemu-x86_64_defconfig
    │   ├── qemu-x86_defconfig
    │   ├── qemu_arm64_defconfig
    │   ├── qemu_arm_defconfig
    │   ├── r2dplus_defconfig
    │   ├── r7-tv-dongle_defconfig
    │   ├── r8a77970_eagle_defconfig
    │   ├── r8a77980_condor_defconfig
    │   ├── r8a77990_ebisu_defconfig
    │   ├── r8a77995_draak_defconfig
    │   ├── r8a779a0_falcon_defconfig
    │   ├── radxa-zero_defconfig
    │   ├── rastaban_defconfig
    │   ├── rcar3_salvator-x_defconfig
    │   ├── rcar3_ulcb_defconfig
    │   ├── riotboard_defconfig
    │   ├── roc-cc-rk3308_defconfig
    │   ├── roc-cc-rk3328_defconfig
    │   ├── roc-pc-mezzanine-rk3399_defconfig
    │   ├── roc-pc-rk3399_defconfig
    │   ├── rock-pi-4-rk3399_defconfig
    │   ├── rock-pi-4c-rk3399_defconfig
    │   ├── rock-pi-e-rk3328_defconfig
    │   ├── rock-pi-n10-rk3399pro_defconfig
    │   ├── rock-pi-n8-rk3288_defconfig
    │   ├── rock2_defconfig
    │   ├── rock64-rk3328_defconfig
    │   ├── rock960-rk3399_defconfig
    │   ├── rock_defconfig
    │   ├── rockpro64-rk3399_defconfig
    │   ├── rpi_0_w_defconfig
    │   ├── rpi_2_defconfig
    │   ├── rpi_3_32b_defconfig
    │   ├── rpi_3_b_plus_defconfig
    │   ├── rpi_3_defconfig
    │   ├── rpi_4_32b_defconfig
    │   ├── rpi_4_defconfig
    │   ├── rpi_arm64_defconfig
    │   ├── rpi_defconfig
    │   ├── rut_defconfig
    │   ├── rzg2_beacon_defconfig
    │   ├── s400_defconfig
    │   ├── s5p4418_nanopi2_defconfig
    │   ├── s5p_goni_defconfig
    │   ├── s5pc210_universal_defconfig
    │   ├── sagem_f@st1704_ram_defconfig
    │   ├── sam9x60ek_mmc_defconfig
    │   ├── sam9x60ek_nandflash_defconfig
    │   ├── sam9x60ek_qspiflash_defconfig
    │   ├── sama5d27_giantboard_defconfig
    │   ├── sama5d27_som1_ek_mmc1_defconfig
    │   ├── sama5d27_som1_ek_mmc_defconfig
    │   ├── sama5d27_som1_ek_qspiflash_defconfig
    │   ├── sama5d27_wlsom1_ek_mmc_defconfig
    │   ├── sama5d27_wlsom1_ek_qspiflash_defconfig
    │   ├── sama5d2_icp_mmc_defconfig
    │   ├── sama5d2_icp_qspiflash_defconfig
    │   ├── sama5d2_ptc_ek_mmc_defconfig
    │   ├── sama5d2_ptc_ek_nandflash_defconfig
    │   ├── sama5d2_xplained_emmc_defconfig
    │   ├── sama5d2_xplained_mmc_defconfig
    │   ├── sama5d2_xplained_qspiflash_defconfig
    │   ├── sama5d2_xplained_spiflash_defconfig
    │   ├── sama5d36ek_cmp_mmc_defconfig
    │   ├── sama5d36ek_cmp_nandflash_defconfig
    │   ├── sama5d36ek_cmp_spiflash_defconfig
    │   ├── sama5d3_xplained_mmc_defconfig
    │   ├── sama5d3_xplained_nandflash_defconfig
    │   ├── sama5d3xek_mmc_defconfig
    │   ├── sama5d3xek_nandflash_defconfig
    │   ├── sama5d3xek_spiflash_defconfig
    │   ├── sama5d4_xplained_mmc_defconfig
    │   ├── sama5d4_xplained_nandflash_defconfig
    │   ├── sama5d4_xplained_spiflash_defconfig
    │   ├── sama5d4ek_mmc_defconfig
    │   ├── sama5d4ek_nandflash_defconfig
    │   ├── sama5d4ek_spiflash_defconfig
    │   ├── sama7g5ek_mmc1_defconfig
    │   ├── sama7g5ek_mmc_defconfig
    │   ├── sandbox64_defconfig
    │   ├── sandbox_defconfig
    │   ├── sandbox_flattree_defconfig
    │   ├── sandbox_noinst_defconfig
    │   ├── sandbox_spl_defconfig
    │   ├── seaboard_defconfig
    │   ├── seeed_npi_imx6ull_defconfig
    │   ├── sei510_defconfig
    │   ├── sei610_defconfig
    │   ├── sfr_nb4-ser_ram_defconfig
    │   ├── sheep-rk3368_defconfig
    │   ├── sheevaplug_defconfig
    │   ├── sifive_unleashed_defconfig
    │   ├── sifive_unmatched_defconfig
    │   ├── silinux_ek874_defconfig
    │   ├── silk_defconfig
    │   ├── sipeed_maix_bitm_defconfig
    │   ├── sipeed_maix_smode_defconfig
    │   ├── slimbootloader_defconfig
    │   ├── smartweb_defconfig
    │   ├── smdk5250_defconfig
    │   ├── smdk5420_defconfig
    │   ├── smdkc100_defconfig
    │   ├── smdkv310_defconfig
    │   ├── smegw01_defconfig
    │   ├── snapper9260_defconfig
    │   ├── snapper9g20_defconfig
    │   ├── sniper_defconfig
    │   ├── snow_defconfig
    │   ├── socfpga_agilex_atf_defconfig
    │   ├── socfpga_agilex_defconfig
    │   ├── socfpga_agilex_vab_defconfig
    │   ├── socfpga_arria10_defconfig
    │   ├── socfpga_arria5_defconfig
    │   ├── socfpga_cyclone5_defconfig
    │   ├── socfpga_dbm_soc1_defconfig
    │   ├── socfpga_de0_nano_soc_defconfig
    │   ├── socfpga_de10_nano_defconfig
    │   ├── socfpga_de1_soc_defconfig
    │   ├── socfpga_is1_defconfig
    │   ├── socfpga_mcvevk_defconfig
    │   ├── socfpga_n5x_atf_defconfig
    │   ├── socfpga_n5x_defconfig
    │   ├── socfpga_n5x_vab_defconfig
    │   ├── socfpga_secu1_defconfig
    │   ├── socfpga_sockit_defconfig
    │   ├── socfpga_socrates_defconfig
    │   ├── socfpga_sr1500_defconfig
    │   ├── socfpga_stratix10_atf_defconfig
    │   ├── socfpga_stratix10_defconfig
    │   ├── socfpga_vining_fpga_defconfig
    │   ├── socrates_defconfig
    │   ├── som-db5800-som-6867_defconfig
    │   ├── somlabs_visionsom_6ull_defconfig
    │   ├── sopine_baseboard_defconfig
    │   ├── spring_defconfig
    │   ├── starqltechn_defconfig
    │   ├── stemmy_defconfig
    │   ├── stih410-b2260_defconfig
    │   ├── stm32f429-discovery_defconfig
    │   ├── stm32f429-evaluation_defconfig
    │   ├── stm32f469-discovery_defconfig
    │   ├── stm32f746-disco_defconfig
    │   ├── stm32f769-disco_defconfig
    │   ├── stm32h743-disco_defconfig
    │   ├── stm32h743-eval_defconfig
    │   ├── stm32h750-art-pi_defconfig
    │   ├── stm32mp15-icore-stm32mp1-ctouch2_defconfig
    │   ├── stm32mp15-icore-stm32mp1-edimm2.2_defconfig
    │   ├── stm32mp15-microgea-stm32mp1-microdev2-of7_defconfig
    │   ├── stm32mp15-microgea-stm32mp1-microdev2_defconfig
    │   ├── stm32mp15_basic_defconfig
    │   ├── stm32mp15_defconfig
    │   ├── stm32mp15_dhcom_basic_defconfig
    │   ├── stm32mp15_dhcor_basic_defconfig
    │   ├── stm32mp15_trusted_defconfig
    │   ├── stmark2_defconfig
    │   ├── stout_defconfig
    │   ├── stv0991_defconfig
    │   ├── sun8i_a23_evb_defconfig
    │   ├── sunxi_Gemei_G9_defconfig
    │   ├── synquacer_developerbox_defconfig
    │   ├── syzygy_hub_defconfig
    │   ├── tanix_tx6_defconfig
    │   ├── taurus_defconfig
    │   ├── tb100_defconfig
    │   ├── tbs2910_defconfig
    │   ├── tbs_a711_defconfig
    │   ├── tec-ng_defconfig
    │   ├── tec_defconfig
    │   ├── teres_i_defconfig
    │   ├── theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig
    │   ├── theadorable-x86-conga-qa3-e3845_defconfig
    │   ├── theadorable-x86-dfi-bt700_defconfig
    │   ├── theadorable_debug_defconfig
    │   ├── thuban_defconfig
    │   ├── thunderx_88xx_defconfig
    │   ├── ti816x_evm_defconfig
    │   ├── tinker-rk3288_defconfig
    │   ├── tinker-s-rk3288_defconfig
    │   ├── tools-only_defconfig
    │   ├── topic_miami_defconfig
    │   ├── topic_miamilite_defconfig
    │   ├── topic_miamiplus_defconfig
    │   ├── total_compute_defconfig
    │   ├── tplink_wdr4300_defconfig
    │   ├── tqma6dl_mba6_mmc_defconfig
    │   ├── tqma6dl_mba6_spi_defconfig
    │   ├── tqma6q_mba6_mmc_defconfig
    │   ├── tqma6q_mba6_spi_defconfig
    │   ├── tqma6s_mba6_mmc_defconfig
    │   ├── tqma6s_mba6_spi_defconfig
    │   ├── trats2_defconfig
    │   ├── trats_defconfig
    │   ├── trimslice_defconfig
    │   ├── tuge1_defconfig
    │   ├── turris_mox_defconfig
    │   ├── turris_omnia_defconfig
    │   ├── tuxx1_defconfig
    │   ├── u200_defconfig
    │   ├── uDPU_defconfig
    │   ├── udoo_defconfig
    │   ├── udoo_neo_defconfig
    │   ├── uniphier_ld4_sld8_defconfig
    │   ├── uniphier_v7_defconfig
    │   ├── uniphier_v8_defconfig
    │   ├── usb_a9263_dataflash_defconfig
    │   ├── usbarmory_defconfig
    │   ├── variscite_dart6ul_defconfig
    │   ├── venice2_defconfig
    │   ├── ventana_defconfig
    │   ├── verdin-imx8mm_defconfig
    │   ├── vexpress_aemv8a_juno_defconfig
    │   ├── vexpress_aemv8a_semi_defconfig
    │   ├── vexpress_ca9x4_defconfig
    │   ├── vf610twr_defconfig
    │   ├── vf610twr_nand_defconfig
    │   ├── vinco_defconfig
    │   ├── vining_2000_defconfig
    │   ├── vocore2_defconfig
    │   ├── vyasa-rk3288_defconfig
    │   ├── wandboard_defconfig
    │   ├── warp7_bl33_defconfig
    │   ├── warp7_defconfig
    │   ├── warp_defconfig
    │   ├── wetek-core2_defconfig
    │   ├── work_92105_defconfig
    │   ├── x530_defconfig
    │   ├── xenguest_arm64_defconfig
    │   ├── xilinx_versal_mini_defconfig
    │   ├── xilinx_versal_mini_emmc0_defconfig
    │   ├── xilinx_versal_mini_emmc1_defconfig
    │   ├── xilinx_versal_mini_ospi_defconfig
    │   ├── xilinx_versal_mini_qspi_defconfig
    │   ├── xilinx_versal_virt_defconfig
    │   ├── xilinx_zynq_virt_defconfig
    │   ├── xilinx_zynqmp_mini_defconfig
    │   ├── xilinx_zynqmp_mini_emmc0_defconfig
    │   ├── xilinx_zynqmp_mini_emmc1_defconfig
    │   ├── xilinx_zynqmp_mini_nand_defconfig
    │   ├── xilinx_zynqmp_mini_nand_single_defconfig
    │   ├── xilinx_zynqmp_mini_qspi_defconfig
    │   ├── xilinx_zynqmp_r5_defconfig
    │   ├── xilinx_zynqmp_virt_defconfig
    │   ├── xtfpga_defconfig
    │   ├── zeropi_defconfig
    │   ├── zynq_cse_nand_defconfig
    │   ├── zynq_cse_nor_defconfig
    │   └── zynq_cse_qspi_defconfig
    ├── disk
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── part.c
    │   ├── part_amiga.c
    │   ├── part_amiga.h
    │   ├── part_dos.c
    │   ├── part_dos.h
    │   ├── part_efi.c
    │   ├── part_iso.c
    │   ├── part_iso.h
    │   ├── part_mac.c
    │   └── part_mac.h
    ├── doc
    │   ├── I2C_Edge_Conditions
    │   ├── Makefile
    │   ├── README.Heterogeneous-SoCs
    │   ├── README.JFFS2
    │   ├── README.JFFS2_NAND
    │   ├── README.LED
    │   ├── README.OFT
    │   ├── README.POST
    │   ├── README.SNTP
    │   ├── README.SPL
    │   ├── README.TPL
    │   ├── README.VLAN
    │   ├── README.VSC3316-3308
    │   ├── README.arm-caches
    │   ├── README.arm-relocation
    │   ├── README.armada-secureboot
    │   ├── README.asn1
    │   ├── README.atmel_mci
    │   ├── README.atmel_pmecc
    │   ├── README.autoboot
    │   ├── README.bcm7xxx
    │   ├── README.bcmns3
    │   ├── README.bedbug
    │   ├── README.bitbangMII
    │   ├── README.bootcount
    │   ├── README.boston
    │   ├── README.bus_vcxk
    │   ├── README.cfi
    │   ├── README.commands.itest
    │   ├── README.commands.spl
    │   ├── README.console
    │   ├── README.davinci
    │   ├── README.davinci.nand_spl
    │   ├── README.dfutftp
    │   ├── README.displaying-bmps
    │   ├── README.dns
    │   ├── README.enetaddr
    │   ├── README.esbc_validate
    │   ├── README.ext4
    │   ├── README.falcon
    │   ├── README.fec_mxc
    │   ├── README.fsl-clk
    │   ├── README.fsl-ddr
    │   ├── README.fsl-dpaa
    │   ├── README.fsl-esdhc
    │   ├── README.fsl-hwconfig
    │   ├── README.fsl-trustzone-components
    │   ├── README.fsl_iim
    │   ├── README.fuse
    │   ├── README.generic-board
    │   ├── README.generic_usb_ohci
    │   ├── README.gpio
    │   ├── README.gpt
    │   ├── README.hwconfig
    │   ├── README.i2c
    │   ├── README.iomux
    │   ├── README.kconfig
    │   ├── README.kwbimage
    │   ├── README.link-local
    │   ├── README.malta
    │   ├── README.marvell
    │   ├── README.mediatek
    │   ├── README.memory-test
    │   ├── README.mpc83xx.ddrecc
    │   ├── README.mpc83xxads
    │   ├── README.mpc85xx
    │   ├── README.mpc85xx-sd-spi-boot
    │   ├── README.mpc85xx-spin-table
    │   ├── README.mpc85xxcds
    │   ├── README.multi-dtb-fit
    │   ├── README.mxc_ocotp
    │   ├── README.nand
    │   ├── README.nokia_rx51
    │   ├── README.odroid
    │   ├── README.omap-ulpi-viewport
    │   ├── README.omap3
    │   ├── README.pblimage
    │   ├── README.pcap
    │   ├── README.plan9
    │   ├── README.power-framework
    │   ├── README.pxe
    │   ├── README.ramboot-ppc85xx
    │   ├── README.rmobile
    │   ├── README.rockchip
    │   ├── README.rockusb
    │   ├── README.s5p4418
    │   ├── README.s5pc1xx
    │   ├── README.sata
    │   ├── README.sched
    │   ├── README.scrapyard
    │   ├── README.semihosting
    │   ├── README.serial_multi
    │   ├── README.sha1
    │   ├── README.silent
    │   ├── README.socfpga
    │   ├── README.splashprepare
    │   ├── README.srio-pcie-boot-corenet
    │   ├── README.standalone
    │   ├── README.t1040-l2switch
    │   ├── README.tee
    │   ├── README.ti-secure
    │   ├── README.ubi
    │   ├── README.ubispl
    │   ├── README.ublimage
    │   ├── README.udp
    │   ├── README.unaligned-memory-access.txt
    │   ├── README.uniphier
    │   ├── README.update
    │   ├── README.usb
    │   ├── README.vf610
    │   ├── README.video
    │   ├── README.vxworks
    │   ├── README.watchdog
    │   ├── README.zfs
    │   ├── SPI
    │   ├── SPL
    │   ├── android
    │   ├── api
    │   ├── arch
    │   ├── board
    │   ├── bounces
    │   ├── build
    │   ├── chromium
    │   ├── conf.py
    │   ├── develop
    │   ├── device-tree-bindings
    │   ├── feature-removal-schedule.txt
    │   ├── git-mailrc
    │   ├── imx
    │   ├── index.rst
    │   ├── kwboot.1
    │   ├── media
    │   ├── mkimage.1
    │   ├── mvebu
    │   ├── sphinx
    │   ├── sphinx-static
    │   ├── uImage.FIT
    │   └── usage
    ├── drivers
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── adc
    │   ├── ata
    │   ├── axi
    │   ├── bios_emulator
    │   ├── block
    │   ├── bootcount
    │   ├── bus
    │   ├── button
    │   ├── cache
    │   ├── clk
    │   ├── core
    │   ├── cpu
    │   ├── crypto
    │   ├── ddr
    │   ├── demo
    │   ├── dfu
    │   ├── dma
    │   ├── fastboot
    │   ├── firmware
    │   ├── fpga
    │   ├── gpio
    │   ├── hwspinlock
    │   ├── i2c
    │   ├── input
    │   ├── iommu
    │   ├── led
    │   ├── mailbox
    │   ├── memory
    │   ├── misc
    │   ├── mmc
    │   ├── mtd
    │   ├── mux
    │   ├── net
    │   ├── nvme
    │   ├── pch
    │   ├── pci
    │   ├── pci_endpoint
    │   ├── phy
    │   ├── pinctrl
    │   ├── power
    │   ├── pwm
    │   ├── qe
    │   ├── ram
    │   ├── reboot-mode
    │   ├── remoteproc
    │   ├── reset
    │   ├── rng
    │   ├── rtc
    │   ├── scsi
    │   ├── serial
    │   ├── smem
    │   ├── soc
    │   ├── sound
    │   ├── spi
    │   ├── spmi
    │   ├── sysinfo
    │   ├── sysreset
    │   ├── tee
    │   ├── thermal
    │   ├── timer
    │   ├── tpm
    │   ├── ufs
    │   ├── usb
    │   ├── video
    │   ├── virtio
    │   ├── w1
    │   ├── w1-eeprom
    │   ├── watchdog
    │   └── xen
    ├── dts
    │   ├── Kconfig
    │   └── Makefile
    ├── env
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── attr.c
    │   ├── callback.c
    │   ├── common.c
    │   ├── eeprom.c
    │   ├── embedded.c
    │   ├── env.c
    │   ├── ext4.c
    │   ├── fat.c
    │   ├── flags.c
    │   ├── flash.c
    │   ├── mmc.c
    │   ├── nand.c
    │   ├── nowhere.c
    │   ├── nvram.c
    │   ├── onenand.c
    │   ├── remote.c
    │   ├── sata.c
    │   ├── sf.c
    │   └── ubi.c
    ├── examples
    │   ├── Makefile
    │   ├── api
    │   └── standalone
    ├── fs
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── btrfs
    │   ├── cbfs
    │   ├── cramfs
    │   ├── ext4
    │   ├── fat
    │   ├── fs.c
    │   ├── fs_internal.c
    │   ├── jffs2
    │   ├── reiserfs
    │   ├── sandbox
    │   ├── squashfs
    │   ├── ubifs
    │   ├── yaffs2
    │   └── zfs
    ├── include
    │   ├── ACEX1K.h
    │   ├── MCD_dma.h
    │   ├── MCD_progCheck.h
    │   ├── MCD_tasksInit.h
    │   ├── SA-1100.h
    │   ├── _exports.h
    │   ├── abuf.h
    │   ├── acpi
    │   ├── adc.h
    │   ├── addr_map.h
    │   ├── ahci.h
    │   ├── ali512x.h
    │   ├── altera.h
    │   ├── andestech
    │   ├── android_ab.h
    │   ├── android_bootloader_message.h
    │   ├── android_image.h
    │   ├── ansi.h
    │   ├── api.h
    │   ├── api_public.h
    │   ├── armcoremodule.h
    │   ├── asm-generic
    │   ├── asm-offsets.h
    │   ├── ata.h
    │   ├── atf_common.h
    │   ├── atmel_hlcdc.h
    │   ├── atmel_lcd.h
    │   ├── atmel_lcdc.h
    │   ├── atmel_mci.h
    │   ├── atsha204a-i2c.h
    │   ├── audio_codec.h
    │   ├── autoboot.h
    │   ├── avb_verify.h
    │   ├── axi.h
    │   ├── axp152.h
    │   ├── axp209.h
    │   ├── axp221.h
    │   ├── axp305.h
    │   ├── axp809.h
    │   ├── axp818.h
    │   ├── axp_pmic.h
    │   ├── backlight.h
    │   ├── bcb.h
    │   ├── bcd.h
    │   ├── bedbug
    │   ├── binman.h
    │   ├── binman_sym.h
    │   ├── bios_emul.h
    │   ├── bitfield.h
    │   ├── blk.h
    │   ├── bloblist.h
    │   ├── bmp_layout.h
    │   ├── boot_fit.h
    │   ├── bootcount.h
    │   ├── bootm.h
    │   ├── bootretry.h
    │   ├── bootstage.h
    │   ├── bouncebuf.h
    │   ├── broadcom
    │   ├── btrfs.h
    │   ├── bus_vcxk.h
    │   ├── button.h
    │   ├── bzlib.h
    │   ├── cache.h
    │   ├── capitalization.h
    │   ├── cavium
    │   ├── cbfs.h
    │   ├── charset.h
    │   ├── circbuf.h
    │   ├── cli.h
    │   ├── cli_hush.h
    │   ├── clk
    │   ├── clk-uclass.h
    │   ├── clk.h
    │   ├── clock_legacy.h
    │   ├── cmd_spl.h
    │   ├── command.h
    │   ├── common.h
    │   ├── common_timing_params.h
    │   ├── compiler.h
    │   ├── config_distro_bootcmd.h
    │   ├── config_fallbacks.h
    │   ├── config_fsl_chain_trust.h
    │   ├── config_phylib_all_drivers.h
    │   ├── config_uncmd_spl.h
    │   ├── configs
    │   ├── console.h
    │   ├── cortina.h
    │   ├── cp1250.h
    │   ├── cp437.h
    │   ├── cpsw.h
    │   ├── cpu.h
    │   ├── cpu_func.h
    │   ├── cramfs
    │   ├── cros_ec.h
    │   ├── cros_ec_message.h
    │   ├── crypt.h
    │   ├── crypto
    │   ├── ctype.h
    │   ├── ddr_spd.h
    │   ├── debug_uart.h
    │   ├── dfu.h
    │   ├── dialog_pmic.h
    │   ├── display.h
    │   ├── display_options.h
    │   ├── div64.h
    │   ├── dm
    │   ├── dm-demo.h
    │   ├── dm.h
    │   ├── dm9000.h
    │   ├── dma-uclass.h
    │   ├── dma.h
    │   ├── dp83848.h
    │   ├── ds1722.h
    │   ├── dsi_host.h
    │   ├── dt-bindings
    │   ├── dt-structs.h
    │   ├── dt_table.h
    │   ├── dw_hdmi.h
    │   ├── dwc3-omap-uboot.h
    │   ├── dwc3-sti-glue.h
    │   ├── dwc3-uboot.h
    │   ├── dwc_ahsata.h
    │   ├── dwmmc.h
    │   ├── e500.h
    │   ├── ec_commands.h
    │   ├── edid.h
    │   ├── eeprom.h
    │   ├── eeprom_field.h
    │   ├── eeprom_layout.h
    │   ├── efi.h
    │   ├── efi_api.h
    │   ├── efi_driver.h
    │   ├── efi_dt_fixup.h
    │   ├── efi_load_initrd.h
    │   ├── efi_loader.h
    │   ├── efi_rng.h
    │   ├── efi_selftest.h
    │   ├── efi_tcg2.h
    │   ├── efi_variable.h
    │   ├── elf.h
    │   ├── env.h
    │   ├── env_attr.h
    │   ├── env_callback.h
    │   ├── env_default.h
    │   ├── env_flags.h
    │   ├── env_internal.h
    │   ├── environment
    │   ├── errno.h
    │   ├── eth_phy.h
    │   ├── ethsw.h
    │   ├── exception.h
    │   ├── exports.h
    │   ├── ext4fs.h
    │   ├── ext_common.h
    │   ├── extension_board.h
    │   ├── exynos_lcd.h
    │   ├── faraday
    │   ├── fastboot-internal.h
    │   ├── fastboot.h
    │   ├── fat.h
    │   ├── fb_mmc.h
    │   ├── fb_nand.h
    │   ├── fdt.h
    │   ├── fdt_region.h
    │   ├── fdt_simplefb.h
    │   ├── fdt_support.h
    │   ├── fdtdec.h
    │   ├── fis.h
    │   ├── flash.h
    │   ├── fm_eth.h
    │   ├── fpga.h
    │   ├── fs.h
    │   ├── fs_internal.h
    │   ├── fs_loader.h
    │   ├── fsl-mc
    │   ├── fsl_csu.h
    │   ├── fsl_dcu_fb.h
    │   ├── fsl_ddr.h
    │   ├── fsl_ddr_dimm_params.h
    │   ├── fsl_ddr_sdram.h
    │   ├── fsl_ddrc_version.h
    │   ├── fsl_devdis.h
    │   ├── fsl_diu_fb.h
    │   ├── fsl_dspi.h
    │   ├── fsl_dtsec.h
    │   ├── fsl_errata.h
    │   ├── fsl_esdhc.h
    │   ├── fsl_esdhc_imx.h
    │   ├── fsl_fman.h
    │   ├── fsl_ifc.h
    │   ├── fsl_immap.h
    │   ├── fsl_lpuart.h
    │   ├── fsl_mdio.h
    │   ├── fsl_memac.h
    │   ├── fsl_mmdc.h
    │   ├── fsl_pmic.h
    │   ├── fsl_qbman.h
    │   ├── fsl_qe.h
    │   ├── fsl_sec.h
    │   ├── fsl_sec_mon.h
    │   ├── fsl_secboot_err.h
    │   ├── fsl_sfp.h
    │   ├── fsl_tgec.h
    │   ├── fsl_usb.h
    │   ├── fsl_validate.h
    │   ├── fsl_wdog.h
    │   ├── fuse.h
    │   ├── g_dnl.h
    │   ├── gdsys_fpga.h
    │   ├── generic-phy.h
    │   ├── getopt.h
    │   ├── gt64120.h
    │   ├── gzip.h
    │   ├── handoff.h
    │   ├── hang.h
    │   ├── hash.h
    │   ├── hda_codec.h
    │   ├── hexdump.h
    │   ├── host_arch.h
    │   ├── hw_sha.h
    │   ├── hwconfig.h
    │   ├── hwspinlock.h
    │   ├── i2c.h
    │   ├── i2c_eeprom.h
    │   ├── i2s.h
    │   ├── i8042.h
    │   ├── ide.h
    │   ├── image-android-dt.h
    │   ├── image-sparse.h
    │   ├── image.h
    │   ├── imx8image.h
    │   ├── imx_lpi2c.h
    │   ├── imx_sip.h
    │   ├── imx_thermal.h
    │   ├── imximage.h
    │   ├── init.h
    │   ├── initcall.h
    │   ├── input.h
    │   ├── inttypes.h
    │   ├── iommu.h
    │   ├── iomux.h
    │   ├── ioports.h
    │   ├── iotrace.h
    │   ├── ipu_pixfmt.h
    │   ├── irq.h
    │   ├── irq_func.h
    │   ├── jffs2
    │   ├── k3-avs.h
    │   ├── k3-clk.h
    │   ├── k3-dev.h
    │   ├── kendryte
    │   ├── key_matrix.h
    │   ├── keyboard.h
    │   ├── keys
    │   ├── kgdb.h
    │   ├── lattice.h
    │   ├── lcd.h
    │   ├── lcd_console.h
    │   ├── lcdvideo.h
    │   ├── ld9040.h
    │   ├── led.h
    │   ├── libata.h
    │   ├── libtizen.h
    │   ├── linker_lists.h
    │   ├── linux
    │   ├── linux_logo.h
    │   ├── lmb.h
    │   ├── log.h
    │   ├── lxt971a.h
    │   ├── lzma
    │   ├── mailbox-uclass.h
    │   ├── mailbox.h
    │   ├── malloc.h
    │   ├── mapmem.h
    │   ├── mc13783.h
    │   ├── mc13892.h
    │   ├── mc34704.h
    │   ├── mc9sdz60.h
    │   ├── media_bus_format.h
    │   ├── memalign.h
    │   ├── membuff.h
    │   ├── menu.h
    │   ├── micrel.h
    │   ├── mii_phy.h
    │   ├── miiphy.h
    │   ├── mipi_display.h
    │   ├── mipi_dsi.h
    │   ├── misc.h
    │   ├── mk48t59.h
    │   ├── mm_communication.h
    │   ├── mmc.h
    │   ├── mpc106.h
    │   ├── mpc83xx.h
    │   ├── mpc85xx.h
    │   ├── mpc86xx.h
    │   ├── mpc8xx.h
    │   ├── mpc8xx_irq.h
    │   ├── msc01.h
    │   ├── mtd
    │   ├── mtd.h
    │   ├── mtd_node.h
    │   ├── mux-internal.h
    │   ├── mux.h
    │   ├── mv88e6352.h
    │   ├── mvebu
    │   ├── mvebu_mmc.h
    │   ├── mvmfp.h
    │   ├── mxs_nand.h
    │   ├── nand.h
    │   ├── net
    │   ├── net.h
    │   ├── netdev.h
    │   ├── ns16550.h
    │   ├── nuvoton_nct6102d.h
    │   ├── nvme.h
    │   ├── of_live.h
    │   ├── omap3_spi.h
    │   ├── onenand_uboot.h
    │   ├── opensbi.h
    │   ├── os.h
    │   ├── p2sb.h
    │   ├── palmas.h
    │   ├── panel.h
    │   ├── part.h
    │   ├── part_efi.h
    │   ├── pca953x.h
    │   ├── pca9564.h
    │   ├── pca9698.h
    │   ├── pch.h
    │   ├── pci.h
    │   ├── pci_ep.h
    │   ├── pci_gt64120.h
    │   ├── pci_ids.h
    │   ├── pci_msc01.h
    │   ├── pci_rom.h
    │   ├── pci_tegra.h
    │   ├── pe.h
    │   ├── phy-mipi-dphy.h
    │   ├── phy-sun4i-usb.h
    │   ├── phy.h
    │   ├── phy_interface.h
    │   ├── phys2bus.h
    │   ├── physmem.h
    │   ├── post.h
    │   ├── power
    │   ├── power-domain-uclass.h
    │   ├── power-domain.h
    │   ├── ppc_asm.tmpl
    │   ├── ppc_defs.h
    │   ├── pvblock.h
    │   ├── pwm.h
    │   ├── pwrseq.h
    │   ├── pxa_lcd.h
    │   ├── pxe_utils.h
    │   ├── qfw.h
    │   ├── ram.h
    │   ├── rand.h
    │   ├── rc4.h
    │   ├── reboot-mode
    │   ├── regmap.h
    │   ├── reiserfs.h
    │   ├── relocate.h
    │   ├── remoteproc.h
    │   ├── reset-uclass.h
    │   ├── reset.h
    │   ├── rng.h
    │   ├── rtc.h
    │   ├── rtc_def.h
    │   ├── s_record.h
    │   ├── samsung
    │   ├── samsung-usb-phy-uboot.h
    │   ├── sandbox-adc.h
    │   ├── sandbox-clk.h
    │   ├── sandboxblockdev.h
    │   ├── sandboxfs.h
    │   ├── sandboxtee.h
    │   ├── sata.h
    │   ├── scf0403_lcd.h
    │   ├── scmi_agent-uclass.h
    │   ├── scmi_agent.h
    │   ├── scmi_protocols.h
    │   ├── scp03.h
    │   ├── scsi.h
    │   ├── sdhci.h
    │   ├── sdp.h
    │   ├── search.h
    │   ├── serial.h
    │   ├── sh_pfc.h
    │   ├── signatures.h
    │   ├── sja1000.h
    │   ├── slre.h
    │   ├── smbios.h
    │   ├── smem.h
    │   ├── smsc_lpc47m.h
    │   ├── smsc_sio1007.h
    │   ├── soc.h
    │   ├── sort.h
    │   ├── sound.h
    │   ├── sparse_defs.h
    │   ├── sparse_format.h
    │   ├── spartan2.h
    │   ├── spartan3.h
    │   ├── spd.h
    │   ├── spd_sdram.h
    │   ├── spi-mem.h
    │   ├── spi.h
    │   ├── spi_flash.h
    │   ├── spl.h
    │   ├── spl_gpio.h
    │   ├── splash.h
    │   ├── spmi
    │   ├── squashfs.h
    │   ├── st_logo_data.h
    │   ├── status_led.h
    │   ├── stdint.h
    │   ├── stdio.h
    │   ├── stdio_dev.h
    │   ├── stdlib.h
    │   ├── stm32_rcc.h
    │   ├── stratixII.h
    │   ├── string.h
    │   ├── sunxi_image.h
    │   ├── sy8106a.h
    │   ├── sym53c8xx.h
    │   ├── synopsys
    │   ├── syscon.h
    │   ├── sysinfo.h
    │   ├── sysreset.h
    │   ├── tables_csum.h
    │   ├── tca642x.h
    │   ├── tee
    │   ├── tee.h
    │   ├── tegra-kbc.h
    │   ├── test
    │   ├── thermal.h
    │   ├── thor.h
    │   ├── ti-usb-phy-uboot.h
    │   ├── time.h
    │   ├── timer.h
    │   ├── timestamp.h
    │   ├── tlv_eeprom.h
    │   ├── tmu.h
    │   ├── tpm-common.h
    │   ├── tpm-v1.h
    │   ├── tpm-v2.h
    │   ├── tpm_api.h
    │   ├── tps6586x.h
    │   ├── trace.h
    │   ├── tsec.h
    │   ├── tsi148.h
    │   ├── twl4030.h
    │   ├── twl6030.h
    │   ├── u-boot
    │   ├── ubi_uboot.h
    │   ├── ubifs_uboot.h
    │   ├── ubispl.h
    │   ├── uboot_aes.h
    │   ├── ufs.h
    │   ├── universe.h
    │   ├── usb
    │   ├── usb.h
    │   ├── usb_cdc_acm.h
    │   ├── usb_defs.h
    │   ├── usb_ether.h
    │   ├── usb_mass_storage.h
    │   ├── usbdescriptors.h
    │   ├── usbdevice.h
    │   ├── usbroothubdes.h
    │   ├── uuid.h
    │   ├── vbe.h
    │   ├── versalpl.h
    │   ├── version.h
    │   ├── version_string.h
    │   ├── video.h
    │   ├── video_bridge.h
    │   ├── video_console.h
    │   ├── video_easylogo.h
    │   ├── video_fb.h
    │   ├── video_font.h
    │   ├── video_font_4x6.h
    │   ├── video_font_data.h
    │   ├── video_osd.h
    │   ├── virtex2.h
    │   ├── virtio.h
    │   ├── virtio_ring.h
    │   ├── virtio_types.h
    │   ├── vsc7385.h
    │   ├── vsc9953.h
    │   ├── vsprintf.h
    │   ├── vxworks.h
    │   ├── w1-eeprom.h
    │   ├── w1.h
    │   ├── w83c553f.h
    │   ├── wait_bit.h
    │   ├── watchdog.h
    │   ├── wdt.h
    │   ├── winbond_w83627.h
    │   ├── xen
    │   ├── xen.h
    │   ├── xilinx.h
    │   ├── xyzModem.h
    │   ├── zfs
    │   ├── zfs_common.h
    │   ├── zynq_bootimg.h
    │   ├── zynqmp_firmware.h
    │   ├── zynqmppl.h
    │   └── zynqpl.h
    ├── lib
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── abuf.c
    │   ├── acpi
    │   ├── addr_map.c
    │   ├── aes
    │   ├── aes.c
    │   ├── asm-offsets.c
    │   ├── asn1_decoder.c
    │   ├── at91
    │   ├── bch.c
    │   ├── binman.c
    │   ├── bitrev.c
    │   ├── bzip2
    │   ├── charset.c
    │   ├── circbuf.c
    │   ├── crc16.c
    │   ├── crc32.c
    │   ├── crc32c.c
    │   ├── crc7.c
    │   ├── crc8.c
    │   ├── crypt
    │   ├── crypto
    │   ├── ctype.c
    │   ├── date.c
    │   ├── dhry
    │   ├── display_options.c
    │   ├── div64.c
    │   ├── ecdsa
    │   ├── efi
    │   ├── efi_driver
    │   ├── efi_loader
    │   ├── efi_selftest
    │   ├── elf.c
    │   ├── errno.c
    │   ├── errno_str.c
    │   ├── fdt-libcrypto.c
    │   ├── fdtdec.c
    │   ├── fdtdec_common.c
    │   ├── fdtdec_test.c
    │   ├── getopt.c
    │   ├── gunzip.c
    │   ├── gzip.c
    │   ├── hang.c
    │   ├── hash-checksum.c
    │   ├── hashtable.c
    │   ├── hexdump.c
    │   ├── image-sparse.c
    │   ├── ldiv.c
    │   ├── libavb
    │   ├── libfdt
    │   ├── linux_compat.c
    │   ├── linux_string.c
    │   ├── list_sort.c
    │   ├── lmb.c
    │   ├── lz4.c
    │   ├── lz4_wrapper.c
    │   ├── lzma
    │   ├── lzo
    │   ├── md5.c
    │   ├── membuff.c
    │   ├── net_utils.c
    │   ├── of_live.c
    │   ├── oid_registry.c
    │   ├── optee
    │   ├── panic.c
    │   ├── physmem.c
    │   ├── qsort.c
    │   ├── rand.c
    │   ├── rational.c
    │   ├── rbtree.c
    │   ├── rc4.c
    │   ├── rsa
    │   ├── rtc-lib.c
    │   ├── sha1.c
    │   ├── sha256.c
    │   ├── sha512.c
    │   ├── slre.c
    │   ├── smbios-parser.c
    │   ├── smbios.c
    │   ├── sscanf.c
    │   ├── string.c
    │   ├── strto.c
    │   ├── tables_csum.c
    │   ├── time.c
    │   ├── tiny-printf.c
    │   ├── tizen
    │   ├── tpm-common.c
    │   ├── tpm-utils.h
    │   ├── tpm-v1.c
    │   ├── tpm-v2.c
    │   ├── tpm_api.c
    │   ├── trace.c
    │   ├── uuid.c
    │   ├── vsprintf.c
    │   ├── xxhash.c
    │   ├── zlib
    │   └── zstd
    ├── net
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── arp.c
    │   ├── arp.h
    │   ├── bootp.c
    │   ├── bootp.h
    │   ├── cdp.c
    │   ├── cdp.h
    │   ├── dns.c
    │   ├── dns.h
    │   ├── dsa-uclass.c
    │   ├── eth-uclass.c
    │   ├── eth_common.c
    │   ├── eth_internal.h
    │   ├── eth_legacy.c
    │   ├── fastboot.c
    │   ├── link_local.c
    │   ├── link_local.h
    │   ├── mdio-mux-uclass.c
    │   ├── mdio-uclass.c
    │   ├── net.c
    │   ├── net_rand.h
    │   ├── nfs.c
    │   ├── nfs.h
    │   ├── pcap.c
    │   ├── ping.c
    │   ├── ping.h
    │   ├── rarp.c
    │   ├── rarp.h
    │   ├── sntp.c
    │   ├── tftp.c
    │   ├── udp.c
    │   ├── wol.c
    │   └── wol.h
    ├── post
    │   ├── Makefile
    │   ├── cpu
    │   ├── drivers
    │   ├── lib_powerpc
    │   ├── post.c
    │   └── tests.c
    ├── scripts
    │   ├── Kbuild.include
    │   ├── Kconfig.include
    │   ├── Lindent
    │   ├── Makefile
    │   ├── Makefile.autoconf
    │   ├── Makefile.build
    │   ├── Makefile.clean
    │   ├── Makefile.extrawarn
    │   ├── Makefile.host
    │   ├── Makefile.lib
    │   ├── Makefile.spl
    │   ├── Makefile.uncmd_spl
    │   ├── basic
    │   ├── bin2c.c
    │   ├── binutils-version.sh
    │   ├── build-efi.sh
    │   ├── build-whitelist.sh
    │   ├── build_OID_registry
    │   ├── check-config.sh
    │   ├── checkpatch.pl
    │   ├── checkstack.pl
    │   ├── clang-version.sh
    │   ├── cleanpatch
    │   ├── coccicheck
    │   ├── coccinelle
    │   ├── config_whitelist.txt
    │   ├── const_structs.checkpatch
    │   ├── coreboot.sed
    │   ├── decodecode
    │   ├── documentation-file-ref-check
    │   ├── dtc
    │   ├── dtc-version.sh
    │   ├── gcc-stack-usage.sh
    │   ├── gcc-version.sh
    │   ├── gen_ll_addressable_symbols.sh
    │   ├── get_default_envs.sh
    │   ├── get_maintainer.pl
    │   ├── kconfig
    │   ├── kernel-doc
    │   ├── ld-version.sh
    │   ├── mailmapper
    │   ├── mkmakefile
    │   ├── objdiff
    │   ├── setlocalversion
    │   ├── show-gnu-make
    │   ├── spdxcheck.py
    │   └── spelling.txt
    ├── test
    │   ├── Kconfig
    │   ├── Makefile
    │   ├── bloblist.c
    │   ├── bootm.c
    │   ├── cmd
    │   ├── cmd_ut.c
    │   ├── command_ut.c
    │   ├── common
    │   ├── common.sh
    │   ├── compression.c
    │   ├── dm
    │   ├── env
    │   ├── fs
    │   ├── image
    │   ├── lib
    │   ├── log
    │   ├── nokia_rx51_test.sh
    │   ├── optee
    │   ├── overlay
    │   ├── print_ut.c
    │   ├── py
    │   ├── run
    │   ├── stdint
    │   ├── str_ut.c
    │   ├── test-main.c
    │   ├── time_ut.c
    │   ├── trace
    │   ├── unicode_ut.c
    │   └── ut.c
    └── tools
        ├── Kconfig
        ├── Makefile
        ├── aisimage.c
        ├── aisimage.h
        ├── asn1_compiler.c
        ├── atmel_pmecc_params.c
        ├── atmelimage.c
        ├── binman
        ├── bmp_logo.c
        ├── buildman
        ├── concurrencytest
        ├── default_image.c
        ├── docker
        ├── dtoc
        ├── dumpimage.c
        ├── dumpimage.h
        ├── efivar.py
        ├── endian-swap.py
        ├── env
        ├── envcrc.c
        ├── fdt_host.h
        ├── fdtgrep.c
        ├── file2include.c
        ├── fit_check_sign.c
        ├── fit_common.c
        ├── fit_common.h
        ├── fit_image.c
        ├── fit_info.c
        ├── gdb
        ├── gen_eth_addr.c
        ├── gen_ethaddr_crc.c
        ├── genboardscfg.py
        ├── getline.c
        ├── getline.h
        ├── gpheader.h
        ├── gpimage-common.c
        ├── gpimage.c
        ├── ifdtool.c
        ├── ifdtool.h
        ├── ifwitool.c
        ├── image-host.c
        ├── image-sig-host.c
        ├── imagetool.c
        ├── imagetool.h
        ├── img2srec.c
        ├── imx8image.c
        ├── imx8m_image.sh
        ├── imx8mimage.c
        ├── imx_cntr_image.sh
        ├── imximage.c
        ├── jtagconsole
        ├── k3_fit_atf.sh
        ├── k3_gen_x509_cert.sh
        ├── kermit
        ├── kwbimage.c
        ├── kwbimage.h
        ├── kwboot.c
        ├── libfdt
        ├── logos
        ├── lpc32xximage.c
        ├── microcode-tool
        ├── microcode-tool.py
        ├── mips-relocs.c
        ├── mkeficapsule.c
        ├── mkenvimage.c
        ├── mkexynosspl.c
        ├── mkimage.c
        ├── mkimage.h
        ├── mksunxiboot.c
        ├── moveconfig.py
        ├── mrvl_uart.sh
        ├── mtk_image.c
        ├── mtk_image.h
        ├── mxsboot.c
        ├── mxsimage.c
        ├── mxsimage.h
        ├── ncb.c
        ├── netconsole
        ├── omap
        ├── omapimage.c
        ├── omapimage.h
        ├── os_support.c
        ├── os_support.h
        ├── patman
        ├── pbl_crc32.c
        ├── pbl_crc32.h
        ├── pblimage.c
        ├── pblimage.h
        ├── prelink-riscv.c
        ├── prelink-riscv.inc
        ├── proftool.c
        ├── relocate-rela.c
        ├── rkcommon.c
        ├── rkcommon.h
        ├── rkimage.c
        ├── rkmux.py
        ├── rksd.c
        ├── rkspi.c
        ├── rmboard.py
        ├── scripts
        ├── socfpgaimage.c
        ├── spl_size_limit.c
        ├── stm32image.c
        ├── sunxi-spl-image-builder.c
        ├── sunxi_egon.c
        ├── termios_linux.h
        ├── ublimage.c
        ├── ublimage.h
        ├── ubsha1.c
        ├── update_octeon_header.c
        ├── vybridimage.c
        ├── xway-swap-bytes.c
        ├── zynqimage.c
        ├── zynqmp_pm_cfg_obj_convert.py
        ├── zynqmp_psu_init_minimize.sh
        ├── zynqmpbif.c
        ├── zynqmpimage.c
        └── zynqmpimage.h

402 directories, 2390 files




标签: ubuntu zynq

实例下载地址

ZYNQ Ubuntu相关代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警