History log of /openbmc/u-boot/arch/arm/mach-rockchip/ (Results 226 – 250 of 285)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a617c5d317-Jul-2016 Simon Glass <sjg@chromium.org>

rockchip: Add a way to obtain the main clock device

On Rockchip SoCs we typically have a main clock device that uses the Soc
clock driver. There is also a fixed clock for the oscillator. Add a funct

rockchip: Add a way to obtain the main clock device

On Rockchip SoCs we typically have a main clock device that uses the Soc
clock driver. There is also a fixed clock for the oscillator. Add a function
to obtain the core clock.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

b339b5db15-Jul-2016 Heiko Stübner <heiko@sntech.de>

cosmetic: rockchip: rk3288: rename rkclk_configure_cpu

The function is very specific to the rk3288 in its arguments
referencing the rk3288 cru and grf and every other rockchip soc
has differing cru

cosmetic: rockchip: rk3288: rename rkclk_configure_cpu

The function is very specific to the rk3288 in its arguments
referencing the rk3288 cru and grf and every other rockchip soc
has differing cru and grf registers. So make that function naming
explicit.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

041cdb5f15-Jul-2016 Heiko Stübner <heiko@sntech.de>

cosmetic: rockchip: sort socs according to numbers

Having some sort of ordering proofed helpful in a lot of other places
already. So for a larger number of rockchip socs it might be helpful
as well

cosmetic: rockchip: sort socs according to numbers

Having some sort of ordering proofed helpful in a lot of other places
already. So for a larger number of rockchip socs it might be helpful
as well instead of an ever increasing unsorted list.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

266c8fad14-Jul-2016 Xu Ziyuan <xzy.xu@rock-chips.com>

rockchip: rk3288: add fastboot support

Enable fastboot feature on rk3288.

This path doesn't support the fastboot flash function command entirely.
We will hit "cannot find partition" assertion witho

rockchip: rk3288: add fastboot support

Enable fastboot feature on rk3288.

This path doesn't support the fastboot flash function command entirely.
We will hit "cannot find partition" assertion without specified
partition environment. Define gpt partition layout in specified board
such as firefly-rk3288, then enjoy it!

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

ad8fe6b913-Jul-2016 Andreas Färber <afaerber@suse.de>

rockchip: Exclude rk_timer for ARM64

It conflicts with the generic_timer.

Cc: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Simon Glass <sjg@chro

rockchip: Exclude rk_timer for ARM64

It conflicts with the generic_timer.

Cc: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

e0f5dbcb13-Jul-2016 Andreas Färber <afaerber@suse.de>

rockchip: Clean up CPU selection

In preparation for RK3368 and RK3399, which need to select ARM64, don't
select CPU_V7 at the ARCH_ROCKCHIP level but at the SoC level instead.

Cc: Kever Yang <kever

rockchip: Clean up CPU selection

In preparation for RK3368 and RK3399, which need to select ARM64, don't
select CPU_V7 at the ARCH_ROCKCHIP level but at the SoC level instead.

Cc: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

c418addf07-Jul-2016 Kever Yang <kever.yang@rock-chips.com>

board: move all the rockchip board in one folder

The 'evb_rk3036' and 'kylin' is not a vendor name, let's replace them
to 'rockchip' which is a real _vendor_ name, and meet the architecure
'board/<v

board: move all the rockchip board in one folder

The 'evb_rk3036' and 'kylin' is not a vendor name, let's replace them
to 'rockchip' which is a real _vendor_ name, and meet the architecure
'board/<vendor>/<board-name>/'.

More boards from rockchip like evb_rk3288, evb_rk3399 will comes later.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Eddie Cai <eddie.cai.kernel@gmail.com>

show more ...

744368d605-Jul-2016 Xu Ziyuan <xzy.xu@rock-chips.com>

rockchip: add basic support for evb-rk3288 board

evb-3288 board RK3288-based development board with 2 USB ports, HDMI,
VGA, micro-SD card, audio, WiFi and Gigabit Ethernet. It also includes
on-board

rockchip: add basic support for evb-rk3288 board

evb-3288 board RK3288-based development board with 2 USB ports, HDMI,
VGA, micro-SD card, audio, WiFi and Gigabit Ethernet. It also includes
on-board 8G eMMC and 2GB of SDRAM. Expansion connector provide access to
display pins, I2C, SPI, UART and GPIOs. This add some basic files
required to allow the board to output serial messaged and can run
command(mmc info etc).

evb-rk3288 also supports booting from eMMC or SD card, the default is eMMC.

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

b47ea79212-Jul-2016 Xu Ziyuan <xzy.xu@rock-chips.com>

rockchip: add option to change method of loading u-boot

If we would like to boot from SD card, we have to implement mmc driver
in SPL stage, and get a slightly large SPL binary. Rockchip SoC's
bootr

rockchip: add option to change method of loading u-boot

If we would like to boot from SD card, we have to implement mmc driver
in SPL stage, and get a slightly large SPL binary. Rockchip SoC's
bootrom code has the ability to load spl and u-boot, then boot.

If CONFIG_ROCKCHIP_SPL_BACK_TO_BROM is enabled, the spl will return to
bootrom in board_init_f(), then bootrom loads u-boot binary.

Loading sequence after rework:
bootrom ==> spl ==> bootrom ==> u-boot

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Fixed up spelling of U-Boot, boorom, opinion->option, Rochchip:
Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/api/api_net.c
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/config.mk
/openbmc/u-boot/arch/arm/cpu/arm11/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/cache.c
/openbmc/u-boot/arch/arm/cpu/armv7/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/ddr.c
/openbmc/u-boot/arch/arm/cpu/armv7/cache_v7.c
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/psci.S
/openbmc/u-boot/arch/arm/cpu/armv7/mx7/psci-mx7.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx7/psci.S
/openbmc/u-boot/arch/arm/cpu/armv7/nonsec_virt.S
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/config_secure.mk
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/emif-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/mem-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/sec-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/spl_id_nand.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/psci-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/psci.S
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/psci.c
/openbmc/u-boot/arch/arm/cpu/armv7/virt-dt.c
/openbmc/u-boot/arch/arm/cpu/armv7m/config.mk
/openbmc/u-boot/arch/arm/cpu/armv8/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/cache_v8.c
/openbmc/u-boot/arch/arm/cpu/armv8/cpu-dt.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch3
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ppa.c
/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/sec_firmware.c
/openbmc/u-boot/arch/arm/cpu/armv8/sec_firmware_asm.S
/openbmc/u-boot/arch/arm/cpu/armv8/spin_table.c
/openbmc/u-boot/arch/arm/cpu/armv8/spin_table_v8.S
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/clk.c
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/mp.c
/openbmc/u-boot/arch/arm/cpu/u-boot.lds
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/exynos4210-origen.dts
/openbmc/u-boot/arch/arm/dts/exynos4210-trats.dts
/openbmc/u-boot/arch/arm/dts/exynos4210-universal_c210.dts
/openbmc/u-boot/arch/arm/dts/exynos4412-odroid.dts
/openbmc/u-boot/arch/arm/dts/exynos4412-trats2.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-plus.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64.dtsi
/openbmc/u-boot/arch/arm/dts/sun5i-a10s.dtsi
/openbmc/u-boot/arch/arm/dts/sun5i-a13-olinuxino.dts
/openbmc/u-boot/arch/arm/dts/sun5i-r8-chip.dts
/openbmc/u-boot/arch/arm/dts/sun5i.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-2.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-lite.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-pc.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-plus.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3.dtsi
/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000-a02.dts
/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000-b00.dts
/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000.dtsi
/openbmc/u-boot/arch/arm/dts/tegra186.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2-gentil.dts
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2-vodka.dts
/openbmc/u-boot/arch/arm/imx-common/ddrmc-vf610.c
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ppa.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/fmc.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/stm32.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/mmc.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/spl.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/board.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ivc.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/display.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/clk.h
/openbmc/u-boot/arch/arm/include/asm/armv7.h
/openbmc/u-boot/arch/arm/include/asm/armv7m.h
/openbmc/u-boot/arch/arm/include/asm/armv8/mmu.h
/openbmc/u-boot/arch/arm/include/asm/armv8/sec_firmware.h
/openbmc/u-boot/arch/arm/include/asm/cache.h
/openbmc/u-boot/arch/arm/include/asm/global_data.h
/openbmc/u-boot/arch/arm/include/asm/io.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/arm/include/asm/omap_sec_common.h
/openbmc/u-boot/arch/arm/include/asm/psci.h
/openbmc/u-boot/arch/arm/include/asm/secure.h
/openbmc/u-boot/arch/arm/include/asm/spin_table.h
/openbmc/u-boot/arch/arm/include/asm/types.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/bootm-fdt.c
/openbmc/u-boot/arch/arm/lib/bootm.c
/openbmc/u-boot/arch/arm/lib/cache.c
/openbmc/u-boot/arch/arm/lib/crt0_64.S
/openbmc/u-boot/arch/arm/lib/psci-dt.c
/openbmc/u-boot/arch/arm/lib/sections.c
/openbmc/u-boot/arch/arm/lib/spl.c
/openbmc/u-boot/arch/arm/lib/zimage.c
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dwmmc.h
/openbmc/u-boot/arch/arm/mach-exynos/mmu-arm64.c
/openbmc/u-boot/arch/arm/mach-keystone/init.c
/openbmc/u-boot/arch/arm/mach-meson/board.c
Kconfig
Makefile
board.c
rk3036/Makefile
rk3288-board-spl.c
save_boot_param.S
/openbmc/u-boot/arch/arm/mach-snapdragon/sysmap-apq8016.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/Makefile
/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/clock.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/soc.c
/openbmc/u-boot/arch/arm/mach-sunxi/board.c
/openbmc/u-boot/arch/arm/mach-tegra/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/Makefile
/openbmc/u-boot/arch/arm/mach-tegra/arm64-mmu.c
/openbmc/u-boot/arch/arm/mach-tegra/board186.c
/openbmc/u-boot/arch/arm/mach-tegra/clock.c
/openbmc/u-boot/arch/arm/mach-tegra/ivc.c
/openbmc/u-boot/arch/arm/mach-tegra/psci.S
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/Makefile
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_ll.S
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_mem.c
/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/cache-uniphier.c
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/late_lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/ssc-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/arm-cci500.c
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/mem_map.c
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/smp_kick_cpus.c
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/timer.c
/openbmc/u-boot/arch/arm/mach-uniphier/boards.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/cmd_ddrphy.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/init.h
/openbmc/u-boot/arch/arm/mach-uniphier/sc-regs.h
/openbmc/u-boot/arch/nds32/include/asm/io.h
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mp.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fsl_pamu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/pamu_table.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/start.S
/openbmc/u-boot/arch/powerpc/include/asm/fsl_secure_boot.h
/openbmc/u-boot/arch/powerpc/include/asm/status_led.h
/openbmc/u-boot/arch/sandbox/lib/bootm.c
/openbmc/u-boot/arch/sh/include/asm/io.h
/openbmc/u-boot/board/armltd/vexpress64/vexpress64.c
/openbmc/u-boot/board/cavium/thunderx/thunderx.c
/openbmc/u-boot/board/freescale/common/fsl_chain_of_trust.c
/openbmc/u-boot/board/freescale/ls1043aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1043ardb/ddr.c
/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb.c
/openbmc/u-boot/board/freescale/ls2080a/ddr.c
/openbmc/u-boot/board/freescale/ls2080aqds/ddr.c
/openbmc/u-boot/board/freescale/ls2080ardb/ddr.c
/openbmc/u-boot/board/freescale/t104xrdb/t104x_pbi_sb.cfg
/openbmc/u-boot/board/freescale/t104xrdb/tlb.c
/openbmc/u-boot/board/gdsys/405ep/405ep.c
/openbmc/u-boot/board/gdsys/405ep/dlvision-10g.c
/openbmc/u-boot/board/gdsys/405ex/405ex.c
/openbmc/u-boot/board/gdsys/mpc8308/mpc8308.c
/openbmc/u-boot/board/gumstix/duovero/duovero.c
/openbmc/u-boot/board/hisilicon/hikey/hikey.c
/openbmc/u-boot/board/isee/igep00x0/igep00x0.c
/openbmc/u-boot/board/isee/igep00x0/igep00x0.h
/openbmc/u-boot/board/keymile/common/common.c
/openbmc/u-boot/board/keymile/kmp204x/ddr.c
/openbmc/u-boot/board/logicpd/zoom1/zoom1.c
/openbmc/u-boot/board/micronas/vct/ebi_onenand.c
/openbmc/u-boot/board/nvidia/p2371-2180/p2371-2180.c
/openbmc/u-boot/board/nvidia/p2571/max77620_init.h
/openbmc/u-boot/board/raspberrypi/rpi/rpi.c
/openbmc/u-boot/board/samsung/goni/onenand.c
/openbmc/u-boot/board/samsung/smdkc100/onenand.c
/openbmc/u-boot/board/samsung/universal_c210/onenand.c
/openbmc/u-boot/board/sandbox/README.sandbox
/openbmc/u-boot/board/st/stm32f746-disco/stm32f746-disco.c
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/ti/am43xx/board.c
/openbmc/u-boot/board/ti/am57xx/board.c
/openbmc/u-boot/board/ti/dra7xx/evm.c
/openbmc/u-boot/cmd/bdinfo.c
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/cmd/i2c.c
/openbmc/u-boot/cmd/lzmadec.c
/openbmc/u-boot/cmd/misc.c
/openbmc/u-boot/cmd/mtdparts.c
/openbmc/u-boot/cmd/nand.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/bootm_os.c
/openbmc/u-boot/common/env_common.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/spl/Makefile
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_fat.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_ubi.c
/openbmc/u-boot/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/am43xx_hs_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_defconfig
/openbmc/u-boot/configs/da850evm_defconfig
/openbmc/u-boot/configs/dra7xx_hs_evm_defconfig
/openbmc/u-boot/configs/firefly-rk3288_defconfig
/openbmc/u-boot/configs/igep0020_defconfig
/openbmc/u-boot/configs/orangepi_lite_defconfig
/openbmc/u-boot/configs/orangepi_pc_defconfig
/openbmc/u-boot/configs/p2771-0000-a02_defconfig
/openbmc/u-boot/configs/p2771-0000-b00_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/thunderx_88xx_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_ep_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/configs/zynq_zc706_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/disk/part_iso.c
/openbmc/u-boot/doc/README.gpt
/openbmc/u-boot/doc/README.rockchip
/openbmc/u-boot/doc/README.scrapyard
/openbmc/u-boot/doc/README.ti-secure
/openbmc/u-boot/doc/README.ubispl
/openbmc/u-boot/doc/SPL/README.spl-secure-boot
/openbmc/u-boot/doc/device-tree-bindings/serial/sh.txt
/openbmc/u-boot/doc/driver-model/of-plat.txt
/openbmc/u-boot/doc/feature-removal-schedule.txt
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/bios_emulator/x86emu/sys.c
/openbmc/u-boot/drivers/clk/clk-uclass.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-core.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-mio.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier.h
/openbmc/u-boot/drivers/crypto/fsl/desc.h
/openbmc/u-boot/drivers/crypto/fsl/jr.c
/openbmc/u-boot/drivers/ddr/fsl/ctrl_regs.c
/openbmc/u-boot/drivers/fpga/fpga.c
/openbmc/u-boot/drivers/gpio/gpio-uniphier.c
/openbmc/u-boot/drivers/i2c/i2c-uniphier-f.c
/openbmc/u-boot/drivers/i2c/i2c-uniphier.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/i2c_eeprom.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/exynos_dw_mmc.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/sunxi_mmc.c
/openbmc/u-boot/drivers/mmc/uniphier-sd.c
/openbmc/u-boot/drivers/mtd/cfi_flash.c
/openbmc/u-boot/drivers/mtd/nand/Kconfig
/openbmc/u-boot/drivers/mtd/nand/Makefile
/openbmc/u-boot/drivers/mtd/nand/fsl_ifc_spl.c
/openbmc/u-boot/drivers/mtd/nand/mxs_nand.c
/openbmc/u-boot/drivers/mtd/nand/nand_base.c
/openbmc/u-boot/drivers/mtd/nand/nand_ids.c
/openbmc/u-boot/drivers/mtd/nand/nand_spl_simple.c
/openbmc/u-boot/drivers/mtd/nand/omap_gpmc.c
/openbmc/u-boot/drivers/mtd/nand/sunxi_nand.c
/openbmc/u-boot/drivers/mtd/nand/tegra_nand.c
/openbmc/u-boot/drivers/mtd/onenand/onenand_base.c
/openbmc/u-boot/drivers/mtd/onenand/onenand_spl.c
/openbmc/u-boot/drivers/mtd/onenand/onenand_uboot.c
/openbmc/u-boot/drivers/mtd/spi/Kconfig
/openbmc/u-boot/drivers/mtd/spi/Makefile
/openbmc/u-boot/drivers/mtd/spi/sunxi_spi_spl.c
/openbmc/u-boot/drivers/mtd/ubispl/Makefile
/openbmc/u-boot/drivers/mtd/ubispl/ubi-wrapper.h
/openbmc/u-boot/drivers/mtd/ubispl/ubispl.c
/openbmc/u-boot/drivers/mtd/ubispl/ubispl.h
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/sun8i_emac.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier.h
/openbmc/u-boot/drivers/rtc/date.c
/openbmc/u-boot/drivers/serial/serial_sh.c
/openbmc/u-boot/drivers/serial/serial_stm32x7.c
/openbmc/u-boot/drivers/serial/serial_uniphier.c
/openbmc/u-boot/drivers/serial/serial_zynq.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/musb-new/musb_dsps.c
/openbmc/u-boot/drivers/video/tegra.c
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/BSC9131RDB.h
/openbmc/u-boot/include/configs/BSC9132QDS.h
/openbmc/u-boot/include/configs/C29XPCIE.h
/openbmc/u-boot/include/configs/MPC8308RDB.h
/openbmc/u-boot/include/configs/MPC8313ERDB.h
/openbmc/u-boot/include/configs/MPC8315ERDB.h
/openbmc/u-boot/include/configs/MPC8323ERDB.h
/openbmc/u-boot/include/configs/MPC832XEMDS.h
/openbmc/u-boot/include/configs/MPC8349EMDS.h
/openbmc/u-boot/include/configs/MPC8349ITX.h
/openbmc/u-boot/include/configs/MPC837XEMDS.h
/openbmc/u-boot/include/configs/MPC837XERDB.h
/openbmc/u-boot/include/configs/MPC8536DS.h
/openbmc/u-boot/include/configs/MPC8544DS.h
/openbmc/u-boot/include/configs/MPC8548CDS.h
/openbmc/u-boot/include/configs/MPC8572DS.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/P1023RDB.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/T102xRDB.h
/openbmc/u-boot/include/configs/T1040QDS.h
/openbmc/u-boot/include/configs/T104xRDB.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/T208xRDB.h
/openbmc/u-boot/include/configs/T4240QDS.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/arndale.h
/openbmc/u-boot/include/configs/bcm_ep_board.h
/openbmc/u-boot/include/configs/controlcenterd.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/cyrus.h
/openbmc/u-boot/include/configs/dragonboard410c.h
/openbmc/u-boot/include/configs/jetson-tk1.h
/openbmc/u-boot/include/configs/ls1021aqds.h
/openbmc/u-boot/include/configs/ls1021atwr.h
/openbmc/u-boot/include/configs/ls1043ardb.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/mxs.h
/openbmc/u-boot/include/configs/omap3_igep00x0.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/p1_twr.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/sbc8548.h
/openbmc/u-boot/include/configs/stm32f746-disco.h
/openbmc/u-boot/include/configs/sun6i.h
/openbmc/u-boot/include/configs/sun7i.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/v38b.h
/openbmc/u-boot/include/configs/vexpress_ca15_tc2.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_ep.h
/openbmc/u-boot/include/configs/xpedite1000.h
/openbmc/u-boot/include/configs/xpedite517x.h
/openbmc/u-boot/include/configs/xpedite520x.h
/openbmc/u-boot/include/configs/xpedite537x.h
/openbmc/u-boot/include/configs/xpedite550x.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/configs/zynq_zc70x.h
/openbmc/u-boot/include/configs/zynq_zybo.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/fsl_validate.h
/openbmc/u-boot/include/gdsys_fpga.h
/openbmc/u-boot/include/i2c_eeprom.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/linux/io.h
/openbmc/u-boot/include/linux/mtd/mtd.h
/openbmc/u-boot/include/linux/mtd/nand.h
/openbmc/u-boot/include/linux/mtd/omap_gpmc.h
/openbmc/u-boot/include/linux/types.h
/openbmc/u-boot/include/nand.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/onenand_uboot.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/ubispl.h
/openbmc/u-boot/lib/efi_loader/efi_memory.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/hashtable.c
/openbmc/u-boot/lib/rsa/rsa-sign.c
/openbmc/u-boot/net/eth_internal.h
/openbmc/u-boot/post/cpu/ppc4xx/ether.c
/openbmc/u-boot/test/README
/openbmc/u-boot/test/py/conftest.py
/openbmc/u-boot/test/py/multiplexed_log.py
/openbmc/u-boot/test/py/tests/test_ofplatdata.py
/openbmc/u-boot/test/py/tests/test_vboot.py
/openbmc/u-boot/test/py/tests/vboot/sandbox-kernel.dts
/openbmc/u-boot/test/py/tests/vboot/sandbox-u-boot.dts
/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha1.its
/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha256.its
/openbmc/u-boot/test/py/tests/vboot/sign-images-sha1.its
/openbmc/u-boot/test/py/tests/vboot/sign-images-sha256.its
/openbmc/u-boot/test/py/u_boot_console_base.py
/openbmc/u-boot/test/py/u_boot_console_sandbox.py
/openbmc/u-boot/test/py/u_boot_spawn.py
/openbmc/u-boot/test/py/u_boot_utils.py
/openbmc/u-boot/test/run
/openbmc/u-boot/tools/dtoc/fdt_fallback.py
/openbmc/u-boot/tools/env/fw_env.c
/openbmc/u-boot/tools/env/fw_env.config
/openbmc/u-boot/tools/env/fw_env.h
/openbmc/u-boot/tools/fit_image.c
/openbmc/u-boot/tools/image-host.c
/openbmc/u-boot/tools/mkimage.c
086ec0e204-Jul-2016 Simon Glass <sjg@chromium.org>

rockchip: sdram: Update the driver to support of-platdata

Add support for of-platdata with rk3288 SDRAM initr. This requires decoding
the of-platdata struct and setting up the device from that. Also

rockchip: sdram: Update the driver to support of-platdata

Add support for of-platdata with rk3288 SDRAM initr. This requires decoding
the of-platdata struct and setting up the device from that. Also the driver
needs to be renamed to match the string that of-platdata will search for.

The platform data is copied from the of-platdata structure to the one used
by the driver. This allows the same code to be used with device tree and
of-platdata.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

fb4baf5d04-Jul-2016 Simon Glass <sjg@chromium.org>

rockchip: sdram: Move all DT decoding to ofdata_to_platdata()

It is more correct to avoid touching the device tree in the probe() method.
Update the driver to work this way. Note that only SPL needs

rockchip: sdram: Move all DT decoding to ofdata_to_platdata()

It is more correct to avoid touching the device tree in the probe() method.
Update the driver to work this way. Note that only SPL needs to fiddle with
the SDRAM registers, so decoding the platform data fully is not necessary in
U-Boot proper.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

5ce4bb2704-Jul-2016 Simon Glass <sjg@chromium.org>

rockchip: syscon: Update to work with of-platdata

The syscon devices all end up having diffent driver names with of-platdata,
since the driver name comes from the first string in the compatible list

rockchip: syscon: Update to work with of-platdata

The syscon devices all end up having diffent driver names with of-platdata,
since the driver name comes from the first string in the compatible list.
Add separate device declarations for each one, and add a bind method to set
up driver_data correctly.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

6afc466104-Jul-2016 Simon Glass <sjg@chromium.org>

rockchip: Don't use spl_boot_device() with of-platdata

This function cannot look at the device tree when of-platdata is used.
Update the code to handle this.

Signed-off-by: Simon Glass <sjg@chromiu

rockchip: Don't use spl_boot_device() with of-platdata

This function cannot look at the device tree when of-platdata is used.
Update the code to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

6efeeea704-Jul-2016 Simon Glass <sjg@chromium.org>

rockchip: Move the MMC setup check earlier

When the boot ROM sets up MMC we don't need to do it again. Remove the
MMC setup code entirely.

Signed-off-by: Simon Glass <sjg@chromium.org>


/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/dts/dra7-evm.dts
/openbmc/u-boot/arch/arm/dts/dra72-evm.dts
/openbmc/u-boot/arch/arm/dts/k2e-evm.dts
/openbmc/u-boot/arch/arm/dts/k2g-evm.dts
/openbmc/u-boot/arch/arm/dts/k2g.dtsi
/openbmc/u-boot/arch/arm/dts/k2hk-evm.dts
/openbmc/u-boot/arch/arm/dts/k2l-evm.dts
/openbmc/u-boot/arch/arm/dts/keystone.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288-firefly.dts
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram.h
rk3288-board-spl.c
/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
/openbmc/u-boot/arch/sandbox/Kconfig
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/cpu/Makefile
/openbmc/u-boot/arch/sandbox/cpu/cpu.c
/openbmc/u-boot/arch/sandbox/cpu/os.c
/openbmc/u-boot/arch/sandbox/cpu/spl.c
/openbmc/u-boot/arch/sandbox/cpu/start.c
/openbmc/u-boot/arch/sandbox/cpu/u-boot-spl.lds
/openbmc/u-boot/arch/sandbox/dts/sandbox.dts
/openbmc/u-boot/arch/sandbox/include/asm/spl.h
/openbmc/u-boot/arch/sandbox/lib/Makefile
/openbmc/u-boot/arch/x86/Kconfig
/openbmc/u-boot/arch/x86/cpu/baytrail/Kconfig
/openbmc/u-boot/arch/x86/cpu/baytrail/acpi.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/lpc.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/sdram.c
/openbmc/u-boot/arch/x86/cpu/quark/acpi.c
/openbmc/u-boot/arch/x86/dts/Makefile
/openbmc/u-boot/arch/x86/dts/baytrail_som-db5800-som-6867.dts
/openbmc/u-boot/arch/x86/include/asm/acpi/global_nvs.h
/openbmc/u-boot/arch/x86/include/asm/acpi_table.h
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/global_nvs.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/platform.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/global_nvs.h
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/global_nvs.asl
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/platform.asl
/openbmc/u-boot/arch/x86/include/asm/arch-quark/global_nvs.h
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/arch/x86/lib/fsp/fsp_support.c
/openbmc/u-boot/board/advantech/Kconfig
/openbmc/u-boot/board/advantech/som-db5800-som-6867/.gitignore
/openbmc/u-boot/board/advantech/som-db5800-som-6867/Kconfig
/openbmc/u-boot/board/advantech/som-db5800-som-6867/MAINTAINERS
/openbmc/u-boot/board/advantech/som-db5800-som-6867/Makefile
/openbmc/u-boot/board/advantech/som-db5800-som-6867/acpi/mainboard.asl
/openbmc/u-boot/board/advantech/som-db5800-som-6867/dsdt.asl
/openbmc/u-boot/board/advantech/som-db5800-som-6867/som-db5800-som-6867.c
/openbmc/u-boot/board/advantech/som-db5800-som-6867/start.S
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/conga-qeval20-qa3.c
/openbmc/u-boot/board/evb_rk3036/evb_rk3036/MAINTAINERS
/openbmc/u-boot/board/kylin/kylin_rk3036/MAINTAINERS
/openbmc/u-boot/board/sandbox/MAINTAINERS
/openbmc/u-boot/cmd/sf.c
/openbmc/u-boot/common/env_sf.c
/openbmc/u-boot/common/fb_mmc.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/configs/bayleybay_defconfig
/openbmc/u-boot/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
/openbmc/u-boot/configs/dragonboard410c_defconfig
/openbmc/u-boot/configs/k2e_evm_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2hk_evm_defconfig
/openbmc/u-boot/configs/k2l_evm_defconfig
/openbmc/u-boot/configs/minnowmax_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_spl_defconfig
/openbmc/u-boot/configs/som-db5800-som-6867_defconfig
/openbmc/u-boot/doc/README.x86
/openbmc/u-boot/doc/driver-model/of-plat.txt
/openbmc/u-boot/drivers/clk/clk-uclass.c
/openbmc/u-boot/drivers/clk/clk_fixed_rate.c
/openbmc/u-boot/drivers/clk/clk_rk3288.c
/openbmc/u-boot/drivers/core/device-remove.c
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/lists.c
/openbmc/u-boot/drivers/core/regmap.c
/openbmc/u-boot/drivers/core/root.c
/openbmc/u-boot/drivers/core/syscon-uclass.c
/openbmc/u-boot/drivers/dfu/dfu_mmc.c
/openbmc/u-boot/drivers/gpio/mpc85xx_gpio.c
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/cros_ec_sandbox.c
/openbmc/u-boot/drivers/misc/spltest_sandbox.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/dw_mmc.c
/openbmc/u-boot/drivers/mmc/mmc-uclass.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mmc_boot.c
/openbmc/u-boot/drivers/mmc/mmc_legacy.c
/openbmc/u-boot/drivers/mmc/mmc_private.h
/openbmc/u-boot/drivers/mmc/msm_sdhci.c
/openbmc/u-boot/drivers/mmc/rockchip_dw_mmc.c
/openbmc/u-boot/drivers/mmc/sandbox_mmc.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/pci/pci_rom.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl_rk3288.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/sandbox.c
/openbmc/u-boot/drivers/serial/serial-uclass.c
/openbmc/u-boot/drivers/serial/serial_rockchip.c
/openbmc/u-boot/drivers/spi/cadence_qspi.c
/openbmc/u-boot/drivers/spi/cadence_qspi.h
/openbmc/u-boot/drivers/spi/cadence_qspi_apb.c
/openbmc/u-boot/drivers/spi/davinci_spi.c
/openbmc/u-boot/drivers/spi/spi-uclass.c
/openbmc/u-boot/dts/Kconfig
/openbmc/u-boot/include/clk.h
/openbmc/u-boot/include/configs/k2g_evm.h
/openbmc/u-boot/include/configs/rk3036_common.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/sandbox_spl.h
/openbmc/u-boot/include/configs/som-db5800-som-6867.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/dm/device.h
/openbmc/u-boot/include/dm/platdata.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dt-structs.h
/openbmc/u-boot/include/dwmmc.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/os.h
/openbmc/u-boot/include/regmap.h
/openbmc/u-boot/include/sdhci.h
/openbmc/u-boot/include/syscon.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/libfdt/libfdt.swig
/openbmc/u-boot/lib/libfdt/setup.py
/openbmc/u-boot/lib/libfdt/test_libfdt.py
/openbmc/u-boot/lib/tiny-printf.c
/openbmc/u-boot/scripts/Makefile.host
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/dtoc/.gitignore
/openbmc/u-boot/tools/dtoc/dtoc
/openbmc/u-boot/tools/dtoc/dtoc.py
/openbmc/u-boot/tools/dtoc/fdt.py
/openbmc/u-boot/tools/dtoc/fdt_fallback.py
/openbmc/u-boot/tools/dtoc/fdt_util.py
/openbmc/u-boot/tools/patman/patchstream.py
aa15038c13-Jun-2016 Simon Glass <sjg@chromium.org>

rockchip: Use 'select' instead of defaults in Kconfig

Rockchip uses driver model for all subsystems. Specify this in the arm
Kconfig rather than as defaults in the Rockchip Kconfig. This means that

rockchip: Use 'select' instead of defaults in Kconfig

Rockchip uses driver model for all subsystems. Specify this in the arm
Kconfig rather than as defaults in the Rockchip Kconfig. This means that
boards cannot turn these options off, which seems correct.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arc/config.mk
/openbmc/u-boot/arch/arc/include/asm/global_data.h
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/at91sam9260-smartweb.dts
/openbmc/u-boot/arch/arm/dts/at91sam9260.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9261.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9263.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9g20-taurus.dts
/openbmc/u-boot/arch/arm/dts/at91sam9g20.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9g45-corvus.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1043a.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls2080a.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-r16-parrot.dts
/openbmc/u-boot/arch/arm/dts/tegra20-harmony.dts
/openbmc/u-boot/arch/arm/dts/tegra20-seaboard.dts
/openbmc/u-boot/arch/arm/dts/tegra20-ventana.dts
/openbmc/u-boot/arch/arm/dts/uniphier-common32.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld11-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld11.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld20-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld20.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld4-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld6b-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld6b.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4-ace.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4-sanji.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro5-4kbox.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro5.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld3.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld8-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld8.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2-gentil.dts
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2-vodka.dts
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ref-daughter.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/spl.h
/openbmc/u-boot/arch/arm/include/asm/setjmp.h
/openbmc/u-boot/arch/arm/mach-at91/Kconfig
/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_matrix.h
/openbmc/u-boot/arch/arm/mach-at91/spl.c
Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-uniphier/board_early_init_f.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-ld20.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/Makefile
/openbmc/u-boot/arch/x86/cpu/coreboot/Makefile
/openbmc/u-boot/board/broadcom/bcm11130/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm11130_nand/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm23550_w1d/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm28155_ap/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm28155_w1d/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm911360_entphn-ns/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm911360_entphn/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm911360k/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm958300k-ns/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm958300k/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm958305k/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm958622hr/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds.c
/openbmc/u-boot/board/siemens/corvus/board.c
/openbmc/u-boot/board/siemens/smartweb/smartweb.c
/openbmc/u-boot/board/siemens/taurus/taurus.c
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/README.pine64
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/ti/am335x/Kconfig
/openbmc/u-boot/board/ti/am43xx/MAINTAINERS
/openbmc/u-boot/board/ti/dra7xx/evm.c
/openbmc/u-boot/cmd/usb.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/autoboot.c
/openbmc/u-boot/common/fb_mmc.c
/openbmc/u-boot/common/fb_nand.c
/openbmc/u-boot/common/image-sparse.c
/openbmc/u-boot/configs/am335x_evm_spiboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_qspiboot_defconfig
/openbmc/u-boot/configs/am43xx_hs_evm_defconfig
/openbmc/u-boot/configs/axm_defconfig
/openbmc/u-boot/configs/brppt1_mmc_defconfig
/openbmc/u-boot/configs/brppt1_nand_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/brxre1_defconfig
/openbmc/u-boot/configs/cairo_defconfig
/openbmc/u-boot/configs/colibri_t20_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_defconfig
/openbmc/u-boot/configs/corvus_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/ls1012afrdm_qspi_defconfig
/openbmc/u-boot/configs/ls1012aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1012ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1021aqds_nand_defconfig
/openbmc/u-boot/configs/ls1021aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_nand_defconfig
/openbmc/u-boot/configs/ls1043aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1043ardb_nand_defconfig
/openbmc/u-boot/configs/ls1043ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls2080aqds_qspi_defconfig
/openbmc/u-boot/configs/medcom-wide_defconfig
/openbmc/u-boot/configs/omap3_evm_quick_mmc_defconfig
/openbmc/u-boot/configs/omap3_evm_quick_nand_defconfig
/openbmc/u-boot/configs/parrot_r16_defconfig
/openbmc/u-boot/configs/paz00_defconfig
/openbmc/u-boot/configs/seaboard_defconfig
/openbmc/u-boot/configs/smartweb_defconfig
/openbmc/u-boot/configs/socfpga_is1_defconfig
/openbmc/u-boot/configs/taurus_defconfig
/openbmc/u-boot/configs/tec_defconfig
/openbmc/u-boot/configs/ventana_defconfig
/openbmc/u-boot/doc/README.autoboot
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/mmc/dw_mmc.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/msm_sdhci.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/designware.h
/openbmc/u-boot/drivers/net/phy/aquantia.c
/openbmc/u-boot/drivers/net/rtl8169.c
/openbmc/u-boot/drivers/pci/pci_tegra.c
/openbmc/u-boot/drivers/pinctrl/uniphier/Kconfig
/openbmc/u-boot/drivers/pinctrl/uniphier/Makefile
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier.h
/openbmc/u-boot/drivers/spi/ti_qspi.c
/openbmc/u-boot/drivers/usb/common/fsl-errata.c
/openbmc/u-boot/drivers/usb/gadget/f_fastboot.c
/openbmc/u-boot/drivers/usb/host/ehci-fsl.c
/openbmc/u-boot/drivers/usb/host/ehci-mx6.c
/openbmc/u-boot/drivers/video/rockchip/rk_hdmi.c
/openbmc/u-boot/drivers/video/tegra.c
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/CPCI2DP.h
/openbmc/u-boot/include/configs/CPCI4052.h
/openbmc/u-boot/include/configs/MIP405.h
/openbmc/u-boot/include/configs/PIP405.h
/openbmc/u-boot/include/configs/PLU405.h
/openbmc/u-boot/include/configs/PMC405DE.h
/openbmc/u-boot/include/configs/PMC440.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/VOM405.h
/openbmc/u-boot/include/configs/a3m071.h
/openbmc/u-boot/include/configs/amcc-common.h
/openbmc/u-boot/include/configs/apf27.h
/openbmc/u-boot/include/configs/calimain.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/cm_t3517.h
/openbmc/u-boot/include/configs/cm_t43.h
/openbmc/u-boot/include/configs/corvus.h
/openbmc/u-boot/include/configs/devkit3250.h
/openbmc/u-boot/include/configs/digsy_mtc.h
/openbmc/u-boot/include/configs/dlvision-10g.h
/openbmc/u-boot/include/configs/exynos-common.h
/openbmc/u-boot/include/configs/gdppc440etx.h
/openbmc/u-boot/include/configs/hrcon.h
/openbmc/u-boot/include/configs/intip.h
/openbmc/u-boot/include/configs/io.h
/openbmc/u-boot/include/configs/io64.h
/openbmc/u-boot/include/configs/iocon.h
/openbmc/u-boot/include/configs/km/kmp204x-common.h
/openbmc/u-boot/include/configs/legoev3.h
/openbmc/u-boot/include/configs/ls1043aqds.h
/openbmc/u-boot/include/configs/meesc.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/pcm030.h
/openbmc/u-boot/include/configs/r7780mp.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/smartweb.h
/openbmc/u-boot/include/configs/smdk2410.h
/openbmc/u-boot/include/configs/smdkc100.h
/openbmc/u-boot/include/configs/snapper9260.h
/openbmc/u-boot/include/configs/snapper9g45.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_is1.h
/openbmc/u-boot/include/configs/spear-common.h
/openbmc/u-boot/include/configs/strider.h
/openbmc/u-boot/include/configs/taurus.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/ti_omap5_common.h
/openbmc/u-boot/include/configs/tricorder.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/vinco.h
/openbmc/u-boot/include/configs/work_92105.h
/openbmc/u-boot/include/configs/x600.h
/openbmc/u-boot/include/configs/xilinx-ppc.h
/openbmc/u-boot/include/dwmmc.h
/openbmc/u-boot/include/errno.h
/openbmc/u-boot/include/fastboot.h
/openbmc/u-boot/include/fb_mmc.h
/openbmc/u-boot/include/fb_nand.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/fsl_esdhc.h
/openbmc/u-boot/include/image-sparse.h
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/tiny-printf.c
/openbmc/u-boot/net/nfs.c
/openbmc/u-boot/test/py/tests/test_hush_if_test.py
/openbmc/u-boot/test/py/tests/test_sandbox_exit.py
/openbmc/u-boot/test/py/u_boot_spawn.py
/openbmc/u-boot/test/py/u_boot_utils.py
/openbmc/u-boot/tools/Makefile
2b1cdafa14-May-2016 Marek Vasut <marex@denx.de>

common: Pass the boot device into spl_boot_mode()

The SPL code already knows which boot device it calls the spl_boot_mode()
on, so pass that information into the function. This allows the code of
sp

common: Pass the boot device into spl_boot_mode()

The SPL code already knows which boot device it calls the spl_boot_mode()
on, so pass that information into the function. This allows the code of
spl_boot_mode() avoid invoking spl_boot_device() again, but it also lets
board_boot_order() correctly alter the behavior of the boot process.

The later one is important, since in certain cases, it is desired that
spl_boot_device() return value be overriden using board_boot_order().

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
[add newly introduced zynq variant]
Signed-aff-by: Andreas Bießmann <andreas@biessmann.org>

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/generic.c
/openbmc/u-boot/arch/arm/cpu/armv7/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-bcm235xx.c
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-core.c
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/spl.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/boot-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/psci.S
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/psci.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/psci_head.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/spl.c
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/spl.c
/openbmc/u-boot/arch/arm/cpu/u-boot.lds
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/axp22x.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-a23-inet86dz.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a23-polaroid-mid2407pxe03.dts
/openbmc/u-boot/arch/arm/imx-common/spl.c
/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/boot0.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpucfg.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/prcm.h
/openbmc/u-boot/arch/arm/include/asm/psci.h
/openbmc/u-boot/arch/arm/lib/bootm-fdt.c
/openbmc/u-boot/arch/arm/mach-at91/spl.c
/openbmc/u-boot/arch/arm/mach-davinci/spl.c
/openbmc/u-boot/arch/arm/mach-meson/Kconfig
/openbmc/u-boot/arch/arm/mach-mvebu/spl.c
rk3288-board-spl.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl.c
/openbmc/u-boot/arch/arm/mach-sunxi/board.c
/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram_init.c
/openbmc/u-boot/arch/arm/mach-zynq/spl.c
/openbmc/u-boot/board/BuR/brppt1/Kconfig
/openbmc/u-boot/board/BuR/brppt1/MAINTAINERS
/openbmc/u-boot/board/BuR/brppt1/Makefile
/openbmc/u-boot/board/BuR/brppt1/board.c
/openbmc/u-boot/board/BuR/brppt1/mux.c
/openbmc/u-boot/board/BuR/brxre1/Kconfig
/openbmc/u-boot/board/BuR/brxre1/MAINTAINERS
/openbmc/u-boot/board/BuR/brxre1/Makefile
/openbmc/u-boot/board/BuR/brxre1/board.c
/openbmc/u-boot/board/BuR/brxre1/mux.c
/openbmc/u-boot/board/amlogic/odroid-c2/Kconfig
/openbmc/u-boot/board/amlogic/odroid-c2/MAINTAINERS
/openbmc/u-boot/board/amlogic/odroid-c2/Makefile
/openbmc/u-boot/board/amlogic/odroid-c2/README
/openbmc/u-boot/board/amlogic/odroid-c2/odroid-c2.c
/openbmc/u-boot/board/sunxi/Kconfig
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/work-microwave/work_92105/work_92105_display.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/cmd/bootm.c
/openbmc/u-boot/cmd/nand.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/cli.c
/openbmc/u-boot/common/env_ext4.c
/openbmc/u-boot/common/fb_nand.c
/openbmc/u-boot/common/image-android.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/spl/spl_nand.c
/openbmc/u-boot/configs/10m50_defconfig
/openbmc/u-boot/configs/3c120_defconfig
/openbmc/u-boot/configs/M5249EVB_defconfig
/openbmc/u-boot/configs/am335x_sl50_defconfig
/openbmc/u-boot/configs/bcm11130_defconfig
/openbmc/u-boot/configs/bcm11130_nand_defconfig
/openbmc/u-boot/configs/bcm23550_w1d_defconfig
/openbmc/u-boot/configs/bcm28155_ap_defconfig
/openbmc/u-boot/configs/bcm28155_w1d_defconfig
/openbmc/u-boot/configs/bcm911360_entphn-ns_defconfig
/openbmc/u-boot/configs/bcm911360_entphn_defconfig
/openbmc/u-boot/configs/bcm911360k_defconfig
/openbmc/u-boot/configs/bcm958300k-ns_defconfig
/openbmc/u-boot/configs/bcm958300k_defconfig
/openbmc/u-boot/configs/bcm958305k_defconfig
/openbmc/u-boot/configs/bcm958622hr_defconfig
/openbmc/u-boot/configs/bf506f-ezkit_defconfig
/openbmc/u-boot/configs/brppt1_mmc_defconfig
/openbmc/u-boot/configs/brppt1_nand_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/brxre1_defconfig
/openbmc/u-boot/configs/dnp5370_defconfig
/openbmc/u-boot/configs/espresso7420_defconfig
/openbmc/u-boot/configs/gurnard_defconfig
/openbmc/u-boot/configs/inet86dz_defconfig
/openbmc/u-boot/configs/malta64_defconfig
/openbmc/u-boot/configs/malta64el_defconfig
/openbmc/u-boot/configs/malta_defconfig
/openbmc/u-boot/configs/maltael_defconfig
/openbmc/u-boot/configs/mpr2_defconfig
/openbmc/u-boot/configs/ms7720se_defconfig
/openbmc/u-boot/configs/odroid-c2_defconfig
/openbmc/u-boot/configs/openrisc-generic_defconfig
/openbmc/u-boot/configs/polaroid_mid2407pxe03_defconfig
/openbmc/u-boot/configs/rsk7203_defconfig
/openbmc/u-boot/configs/s32v234evb_defconfig
/openbmc/u-boot/configs/s5p_goni_defconfig
/openbmc/u-boot/configs/shmin_defconfig
/openbmc/u-boot/configs/tplink_wdr4300_defconfig
/openbmc/u-boot/configs/uniphier_ld11_defconfig
/openbmc/u-boot/configs/uniphier_ld20_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_pro4_defconfig
/openbmc/u-boot/configs/uniphier_pxs2_ld6b_defconfig
/openbmc/u-boot/configs/uniphier_sld3_defconfig
/openbmc/u-boot/doc/README.distro
/openbmc/u-boot/doc/README.nand
/openbmc/u-boot/doc/mkimage.1
/openbmc/u-boot/doc/uImage.FIT/source_file_format.txt
/openbmc/u-boot/drivers/clk/clk_sandbox.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mtd/nand/Kconfig
/openbmc/u-boot/drivers/mtd/nand/am335x_spl_bch.c
/openbmc/u-boot/drivers/mtd/nand/atmel_nand.c
/openbmc/u-boot/drivers/mtd/nand/lpc32xx_nand_mlc.c
/openbmc/u-boot/drivers/mtd/nand/mxs_nand_spl.c
/openbmc/u-boot/drivers/mtd/nand/nand_base.c
/openbmc/u-boot/drivers/mtd/nand/nand_spl_simple.c
/openbmc/u-boot/drivers/mtd/nand/nand_util.c
/openbmc/u-boot/drivers/mtd/nand/sunxi_nand_spl.c
/openbmc/u-boot/drivers/net/phy/marvell.c
/openbmc/u-boot/drivers/net/phy/micrel.c
/openbmc/u-boot/drivers/net/rtl8169.c
/openbmc/u-boot/include/autoboot.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/configs/bcm23550_w1d.h
/openbmc/u-boot/include/configs/brppt1.h
/openbmc/u-boot/include/configs/brxre1.h
/openbmc/u-boot/include/configs/dragonboard410c.h
/openbmc/u-boot/include/configs/meson-gxbb-common.h
/openbmc/u-boot/include/configs/odroid-c2.h
/openbmc/u-boot/include/configs/s32v234evb.h
/openbmc/u-boot/include/configs/snapper9g45.h
/openbmc/u-boot/include/configs/tplink_wdr4300.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/env_default.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/lib/lzo/lzo1x_decompress.c
/openbmc/u-boot/lib/tiny-printf.c
/openbmc/u-boot/net/nfs.c
/openbmc/u-boot/test/command_ut.c
/openbmc/u-boot/tools/default_image.c
/openbmc/u-boot/tools/fit_image.c
/openbmc/u-boot/tools/imagetool.c
/openbmc/u-boot/tools/imagetool.h
/openbmc/u-boot/tools/mkimage.c
/openbmc/u-boot/tools/moveconfig.py
135aa95017-Jun-2016 Stephen Warren <swarren@nvidia.com>

clk: convert API to match reset/mailbox style

The following changes are made to the clock API:
* The concept of "clocks" and "peripheral clocks" are unified; each clock
provider now implements a s

clk: convert API to match reset/mailbox style

The following changes are made to the clock API:
* The concept of "clocks" and "peripheral clocks" are unified; each clock
provider now implements a single set of clocks. This provides a simpler
conceptual interface to clients, and better aligns with device tree
clock bindings.
* Clocks are now identified with a single "struct clk", rather than
requiring clients to store the clock provider device and clock identity
values separately. For simple clock consumers, this isolates clients
from internal details of the clock API.
* clk.h is split so it only contains the client/consumer API, whereas
clk-uclass.h contains the provider API. This aligns with the recently
added reset and mailbox APIs.
* clk_ops .of_xlate(), .request(), and .free() are added so providers
can customize these operations if needed. This also aligns with the
recently added reset and mailbox APIs.
* clk_disable() is added.
* All users of the current clock APIs are updated.
* Sandbox clock tests are updated to exercise clock lookup via DT, and
clock enable/disable.
* rkclk_get_clk() is removed and replaced with standard APIs.

Buildman shows no clock-related errors for any board for which buildman
can download a toolchain.

test/py passes for sandbox (which invokes the dm clk test amongst
others).

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arc/include/asm/io.h
/openbmc/u-boot/arch/arc/lib/cache.c
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/arm1136/start.S
/openbmc/u-boot/arch/arm/cpu/arm920t/start.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxs.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/start.S
/openbmc/u-boot/arch/arm/cpu/arm946es/start.S
/openbmc/u-boot/arch/arm/cpu/armv7/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/clk_synthesizer.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/clock_am33xx.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/clock_am43xx.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-bcm235xx.c
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-bsc.c
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-core.c
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-core.h
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-eth.c
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-sdio.c
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-usb-otg.c
/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/reset.S
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/ddr.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx7/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/boot-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/config_secure.mk
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/utils.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/fdt.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/hw_data.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/prcm-regs.c
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/start.S
/openbmc/u-boot/arch/arm/cpu/armv8/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/cache.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch3
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1012a_serdes.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/fwcall.c
/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/cpu.h
/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/generic.c
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/cpu/sa1100/start.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-bone-common.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-bone.dts
/openbmc/u-boot/arch/arm/dts/am335x-bonegreen.dts
/openbmc/u-boot/arch/arm/dts/am335x-draco.dts
/openbmc/u-boot/arch/arm/dts/am335x-draco.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-evm.dts
/openbmc/u-boot/arch/arm/dts/am335x-evmsk.dts
/openbmc/u-boot/arch/arm/dts/am335x-icev2.dts
/openbmc/u-boot/arch/arm/dts/am335x-pxm2.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-pxm50.dts
/openbmc/u-boot/arch/arm/dts/am335x-rut.dts
/openbmc/u-boot/arch/arm/dts/am437x-idk-evm.dts
/openbmc/u-boot/arch/arm/dts/am43x-epos-evm.dts
/openbmc/u-boot/arch/arm/dts/am572x-idk.dts
/openbmc/u-boot/arch/arm/dts/am57xx-idk-common.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9g45-gurnard.dts
/openbmc/u-boot/arch/arm/dts/at91sam9g45.dtsi
/openbmc/u-boot/arch/arm/dts/exynos5.dtsi
/openbmc/u-boot/arch/arm/dts/exynos5250-snow.dts
/openbmc/u-boot/arch/arm/dts/exynos5250-spring.dts
/openbmc/u-boot/arch/arm/dts/exynos5250.dtsi
/openbmc/u-boot/arch/arm/dts/exynos5420-peach-pit.dts
/openbmc/u-boot/arch/arm/dts/exynos54xx.dtsi
/openbmc/u-boot/arch/arm/dts/exynos5800-peach-pi.dts
/openbmc/u-boot/arch/arm/dts/exynos7420-espresso7420.dts
/openbmc/u-boot/arch/arm/dts/exynos7420.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-frdm.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-frdm.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-qds.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-qds.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-rdb.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-rdb.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls2080a-qds.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls2080a.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxbb-odroidc2.dts
/openbmc/u-boot/arch/arm/dts/meson-gxbb.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288-firefly.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288-rock2-square.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_is1.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_vining_fpga.dts
/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000.dts
/openbmc/u-boot/arch/arm/dts/tegra186.dtsi
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
/openbmc/u-boot/arch/arm/imx-common/hab.c
/openbmc/u-boot/arch/arm/imx-common/init.c
/openbmc/u-boot/arch/arm/imx-common/iomux-v3.c
/openbmc/u-boot/arch/arm/imx-common/sata.c
/openbmc/u-boot/arch/arm/imx-common/timer.c
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clk_synthesizer.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ddr_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/sysmap.h
/openbmc/u-boot/arch/arm/include/asm/arch-bcm281xx/boot0.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fsl_serdes.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ns_access.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-meson/gxbb.h
/openbmc/u-boot/arch/arm/include/asm/arch-meson/sm.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/ddr.h
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/lpddr2.h
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mc_cgm_regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mc_me_regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mc_rgm_regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mmdc.h
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/siul.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/boot0.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/tegra_mmc.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra186/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra186/tegra.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/gpio.h
/openbmc/u-boot/arch/arm/include/asm/assembler.h
/openbmc/u-boot/arch/arm/include/asm/imx-common/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/arm/include/asm/psci.h
/openbmc/u-boot/arch/arm/include/asm/setjmp.h
/openbmc/u-boot/arch/arm/include/asm/system.h
/openbmc/u-boot/arch/arm/include/asm/ti-common/davinci_nand.h
/openbmc/u-boot/arch/arm/include/asm/unified.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/ashldi3.S
/openbmc/u-boot/arch/arm/lib/ashrdi3.S
/openbmc/u-boot/arch/arm/lib/div64.S
/openbmc/u-boot/arch/arm/lib/lib1funcs.S
/openbmc/u-boot/arch/arm/lib/lshrdi3.S
/openbmc/u-boot/arch/arm/lib/memcpy.S
/openbmc/u-boot/arch/arm/lib/muldi3.S
/openbmc/u-boot/arch/arm/lib/uldivmod.S
/openbmc/u-boot/arch/arm/lib/vectors.S
/openbmc/u-boot/arch/arm/mach-at91/Kconfig
/openbmc/u-boot/arch/arm/mach-at91/Makefile
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9m10g45_devices.c
/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pmc.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_rtc.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_sck.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9g45.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5_boot.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d2.h
/openbmc/u-boot/arch/arm/mach-at91/spl.c
/openbmc/u-boot/arch/arm/mach-exynos/Kconfig
/openbmc/u-boot/arch/arm/mach-exynos/Makefile
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/cpu.h
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dp_info.h
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/mipi_dsim.h
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/power.h
/openbmc/u-boot/arch/arm/mach-exynos/lowlevel_init.c
/openbmc/u-boot/arch/arm/mach-exynos/mmu-arm64.c
/openbmc/u-boot/arch/arm/mach-exynos/pinmux.c
/openbmc/u-boot/arch/arm/mach-exynos/power.c
/openbmc/u-boot/arch/arm/mach-exynos/soc.c
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2g.h
/openbmc/u-boot/arch/arm/mach-meson/Kconfig
/openbmc/u-boot/arch/arm/mach-meson/Makefile
/openbmc/u-boot/arch/arm/mach-meson/board.c
/openbmc/u-boot/arch/arm/mach-meson/sm.c
board.c
rk3288/sdram_rk3288.c
/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8016.c
/openbmc/u-boot/arch/arm/mach-socfpga/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/Makefile
/openbmc/u-boot/arch/arm/mach-tegra/board186.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/smp_kick_cpus.c
/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/spl_board.c
/openbmc/u-boot/arch/arm/mach-zynq/clk.c
/openbmc/u-boot/arch/avr32/include/asm/u-boot.h
/openbmc/u-boot/arch/m68k/include/asm/u-boot.h
/openbmc/u-boot/arch/microblaze/include/asm/asm.h
/openbmc/u-boot/arch/microblaze/include/asm/string.h
/openbmc/u-boot/arch/mips/Kconfig
/openbmc/u-boot/arch/mips/Makefile
/openbmc/u-boot/arch/mips/config.mk
/openbmc/u-boot/arch/mips/cpu/u-boot-spl.lds
/openbmc/u-boot/arch/mips/dts/ap121.dts
/openbmc/u-boot/arch/mips/dts/ar933x.dtsi
/openbmc/u-boot/arch/mips/include/asm/cache.h
/openbmc/u-boot/arch/mips/include/asm/io.h
/openbmc/u-boot/arch/mips/include/asm/u-boot-mips.h
/openbmc/u-boot/arch/mips/include/asm/u-boot.h
/openbmc/u-boot/arch/mips/lib/cache.c
/openbmc/u-boot/arch/mips/lib/cache_init.S
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/clk.c
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/ddr.c
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/clk.c
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/ddr.c
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ath79.h
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/clk.c
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/ddr.c
/openbmc/u-boot/arch/mips/mach-ath79/reset.c
/openbmc/u-boot/arch/mips/mach-pic32/cpu.c
/openbmc/u-boot/arch/nios2/cpu/fdt.c
/openbmc/u-boot/arch/openrisc/lib/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc512x/fixed_sdram.c
/openbmc/u-boot/arch/powerpc/cpu/mpc5xxx/cpu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc5xxx/start.S
/openbmc/u-boot/arch/powerpc/cpu/mpc8260/cpu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8260/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8260/ether_fcc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/speed.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ether_fcc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/fec.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/fdt.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/reginfo.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/sdram.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/start.S
/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
/openbmc/u-boot/arch/powerpc/include/asm/immap_85xx.h
/openbmc/u-boot/arch/powerpc/include/asm/u-boot.h
/openbmc/u-boot/arch/powerpc/lib/Makefile
/openbmc/u-boot/arch/powerpc/lib/ppcstring.S
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/clk.h
/openbmc/u-boot/arch/sandbox/include/asm/gpio.h
/openbmc/u-boot/arch/sandbox/include/asm/reset.h
/openbmc/u-boot/arch/sandbox/include/asm/test.h
/openbmc/u-boot/arch/sh/cpu/sh2/cpu.c
/openbmc/u-boot/arch/sh/cpu/sh2/start.S
/openbmc/u-boot/arch/sh/cpu/sh3/cpu.c
/openbmc/u-boot/arch/sh/cpu/sh3/start.S
/openbmc/u-boot/arch/sh/cpu/sh4/cpu.c
/openbmc/u-boot/arch/sh/cpu/sh4/start.S
/openbmc/u-boot/arch/sh/cpu/u-boot.lds
/openbmc/u-boot/arch/sh/include/asm/u-boot.h
/openbmc/u-boot/arch/sh/lib/Makefile
/openbmc/u-boot/arch/x86/cpu/baytrail/acpi.c
/openbmc/u-boot/arch/x86/cpu/cpu.c
/openbmc/u-boot/arch/x86/cpu/quark/Makefile
/openbmc/u-boot/arch/x86/cpu/quark/acpi.c
/openbmc/u-boot/arch/x86/dts/bayleybay.dts
/openbmc/u-boot/arch/x86/dts/conga-qeval20-qa3-e3845.dts
/openbmc/u-boot/arch/x86/dts/minnowmax.dts
/openbmc/u-boot/arch/x86/include/asm/acpi/irq_helper.h
/openbmc/u-boot/arch/x86/include/asm/acpi/irqlinks.asl
/openbmc/u-boot/arch/x86/include/asm/acpi/irqroute.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/irqroute.h
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/lpc.asl
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/platform.asl
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/sleepstates.asl
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/southcluster.asl
/openbmc/u-boot/arch/x86/include/asm/arch-quark/device.h
/openbmc/u-boot/arch/x86/include/asm/arch-quark/iomap.h
/openbmc/u-boot/arch/x86/include/asm/arch-quark/irq.h
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/board/BuR/common/common.c
/openbmc/u-boot/board/a3m071/a3m071.c
/openbmc/u-boot/board/a4m072/a4m072.c
/openbmc/u-boot/board/amcc/canyonlands/canyonlands.c
/openbmc/u-boot/board/atmel/at91sam9261ek/at91sam9261ek.c
/openbmc/u-boot/board/atmel/at91sam9263ek/at91sam9263ek.c
/openbmc/u-boot/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
/openbmc/u-boot/board/atmel/at91sam9n12ek/at91sam9n12ek.c
/openbmc/u-boot/board/atmel/at91sam9rlek/at91sam9rlek.c
/openbmc/u-boot/board/atmel/at91sam9x5ek/at91sam9x5ek.c
/openbmc/u-boot/board/atmel/sama5d3xek/sama5d3xek.c
/openbmc/u-boot/board/atmel/sama5d4_xplained/sama5d4_xplained.c
/openbmc/u-boot/board/atmel/sama5d4ek/sama5d4ek.c
/openbmc/u-boot/board/avionic-design/common/tamonten-ng.c
/openbmc/u-boot/board/avionic-design/common/tamonten.c
/openbmc/u-boot/board/bluewater/gurnard/Kconfig
/openbmc/u-boot/board/bluewater/gurnard/MAINTAINERS
/openbmc/u-boot/board/bluewater/gurnard/Makefile
/openbmc/u-boot/board/bluewater/gurnard/gurnard.c
/openbmc/u-boot/board/bluewater/gurnard/splash_logo.h
/openbmc/u-boot/board/bosch/shc/Kconfig
/openbmc/u-boot/board/bosch/shc/MAINTAINERS
/openbmc/u-boot/board/bosch/shc/Makefile
/openbmc/u-boot/board/bosch/shc/README
/openbmc/u-boot/board/bosch/shc/board.c
/openbmc/u-boot/board/bosch/shc/board.h
/openbmc/u-boot/board/bosch/shc/mux.c
/openbmc/u-boot/board/broadcom/bcm23550_w1d/Kconfig
/openbmc/u-boot/board/broadcom/bcm23550_w1d/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm23550_w1d/Makefile
/openbmc/u-boot/board/broadcom/bcm23550_w1d/bcm23550_w1d.c
/openbmc/u-boot/board/cm5200/cm5200.c
/openbmc/u-boot/board/davedenx/aria/aria.c
/openbmc/u-boot/board/dbau1x00/Kconfig
/openbmc/u-boot/board/dbau1x00/MAINTAINERS
/openbmc/u-boot/board/esd/common/esd405ep_nand.c
/openbmc/u-boot/board/esd/cpci405/cpci405.c
/openbmc/u-boot/board/esd/mecp5123/mecp5123.c
/openbmc/u-boot/board/esd/pmc405de/pmc405de.c
/openbmc/u-boot/board/esd/pmc440/pmc440.c
/openbmc/u-boot/board/freescale/b4860qds/Makefile
/openbmc/u-boot/board/freescale/b4860qds/ddr.c
/openbmc/u-boot/board/freescale/b4860qds/spl.c
/openbmc/u-boot/board/freescale/bsc9131rdb/Makefile
/openbmc/u-boot/board/freescale/bsc9132qds/Makefile
/openbmc/u-boot/board/freescale/c29xpcie/Makefile
/openbmc/u-boot/board/freescale/c29xpcie/spl.c
/openbmc/u-boot/board/freescale/common/ls102xa_stream_id.c
/openbmc/u-boot/board/freescale/common/qixis.c
/openbmc/u-boot/board/freescale/ls1012afrdm/Kconfig
/openbmc/u-boot/board/freescale/ls1012afrdm/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1012afrdm/Makefile
/openbmc/u-boot/board/freescale/ls1012afrdm/README
/openbmc/u-boot/board/freescale/ls1012afrdm/ls1012afrdm.c
/openbmc/u-boot/board/freescale/ls1012aqds/Kconfig
/openbmc/u-boot/board/freescale/ls1012aqds/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1012aqds/Makefile
/openbmc/u-boot/board/freescale/ls1012aqds/README
/openbmc/u-boot/board/freescale/ls1012aqds/ls1012aqds.c
/openbmc/u-boot/board/freescale/ls1012aqds/ls1012aqds_qixis.h
/openbmc/u-boot/board/freescale/ls1012ardb/Kconfig
/openbmc/u-boot/board/freescale/ls1012ardb/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1012ardb/Makefile
/openbmc/u-boot/board/freescale/ls1012ardb/README
/openbmc/u-boot/board/freescale/ls1012ardb/ls1012ardb.c
/openbmc/u-boot/board/freescale/ls1021aqds/ddr.h
/openbmc/u-boot/board/freescale/ls1043aqds/README
/openbmc/u-boot/board/freescale/ls1043aqds/ddr.h
/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds.c
/openbmc/u-boot/board/freescale/ls1043ardb/README
/openbmc/u-boot/board/freescale/ls1043ardb/ddr.h
/openbmc/u-boot/board/freescale/ls2080aqds/README
/openbmc/u-boot/board/freescale/ls2080aqds/ddr.h
/openbmc/u-boot/board/freescale/ls2080aqds/eth.c
/openbmc/u-boot/board/freescale/ls2080aqds/ls2080aqds.c
/openbmc/u-boot/board/freescale/ls2080ardb/README
/openbmc/u-boot/board/freescale/ls2080ardb/ddr.h
/openbmc/u-boot/board/freescale/ls2080ardb/eth_ls2080rdb.c
/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb.c
/openbmc/u-boot/board/freescale/m5329evb/nand.c
/openbmc/u-boot/board/freescale/m5373evb/nand.c
/openbmc/u-boot/board/freescale/mpc5121ads/mpc5121ads.c
/openbmc/u-boot/board/freescale/mx6qsabreauto/mx6qsabreauto.c
/openbmc/u-boot/board/freescale/mx6sabresd/mx6sabresd.c
/openbmc/u-boot/board/freescale/mx6slevk/mx6slevk.c
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
/openbmc/u-boot/board/freescale/mx7dsabresd/mx7dsabresd.c
/openbmc/u-boot/board/freescale/p1010rdb/Makefile
/openbmc/u-boot/board/freescale/p1010rdb/spl.c
/openbmc/u-boot/board/freescale/p1022ds/Makefile
/openbmc/u-boot/board/freescale/p1022ds/spl.c
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/Makefile
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/spl.c
/openbmc/u-boot/board/freescale/p2041rdb/Makefile
/openbmc/u-boot/board/freescale/s32v234evb/Kconfig
/openbmc/u-boot/board/freescale/s32v234evb/MAINTAINERS
/openbmc/u-boot/board/freescale/s32v234evb/Makefile
/openbmc/u-boot/board/freescale/s32v234evb/clock.c
/openbmc/u-boot/board/freescale/s32v234evb/lpddr2.c
/openbmc/u-boot/board/freescale/s32v234evb/s32v234evb.c
/openbmc/u-boot/board/freescale/s32v234evb/s32v234evb.cfg
/openbmc/u-boot/board/freescale/t102xqds/Makefile
/openbmc/u-boot/board/freescale/t102xqds/ddr.c
/openbmc/u-boot/board/freescale/t102xqds/spl.c
/openbmc/u-boot/board/freescale/t102xrdb/Makefile
/openbmc/u-boot/board/freescale/t102xrdb/ddr.c
/openbmc/u-boot/board/freescale/t102xrdb/spl.c
/openbmc/u-boot/board/freescale/t1040qds/ddr.h
/openbmc/u-boot/board/freescale/t104xrdb/ddr.c
/openbmc/u-boot/board/freescale/t104xrdb/ddr.h
/openbmc/u-boot/board/freescale/t104xrdb/spl.c
/openbmc/u-boot/board/freescale/t208xqds/Makefile
/openbmc/u-boot/board/freescale/t208xqds/ddr.c
/openbmc/u-boot/board/freescale/t208xqds/ddr.h
/openbmc/u-boot/board/freescale/t208xqds/spl.c
/openbmc/u-boot/board/freescale/t208xrdb/Makefile
/openbmc/u-boot/board/freescale/t208xrdb/ddr.c
/openbmc/u-boot/board/freescale/t208xrdb/ddr.h
/openbmc/u-boot/board/freescale/t208xrdb/spl.c
/openbmc/u-boot/board/freescale/t4qds/Makefile
/openbmc/u-boot/board/freescale/t4qds/ddr.c
/openbmc/u-boot/board/freescale/t4qds/ddr.h
/openbmc/u-boot/board/freescale/t4qds/spl.c
/openbmc/u-boot/board/freescale/t4rdb/Makefile
/openbmc/u-boot/board/freescale/t4rdb/ddr.c
/openbmc/u-boot/board/freescale/t4rdb/ddr.h
/openbmc/u-boot/board/freescale/t4rdb/spl.c
/openbmc/u-boot/board/gateworks/gw_ventana/README
/openbmc/u-boot/board/gateworks/gw_ventana/common.c
/openbmc/u-boot/board/gateworks/gw_ventana/common.h
/openbmc/u-boot/board/gateworks/gw_ventana/eeprom.c
/openbmc/u-boot/board/gateworks/gw_ventana/gsc.c
/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana.c
/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana_spl.c
/openbmc/u-boot/board/gateworks/gw_ventana/ventana_eeprom.h
/openbmc/u-boot/board/gdsys/common/Makefile
/openbmc/u-boot/board/gdsys/common/ioep-fpga.c
/openbmc/u-boot/board/gdsys/common/osd.c
/openbmc/u-boot/board/gdsys/intip/intip.c
/openbmc/u-boot/board/gdsys/mpc8308/strider.c
/openbmc/u-boot/board/ge/bx50v3/bx50v3.c
/openbmc/u-boot/board/hardkernel/odroid-c2/Kconfig
/openbmc/u-boot/board/hardkernel/odroid-c2/MAINTAINERS
/openbmc/u-boot/board/hardkernel/odroid-c2/Makefile
/openbmc/u-boot/board/hardkernel/odroid-c2/README
/openbmc/u-boot/board/hardkernel/odroid-c2/odroid-c2.c
/openbmc/u-boot/board/ifm/ac14xx/ac14xx.c
/openbmc/u-boot/board/ifm/o2dnt2/o2dnt2.c
/openbmc/u-boot/board/imgtec/malta/Kconfig
/openbmc/u-boot/board/imgtec/malta/lowlevel_init.S
/openbmc/u-boot/board/intel/galileo/.gitignore
/openbmc/u-boot/board/intel/galileo/Makefile
/openbmc/u-boot/board/intel/galileo/acpi/mainboard.asl
/openbmc/u-boot/board/intel/galileo/dsdt.asl
/openbmc/u-boot/board/intercontrol/digsy_mtc/digsy_mtc.c
/openbmc/u-boot/board/ipek01/ipek01.c
/openbmc/u-boot/board/is1/MAINTAINERS
/openbmc/u-boot/board/is1/Makefile
/openbmc/u-boot/board/is1/qts/iocsr_config.h
/openbmc/u-boot/board/is1/qts/pinmux_config.h
/openbmc/u-boot/board/is1/qts/pll_config.h
/openbmc/u-boot/board/is1/qts/sdram_config.h
/openbmc/u-boot/board/is1/socfpga.c
/openbmc/u-boot/board/jupiter/jupiter.c
/openbmc/u-boot/board/microchip/pic32mzda/pic32mzda.c
/openbmc/u-boot/board/micronas/vct/Kconfig
/openbmc/u-boot/board/motionpro/motionpro.c
/openbmc/u-boot/board/munices/munices.c
/openbmc/u-boot/board/nvidia/cardhu/cardhu.c
/openbmc/u-boot/board/nvidia/e2220-1170/pinmux-config-e2220-1170.h
/openbmc/u-boot/board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h
/openbmc/u-boot/board/nvidia/nyan-big/nyan-big.c
/openbmc/u-boot/board/nvidia/nyan-big/pinmux-config-nyan-big.h
/openbmc/u-boot/board/nvidia/p2371-0000/pinmux-config-p2371-0000.h
/openbmc/u-boot/board/nvidia/p2371-2180/pinmux-config-p2371-2180.h
/openbmc/u-boot/board/nvidia/p2571/p2571.c
/openbmc/u-boot/board/nvidia/p2571/pinmux-config-p2571.h
/openbmc/u-boot/board/nvidia/p2771-0000/Kconfig
/openbmc/u-boot/board/nvidia/p2771-0000/MAINTAINERS
/openbmc/u-boot/board/nvidia/p2771-0000/Makefile
/openbmc/u-boot/board/nvidia/p2771-0000/p2771-0000.c
/openbmc/u-boot/board/nvidia/seaboard/seaboard.c
/openbmc/u-boot/board/nvidia/venice2/pinmux-config-venice2.h
/openbmc/u-boot/board/pb1x00/Kconfig
/openbmc/u-boot/board/pdm360ng/pdm360ng.c
/openbmc/u-boot/board/phytec/pcm030/pcm030.c
/openbmc/u-boot/board/qca/ap121/Kconfig
/openbmc/u-boot/board/qca/ap121/ap121.c
/openbmc/u-boot/board/qca/ap143/Kconfig
/openbmc/u-boot/board/qca/ap143/ap143.c
/openbmc/u-boot/board/qemu-mips/Kconfig
/openbmc/u-boot/board/renesas/sh7752evb/u-boot.lds
/openbmc/u-boot/board/renesas/sh7753evb/u-boot.lds
/openbmc/u-boot/board/renesas/sh7757lcr/u-boot.lds
/openbmc/u-boot/board/ronetix/pm9261/pm9261.c
/openbmc/u-boot/board/ronetix/pm9263/pm9263.c
/openbmc/u-boot/board/samsung/common/board.c
/openbmc/u-boot/board/samsung/common/exynos5-dt.c
/openbmc/u-boot/board/samsung/common/misc.c
/openbmc/u-boot/board/samsung/espresso7420/Kconfig
/openbmc/u-boot/board/samsung/espresso7420/MAINTAINERS
/openbmc/u-boot/board/samsung/espresso7420/Makefile
/openbmc/u-boot/board/samsung/espresso7420/espresso7420.c
/openbmc/u-boot/board/samsung/trats/trats.c
/openbmc/u-boot/board/samsung/universal_c210/universal.c
/openbmc/u-boot/board/samtec/vining_fpga/MAINTAINERS
/openbmc/u-boot/board/samtec/vining_fpga/Makefile
/openbmc/u-boot/board/samtec/vining_fpga/qts/iocsr_config.h
/openbmc/u-boot/board/samtec/vining_fpga/qts/pinmux_config.h
/openbmc/u-boot/board/samtec/vining_fpga/qts/pll_config.h
/openbmc/u-boot/board/samtec/vining_fpga/qts/sdram_config.h
/openbmc/u-boot/board/samtec/vining_fpga/socfpga.c
/openbmc/u-boot/board/sandbox/README.sandbox
/openbmc/u-boot/board/siemens/common/board.c
/openbmc/u-boot/board/siemens/draco/Kconfig
/openbmc/u-boot/board/siemens/draco/MAINTAINERS
/openbmc/u-boot/board/siemens/draco/board.c
/openbmc/u-boot/board/siemens/draco/mux.c
/openbmc/u-boot/board/socrates/nand.c
/openbmc/u-boot/board/socrates/socrates.c
/openbmc/u-boot/board/spear/x600/x600.c
/openbmc/u-boot/board/synopsys/axs101/axs101.c
/openbmc/u-boot/board/ti/am335x/MAINTAINERS
/openbmc/u-boot/board/ti/am335x/board.c
/openbmc/u-boot/board/ti/am335x/board.h
/openbmc/u-boot/board/ti/am335x/mux.c
/openbmc/u-boot/board/ti/am43xx/MAINTAINERS
/openbmc/u-boot/board/ti/am43xx/board.c
/openbmc/u-boot/board/ti/am43xx/board.h
/openbmc/u-boot/board/ti/am43xx/mux.c
/openbmc/u-boot/board/ti/am57xx/Kconfig
/openbmc/u-boot/board/ti/am57xx/board.c
/openbmc/u-boot/board/ti/dra7xx/MAINTAINERS
/openbmc/u-boot/board/ti/dra7xx/evm.c
/openbmc/u-boot/board/ti/ks2_evm/board.c
/openbmc/u-boot/board/ti/ks2_evm/board_k2g.c
/openbmc/u-boot/board/toradex/colibri_t20/colibri_t20.c
/openbmc/u-boot/board/toradex/colibri_t30/colibri_t30.c
/openbmc/u-boot/board/tplink/wdr4300/Kconfig
/openbmc/u-boot/board/warp7/README
/openbmc/u-boot/board/warp7/warp7.c
/openbmc/u-boot/board/xes/common/actl_nand.c
/openbmc/u-boot/board/xilinx/microblaze-generic/Kconfig
/openbmc/u-boot/board/xilinx/microblaze-generic/config.mk
/openbmc/u-boot/board/xilinx/microblaze-generic/xparameters.h
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/cmd/bootm.c
/openbmc/u-boot/cmd/disk.c
/openbmc/u-boot/cmd/gpt.c
/openbmc/u-boot/cmd/itest.c
/openbmc/u-boot/cmd/jffs2.c
/openbmc/u-boot/cmd/nand.c
/openbmc/u-boot/cmd/ubi.c
/openbmc/u-boot/cmd/usb.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/bootm_os.c
/openbmc/u-boot/common/env_common.c
/openbmc/u-boot/common/env_nand.c
/openbmc/u-boot/common/env_ubi.c
/openbmc/u-boot/common/fb_nand.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/init/board_init.c
/openbmc/u-boot/common/main.c
/openbmc/u-boot/common/scsi.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_ext.c
/openbmc/u-boot/common/spl/spl_fat.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/spl/spl_nand.c
/openbmc/u-boot/common/spl/spl_ymodem.c
/openbmc/u-boot/common/splash_source.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/configs/B4420QDS_NAND_defconfig
/openbmc/u-boot/configs/B4420QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/B4420QDS_defconfig
/openbmc/u-boot/configs/B4860QDS_NAND_defconfig
/openbmc/u-boot/configs/B4860QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/B4860QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/B4860QDS_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig
/openbmc/u-boot/configs/C29XPCIE_NAND_defconfig
/openbmc/u-boot/configs/C29XPCIE_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_defconfig
/openbmc/u-boot/configs/C29XPCIE_defconfig
/openbmc/u-boot/configs/CPCI2DP_defconfig
/openbmc/u-boot/configs/CPCI4052_defconfig
/openbmc/u-boot/configs/Cyrus_P5020_defconfig
/openbmc/u-boot/configs/Cyrus_P5040_defconfig
/openbmc/u-boot/configs/M5208EVBE_defconfig
/openbmc/u-boot/configs/M52277EVB_defconfig
/openbmc/u-boot/configs/M52277EVB_stmicro_defconfig
/openbmc/u-boot/configs/M5235EVB_Flash32_defconfig
/openbmc/u-boot/configs/M5235EVB_defconfig
/openbmc/u-boot/configs/M5253DEMO_defconfig
/openbmc/u-boot/configs/M5253EVBE_defconfig
/openbmc/u-boot/configs/M5272C3_defconfig
/openbmc/u-boot/configs/M5275EVB_defconfig
/openbmc/u-boot/configs/M5282EVB_defconfig
/openbmc/u-boot/configs/M53017EVB_defconfig
/openbmc/u-boot/configs/M5329AFEE_defconfig
/openbmc/u-boot/configs/M5329BFEE_defconfig
/openbmc/u-boot/configs/M5373EVB_defconfig
/openbmc/u-boot/configs/M54451EVB_defconfig
/openbmc/u-boot/configs/M54451EVB_stmicro_defconfig
/openbmc/u-boot/configs/M54455EVB_a66_defconfig
/openbmc/u-boot/configs/M54455EVB_defconfig
/openbmc/u-boot/configs/M54455EVB_i66_defconfig
/openbmc/u-boot/configs/M54455EVB_intel_defconfig
/openbmc/u-boot/configs/M54455EVB_stm33_defconfig
/openbmc/u-boot/configs/M5475AFE_defconfig
/openbmc/u-boot/configs/M5475BFE_defconfig
/openbmc/u-boot/configs/M5475CFE_defconfig
/openbmc/u-boot/configs/M5475DFE_defconfig
/openbmc/u-boot/configs/M5475EFE_defconfig
/openbmc/u-boot/configs/M5475FFE_defconfig
/openbmc/u-boot/configs/M5475GFE_defconfig
/openbmc/u-boot/configs/M5485AFE_defconfig
/openbmc/u-boot/configs/M5485BFE_defconfig
/openbmc/u-boot/configs/M5485CFE_defconfig
/openbmc/u-boot/configs/M5485DFE_defconfig
/openbmc/u-boot/configs/M5485EFE_defconfig
/openbmc/u-boot/configs/M5485FFE_defconfig
/openbmc/u-boot/configs/M5485GFE_defconfig
/openbmc/u-boot/configs/M5485HFE_defconfig
/openbmc/u-boot/configs/MIP405T_defconfig
/openbmc/u-boot/configs/MIP405_defconfig
/openbmc/u-boot/configs/MPC8308RDB_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_33_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_66_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_NAND_33_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_NAND_66_defconfig
/openbmc/u-boot/configs/MPC8315ERDB_defconfig
/openbmc/u-boot/configs/MPC8323ERDB_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_ATM_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_HOST_33_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_HOST_66_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_SLAVE_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_defconfig
/openbmc/u-boot/configs/MPC8349EMDS_defconfig
/openbmc/u-boot/configs/MPC8349ITXGP_defconfig
/openbmc/u-boot/configs/MPC8349ITX_LOWBOOT_defconfig
/openbmc/u-boot/configs/MPC8349ITX_defconfig
/openbmc/u-boot/configs/MPC837XEMDS_HOST_defconfig
/openbmc/u-boot/configs/MPC837XEMDS_defconfig
/openbmc/u-boot/configs/MPC837XERDB_defconfig
/openbmc/u-boot/configs/MPC8536DS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8536DS_SDCARD_defconfig
/openbmc/u-boot/configs/MPC8536DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/MPC8536DS_defconfig
/openbmc/u-boot/configs/MPC8540ADS_defconfig
/openbmc/u-boot/configs/MPC8541CDS_defconfig
/openbmc/u-boot/configs/MPC8541CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8544DS_defconfig
/openbmc/u-boot/configs/MPC8548CDS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8548CDS_defconfig
/openbmc/u-boot/configs/MPC8548CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8555CDS_defconfig
/openbmc/u-boot/configs/MPC8555CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8560ADS_defconfig
/openbmc/u-boot/configs/MPC8568MDS_defconfig
/openbmc/u-boot/configs/MPC8569MDS_ATM_defconfig
/openbmc/u-boot/configs/MPC8569MDS_defconfig
/openbmc/u-boot/configs/MPC8572DS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8572DS_defconfig
/openbmc/u-boot/configs/MPC8610HPCD_defconfig
/openbmc/u-boot/configs/MPC8641HPCN_36BIT_defconfig
/openbmc/u-boot/configs/MPC8641HPCN_defconfig
/openbmc/u-boot/configs/Mele_A1000G_quad_defconfig
/openbmc/u-boot/configs/MigoR_defconfig
/openbmc/u-boot/configs/MiniFAP_defconfig
/openbmc/u-boot/configs/O2D300_defconfig
/openbmc/u-boot/configs/O2DNT2_RAMBOOT_defconfig
/openbmc/u-boot/configs/O2DNT2_defconfig
/openbmc/u-boot/configs/O2D_defconfig
/openbmc/u-boot/configs/O2I_defconfig
/openbmc/u-boot/configs/O2MNT_O2M110_defconfig
/openbmc/u-boot/configs/O2MNT_O2M112_defconfig
/openbmc/u-boot/configs/O2MNT_O2M113_defconfig
/openbmc/u-boot/configs/O2MNT_defconfig
/openbmc/u-boot/configs/O3DNT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_defconfig
/openbmc/u-boot/configs/P1022DS_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_defconfig
/openbmc/u-boot/configs/P1023RDB_defconfig
/openbmc/u-boot/configs/P1024RDB_36BIT_defconfig
/openbmc/u-boot/configs/P1024RDB_NAND_defconfig
/openbmc/u-boot/configs/P1024RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P1024RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1024RDB_defconfig
/openbmc/u-boot/configs/P1025RDB_36BIT_defconfig
/openbmc/u-boot/configs/P1025RDB_NAND_defconfig
/openbmc/u-boot/configs/P1025RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P1025RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1025RDB_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_defconfig
/openbmc/u-boot/configs/P2041RDB_NAND_defconfig
/openbmc/u-boot/configs/P2041RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P2041RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P2041RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P2041RDB_defconfig
/openbmc/u-boot/configs/P3041DS_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P3041DS_NAND_defconfig
/openbmc/u-boot/configs/P3041DS_SDCARD_defconfig
/openbmc/u-boot/configs/P3041DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P3041DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P3041DS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P3041DS_defconfig
/openbmc/u-boot/configs/P4080DS_SDCARD_defconfig
/openbmc/u-boot/configs/P4080DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P4080DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P4080DS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P4080DS_defconfig
/openbmc/u-boot/configs/P5020DS_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5020DS_NAND_defconfig
/openbmc/u-boot/configs/P5020DS_SDCARD_defconfig
/openbmc/u-boot/configs/P5020DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5020DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P5020DS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P5020DS_defconfig
/openbmc/u-boot/configs/P5040DS_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5040DS_NAND_defconfig
/openbmc/u-boot/configs/P5040DS_SDCARD_defconfig
/openbmc/u-boot/configs/P5040DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5040DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P5040DS_defconfig
/openbmc/u-boot/configs/PATI_defconfig
/openbmc/u-boot/configs/PIP405_defconfig
/openbmc/u-boot/configs/PLU405_defconfig
/openbmc/u-boot/configs/PMC405DE_defconfig
/openbmc/u-boot/configs/PMC440_defconfig
/openbmc/u-boot/configs/T1023RDB_NAND_defconfig
/openbmc/u-boot/configs/T1023RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1023RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1023RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1023RDB_defconfig
/openbmc/u-boot/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1024QDS_DDR4_defconfig
/openbmc/u-boot/configs/T1024QDS_NAND_defconfig
/openbmc/u-boot/configs/T1024QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T1024QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1024QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1024QDS_defconfig
/openbmc/u-boot/configs/T1024RDB_NAND_defconfig
/openbmc/u-boot/configs/T1024RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1024RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1024RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1024RDB_defconfig
/openbmc/u-boot/configs/T1040D4RDB_NAND_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1040D4RDB_defconfig
/openbmc/u-boot/configs/T1040QDS_DDR4_defconfig
/openbmc/u-boot/configs/T1040QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1040QDS_defconfig
/openbmc/u-boot/configs/T1040RDB_NAND_defconfig
/openbmc/u-boot/configs/T1040RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1040RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1040RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1040RDB_defconfig
/openbmc/u-boot/configs/T1042D4RDB_NAND_defconfig
/openbmc/u-boot/configs/T1042D4RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1042D4RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1042D4RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1042D4RDB_defconfig
/openbmc/u-boot/configs/T1042RDB_PI_NAND_defconfig
/openbmc/u-boot/configs/T1042RDB_PI_SDCARD_defconfig
/openbmc/u-boot/configs/T1042RDB_PI_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1042RDB_PI_defconfig
/openbmc/u-boot/configs/T1042RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1042RDB_defconfig
/openbmc/u-boot/configs/T2080QDS_NAND_defconfig
/openbmc/u-boot/configs/T2080QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T2080QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T2080QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/T2080QDS_defconfig
/openbmc/u-boot/configs/T2080RDB_NAND_defconfig
/openbmc/u-boot/configs/T2080RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T2080RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T2080RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/T2080RDB_defconfig
/openbmc/u-boot/configs/T2081QDS_NAND_defconfig
/openbmc/u-boot/configs/T2081QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T2081QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2081QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/T2081QDS_defconfig
/openbmc/u-boot/configs/T4160QDS_NAND_defconfig
/openbmc/u-boot/configs/T4160QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T4160QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T4160QDS_defconfig
/openbmc/u-boot/configs/T4160RDB_defconfig
/openbmc/u-boot/configs/T4240QDS_NAND_defconfig
/openbmc/u-boot/configs/T4240QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T4240QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/T4240QDS_defconfig
/openbmc/u-boot/configs/T4240RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T4240RDB_defconfig
/openbmc/u-boot/configs/TQM5200S_HIGHBOOT_defconfig
/openbmc/u-boot/configs/TQM5200S_defconfig
/openbmc/u-boot/configs/TQM5200_B_HIGHBOOT_defconfig
/openbmc/u-boot/configs/TQM5200_B_defconfig
/openbmc/u-boot/configs/TQM5200_STK100_defconfig
/openbmc/u-boot/configs/TQM5200_defconfig
/openbmc/u-boot/configs/TQM823L_LCD_defconfig
/openbmc/u-boot/configs/TQM823L_defconfig
/openbmc/u-boot/configs/TQM823M_defconfig
/openbmc/u-boot/configs/TQM834x_defconfig
/openbmc/u-boot/configs/TQM850L_defconfig
/openbmc/u-boot/configs/TQM850M_defconfig
/openbmc/u-boot/configs/TQM855L_defconfig
/openbmc/u-boot/configs/TQM855M_defconfig
/openbmc/u-boot/configs/TQM860L_defconfig
/openbmc/u-boot/configs/TQM860M_defconfig
/openbmc/u-boot/configs/TQM862L_defconfig
/openbmc/u-boot/configs/TQM862M_defconfig
/openbmc/u-boot/configs/TQM866M_defconfig
/openbmc/u-boot/configs/TQM885D_defconfig
/openbmc/u-boot/configs/TTTech_defconfig
/openbmc/u-boot/configs/TWR-P1025_defconfig
/openbmc/u-boot/configs/VCMA9_defconfig
/openbmc/u-boot/configs/VOM405_defconfig
/openbmc/u-boot/configs/Wobo_i5_defconfig
/openbmc/u-boot/configs/a3m071_defconfig
/openbmc/u-boot/configs/a4m2k_defconfig
/openbmc/u-boot/configs/acadia_defconfig
/openbmc/u-boot/configs/adp-ag101p_defconfig
/openbmc/u-boot/configs/alt_defconfig
/openbmc/u-boot/configs/am335x_evm_defconfig
/openbmc/u-boot/configs/am335x_evm_nor_defconfig
/openbmc/u-boot/configs/am335x_evm_norboot_defconfig
/openbmc/u-boot/configs/am335x_evm_spiboot_defconfig
/openbmc/u-boot/configs/am335x_evm_usbspl_defconfig
/openbmc/u-boot/configs/am335x_shc_defconfig
/openbmc/u-boot/configs/am335x_shc_ict_defconfig
/openbmc/u-boot/configs/am335x_shc_netboot_defconfig
/openbmc/u-boot/configs/am335x_shc_prompt_defconfig
/openbmc/u-boot/configs/am335x_shc_sdboot_defconfig
/openbmc/u-boot/configs/am335x_shc_sdboot_prompt_defconfig
/openbmc/u-boot/configs/am3517_crane_defconfig
/openbmc/u-boot/configs/am3517_evm_defconfig
/openbmc/u-boot/configs/am437x_hs_evm_defconfig
/openbmc/u-boot/configs/am43xx_evm_defconfig
/openbmc/u-boot/configs/am43xx_evm_ethboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_qspiboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_usbhost_boot_defconfig
/openbmc/u-boot/configs/am57xx_evm_defconfig
/openbmc/u-boot/configs/am57xx_evm_nodt_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_defconfig
/openbmc/u-boot/configs/amcore_defconfig
/openbmc/u-boot/configs/ap121_defconfig
/openbmc/u-boot/configs/ap143_defconfig
/openbmc/u-boot/configs/ap325rxa_defconfig
/openbmc/u-boot/configs/ap_sh4a_4a_defconfig
/openbmc/u-boot/configs/apf27_defconfig
/openbmc/u-boot/configs/apx4devkit_defconfig
/openbmc/u-boot/configs/arcangel4-be_defconfig
/openbmc/u-boot/configs/arcangel4_defconfig
/openbmc/u-boot/configs/arches_defconfig
/openbmc/u-boot/configs/aria_defconfig
/openbmc/u-boot/configs/aristainetos2_defconfig
/openbmc/u-boot/configs/aristainetos2b_defconfig
/openbmc/u-boot/configs/aristainetos_defconfig
/openbmc/u-boot/configs/armadillo-800eva_defconfig
/openbmc/u-boot/configs/arndale_defconfig
/openbmc/u-boot/configs/aspenite_defconfig
/openbmc/u-boot/configs/astro_mcf5373l_defconfig
/openbmc/u-boot/configs/at91rm9200ek_defconfig
/openbmc/u-boot/configs/at91rm9200ek_ram_defconfig
/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9260ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs3_defconfig
/openbmc/u-boot/configs/at91sam9261ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9263ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9263ek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9263ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9263ek_norflash_boot_defconfig
/openbmc/u-boot/configs/at91sam9263ek_norflash_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs3_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_2mmc_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_2mmc_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9m10g45ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9m10g45ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_spiflash_defconfig
/openbmc/u-boot/configs/at91sam9rlek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9rlek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9rlek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_spiflash_defconfig
/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9xeek_nandflash_defconfig
/openbmc/u-boot/configs/atngw100_defconfig
/openbmc/u-boot/configs/atngw100mkii_defconfig
/openbmc/u-boot/configs/atstk1002_defconfig
/openbmc/u-boot/configs/axm_defconfig
/openbmc/u-boot/configs/axs101_defconfig
/openbmc/u-boot/configs/axs103_defconfig
/openbmc/u-boot/configs/bamboo_defconfig
/openbmc/u-boot/configs/bcm11130_defconfig
/openbmc/u-boot/configs/bcm11130_nand_defconfig
/openbmc/u-boot/configs/bcm23550_w1d_defconfig
/openbmc/u-boot/configs/bcm28155_ap_defconfig
/openbmc/u-boot/configs/bcm28155_w1d_defconfig
/openbmc/u-boot/configs/bct-brettl2_defconfig
/openbmc/u-boot/configs/bf518f-ezbrd_defconfig
/openbmc/u-boot/configs/bf525-ucr2_defconfig
/openbmc/u-boot/configs/bf526-ezbrd_defconfig
/openbmc/u-boot/configs/bf527-ad7160-eval_defconfig
/openbmc/u-boot/configs/bf527-ezkit-v2_defconfig
/openbmc/u-boot/configs/bf527-ezkit_defconfig
/openbmc/u-boot/configs/bf527-sdp_defconfig
/openbmc/u-boot/configs/bf533-ezkit_defconfig
/openbmc/u-boot/configs/bf533-stamp_defconfig
/openbmc/u-boot/configs/bf537-minotaur_defconfig
/openbmc/u-boot/configs/bf537-pnav_defconfig
/openbmc/u-boot/configs/bf537-srv1_defconfig
/openbmc/u-boot/configs/bf537-stamp_defconfig
/openbmc/u-boot/configs/bf538f-ezkit_defconfig
/openbmc/u-boot/configs/bf548-ezkit_defconfig
/openbmc/u-boot/configs/bf561-acvilon_defconfig
/openbmc/u-boot/configs/bf561-ezkit_defconfig
/openbmc/u-boot/configs/bg0900_defconfig
/openbmc/u-boot/configs/birdland_bav335a_defconfig
/openbmc/u-boot/configs/birdland_bav335b_defconfig
/openbmc/u-boot/configs/blackstamp_defconfig
/openbmc/u-boot/configs/blackvme_defconfig
/openbmc/u-boot/configs/bubinga_defconfig
/openbmc/u-boot/configs/caddy2_defconfig
/openbmc/u-boot/configs/cairo_defconfig
/openbmc/u-boot/configs/calimain_defconfig
/openbmc/u-boot/configs/cam5200_defconfig
/openbmc/u-boot/configs/cam5200_niosflash_defconfig
/openbmc/u-boot/configs/canmb_defconfig
/openbmc/u-boot/configs/canyonlands_defconfig
/openbmc/u-boot/configs/cgtqmx6eval_defconfig
/openbmc/u-boot/configs/charon_defconfig
/openbmc/u-boot/configs/clearfog_defconfig
/openbmc/u-boot/configs/cm-bf527_defconfig
/openbmc/u-boot/configs/cm-bf533_defconfig
/openbmc/u-boot/configs/cm-bf537e_defconfig
/openbmc/u-boot/configs/cm-bf537u_defconfig
/openbmc/u-boot/configs/cm-bf548_defconfig
/openbmc/u-boot/configs/cm-bf561_defconfig
/openbmc/u-boot/configs/cm5200_defconfig
/openbmc/u-boot/configs/cm_fx6_defconfig
/openbmc/u-boot/configs/cm_t3517_defconfig
/openbmc/u-boot/configs/cm_t35_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/cm_t54_defconfig
/openbmc/u-boot/configs/cobra5272_defconfig
/openbmc/u-boot/configs/colibri_vf_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_defconfig
/openbmc/u-boot/configs/coreboot-x86_defconfig
/openbmc/u-boot/configs/corvus_defconfig
/openbmc/u-boot/configs/d2net_v2_defconfig
/openbmc/u-boot/configs/da850_am18xxevm_defconfig
/openbmc/u-boot/configs/da850evm_defconfig
/openbmc/u-boot/configs/da850evm_direct_nor_defconfig
/openbmc/u-boot/configs/db-88f6720_defconfig
/openbmc/u-boot/configs/db-88f6820-gp_defconfig
/openbmc/u-boot/configs/db-mv784mp-gp_defconfig
/openbmc/u-boot/configs/devconcenter_defconfig
/openbmc/u-boot/configs/devkit3250_defconfig
/openbmc/u-boot/configs/digsy_mtc_RAMBOOT_defconfig
/openbmc/u-boot/configs/digsy_mtc_defconfig
/openbmc/u-boot/configs/digsy_mtc_rev5_RAMBOOT_defconfig
/openbmc/u-boot/configs/digsy_mtc_rev5_defconfig
/openbmc/u-boot/configs/dlvision-10g_defconfig
/openbmc/u-boot/configs/dlvision_defconfig
/openbmc/u-boot/configs/dns325_defconfig
/openbmc/u-boot/configs/dockstar_defconfig
/openbmc/u-boot/configs/dra7xx_evm_defconfig
/openbmc/u-boot/configs/dra7xx_hs_evm_defconfig
/openbmc/u-boot/configs/draco_defconfig
/openbmc/u-boot/configs/dreamplug_defconfig
/openbmc/u-boot/configs/ds414_defconfig
/openbmc/u-boot/configs/ea20_defconfig
/openbmc/u-boot/configs/eb_cpu5282_defconfig
/openbmc/u-boot/configs/eb_cpu5282_internal_defconfig
/openbmc/u-boot/configs/eco5pk_defconfig
/openbmc/u-boot/configs/ecovec_defconfig
/openbmc/u-boot/configs/edminiv2_defconfig
/openbmc/u-boot/configs/espresso7420_defconfig
/openbmc/u-boot/configs/espt_defconfig
/openbmc/u-boot/configs/etamin_defconfig
/openbmc/u-boot/configs/ethernut5_defconfig
/openbmc/u-boot/configs/flea3_defconfig
/openbmc/u-boot/configs/fo300_defconfig
/openbmc/u-boot/configs/galileo_defconfig
/openbmc/u-boot/configs/gdppc440etx_defconfig
/openbmc/u-boot/configs/ge_b450v3_defconfig
/openbmc/u-boot/configs/ge_b650v3_defconfig
/openbmc/u-boot/configs/ge_b850v3_defconfig
/openbmc/u-boot/configs/glacier_defconfig
/openbmc/u-boot/configs/glacier_ramboot_defconfig
/openbmc/u-boot/configs/goflexhome_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/gplugd_defconfig
/openbmc/u-boot/configs/gr_cpci_ax2000_defconfig
/openbmc/u-boot/configs/gr_ep2s60_defconfig
/openbmc/u-boot/configs/gr_xc3s_1500_defconfig
/openbmc/u-boot/configs/grasshopper_defconfig
/openbmc/u-boot/configs/grsim_defconfig
/openbmc/u-boot/configs/grsim_leon2_defconfig
/openbmc/u-boot/configs/gurnard_defconfig
/openbmc/u-boot/configs/guruplug_defconfig
/openbmc/u-boot/configs/gwventana_defconfig
/openbmc/u-boot/configs/haleakala_defconfig
/openbmc/u-boot/configs/hrcon_defconfig
/openbmc/u-boot/configs/hrcon_dh_defconfig
/openbmc/u-boot/configs/ib62x0_defconfig
/openbmc/u-boot/configs/ibf-dsp561_defconfig
/openbmc/u-boot/configs/icon_defconfig
/openbmc/u-boot/configs/iconnect_defconfig
/openbmc/u-boot/configs/ids8313_defconfig
/openbmc/u-boot/configs/imx31_phycore_defconfig
/openbmc/u-boot/configs/imx31_phycore_eet_defconfig
/openbmc/u-boot/configs/inetspace_v2_defconfig
/openbmc/u-boot/configs/inka4x0_defconfig
/openbmc/u-boot/configs/intip_defconfig
/openbmc/u-boot/configs/io64_defconfig
/openbmc/u-boot/configs/io_defconfig
/openbmc/u-boot/configs/iocon_defconfig
/openbmc/u-boot/configs/ip04_defconfig
/openbmc/u-boot/configs/ipek01_defconfig
/openbmc/u-boot/configs/jupiter_defconfig
/openbmc/u-boot/configs/k2e_evm_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2hk_evm_defconfig
/openbmc/u-boot/configs/k2l_evm_defconfig
/openbmc/u-boot/configs/katmai_defconfig
/openbmc/u-boot/configs/kilauea_defconfig
/openbmc/u-boot/configs/koelsch_defconfig
/openbmc/u-boot/configs/kwb_defconfig
/openbmc/u-boot/configs/kzm9g_defconfig
/openbmc/u-boot/configs/lager_defconfig
/openbmc/u-boot/configs/legoev3_defconfig
/openbmc/u-boot/configs/ls1012afrdm_qspi_defconfig
/openbmc/u-boot/configs/ls1012aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1012ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_defconfig
/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021aqds_nand_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021atwr_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_defconfig
/openbmc/u-boot/configs/ls1043aqds_lpuart_defconfig
/openbmc/u-boot/configs/ls1043aqds_nand_defconfig
/openbmc/u-boot/configs/ls1043aqds_nor_ddr3_defconfig
/openbmc/u-boot/configs/ls1043aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1043ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_defconfig
/openbmc/u-boot/configs/ls1043ardb_nand_defconfig
/openbmc/u-boot/configs/ls1043ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls2080a_emu_defconfig
/openbmc/u-boot/configs/ls2080a_simu_defconfig
/openbmc/u-boot/configs/ls2080aqds_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080aqds_defconfig
/openbmc/u-boot/configs/ls2080aqds_nand_defconfig
/openbmc/u-boot/configs/ls2080aqds_qspi_defconfig
/openbmc/u-boot/configs/ls2080ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080ardb_defconfig
/openbmc/u-boot/configs/ls2080ardb_nand_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_defconfig
/openbmc/u-boot/configs/luan_defconfig
/openbmc/u-boot/configs/lwmon5_defconfig
/openbmc/u-boot/configs/m28evk_defconfig
/openbmc/u-boot/configs/m53evk_defconfig
/openbmc/u-boot/configs/ma5d4evk_defconfig
/openbmc/u-boot/configs/makalu_defconfig
/openbmc/u-boot/configs/malta64_defconfig
/openbmc/u-boot/configs/malta64el_defconfig
/openbmc/u-boot/configs/malta_defconfig
/openbmc/u-boot/configs/maltael_defconfig
/openbmc/u-boot/configs/maxbcm_defconfig
/openbmc/u-boot/configs/mcx_defconfig
/openbmc/u-boot/configs/mecp5123_defconfig
/openbmc/u-boot/configs/meesc_dataflash_defconfig
/openbmc/u-boot/configs/meesc_defconfig
/openbmc/u-boot/configs/microblaze-generic_defconfig
/openbmc/u-boot/configs/mpc5121ads_defconfig
/openbmc/u-boot/configs/mpc5121ads_rev2_defconfig
/openbmc/u-boot/configs/mpc8308_p1m_defconfig
/openbmc/u-boot/configs/ms7722se_defconfig
/openbmc/u-boot/configs/ms7750se_defconfig
/openbmc/u-boot/configs/mt_ventoux_defconfig
/openbmc/u-boot/configs/munices_defconfig
/openbmc/u-boot/configs/mx23_olinuxino_defconfig
/openbmc/u-boot/configs/mx23evk_defconfig
/openbmc/u-boot/configs/mx25pdk_defconfig
/openbmc/u-boot/configs/mx28evk_auart_console_defconfig
/openbmc/u-boot/configs/mx28evk_defconfig
/openbmc/u-boot/configs/mx28evk_nand_defconfig
/openbmc/u-boot/configs/mx28evk_spi_defconfig
/openbmc/u-boot/configs/mx31ads_defconfig
/openbmc/u-boot/configs/mx31pdk_defconfig
/openbmc/u-boot/configs/mx35pdk_defconfig
/openbmc/u-boot/configs/mx51evk_defconfig
/openbmc/u-boot/configs/mx53ard_defconfig
/openbmc/u-boot/configs/mx53evk_defconfig
/openbmc/u-boot/configs/mx53loco_defconfig
/openbmc/u-boot/configs/mx53smd_defconfig
/openbmc/u-boot/configs/mx6dlarm2_defconfig
/openbmc/u-boot/configs/mx6dlarm2_lpddr2_defconfig
/openbmc/u-boot/configs/mx6dlsabreauto_defconfig
/openbmc/u-boot/configs/mx6dlsabresd_defconfig
/openbmc/u-boot/configs/mx6qarm2_defconfig
/openbmc/u-boot/configs/mx6qarm2_lpddr2_defconfig
/openbmc/u-boot/configs/mx6qpsabreauto_defconfig
/openbmc/u-boot/configs/mx6qsabreauto_defconfig
/openbmc/u-boot/configs/mx6qsabrelite_defconfig
/openbmc/u-boot/configs/mx6qsabresd_defconfig
/openbmc/u-boot/configs/mx6sabresd_spl_defconfig
/openbmc/u-boot/configs/mx6slevk_defconfig
/openbmc/u-boot/configs/mx6slevk_spinor_defconfig
/openbmc/u-boot/configs/mx6slevk_spl_defconfig
/openbmc/u-boot/configs/mx6sxsabreauto_defconfig
/openbmc/u-boot/configs/mx6sxsabresd_defconfig
/openbmc/u-boot/configs/mx6sxsabresd_spl_defconfig
/openbmc/u-boot/configs/mx6ul_14x14_evk_defconfig
/openbmc/u-boot/configs/mx6ul_9x9_evk_defconfig
/openbmc/u-boot/configs/mx7dsabresd_defconfig
/openbmc/u-boot/configs/nas220_defconfig
/openbmc/u-boot/configs/neo_defconfig
/openbmc/u-boot/configs/net2big_v2_defconfig
/openbmc/u-boot/configs/netspace_lite_v2_defconfig
/openbmc/u-boot/configs/netspace_max_v2_defconfig
/openbmc/u-boot/configs/netspace_mini_v2_defconfig
/openbmc/u-boot/configs/netspace_v2_defconfig
/openbmc/u-boot/configs/nitrogen6dl2g_defconfig
/openbmc/u-boot/configs/nitrogen6dl_defconfig
/openbmc/u-boot/configs/nitrogen6q2g_defconfig
/openbmc/u-boot/configs/nitrogen6q_defconfig
/openbmc/u-boot/configs/nitrogen6s1g_defconfig
/openbmc/u-boot/configs/nitrogen6s_defconfig
/openbmc/u-boot/configs/nokia_rx51_defconfig
/openbmc/u-boot/configs/nsa310s_defconfig
/openbmc/u-boot/configs/odroid-c2_defconfig
/openbmc/u-boot/configs/odroid-xu3_defconfig
/openbmc/u-boot/configs/odroid_defconfig
/openbmc/u-boot/configs/omap3_evm_defconfig
/openbmc/u-boot/configs/omap3_evm_quick_mmc_defconfig
/openbmc/u-boot/configs/omap3_evm_quick_nand_defconfig
/openbmc/u-boot/configs/omap3_ha_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omapl138_lcdk_defconfig
/openbmc/u-boot/configs/openrd_base_defconfig
/openbmc/u-boot/configs/openrd_client_defconfig
/openbmc/u-boot/configs/openrd_ultimate_defconfig
/openbmc/u-boot/configs/origen_defconfig
/openbmc/u-boot/configs/ot1200_defconfig
/openbmc/u-boot/configs/ot1200_spl_defconfig
/openbmc/u-boot/configs/p2771-0000_defconfig
/openbmc/u-boot/configs/pcm030_LOWBOOT_defconfig
/openbmc/u-boot/configs/pcm030_defconfig
/openbmc/u-boot/configs/pcm051_rev1_defconfig
/openbmc/u-boot/configs/pcm051_rev3_defconfig
/openbmc/u-boot/configs/pcm052_defconfig
/openbmc/u-boot/configs/pdm360ng_defconfig
/openbmc/u-boot/configs/peach-pi_defconfig
/openbmc/u-boot/configs/peach-pit_defconfig
/openbmc/u-boot/configs/pic32mzdask_defconfig
/openbmc/u-boot/configs/pico-imx6ul_defconfig
/openbmc/u-boot/configs/picosam9g45_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/platinum_picon_defconfig
/openbmc/u-boot/configs/platinum_titanium_defconfig
/openbmc/u-boot/configs/pm9261_defconfig
/openbmc/u-boot/configs/pm9263_defconfig
/openbmc/u-boot/configs/pm9g45_defconfig
/openbmc/u-boot/configs/pogo_e02_defconfig
/openbmc/u-boot/configs/porter_defconfig
/openbmc/u-boot/configs/pxm2_defconfig
/openbmc/u-boot/configs/qemu-ppce500_defconfig
/openbmc/u-boot/configs/qemu-x86_defconfig
/openbmc/u-boot/configs/qemu_mips64_defconfig
/openbmc/u-boot/configs/qemu_mips64el_defconfig
/openbmc/u-boot/configs/qemu_mips_defconfig
/openbmc/u-boot/configs/qemu_mipsel_defconfig
/openbmc/u-boot/configs/r0p7734_defconfig
/openbmc/u-boot/configs/r2dplus_defconfig
/openbmc/u-boot/configs/r7780mp_defconfig
/openbmc/u-boot/configs/rainier_defconfig
/openbmc/u-boot/configs/rainier_ramboot_defconfig
/openbmc/u-boot/configs/rastaban_defconfig
/openbmc/u-boot/configs/redwood_defconfig
/openbmc/u-boot/configs/rsk7264_defconfig
/openbmc/u-boot/configs/rsk7269_defconfig
/openbmc/u-boot/configs/rut_defconfig
/openbmc/u-boot/configs/s32v234evb_defconfig
/openbmc/u-boot/configs/s5pc210_universal_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_nandflash_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_spiflash_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_mmc_defconfig
/openbmc/u-boot/configs/sama5d3xek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d4ek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_spiflash_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sansa_fuze_plus_defconfig
/openbmc/u-boot/configs/sbc8349_PCI_33_defconfig
/openbmc/u-boot/configs/sbc8349_PCI_66_defconfig
/openbmc/u-boot/configs/sbc8349_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_33_PCIE_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_33_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_66_PCIE_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_66_defconfig
/openbmc/u-boot/configs/sbc8548_defconfig
/openbmc/u-boot/configs/sbc8641d_defconfig
/openbmc/u-boot/configs/sc_sps_1_defconfig
/openbmc/u-boot/configs/secomx6quq7_defconfig
/openbmc/u-boot/configs/sequoia_defconfig
/openbmc/u-boot/configs/sequoia_ramboot_defconfig
/openbmc/u-boot/configs/sh7752evb_defconfig
/openbmc/u-boot/configs/sh7753evb_defconfig
/openbmc/u-boot/configs/sh7757lcr_defconfig
/openbmc/u-boot/configs/sh7763rdp_defconfig
/openbmc/u-boot/configs/sh7785lcr_32bit_defconfig
/openbmc/u-boot/configs/sh7785lcr_defconfig
/openbmc/u-boot/configs/sheevaplug_defconfig
/openbmc/u-boot/configs/silk_defconfig
/openbmc/u-boot/configs/smartweb_defconfig
/openbmc/u-boot/configs/smdk2410_defconfig
/openbmc/u-boot/configs/smdk5250_defconfig
/openbmc/u-boot/configs/smdk5420_defconfig
/openbmc/u-boot/configs/smdkc100_defconfig
/openbmc/u-boot/configs/smdkv310_defconfig
/openbmc/u-boot/configs/snapper9260_defconfig
/openbmc/u-boot/configs/snapper9g20_defconfig
/openbmc/u-boot/configs/snow_defconfig
/openbmc/u-boot/configs/socfpga_arria5_defconfig
/openbmc/u-boot/configs/socfpga_cyclone5_defconfig
/openbmc/u-boot/configs/socfpga_de0_nano_soc_defconfig
/openbmc/u-boot/configs/socfpga_is1_defconfig
/openbmc/u-boot/configs/socfpga_mcvevk_defconfig
/openbmc/u-boot/configs/socfpga_sockit_defconfig
/openbmc/u-boot/configs/socfpga_socrates_defconfig
/openbmc/u-boot/configs/socfpga_sr1500_defconfig
/openbmc/u-boot/configs/socfpga_vining_fpga_defconfig
/openbmc/u-boot/configs/socrates_defconfig
/openbmc/u-boot/configs/spear300_defconfig
/openbmc/u-boot/configs/spear300_nand_defconfig
/openbmc/u-boot/configs/spear300_usbtty_defconfig
/openbmc/u-boot/configs/spear300_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear310_defconfig
/openbmc/u-boot/configs/spear310_nand_defconfig
/openbmc/u-boot/configs/spear310_pnor_defconfig
/openbmc/u-boot/configs/spear310_usbtty_defconfig
/openbmc/u-boot/configs/spear310_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear310_usbtty_pnor_defconfig
/openbmc/u-boot/configs/spear320_defconfig
/openbmc/u-boot/configs/spear320_nand_defconfig
/openbmc/u-boot/configs/spear320_pnor_defconfig
/openbmc/u-boot/configs/spear320_usbtty_defconfig
/openbmc/u-boot/configs/spear320_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear320_usbtty_pnor_defconfig
/openbmc/u-boot/configs/spear600_defconfig
/openbmc/u-boot/configs/spear600_nand_defconfig
/openbmc/u-boot/configs/spear600_usbtty_defconfig
/openbmc/u-boot/configs/spear600_usbtty_nand_defconfig
/openbmc/u-boot/configs/spring_defconfig
/openbmc/u-boot/configs/stm32f429-discovery_defconfig
/openbmc/u-boot/configs/stm32f746-disco_defconfig
/openbmc/u-boot/configs/stout_defconfig
/openbmc/u-boot/configs/strider_con_defconfig
/openbmc/u-boot/configs/strider_con_dp_defconfig
/openbmc/u-boot/configs/strider_cpu_defconfig
/openbmc/u-boot/configs/strider_cpu_dp_defconfig
/openbmc/u-boot/configs/stv0991_defconfig
/openbmc/u-boot/configs/sycamore_defconfig
/openbmc/u-boot/configs/t3corp_defconfig
/openbmc/u-boot/configs/tao3530_defconfig
/openbmc/u-boot/configs/taurus_defconfig
/openbmc/u-boot/configs/tb100_defconfig
/openbmc/u-boot/configs/tbs2910_defconfig
/openbmc/u-boot/configs/tcm-bf518_defconfig
/openbmc/u-boot/configs/tcm-bf537_defconfig
/openbmc/u-boot/configs/theadorable_debug_defconfig
/openbmc/u-boot/configs/theadorable_defconfig
/openbmc/u-boot/configs/thuban_defconfig
/openbmc/u-boot/configs/thunderx_88xx_defconfig
/openbmc/u-boot/configs/ti814x_evm_defconfig
/openbmc/u-boot/configs/ti816x_evm_defconfig
/openbmc/u-boot/configs/titanium_defconfig
/openbmc/u-boot/configs/tplink_wdr4300_defconfig
/openbmc/u-boot/configs/tqma6q_mba6_mmc_defconfig
/openbmc/u-boot/configs/tqma6q_mba6_spi_defconfig
/openbmc/u-boot/configs/tqma6s_mba6_mmc_defconfig
/openbmc/u-boot/configs/tqma6s_mba6_spi_defconfig
/openbmc/u-boot/configs/tqma6s_wru4_mmc_defconfig
/openbmc/u-boot/configs/trats2_defconfig
/openbmc/u-boot/configs/trats_defconfig
/openbmc/u-boot/configs/tricorder_defconfig
/openbmc/u-boot/configs/tricorder_flash_defconfig
/openbmc/u-boot/configs/ts4800_defconfig
/openbmc/u-boot/configs/tseries_mmc_defconfig
/openbmc/u-boot/configs/tseries_nand_defconfig
/openbmc/u-boot/configs/tseries_spi_defconfig
/openbmc/u-boot/configs/twister_defconfig
/openbmc/u-boot/configs/udoo_defconfig
/openbmc/u-boot/configs/uniphier_ld11_defconfig
/openbmc/u-boot/configs/uniphier_ld20_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_pro4_defconfig
/openbmc/u-boot/configs/uniphier_pxs2_ld6b_defconfig
/openbmc/u-boot/configs/uniphier_sld3_defconfig
/openbmc/u-boot/configs/usb_a9263_dataflash_defconfig
/openbmc/u-boot/configs/v38b_defconfig
/openbmc/u-boot/configs/vct_platinum_defconfig
/openbmc/u-boot/configs/vct_platinum_onenand_defconfig
/openbmc/u-boot/configs/vct_platinum_onenand_small_defconfig
/openbmc/u-boot/configs/vct_platinum_small_defconfig
/openbmc/u-boot/configs/vct_platinumavc_defconfig
/openbmc/u-boot/configs/vct_platinumavc_onenand_defconfig
/openbmc/u-boot/configs/vct_platinumavc_onenand_small_defconfig
/openbmc/u-boot/configs/vct_platinumavc_small_defconfig
/openbmc/u-boot/configs/vct_premium_defconfig
/openbmc/u-boot/configs/vct_premium_onenand_defconfig
/openbmc/u-boot/configs/vct_premium_onenand_small_defconfig
/openbmc/u-boot/configs/vct_premium_small_defconfig
/openbmc/u-boot/configs/ve8313_defconfig
/openbmc/u-boot/configs/vexpress_aemv8a_dram_defconfig
/openbmc/u-boot/configs/vexpress_aemv8a_juno_defconfig
/openbmc/u-boot/configs/vexpress_aemv8a_semi_defconfig
/openbmc/u-boot/configs/vexpress_ca15_tc2_defconfig
/openbmc/u-boot/configs/vexpress_ca5x2_defconfig
/openbmc/u-boot/configs/vexpress_ca9x4_defconfig
/openbmc/u-boot/configs/vf610twr_defconfig
/openbmc/u-boot/configs/vf610twr_nand_defconfig
/openbmc/u-boot/configs/vinco_defconfig
/openbmc/u-boot/configs/vme8349_defconfig
/openbmc/u-boot/configs/walnut_defconfig
/openbmc/u-boot/configs/warp7_defconfig
/openbmc/u-boot/configs/warp_defconfig
/openbmc/u-boot/configs/woodburn_defconfig
/openbmc/u-boot/configs/woodburn_sd_defconfig
/openbmc/u-boot/configs/work_92105_defconfig
/openbmc/u-boot/configs/wtk_defconfig
/openbmc/u-boot/configs/x600_defconfig
/openbmc/u-boot/configs/xfi3_defconfig
/openbmc/u-boot/configs/xilinx-ppc405-generic_defconfig
/openbmc/u-boot/configs/xilinx-ppc440-generic_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_ep_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/openbmc/u-boot/configs/xpedite1000_defconfig
/openbmc/u-boot/configs/xpedite517x_defconfig
/openbmc/u-boot/configs/xpedite520x_defconfig
/openbmc/u-boot/configs/xpedite537x_defconfig
/openbmc/u-boot/configs/xpedite550x_defconfig
/openbmc/u-boot/configs/xpress_defconfig
/openbmc/u-boot/configs/xpress_spl_defconfig
/openbmc/u-boot/configs/yellowstone_defconfig
/openbmc/u-boot/configs/yosemite_defconfig
/openbmc/u-boot/configs/yucca_defconfig
/openbmc/u-boot/configs/zmx25_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/configs/zynq_zc706_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/doc/README.fdt-control
/openbmc/u-boot/doc/README.generic-board
/openbmc/u-boot/doc/README.nand
/openbmc/u-boot/doc/README.ti-secure
/openbmc/u-boot/doc/README.x86
/openbmc/u-boot/doc/SPL/README.am335x-network
/openbmc/u-boot/doc/device-tree-bindings/gpio/intel,x86-pinctrl.txt
/openbmc/u-boot/doc/device-tree-bindings/gpio/nvidia,tegra186-gpio.txt
/openbmc/u-boot/doc/device-tree-bindings/reset/reset.txt
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/block/dwc_ahsata.c
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/clk-uclass.c
/openbmc/u-boot/drivers/clk/clk_fixed_rate.c
/openbmc/u-boot/drivers/clk/clk_pic32.c
/openbmc/u-boot/drivers/clk/clk_rk3036.c
/openbmc/u-boot/drivers/clk/clk_rk3288.c
/openbmc/u-boot/drivers/clk/clk_sandbox.c
/openbmc/u-boot/drivers/clk/clk_sandbox_test.c
/openbmc/u-boot/drivers/clk/exynos/Kconfig
/openbmc/u-boot/drivers/clk/exynos/Makefile
/openbmc/u-boot/drivers/clk/exynos/clk-exynos7420.c
/openbmc/u-boot/drivers/clk/exynos/clk-pll.c
/openbmc/u-boot/drivers/clk/exynos/clk-pll.h
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-core.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-mio.c
/openbmc/u-boot/drivers/core/root.c
/openbmc/u-boot/drivers/crypto/rsa_mod_exp/mod_exp_sw.c
/openbmc/u-boot/drivers/ddr/fsl/ctrl_regs.c
/openbmc/u-boot/drivers/ddr/fsl/fsl_ddr_gen4.c
/openbmc/u-boot/drivers/ddr/fsl/options.c
/openbmc/u-boot/drivers/dfu/dfu_nand.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/at91_gpio.c
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/gpio/intel_broadwell_gpio.c
/openbmc/u-boot/drivers/gpio/intel_ich6_gpio.c
/openbmc/u-boot/drivers/gpio/mpc85xx_gpio.c
/openbmc/u-boot/drivers/gpio/mxs_gpio.c
/openbmc/u-boot/drivers/gpio/pca953x_gpio.c
/openbmc/u-boot/drivers/gpio/rk_gpio.c
/openbmc/u-boot/drivers/gpio/sandbox.c
/openbmc/u-boot/drivers/gpio/tegra186_gpio.c
/openbmc/u-boot/drivers/gpio/tegra186_gpio_priv.h
/openbmc/u-boot/drivers/i2c/i2c_core.c
/openbmc/u-boot/drivers/i2c/mxc_i2c.c
/openbmc/u-boot/drivers/i2c/rk_i2c.c
/openbmc/u-boot/drivers/mailbox/Kconfig
/openbmc/u-boot/drivers/mailbox/Makefile
/openbmc/u-boot/drivers/mailbox/mailbox-uclass.c
/openbmc/u-boot/drivers/mailbox/sandbox-mbox-test.c
/openbmc/u-boot/drivers/mailbox/sandbox-mbox.c
/openbmc/u-boot/drivers/mailbox/tegra-hsp.c
/openbmc/u-boot/drivers/misc/mxc_ocotp.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/msm_sdhci.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/rockchip_dw_mmc.c
/openbmc/u-boot/drivers/mmc/tegra_mmc.c
/openbmc/u-boot/drivers/mmc/uniphier-sd.c
/openbmc/u-boot/drivers/mtd/nand/Makefile
/openbmc/u-boot/drivers/mtd/nand/am335x_spl_bch.c
/openbmc/u-boot/drivers/mtd/nand/arasan_nfc.c
/openbmc/u-boot/drivers/mtd/nand/atmel_nand.c
/openbmc/u-boot/drivers/mtd/nand/davinci_nand.c
/openbmc/u-boot/drivers/mtd/nand/denali.c
/openbmc/u-boot/drivers/mtd/nand/denali.h
/openbmc/u-boot/drivers/mtd/nand/denali_spl.c
/openbmc/u-boot/drivers/mtd/nand/fsl_elbc_nand.c
/openbmc/u-boot/drivers/mtd/nand/fsl_ifc_nand.c
/openbmc/u-boot/drivers/mtd/nand/fsl_upm.c
/openbmc/u-boot/drivers/mtd/nand/fsmc_nand.c
/openbmc/u-boot/drivers/mtd/nand/kb9202_nand.c
/openbmc/u-boot/drivers/mtd/nand/kirkwood_nand.c
/openbmc/u-boot/drivers/mtd/nand/lpc32xx_nand_mlc.c
/openbmc/u-boot/drivers/mtd/nand/lpc32xx_nand_slc.c
/openbmc/u-boot/drivers/mtd/nand/mpc5121_nfc.c
/openbmc/u-boot/drivers/mtd/nand/mxc_nand.c
/openbmc/u-boot/drivers/mtd/nand/mxc_nand_spl.c
/openbmc/u-boot/drivers/mtd/nand/mxs_nand.c
/openbmc/u-boot/drivers/mtd/nand/mxs_nand_spl.c
/openbmc/u-boot/drivers/mtd/nand/nand.c
/openbmc/u-boot/drivers/mtd/nand/nand_base.c
/openbmc/u-boot/drivers/mtd/nand/nand_bbt.c
/openbmc/u-boot/drivers/mtd/nand/nand_bch.c
/openbmc/u-boot/drivers/mtd/nand/nand_ids.c
/openbmc/u-boot/drivers/mtd/nand/nand_plat.c
/openbmc/u-boot/drivers/mtd/nand/nand_spl_simple.c
/openbmc/u-boot/drivers/mtd/nand/nand_util.c
/openbmc/u-boot/drivers/mtd/nand/ndfc.c
/openbmc/u-boot/drivers/mtd/nand/omap_gpmc.c
/openbmc/u-boot/drivers/mtd/nand/pxa3xx_nand.c
/openbmc/u-boot/drivers/mtd/nand/s3c2410_nand.c
/openbmc/u-boot/drivers/mtd/nand/tegra_nand.c
/openbmc/u-boot/drivers/mtd/nand/vf610_nfc.c
/openbmc/u-boot/drivers/mtd/spi/sf_params.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/mtd/spi/spi_spl_load.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/ag7xxx.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/designware.h
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fm/fm.c
/openbmc/u-boot/drivers/net/macb.c
/openbmc/u-boot/drivers/net/pcnet.c
/openbmc/u-boot/drivers/net/phy/cortina.c
/openbmc/u-boot/drivers/pci/pcie_layerscape.c
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/Makefile
/openbmc/u-boot/drivers/pinctrl/exynos/Kconfig
/openbmc/u-boot/drivers/pinctrl/exynos/Makefile
/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos.c
/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos.h
/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos7420.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-uclass.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl_rk3288.c
/openbmc/u-boot/drivers/pwm/Kconfig
/openbmc/u-boot/drivers/pwm/Makefile
/openbmc/u-boot/drivers/pwm/exynos_pwm.c
/openbmc/u-boot/drivers/reset/Kconfig
/openbmc/u-boot/drivers/reset/Makefile
/openbmc/u-boot/drivers/reset/reset-uclass.c
/openbmc/u-boot/drivers/reset/sandbox-reset-test.c
/openbmc/u-boot/drivers/reset/sandbox-reset.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/atmel_usart.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/serial_linflexuart.c
/openbmc/u-boot/drivers/serial/serial_meson.c
/openbmc/u-boot/drivers/serial/serial_msm.c
/openbmc/u-boot/drivers/serial/serial_pic32.c
/openbmc/u-boot/drivers/serial/serial_s5p.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/pic32_spi.c
/openbmc/u-boot/drivers/spi/rk_spi.c
/openbmc/u-boot/drivers/usb/common/Makefile
/openbmc/u-boot/drivers/usb/common/fsl-dt-fixup.c
/openbmc/u-boot/drivers/usb/common/fsl-errata.c
/openbmc/u-boot/drivers/usb/dwc3/Makefile
/openbmc/u-boot/drivers/usb/gadget/Kconfig
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-generic.c
/openbmc/u-boot/drivers/usb/host/ehci-hcd.c
/openbmc/u-boot/drivers/usb/host/xhci-fsl.c
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/drivers/usb/phy/omap_usb_phy.c
/openbmc/u-boot/drivers/video/Makefile
/openbmc/u-boot/drivers/video/atmel_lcdfb.c
/openbmc/u-boot/drivers/video/exynos/Makefile
/openbmc/u-boot/drivers/video/exynos/exynos_dp.c
/openbmc/u-boot/drivers/video/exynos/exynos_dp_lowlevel.c
/openbmc/u-boot/drivers/video/exynos/exynos_dp_lowlevel.h
/openbmc/u-boot/drivers/video/exynos/exynos_fb.c
/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi.c
/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_common.c
/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_common.h
/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c
/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.h
/openbmc/u-boot/drivers/video/exynos/exynos_pwm_bl.c
/openbmc/u-boot/drivers/video/rockchip/rk_edp.c
/openbmc/u-boot/drivers/video/rockchip/rk_hdmi.c
/openbmc/u-boot/drivers/video/rockchip/rk_lvds.c
/openbmc/u-boot/drivers/video/rockchip/rk_vop.c
/openbmc/u-boot/drivers/video/s6e8ax0.c
/openbmc/u-boot/drivers/video/simple_panel.c
/openbmc/u-boot/fs/cbfs/cbfs.c
/openbmc/u-boot/fs/jffs2/jffs2_1pass.c
/openbmc/u-boot/fs/jffs2/jffs2_nand_1pass.c
/openbmc/u-boot/fs/yaffs2/yaffs_uboot_glue.c
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/asm-generic/gpio.h
/openbmc/u-boot/include/atmel_lcd.h
/openbmc/u-boot/include/bootstage.h
/openbmc/u-boot/include/clk-uclass.h
/openbmc/u-boot/include/clk.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/config_distro_defaults.h
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/BSC9131RDB.h
/openbmc/u-boot/include/configs/BSC9132QDS.h
/openbmc/u-boot/include/configs/C29XPCIE.h
/openbmc/u-boot/include/configs/CPCI2DP.h
/openbmc/u-boot/include/configs/CPCI4052.h
/openbmc/u-boot/include/configs/M5208EVBE.h
/openbmc/u-boot/include/configs/M52277EVB.h
/openbmc/u-boot/include/configs/M5235EVB.h
/openbmc/u-boot/include/configs/M5253DEMO.h
/openbmc/u-boot/include/configs/M5253EVBE.h
/openbmc/u-boot/include/configs/M5272C3.h
/openbmc/u-boot/include/configs/M5275EVB.h
/openbmc/u-boot/include/configs/M5282EVB.h
/openbmc/u-boot/include/configs/M53017EVB.h
/openbmc/u-boot/include/configs/M5329EVB.h
/openbmc/u-boot/include/configs/M5373EVB.h
/openbmc/u-boot/include/configs/M54418TWR.h
/openbmc/u-boot/include/configs/M54451EVB.h
/openbmc/u-boot/include/configs/M54455EVB.h
/openbmc/u-boot/include/configs/M5475EVB.h
/openbmc/u-boot/include/configs/M5485EVB.h
/openbmc/u-boot/include/configs/MIP405.h
/openbmc/u-boot/include/configs/MPC8308RDB.h
/openbmc/u-boot/include/configs/MPC8313ERDB.h
/openbmc/u-boot/include/configs/MPC8315ERDB.h
/openbmc/u-boot/include/configs/MPC8323ERDB.h
/openbmc/u-boot/include/configs/MPC832XEMDS.h
/openbmc/u-boot/include/configs/MPC8349EMDS.h
/openbmc/u-boot/include/configs/MPC8349ITX.h
/openbmc/u-boot/include/configs/MPC837XEMDS.h
/openbmc/u-boot/include/configs/MPC837XERDB.h
/openbmc/u-boot/include/configs/MPC8536DS.h
/openbmc/u-boot/include/configs/MPC8540ADS.h
/openbmc/u-boot/include/configs/MPC8541CDS.h
/openbmc/u-boot/include/configs/MPC8544DS.h
/openbmc/u-boot/include/configs/MPC8548CDS.h
/openbmc/u-boot/include/configs/MPC8555CDS.h
/openbmc/u-boot/include/configs/MPC8560ADS.h
/openbmc/u-boot/include/configs/MPC8568MDS.h
/openbmc/u-boot/include/configs/MPC8569MDS.h
/openbmc/u-boot/include/configs/MPC8572DS.h
/openbmc/u-boot/include/configs/MPC8610HPCD.h
/openbmc/u-boot/include/configs/MPC8641HPCN.h
/openbmc/u-boot/include/configs/MigoR.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/P1023RDB.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/PATI.h
/openbmc/u-boot/include/configs/PIP405.h
/openbmc/u-boot/include/configs/PLU405.h
/openbmc/u-boot/include/configs/PMC405DE.h
/openbmc/u-boot/include/configs/PMC440.h
/openbmc/u-boot/include/configs/T102xQDS.h
/openbmc/u-boot/include/configs/T102xRDB.h
/openbmc/u-boot/include/configs/T1040QDS.h
/openbmc/u-boot/include/configs/T104xRDB.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/T208xRDB.h
/openbmc/u-boot/include/configs/T4240QDS.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/TQM5200.h
/openbmc/u-boot/include/configs/TQM823L.h
/openbmc/u-boot/include/configs/TQM823M.h
/openbmc/u-boot/include/configs/TQM834x.h
/openbmc/u-boot/include/configs/TQM850L.h
/openbmc/u-boot/include/configs/TQM850M.h
/openbmc/u-boot/include/configs/TQM855L.h
/openbmc/u-boot/include/configs/TQM855M.h
/openbmc/u-boot/include/configs/TQM860L.h
/openbmc/u-boot/include/configs/TQM860M.h
/openbmc/u-boot/include/configs/TQM862L.h
/openbmc/u-boot/include/configs/TQM862M.h
/openbmc/u-boot/include/configs/TQM866M.h
/openbmc/u-boot/include/configs/TQM885D.h
/openbmc/u-boot/include/configs/UCP1020.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/VOM405.h
/openbmc/u-boot/include/configs/a3m071.h
/openbmc/u-boot/include/configs/a4m072.h
/openbmc/u-boot/include/configs/ac14xx.h
/openbmc/u-boot/include/configs/adp-ag101p.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/am335x_shc.h
/openbmc/u-boot/include/configs/am335x_sl50.h
/openbmc/u-boot/include/configs/am3517_crane.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/am43xx_evm.h
/openbmc/u-boot/include/configs/am57xx_evm.h
/openbmc/u-boot/include/configs/amcc-common.h
/openbmc/u-boot/include/configs/amcore.h
/openbmc/u-boot/include/configs/ap121.h
/openbmc/u-boot/include/configs/ap143.h
/openbmc/u-boot/include/configs/ap325rxa.h
/openbmc/u-boot/include/configs/ap_sh4a_4a.h
/openbmc/u-boot/include/configs/apf27.h
/openbmc/u-boot/include/configs/apx4devkit.h
/openbmc/u-boot/include/configs/arcangel4.h
/openbmc/u-boot/include/configs/aria.h
/openbmc/u-boot/include/configs/armadillo-800eva.h
/openbmc/u-boot/include/configs/astro_mcf5373l.h
/openbmc/u-boot/include/configs/at91-sama5_common.h
/openbmc/u-boot/include/configs/at91rm9200ek.h
/openbmc/u-boot/include/configs/at91sam9260ek.h
/openbmc/u-boot/include/configs/at91sam9261ek.h
/openbmc/u-boot/include/configs/at91sam9263ek.h
/openbmc/u-boot/include/configs/at91sam9m10g45ek.h
/openbmc/u-boot/include/configs/at91sam9n12ek.h
/openbmc/u-boot/include/configs/at91sam9rlek.h
/openbmc/u-boot/include/configs/at91sam9x5ek.h
/openbmc/u-boot/include/configs/atngw100.h
/openbmc/u-boot/include/configs/atngw100mkii.h
/openbmc/u-boot/include/configs/atstk1002.h
/openbmc/u-boot/include/configs/axs101.h
/openbmc/u-boot/include/configs/bcm23550_w1d.h
/openbmc/u-boot/include/configs/bct-brettl2.h
/openbmc/u-boot/include/configs/bf525-ucr2.h
/openbmc/u-boot/include/configs/bf526-ezbrd.h
/openbmc/u-boot/include/configs/bf527-ezkit.h
/openbmc/u-boot/include/configs/bf537-minotaur.h
/openbmc/u-boot/include/configs/bf537-srv1.h
/openbmc/u-boot/include/configs/bf548-ezkit.h
/openbmc/u-boot/include/configs/bfin_adi_common.h
/openbmc/u-boot/include/configs/bg0900.h
/openbmc/u-boot/include/configs/blackstamp.h
/openbmc/u-boot/include/configs/blackvme.h
/openbmc/u-boot/include/configs/br4.h
/openbmc/u-boot/include/configs/calimain.h
/openbmc/u-boot/include/configs/canmb.h
/openbmc/u-boot/include/configs/cm5200.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/cm_t3517.h
/openbmc/u-boot/include/configs/cm_t43.h
/openbmc/u-boot/include/configs/cm_t54.h
/openbmc/u-boot/include/configs/cobra5272.h
/openbmc/u-boot/include/configs/colibri_pxa270.h
/openbmc/u-boot/include/configs/colibri_vf.h
/openbmc/u-boot/include/configs/controlcenterd.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/corvus.h
/openbmc/u-boot/include/configs/cyrus.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/dbau1x00.h
/openbmc/u-boot/include/configs/devkit3250.h
/openbmc/u-boot/include/configs/digsy_mtc.h
/openbmc/u-boot/include/configs/dra7xx_evm.h
/openbmc/u-boot/include/configs/draco.h
/openbmc/u-boot/include/configs/ds414.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/eb_cpu5282.h
/openbmc/u-boot/include/configs/eco5pk.h
/openbmc/u-boot/include/configs/ecovec.h
/openbmc/u-boot/include/configs/edb93xx.h
/openbmc/u-boot/include/configs/edminiv2.h
/openbmc/u-boot/include/configs/espresso7420.h
/openbmc/u-boot/include/configs/espt.h
/openbmc/u-boot/include/configs/etamin.h
/openbmc/u-boot/include/configs/ethernut5.h
/openbmc/u-boot/include/configs/exynos5-common.h
/openbmc/u-boot/include/configs/exynos5-dt-common.h
/openbmc/u-boot/include/configs/exynos5420-common.h
/openbmc/u-boot/include/configs/exynos7420-common.h
/openbmc/u-boot/include/configs/flea3.h
/openbmc/u-boot/include/configs/ge_bx50v3.h
/openbmc/u-boot/include/configs/gr_cpci_ax2000.h
/openbmc/u-boot/include/configs/gr_ep2s60.h
/openbmc/u-boot/include/configs/gr_xc3s_1500.h
/openbmc/u-boot/include/configs/grasshopper.h
/openbmc/u-boot/include/configs/grsim.h
/openbmc/u-boot/include/configs/grsim_leon2.h
/openbmc/u-boot/include/configs/gw_ventana.h
/openbmc/u-boot/include/configs/h2200.h
/openbmc/u-boot/include/configs/hrcon.h
/openbmc/u-boot/include/configs/ids8313.h
/openbmc/u-boot/include/configs/imx27lite-common.h
/openbmc/u-boot/include/configs/imx31_phycore.h
/openbmc/u-boot/include/configs/inka4x0.h
/openbmc/u-boot/include/configs/integratorap.h
/openbmc/u-boot/include/configs/integratorcp.h
/openbmc/u-boot/include/configs/ipam390.h
/openbmc/u-boot/include/configs/ipek01.h
/openbmc/u-boot/include/configs/jupiter.h
/openbmc/u-boot/include/configs/k2e_evm.h
/openbmc/u-boot/include/configs/k2g_evm.h
/openbmc/u-boot/include/configs/k2hk_evm.h
/openbmc/u-boot/include/configs/k2l_evm.h
/openbmc/u-boot/include/configs/km/keymile-common.h
/openbmc/u-boot/include/configs/kwb.h
/openbmc/u-boot/include/configs/kzm9g.h
/openbmc/u-boot/include/configs/legoev3.h
/openbmc/u-boot/include/configs/ls1012a_common.h
/openbmc/u-boot/include/configs/ls1012afrdm.h
/openbmc/u-boot/include/configs/ls1012aqds.h
/openbmc/u-boot/include/configs/ls1012ardb.h
/openbmc/u-boot/include/configs/ls1021aqds.h
/openbmc/u-boot/include/configs/ls1021atwr.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1043aqds.h
/openbmc/u-boot/include/configs/ls1043ardb.h
/openbmc/u-boot/include/configs/ls2080a_common.h
/openbmc/u-boot/include/configs/ls2080a_emu.h
/openbmc/u-boot/include/configs/ls2080a_simu.h
/openbmc/u-boot/include/configs/ls2080aqds.h
/openbmc/u-boot/include/configs/ls2080ardb.h
/openbmc/u-boot/include/configs/lwmon5.h
/openbmc/u-boot/include/configs/m28evk.h
/openbmc/u-boot/include/configs/m53evk.h
/openbmc/u-boot/include/configs/ma5d4evk.h
/openbmc/u-boot/include/configs/malta.h
/openbmc/u-boot/include/configs/manroland/common.h
/openbmc/u-boot/include/configs/mcx.h
/openbmc/u-boot/include/configs/mecp5123.h
/openbmc/u-boot/include/configs/meesc.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/motionpro.h
/openbmc/u-boot/include/configs/mpc5121ads.h
/openbmc/u-boot/include/configs/mpc8308_p1m.h
/openbmc/u-boot/include/configs/ms7722se.h
/openbmc/u-boot/include/configs/ms7750se.h
/openbmc/u-boot/include/configs/mt_ventoux.h
/openbmc/u-boot/include/configs/munices.h
/openbmc/u-boot/include/configs/mv-common.h
/openbmc/u-boot/include/configs/mx23_olinuxino.h
/openbmc/u-boot/include/configs/mx23evk.h
/openbmc/u-boot/include/configs/mx25pdk.h
/openbmc/u-boot/include/configs/mx28evk.h
/openbmc/u-boot/include/configs/mx31ads.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx35pdk.h
/openbmc/u-boot/include/configs/mx51evk.h
/openbmc/u-boot/include/configs/mx53ard.h
/openbmc/u-boot/include/configs/mx53evk.h
/openbmc/u-boot/include/configs/mx53loco.h
/openbmc/u-boot/include/configs/mx53smd.h
/openbmc/u-boot/include/configs/mx6_common.h
/openbmc/u-boot/include/configs/mx7_common.h
/openbmc/u-boot/include/configs/nokia_rx51.h
/openbmc/u-boot/include/configs/o2dnt-common.h
/openbmc/u-boot/include/configs/odroid-c2.h
/openbmc/u-boot/include/configs/omap3_cairo.h
/openbmc/u-boot/include/configs/omap3_evm.h
/openbmc/u-boot/include/configs/omap3_evm_quick_mmc.h
/openbmc/u-boot/include/configs/omap3_evm_quick_nand.h
/openbmc/u-boot/include/configs/omapl138_lcdk.h
/openbmc/u-boot/include/configs/openrisc-generic.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/p1_twr.h
/openbmc/u-boot/include/configs/p2771-0000.h
/openbmc/u-boot/include/configs/pb1x00.h
/openbmc/u-boot/include/configs/pcm030.h
/openbmc/u-boot/include/configs/pcm052.h
/openbmc/u-boot/include/configs/pdm360ng.h
/openbmc/u-boot/include/configs/pic32mzdask.h
/openbmc/u-boot/include/configs/picosam9g45.h
/openbmc/u-boot/include/configs/pm9261.h
/openbmc/u-boot/include/configs/pm9263.h
/openbmc/u-boot/include/configs/pm9g45.h
/openbmc/u-boot/include/configs/pr1.h
/openbmc/u-boot/include/configs/pxm2.h
/openbmc/u-boot/include/configs/qemu-mips.h
/openbmc/u-boot/include/configs/qemu-mips64.h
/openbmc/u-boot/include/configs/qemu-ppce500.h
/openbmc/u-boot/include/configs/r0p7734.h
/openbmc/u-boot/include/configs/r2dplus.h
/openbmc/u-boot/include/configs/r7780mp.h
/openbmc/u-boot/include/configs/rastaban.h
/openbmc/u-boot/include/configs/rcar-gen2-common.h
/openbmc/u-boot/include/configs/redwood.h
/openbmc/u-boot/include/configs/rpi.h
/openbmc/u-boot/include/configs/rsk7264.h
/openbmc/u-boot/include/configs/rsk7269.h
/openbmc/u-boot/include/configs/rut.h
/openbmc/u-boot/include/configs/s32v234evb.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/sansa_fuze_plus.h
/openbmc/u-boot/include/configs/sbc8349.h
/openbmc/u-boot/include/configs/sbc8548.h
/openbmc/u-boot/include/configs/sbc8641d.h
/openbmc/u-boot/include/configs/sc_sps_1.h
/openbmc/u-boot/include/configs/sh7752evb.h
/openbmc/u-boot/include/configs/sh7753evb.h
/openbmc/u-boot/include/configs/sh7757lcr.h
/openbmc/u-boot/include/configs/sh7763rdp.h
/openbmc/u-boot/include/configs/sh7785lcr.h
/openbmc/u-boot/include/configs/siemens-am33x-common.h
/openbmc/u-boot/include/configs/smartweb.h
/openbmc/u-boot/include/configs/smdk2410.h
/openbmc/u-boot/include/configs/smdk5250.h
/openbmc/u-boot/include/configs/smdk5420.h
/openbmc/u-boot/include/configs/smdkc100.h
/openbmc/u-boot/include/configs/snapper9260.h
/openbmc/u-boot/include/configs/snapper9g45.h
/openbmc/u-boot/include/configs/socfpga_arria5_socdk.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_cyclone5_socdk.h
/openbmc/u-boot/include/configs/socfpga_de0_nano_soc.h
/openbmc/u-boot/include/configs/socfpga_is1.h
/openbmc/u-boot/include/configs/socfpga_mcvevk.h
/openbmc/u-boot/include/configs/socfpga_sockit.h
/openbmc/u-boot/include/configs/socfpga_socrates.h
/openbmc/u-boot/include/configs/socfpga_sr1500.h
/openbmc/u-boot/include/configs/socfpga_vining_fpga.h
/openbmc/u-boot/include/configs/socrates.h
/openbmc/u-boot/include/configs/spear-common.h
/openbmc/u-boot/include/configs/stm32f429-discovery.h
/openbmc/u-boot/include/configs/stm32f746-disco.h
/openbmc/u-boot/include/configs/strider.h
/openbmc/u-boot/include/configs/stv0991.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/tam3517-common.h
/openbmc/u-boot/include/configs/tao3530.h
/openbmc/u-boot/include/configs/taurus.h
/openbmc/u-boot/include/configs/tb100.h
/openbmc/u-boot/include/configs/tegra-common.h
/openbmc/u-boot/include/configs/tegra186-common.h
/openbmc/u-boot/include/configs/thuban.h
/openbmc/u-boot/include/configs/thunderx_88xx.h
/openbmc/u-boot/include/configs/ti814x_evm.h
/openbmc/u-boot/include/configs/ti816x_evm.h
/openbmc/u-boot/include/configs/ti_armv7_common.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/configs/ti_omap5_common.h
/openbmc/u-boot/include/configs/tplink_wdr4300.h
/openbmc/u-boot/include/configs/trats.h
/openbmc/u-boot/include/configs/trats2.h
/openbmc/u-boot/include/configs/tricorder.h
/openbmc/u-boot/include/configs/ts4800.h
/openbmc/u-boot/include/configs/tseries.h
/openbmc/u-boot/include/configs/twister.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/usb_a9263.h
/openbmc/u-boot/include/configs/v38b.h
/openbmc/u-boot/include/configs/vct.h
/openbmc/u-boot/include/configs/ve8313.h
/openbmc/u-boot/include/configs/vexpress_aemv8a.h
/openbmc/u-boot/include/configs/vexpress_ca15_tc2.h
/openbmc/u-boot/include/configs/vexpress_ca5x2.h
/openbmc/u-boot/include/configs/vexpress_ca9x4.h
/openbmc/u-boot/include/configs/vexpress_common.h
/openbmc/u-boot/include/configs/vf610twr.h
/openbmc/u-boot/include/configs/vme8349.h
/openbmc/u-boot/include/configs/warp7.h
/openbmc/u-boot/include/configs/woodburn_common.h
/openbmc/u-boot/include/configs/work_92105.h
/openbmc/u-boot/include/configs/x600.h
/openbmc/u-boot/include/configs/x86-common.h
/openbmc/u-boot/include/configs/xfi3.h
/openbmc/u-boot/include/configs/xilinx-ppc.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_ep.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm015_dc1.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm018_dc4.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm019_dc5.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu102.h
/openbmc/u-boot/include/configs/xpedite1000.h
/openbmc/u-boot/include/configs/xpedite517x.h
/openbmc/u-boot/include/configs/xpedite520x.h
/openbmc/u-boot/include/configs/xpedite537x.h
/openbmc/u-boot/include/configs/xpedite550x.h
/openbmc/u-boot/include/configs/zipitz2.h
/openbmc/u-boot/include/configs/zmx25.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dt-bindings/clock/at91.h
/openbmc/u-boot/include/dt-bindings/clock/exynos7420-clk.h
/openbmc/u-boot/include/dt-bindings/clock/maxim,max77802.h
/openbmc/u-boot/include/dt-bindings/dma/at91.h
/openbmc/u-boot/include/dt-bindings/gpio/tegra-gpio.h
/openbmc/u-boot/include/dt-bindings/gpio/tegra186-gpio.h
/openbmc/u-boot/include/dt-bindings/mailbox/tegra-hsp.h
/openbmc/u-boot/include/dt-bindings/pinctrl/am43xx.h
/openbmc/u-boot/include/dt-bindings/pinctrl/at91.h
/openbmc/u-boot/include/dt-bindings/pinctrl/omap.h
/openbmc/u-boot/include/dt-bindings/regulator/maxim,max77802.h
/openbmc/u-boot/include/dt-bindings/sound/tlv320aic31xx-micbias.h
/openbmc/u-boot/include/dwc3-uboot.h
/openbmc/u-boot/include/efi_api.h
/openbmc/u-boot/include/efi_loader.h
/openbmc/u-boot/include/exynos_lcd.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/fsl_mmdc.h
/openbmc/u-boot/include/fsl_usb.h
/openbmc/u-boot/include/gdsys_fpga.h
/openbmc/u-boot/include/i2c.h
/openbmc/u-boot/include/libtizen.h
/openbmc/u-boot/include/linux/compat.h
/openbmc/u-boot/include/linux/mtd/mtd.h
/openbmc/u-boot/include/linux/mtd/nand.h
/openbmc/u-boot/include/linux/mtd/nand_bch.h
/openbmc/u-boot/include/linux/string.h
/openbmc/u-boot/include/linux/usb/xhci-fsl.h
/openbmc/u-boot/include/mailbox-uclass.h
/openbmc/u-boot/include/mailbox.h
/openbmc/u-boot/include/nand.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/power/tps65217.h
/openbmc/u-boot/include/reset-uclass.h
/openbmc/u-boot/include/reset.h
/openbmc/u-boot/include/serial.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/splash.h
/openbmc/u-boot/include/video.h
/openbmc/u-boot/include/watchdog.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/efi_loader/Kconfig
/openbmc/u-boot/lib/efi_loader/Makefile
/openbmc/u-boot/lib/efi_loader/efi_boottime.c
/openbmc/u-boot/lib/efi_loader/efi_disk.c
/openbmc/u-boot/lib/efi_loader/efi_gop.c
/openbmc/u-boot/lib/efi_loader/efi_memory.c
/openbmc/u-boot/lib/efi_loader/efi_net.c
/openbmc/u-boot/lib/efi_loader/efi_runtime.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/libfdt/Makefile
/openbmc/u-boot/lib/libfdt/README
/openbmc/u-boot/lib/libfdt/fdt.c
/openbmc/u-boot/lib/libfdt/fdt_addresses.c
/openbmc/u-boot/lib/libfdt/fdt_empty_tree.c
/openbmc/u-boot/lib/libfdt/fdt_region.c
/openbmc/u-boot/lib/libfdt/fdt_ro.c
/openbmc/u-boot/lib/libfdt/fdt_rw.c
/openbmc/u-boot/lib/libfdt/fdt_strerror.c
/openbmc/u-boot/lib/libfdt/fdt_sw.c
/openbmc/u-boot/lib/libfdt/fdt_wip.c
/openbmc/u-boot/lib/rsa/Kconfig
/openbmc/u-boot/lib/rsa/Makefile
/openbmc/u-boot/lib/string.c
/openbmc/u-boot/lib/tiny-printf.c
/openbmc/u-boot/lib/tizen/tizen.c
/openbmc/u-boot/net/Kconfig
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/clk.c
/openbmc/u-boot/test/dm/gpio.c
/openbmc/u-boot/test/dm/reset.c
/openbmc/u-boot/test/py/tests/test_env.py
/openbmc/u-boot/test/py/u_boot_console_base.py
/openbmc/u-boot/test/py/u_boot_utils.py
/openbmc/u-boot/tools/.gitignore
/openbmc/u-boot/tools/env/fw_env.c
/openbmc/u-boot/tools/env/fw_env.h
/openbmc/u-boot/tools/env/fw_env_main.c
/openbmc/u-boot/tools/genboardscfg.py
/openbmc/u-boot/tools/moveconfig.py
/openbmc/u-boot/tools/scripts/define2mk.sed
3c27b6ad14-May-2016 Simon Glass <sjg@chromium.org>

dm: rockchip: Enable CONFIG_BLK

Enable CONFIG_BLK to move to using driver model for block devices. This
affects MMC booting in SPL, as well as MMC access in U-Boot proper.

Signed-off-by: Simon Glas

dm: rockchip: Enable CONFIG_BLK

Enable CONFIG_BLK to move to using driver model for block devices. This
affects MMC booting in SPL, as well as MMC access in U-Boot proper.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

1163625812-May-2016 Stephen Warren <swarren@nvidia.com>

Rename reset to sysreset

The current reset API implements a method to reset the entire system.
In the near future, I'd like to introduce code that implements the device
tree reset bindings; i.e. the

Rename reset to sysreset

The current reset API implements a method to reset the entire system.
In the near future, I'd like to introduce code that implements the device
tree reset bindings; i.e. the equivalent of the Linux kernel's reset API.
This controls resets to individual HW blocks or external chips with reset
signals. It doesn't make sense to merge the two APIs into one since they
have different semantic purposes. Resolve the naming conflict by renaming
the existing reset API to sysreset instead, so the new reset API can be
called just reset.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/.mailmap
/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/api/api.c
/openbmc/u-boot/api/api_storage.c
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/spl.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx7/clock_slice.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/spl.c
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/spl.c
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am4372.dtsi
/openbmc/u-boot/arch/arm/dts/dra7.dtsi
/openbmc/u-boot/arch/arm/dts/exynos4210-universal_c210.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1043a.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socrates.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-common.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-plus.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64.dtsi
/openbmc/u-boot/arch/arm/dts/tegra20-seaboard.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld11-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld11.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-7000.dtsi
/openbmc/u-boot/arch/arm/dts/zynqmp.dtsi
/openbmc/u-boot/arch/arm/imx-common/Makefile
/openbmc/u-boot/arch/arm/imx-common/cache.c
/openbmc/u-boot/arch/arm/imx-common/cpu.c
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sl_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx7/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7d_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/spl.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/gpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/armv7.h
/openbmc/u-boot/arch/arm/include/asm/barriers.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/stack.c
/openbmc/u-boot/arch/arm/mach-at91/Kconfig
/openbmc/u-boot/arch/arm/mach-at91/Makefile
/openbmc/u-boot/arch/arm/mach-at91/arm920t/at91rm9200_devices.c
/openbmc/u-boot/arch/arm/mach-at91/arm920t/cpu.c
/openbmc/u-boot/arch/arm/mach-at91/armv7/clock.c
/openbmc/u-boot/arch/arm/mach-at91/bootparams_atmel.S
/openbmc/u-boot/arch/arm/mach-at91/include/mach/clk.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5_sfr.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d2.h
/openbmc/u-boot/arch/arm/mach-at91/spl.c
rk3036/reset_rk3036.c
rk3288/reset_rk3288.c
/openbmc/u-boot/arch/arm/mach-snapdragon/reset.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-sunxi/Makefile
/openbmc/u-boot/arch/arm/mach-sunxi/board.c
/openbmc/u-boot/arch/arm/mach-sunxi/dram_helpers.c
/openbmc/u-boot/arch/arm/mach-sunxi/pmic_bus.c
/openbmc/u-boot/arch/arm/mach-tegra/board2.c
/openbmc/u-boot/arch/arm/mach-tegra/gpu.c
/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/board_early_init_f.c
/openbmc/u-boot/arch/arm/mach-uniphier/boards.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/cmd_pinmon.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld11.c
/openbmc/u-boot/arch/arm/mach-uniphier/cpu_info.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ld11.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc64-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/early-clk/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/early-clk/early-clk-ld11.c
/openbmc/u-boot/arch/arm/mach-uniphier/early-pinctrl/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/init.h
/openbmc/u-boot/arch/arm/mach-uniphier/init/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/init/init-ld11.c
/openbmc/u-boot/arch/arm/mach-uniphier/init/init-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/init/init.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/sg-regs.h
/openbmc/u-boot/arch/arm/mach-zynq/Kconfig
/openbmc/u-boot/arch/arm/mach-zynq/spl.c
/openbmc/u-boot/arch/avr32/cpu/mmc.c
/openbmc/u-boot/arch/avr32/lib/bootm.c
/openbmc/u-boot/arch/avr32/lib/dram_init.c
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/start.S
/openbmc/u-boot/arch/m68k/cpu/mcf523x/start.S
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/start.S
/openbmc/u-boot/arch/m68k/cpu/mcf530x/cpu_init.c
/openbmc/u-boot/arch/m68k/cpu/mcf530x/start.S
/openbmc/u-boot/arch/m68k/cpu/mcf532x/start.S
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/start.S
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/start.S
/openbmc/u-boot/arch/m68k/include/asm/config.h
/openbmc/u-boot/arch/m68k/include/asm/fsl_i2c.h
/openbmc/u-boot/arch/mips/Kconfig
/openbmc/u-boot/arch/mips/Makefile
/openbmc/u-boot/arch/mips/cpu/cpu.c
/openbmc/u-boot/arch/mips/cpu/start.S
/openbmc/u-boot/arch/mips/dts/Makefile
/openbmc/u-boot/arch/mips/dts/ap121.dts
/openbmc/u-boot/arch/mips/dts/ap143.dts
/openbmc/u-boot/arch/mips/dts/ar933x.dtsi
/openbmc/u-boot/arch/mips/dts/ar934x.dtsi
/openbmc/u-boot/arch/mips/dts/mti,malta.dts
/openbmc/u-boot/arch/mips/dts/qca953x.dtsi
/openbmc/u-boot/arch/mips/dts/tplink_wdr4300.dts
/openbmc/u-boot/arch/mips/include/asm/global_data.h
/openbmc/u-boot/arch/mips/lib/cache_init.S
/openbmc/u-boot/arch/mips/mach-ath79/Kconfig
/openbmc/u-boot/arch/mips/mach-ath79/Makefile
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/Makefile
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/clk.c
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/ddr.c
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/lowlevel_init.S
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/Makefile
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/clk.c
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/cpu.c
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/ddr.c
/openbmc/u-boot/arch/mips/mach-ath79/cpu.c
/openbmc/u-boot/arch/mips/mach-ath79/dram.c
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ath79.h
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ddr.h
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/reset.h
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/Makefile
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/clk.c
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/ddr.c
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/lowlevel_init.S
/openbmc/u-boot/arch/mips/mach-ath79/reset.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/denali_spd_ddr2.c
/openbmc/u-boot/arch/powerpc/include/asm/config_mpc85xx.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_i2c.h
/openbmc/u-boot/arch/powerpc/include/asm/immap_85xx.h
/openbmc/u-boot/arch/powerpc/include/asm/immap_86xx.h
/openbmc/u-boot/arch/powerpc/lib/ppccache.S
/openbmc/u-boot/arch/powerpc/lib/stack.c
/openbmc/u-boot/arch/sandbox/cpu/state.c
/openbmc/u-boot/arch/sandbox/include/asm/io.h
/openbmc/u-boot/arch/sandbox/include/asm/state.h
/openbmc/u-boot/arch/x86/Kconfig
/openbmc/u-boot/arch/x86/cpu/baytrail/Makefile
/openbmc/u-boot/arch/x86/cpu/baytrail/acpi.c
/openbmc/u-boot/arch/x86/cpu/baytrail/valleyview.c
/openbmc/u-boot/arch/x86/cpu/broadwell/pch.c
/openbmc/u-boot/arch/x86/cpu/broadwell/sata.c
/openbmc/u-boot/arch/x86/cpu/broadwell/sdram.c
/openbmc/u-boot/arch/x86/cpu/coreboot/coreboot.c
/openbmc/u-boot/arch/x86/cpu/cpu.c
/openbmc/u-boot/arch/x86/cpu/intel_common/cpu.c
/openbmc/u-boot/arch/x86/cpu/interrupts.c
/openbmc/u-boot/arch/x86/cpu/irq.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/bd82x6x.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/lpc.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/model_206ax.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/northbridge.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/sata.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/sdram.c
/openbmc/u-boot/arch/x86/cpu/lapic.c
/openbmc/u-boot/arch/x86/cpu/mp_init.c
/openbmc/u-boot/arch/x86/cpu/qemu/Makefile
/openbmc/u-boot/arch/x86/cpu/qemu/cpu.c
/openbmc/u-boot/arch/x86/cpu/qemu/e820.c
/openbmc/u-boot/arch/x86/cpu/qemu/qemu.c
/openbmc/u-boot/arch/x86/cpu/quark/quark.c
/openbmc/u-boot/arch/x86/dts/bayleybay.dts
/openbmc/u-boot/arch/x86/dts/conga-qeval20-qa3-e3845.dts
/openbmc/u-boot/arch/x86/dts/crownbay.dts
/openbmc/u-boot/arch/x86/dts/galileo.dts
/openbmc/u-boot/arch/x86/dts/microcode/m0130673325.dtsi
/openbmc/u-boot/arch/x86/dts/microcode/m0130679907.dtsi
/openbmc/u-boot/arch/x86/dts/minnowmax.dts
/openbmc/u-boot/arch/x86/dts/qemu-x86_q35.dts
/openbmc/u-boot/arch/x86/include/asm/acpi/debug.asl
/openbmc/u-boot/arch/x86/include/asm/acpi/globutil.asl
/openbmc/u-boot/arch/x86/include/asm/acpi/statdef.asl
/openbmc/u-boot/arch/x86/include/asm/acpi_table.h
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/gpio.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/irq_helper.h
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/irqlinks.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.h
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/platform.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/sleepstates.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/usb.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/xhci.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/device.h
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/iomap.h
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/irq.h
/openbmc/u-boot/arch/x86/include/asm/coreboot_tables.h
/openbmc/u-boot/arch/x86/include/asm/global_data.h
/openbmc/u-boot/arch/x86/include/asm/irq.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/arch/x86/lib/bootm.c
/openbmc/u-boot/arch/x86/lib/coreboot_table.c
/openbmc/u-boot/arch/x86/lib/pirq_routing.c
/openbmc/u-boot/arch/x86/lib/smbios.c
/openbmc/u-boot/arch/x86/lib/tables.c
/openbmc/u-boot/board/altera/cyclone5-socdk/qts/pinmux_config.h
/openbmc/u-boot/board/altera/cyclone5-socdk/qts/pll_config.h
/openbmc/u-boot/board/atmel/at91rm9200ek/MAINTAINERS
/openbmc/u-boot/board/atmel/at91rm9200ek/at91rm9200ek.c
/openbmc/u-boot/board/atmel/at91rm9200ek/led.c
/openbmc/u-boot/board/atmel/atngw100mkii/MAINTAINERS
/openbmc/u-boot/board/atmel/atngw100mkii/atngw100mkii.c
/openbmc/u-boot/board/atmel/sama5d2_ptc/Kconfig
/openbmc/u-boot/board/atmel/sama5d2_ptc/MAINTAINERS
/openbmc/u-boot/board/atmel/sama5d2_ptc/Makefile
/openbmc/u-boot/board/atmel/sama5d2_ptc/sama5d2_ptc.c
/openbmc/u-boot/board/atmel/sama5d2_xplained/sama5d2_xplained.c
/openbmc/u-boot/board/bf533-ezkit/flash.c
/openbmc/u-boot/board/cm5200/fwupdate.c
/openbmc/u-boot/board/compulab/common/eeprom.c
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/.gitignore
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/Makefile
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/acpi/mainboard.asl
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/dsdt.asl
/openbmc/u-boot/board/dbau1x00/Kconfig
/openbmc/u-boot/board/freescale/c29xpcie/c29xpcie.c
/openbmc/u-boot/board/freescale/common/fsl_validate.c
/openbmc/u-boot/board/freescale/common/ls102xa_stream_id.c
/openbmc/u-boot/board/freescale/ls1043aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1043aqds/ddr.h
/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds.c
/openbmc/u-boot/board/freescale/ls1043ardb/cpld.c
/openbmc/u-boot/board/freescale/ls1043ardb/cpld.h
/openbmc/u-boot/board/freescale/ls1043ardb/ddr.c
/openbmc/u-boot/board/freescale/ls1043ardb/ddr.h
/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb.c
/openbmc/u-boot/board/freescale/ls2080aqds/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080ardb/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080ardb/ddr.h
/openbmc/u-boot/board/freescale/mx28evk/README
/openbmc/u-boot/board/freescale/t208xqds/MAINTAINERS
/openbmc/u-boot/board/freescale/t208xrdb/MAINTAINERS
/openbmc/u-boot/board/freescale/t4rdb/eth.c
/openbmc/u-boot/board/imgtec/malta/Kconfig
/openbmc/u-boot/board/imgtec/malta/lowlevel_init.S
/openbmc/u-boot/board/imgtec/malta/malta.c
/openbmc/u-boot/board/in-circuit/grasshopper/MAINTAINERS
/openbmc/u-boot/board/intel/bayleybay/.gitignore
/openbmc/u-boot/board/intel/bayleybay/Makefile
/openbmc/u-boot/board/intel/bayleybay/acpi/mainboard.asl
/openbmc/u-boot/board/intel/bayleybay/dsdt.asl
/openbmc/u-boot/board/intel/galileo/Kconfig
/openbmc/u-boot/board/intel/minnowmax/.gitignore
/openbmc/u-boot/board/intel/minnowmax/Makefile
/openbmc/u-boot/board/intel/minnowmax/acpi/mainboard.asl
/openbmc/u-boot/board/intel/minnowmax/dsdt.asl
/openbmc/u-boot/board/keymile/km83xx/km83xx_i2c.c
/openbmc/u-boot/board/microchip/pic32mzda/Kconfig
/openbmc/u-boot/board/micronas/vct/Kconfig
/openbmc/u-boot/board/mpl/pip405/README
/openbmc/u-boot/board/mpl/pip405/pip405.c
/openbmc/u-boot/board/nvidia/jetson-tk1/jetson-tk1.c
/openbmc/u-boot/board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h
/openbmc/u-boot/board/pb1x00/Kconfig
/openbmc/u-boot/board/qca/ap121/Kconfig
/openbmc/u-boot/board/qca/ap121/MAINTAINERS
/openbmc/u-boot/board/qca/ap121/Makefile
/openbmc/u-boot/board/qca/ap121/ap121.c
/openbmc/u-boot/board/qca/ap143/Kconfig
/openbmc/u-boot/board/qca/ap143/MAINTAINERS
/openbmc/u-boot/board/qca/ap143/Makefile
/openbmc/u-boot/board/qca/ap143/ap143.c
/openbmc/u-boot/board/qemu-mips/Kconfig
/openbmc/u-boot/board/sandbox/MAINTAINERS
/openbmc/u-boot/board/sunxi/Kconfig
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/tplink/wdr4300/Kconfig
/openbmc/u-boot/board/tplink/wdr4300/MAINTAINERS
/openbmc/u-boot/board/tplink/wdr4300/Makefile
/openbmc/u-boot/board/tplink/wdr4300/wdr4300.c
/openbmc/u-boot/board/tqc/tqm5200/cmd_stk52xx.c
/openbmc/u-boot/board/xilinx/zynq/Makefile
/openbmc/u-boot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynqmp/Makefile
/openbmc/u-boot/board/xilinx/zynqmp/xil_io.h
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/bdinfo.c
/openbmc/u-boot/cmd/bootm.c
/openbmc/u-boot/cmd/disk.c
/openbmc/u-boot/cmd/eeprom.c
/openbmc/u-boot/cmd/fdc.c
/openbmc/u-boot/cmd/fdt.c
/openbmc/u-boot/cmd/ide.c
/openbmc/u-boot/cmd/mmc.c
/openbmc/u-boot/cmd/mtdparts.c
/openbmc/u-boot/cmd/qfw.c
/openbmc/u-boot/cmd/sata.c
/openbmc/u-boot/cmd/scsi.c
/openbmc/u-boot/cmd/usb.c
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/dlmalloc.c
/openbmc/u-boot/common/eeprom/eeprom_field.c
/openbmc/u-boot/common/eeprom/eeprom_layout.c
/openbmc/u-boot/common/env_mmc.c
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/common/ide.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/kgdb.c
/openbmc/u-boot/common/sata.c
/openbmc/u-boot/common/scsi.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_ext.c
/openbmc/u-boot/common/spl/spl_fat.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/spl/spl_nand.c
/openbmc/u-boot/common/spl/spl_net.c
/openbmc/u-boot/common/spl/spl_nor.c
/openbmc/u-boot/common/spl/spl_onenand.c
/openbmc/u-boot/common/spl/spl_sata.c
/openbmc/u-boot/common/spl/spl_usb.c
/openbmc/u-boot/common/spl/spl_ymodem.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/common/usb_hub.c
/openbmc/u-boot/common/usb_storage.c
/openbmc/u-boot/configs/A10-OLinuXino-Lime_defconfig
/openbmc/u-boot/configs/A10s-OLinuXino-M_defconfig
/openbmc/u-boot/configs/A13-OLinuXinoM_defconfig
/openbmc/u-boot/configs/A13-OLinuXino_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime2_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime_defconfig
/openbmc/u-boot/configs/A20-OLinuXino_MICRO_defconfig
/openbmc/u-boot/configs/A20-Olimex-SOM-EVB_defconfig
/openbmc/u-boot/configs/Ainol_AW1_defconfig
/openbmc/u-boot/configs/Ampe_A76_defconfig
/openbmc/u-boot/configs/Auxtek-T003_defconfig
/openbmc/u-boot/configs/Auxtek-T004_defconfig
/openbmc/u-boot/configs/Bananapi_defconfig
/openbmc/u-boot/configs/Bananapro_defconfig
/openbmc/u-boot/configs/CHIP_defconfig
/openbmc/u-boot/configs/CSQ_CS908_defconfig
/openbmc/u-boot/configs/Chuwi_V7_CW0825_defconfig
/openbmc/u-boot/configs/Colombus_defconfig
/openbmc/u-boot/configs/Cubieboard2_defconfig
/openbmc/u-boot/configs/Cubieboard_defconfig
/openbmc/u-boot/configs/Cubietruck_defconfig
/openbmc/u-boot/configs/Cubietruck_plus_defconfig
/openbmc/u-boot/configs/Empire_electronix_d709_defconfig
/openbmc/u-boot/configs/Hummingbird_A31_defconfig
/openbmc/u-boot/configs/Hyundai_A7HD_defconfig
/openbmc/u-boot/configs/Itead_Ibox_A20_defconfig
/openbmc/u-boot/configs/Lamobo_R1_defconfig
/openbmc/u-boot/configs/Linksprite_pcDuino3_Nano_defconfig
/openbmc/u-boot/configs/Linksprite_pcDuino3_defconfig
/openbmc/u-boot/configs/Linksprite_pcDuino_defconfig
/openbmc/u-boot/configs/MK808C_defconfig
/openbmc/u-boot/configs/MSI_Primo73_defconfig
/openbmc/u-boot/configs/MSI_Primo81_defconfig
/openbmc/u-boot/configs/Marsboard_A10_defconfig
/openbmc/u-boot/configs/Mele_A1000G_quad_defconfig
/openbmc/u-boot/configs/Mele_A1000_defconfig
/openbmc/u-boot/configs/Mele_I7_defconfig
/openbmc/u-boot/configs/Mele_M3_defconfig
/openbmc/u-boot/configs/Mele_M5_defconfig
/openbmc/u-boot/configs/Mele_M9_defconfig
/openbmc/u-boot/configs/Merrii_A80_Optimus_defconfig
/openbmc/u-boot/configs/Mini-X_defconfig
/openbmc/u-boot/configs/Orangepi_defconfig
/openbmc/u-boot/configs/Orangepi_mini_defconfig
/openbmc/u-boot/configs/Sinlinx_SinA31s_defconfig
/openbmc/u-boot/configs/Sinlinx_SinA33_defconfig
/openbmc/u-boot/configs/Sinovoip_BPI_M2_defconfig
/openbmc/u-boot/configs/Sinovoip_BPI_M3_defconfig
/openbmc/u-boot/configs/UTOO_P66_defconfig
/openbmc/u-boot/configs/Wexler_TAB7200_defconfig
/openbmc/u-boot/configs/Wits_Pro_A20_DKT_defconfig
/openbmc/u-boot/configs/Wobo_i5_defconfig
/openbmc/u-boot/configs/Yones_Toptech_BD1078_defconfig
/openbmc/u-boot/configs/Yones_Toptech_BS1078_V2_defconfig
/openbmc/u-boot/configs/am437x_gp_evm_defconfig
/openbmc/u-boot/configs/am437x_sk_evm_defconfig
/openbmc/u-boot/configs/ap121_defconfig
/openbmc/u-boot/configs/ap143_defconfig
/openbmc/u-boot/configs/axs101_defconfig
/openbmc/u-boot/configs/axs103_defconfig
/openbmc/u-boot/configs/ba10_tv_box_defconfig
/openbmc/u-boot/configs/bayleybay_defconfig
/openbmc/u-boot/configs/chromebook_jerry_defconfig
/openbmc/u-boot/configs/colorfly_e708_q1_defconfig
/openbmc/u-boot/configs/conga-qeval20-qa3-e3845_defconfig
/openbmc/u-boot/configs/crownbay_defconfig
/openbmc/u-boot/configs/difrnce_dit4350_defconfig
/openbmc/u-boot/configs/dra74_evm_defconfig
/openbmc/u-boot/configs/dragonboard410c_defconfig
/openbmc/u-boot/configs/dserve_dsrv9703c_defconfig
/openbmc/u-boot/configs/evb-rk3036_defconfig
/openbmc/u-boot/configs/firefly-rk3288_defconfig
/openbmc/u-boot/configs/ga10h_v1_1_defconfig
/openbmc/u-boot/configs/galileo_defconfig
/openbmc/u-boot/configs/gt90h_v4_defconfig
/openbmc/u-boot/configs/h8_homlet_v2_defconfig
/openbmc/u-boot/configs/i12-tvbox_defconfig
/openbmc/u-boot/configs/iNet_3F_defconfig
/openbmc/u-boot/configs/iNet_3W_defconfig
/openbmc/u-boot/configs/iNet_86VS_defconfig
/openbmc/u-boot/configs/icnova-a20-swac_defconfig
/openbmc/u-boot/configs/inet1_defconfig
/openbmc/u-boot/configs/inet97fv2_defconfig
/openbmc/u-boot/configs/inet98v_rev2_defconfig
/openbmc/u-boot/configs/inet9f_rev03_defconfig
/openbmc/u-boot/configs/jesurun_q5_defconfig
/openbmc/u-boot/configs/kylin-rk3036_defconfig
/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_defconfig
/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021aqds_nand_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021atwr_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_qspi_defconfig
/openbmc/u-boot/configs/malta_defconfig
/openbmc/u-boot/configs/maltael_defconfig
/openbmc/u-boot/configs/minnowmax_defconfig
/openbmc/u-boot/configs/mixtile_loftq_defconfig
/openbmc/u-boot/configs/mk802_a10s_defconfig
/openbmc/u-boot/configs/mk802_defconfig
/openbmc/u-boot/configs/mk802ii_defconfig
/openbmc/u-boot/configs/orangepi_2_defconfig
/openbmc/u-boot/configs/orangepi_one_defconfig
/openbmc/u-boot/configs/orangepi_pc_defconfig
/openbmc/u-boot/configs/orangepi_plus_defconfig
/openbmc/u-boot/configs/pico-imx6ul_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/polaroid_mid2809pxe04_defconfig
/openbmc/u-boot/configs/pov_protab2_ips9_defconfig
/openbmc/u-boot/configs/q8_a13_tablet_defconfig
/openbmc/u-boot/configs/q8_a23_tablet_800x480_defconfig
/openbmc/u-boot/configs/q8_a33_tablet_1024x600_defconfig
/openbmc/u-boot/configs/q8_a33_tablet_800x480_defconfig
/openbmc/u-boot/configs/qemu-x86_defconfig
/openbmc/u-boot/configs/r7-tv-dongle_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_nandflash_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_spiflash_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_mmc_defconfig
/openbmc/u-boot/configs/sama5d3xek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d4ek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_spiflash_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_noblk_defconfig
/openbmc/u-boot/configs/socfpga_arria5_defconfig
/openbmc/u-boot/configs/socfpga_cyclone5_defconfig
/openbmc/u-boot/configs/socfpga_de0_nano_soc_defconfig
/openbmc/u-boot/configs/socfpga_mcvevk_defconfig
/openbmc/u-boot/configs/socfpga_sockit_defconfig
/openbmc/u-boot/configs/socfpga_socrates_defconfig
/openbmc/u-boot/configs/socfpga_sr1500_defconfig
/openbmc/u-boot/configs/spear300_defconfig
/openbmc/u-boot/configs/spear300_nand_defconfig
/openbmc/u-boot/configs/spear300_usbtty_defconfig
/openbmc/u-boot/configs/spear300_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear310_defconfig
/openbmc/u-boot/configs/spear310_nand_defconfig
/openbmc/u-boot/configs/spear310_pnor_defconfig
/openbmc/u-boot/configs/spear310_usbtty_defconfig
/openbmc/u-boot/configs/spear310_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear310_usbtty_pnor_defconfig
/openbmc/u-boot/configs/spear320_defconfig
/openbmc/u-boot/configs/spear320_nand_defconfig
/openbmc/u-boot/configs/spear320_pnor_defconfig
/openbmc/u-boot/configs/spear320_usbtty_defconfig
/openbmc/u-boot/configs/spear320_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear320_usbtty_pnor_defconfig
/openbmc/u-boot/configs/spear600_defconfig
/openbmc/u-boot/configs/spear600_nand_defconfig
/openbmc/u-boot/configs/spear600_usbtty_defconfig
/openbmc/u-boot/configs/spear600_usbtty_nand_defconfig
/openbmc/u-boot/configs/sunxi_Gemei_G9_defconfig
/openbmc/u-boot/configs/tplink_wdr4300_defconfig
/openbmc/u-boot/configs/uniphier_ld11_defconfig
/openbmc/u-boot/configs/warp7_defconfig
/openbmc/u-boot/configs/x600_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_ep_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/configs/zynq_zc706_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/disk/part.c
/openbmc/u-boot/doc/README.at91-soc
/openbmc/u-boot/doc/README.atmel_pmecc
/openbmc/u-boot/doc/README.commands.spl
/openbmc/u-boot/doc/README.marubun-pcmcia
/openbmc/u-boot/doc/README.mxs
/openbmc/u-boot/doc/README.x86
/openbmc/u-boot/doc/SPI/README.sandbox-spi
/openbmc/u-boot/doc/SPI/README.ti_qspi_flash
/openbmc/u-boot/doc/device-tree-bindings/misc/intel,irq-router.txt
/openbmc/u-boot/doc/device-tree-bindings/net/ti,dp83867.txt
/openbmc/u-boot/doc/device-tree-bindings/serial/qca,ar9330-uart.txt
/openbmc/u-boot/doc/device-tree-bindings/spi/spi-ath79.txt
/openbmc/u-boot/doc/driver-model/README.txt
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/doc/mkimage.1
/openbmc/u-boot/doc/uImage.FIT/multi-with-fpga.its
/openbmc/u-boot/doc/uImage.FIT/source_file_format.txt
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/bios_emulator/x86emu/decode.c
/openbmc/u-boot/drivers/block/Kconfig
/openbmc/u-boot/drivers/block/Makefile
/openbmc/u-boot/drivers/block/ahci-uclass.c
/openbmc/u-boot/drivers/block/blk-uclass.c
/openbmc/u-boot/drivers/block/blk_legacy.c
/openbmc/u-boot/drivers/block/sandbox.c
/openbmc/u-boot/drivers/block/sandbox_scsi.c
/openbmc/u-boot/drivers/block/sata_sandbox.c
/openbmc/u-boot/drivers/block/sym53c8xx.c
/openbmc/u-boot/drivers/block/systemace.c
/openbmc/u-boot/drivers/clk/clk_rk3036.c
/openbmc/u-boot/drivers/clk/clk_rk3288.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-mio.c
/openbmc/u-boot/drivers/core/Kconfig
/openbmc/u-boot/drivers/core/device-remove.c
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/lists.c
/openbmc/u-boot/drivers/crypto/fsl/jr.c
/openbmc/u-boot/drivers/crypto/fsl/jr.h
/openbmc/u-boot/drivers/ddr/fsl/fsl_ddr_gen4.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_init.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_init.h
/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_hw_training.h
/openbmc/u-boot/drivers/dfu/Kconfig
/openbmc/u-boot/drivers/dfu/dfu.c
/openbmc/u-boot/drivers/dfu/dfu_mmc.c
/openbmc/u-boot/drivers/fpga/fpga.c
/openbmc/u-boot/drivers/gpio/74x164_gpio.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/gpio/intel_broadwell_gpio.c
/openbmc/u-boot/drivers/gpio/omap_gpio.c
/openbmc/u-boot/drivers/gpio/pca953x_gpio.c
/openbmc/u-boot/drivers/gpio/pic32_gpio.c
/openbmc/u-boot/drivers/gpio/rk_gpio.c
/openbmc/u-boot/drivers/gpio/s5p_gpio.c
/openbmc/u-boot/drivers/gpio/sunxi_gpio.c
/openbmc/u-boot/drivers/gpio/zynq_gpio.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/designware_i2c.c
/openbmc/u-boot/drivers/i2c/fsl_i2c.c
/openbmc/u-boot/drivers/i2c/i2c-cdns.c
/openbmc/u-boot/drivers/i2c/kona_i2c.c
/openbmc/u-boot/drivers/i2c/muxes/Kconfig
/openbmc/u-boot/drivers/i2c/muxes/Makefile
/openbmc/u-boot/drivers/i2c/muxes/pca954x.c
/openbmc/u-boot/drivers/i2c/mvtwsi.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/qfw.c
/openbmc/u-boot/drivers/misc/sysreset-uclass.c
/openbmc/u-boot/drivers/misc/sysreset_sandbox.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/mmc-uclass.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mmc_legacy.c
/openbmc/u-boot/drivers/mmc/mmc_private.h
/openbmc/u-boot/drivers/mmc/mmc_write.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/pic32_sdhci.c
/openbmc/u-boot/drivers/mmc/rockchip_dw_mmc.c
/openbmc/u-boot/drivers/mmc/sandbox_mmc.c
/openbmc/u-boot/drivers/mmc/socfpga_dw_mmc.c
/openbmc/u-boot/drivers/mmc/uniphier-sd.c
/openbmc/u-boot/drivers/mmc/zynq_sdhci.c
/openbmc/u-boot/drivers/mtd/Kconfig
/openbmc/u-boot/drivers/mtd/Makefile
/openbmc/u-boot/drivers/mtd/nand/omap_gpmc.c
/openbmc/u-boot/drivers/mtd/pic32_flash.c
/openbmc/u-boot/drivers/mtd/spi/sf_internal.h
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/mtd/spi/spi_spl_load.c
/openbmc/u-boot/drivers/net/4xx_enet.c
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/cpsw-common.c
/openbmc/u-boot/drivers/net/cpsw.c
/openbmc/u-boot/drivers/net/enc28j60.c
/openbmc/u-boot/drivers/net/fm/t4240.c
/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.c
/openbmc/u-boot/drivers/net/macb.c
/openbmc/u-boot/drivers/net/ne2000_base.c
/openbmc/u-boot/drivers/net/phy/broadcom.c
/openbmc/u-boot/drivers/net/phy/davicom.c
/openbmc/u-boot/drivers/net/phy/et1011c.c
/openbmc/u-boot/drivers/net/phy/lxt.c
/openbmc/u-boot/drivers/net/phy/marvell.c
/openbmc/u-boot/drivers/net/phy/micrel.c
/openbmc/u-boot/drivers/net/phy/mv88e61xx.c
/openbmc/u-boot/drivers/net/phy/natsemi.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/net/phy/smsc.c
/openbmc/u-boot/drivers/net/phy/ti.c
/openbmc/u-boot/drivers/net/phy/vitesse.c
/openbmc/u-boot/drivers/net/sh_eth.c
/openbmc/u-boot/drivers/net/sh_eth.h
/openbmc/u-boot/drivers/net/xilinx_emaclite.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/pci/pci.c
/openbmc/u-boot/drivers/pci/pci_tegra.c
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/Makefile
/openbmc/u-boot/drivers/pinctrl/ath79/Makefile
/openbmc/u-boot/drivers/pinctrl/ath79/pinctrl_ar933x.c
/openbmc/u-boot/drivers/pinctrl/ath79/pinctrl_qca953x.c
/openbmc/u-boot/drivers/power/Kconfig
/openbmc/u-boot/drivers/power/Makefile
/openbmc/u-boot/drivers/power/axp221.c
/openbmc/u-boot/drivers/power/axp809.c
/openbmc/u-boot/drivers/power/axp818.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/mcfuart.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/serial_ar933x.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/ath79_spi.c
/openbmc/u-boot/drivers/spi/cadence_qspi_apb.c
/openbmc/u-boot/drivers/spi/fsl_qspi.c
/openbmc/u-boot/drivers/spi/omap3_spi.c
/openbmc/u-boot/drivers/spi/soft_spi.c
/openbmc/u-boot/drivers/spi/spi-uclass.c
/openbmc/u-boot/drivers/thermal/Kconfig
/openbmc/u-boot/drivers/usb/common/Makefile
/openbmc/u-boot/drivers/usb/common/common.c
/openbmc/u-boot/drivers/usb/gadget/f_dfu.c
/openbmc/u-boot/drivers/usb/gadget/mpc8xx_udc.c
/openbmc/u-boot/drivers/usb/host/dwc2.c
/openbmc/u-boot/drivers/usb/host/ehci-mx6.c
/openbmc/u-boot/drivers/usb/musb/musb_hcd.c
/openbmc/u-boot/drivers/video/ipu_common.c
/openbmc/u-boot/drivers/video/tegra.c
/openbmc/u-boot/dts/Kconfig
/openbmc/u-boot/examples/api/Makefile
/openbmc/u-boot/examples/api/crt0.S
/openbmc/u-boot/examples/api/glue.c
/openbmc/u-boot/examples/standalone/stubs.c
/openbmc/u-boot/fs/ext4/ext4_common.c
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/include/asm-generic/gpio.h
/openbmc/u-boot/include/ata.h
/openbmc/u-boot/include/axp809.h
/openbmc/u-boot/include/axp818.h
/openbmc/u-boot/include/axp_pmic.h
/openbmc/u-boot/include/blk.h
/openbmc/u-boot/include/bootstage.h
/openbmc/u-boot/include/config_cmd_all.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/config_fallbacks.h
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/BSC9132QDS.h
/openbmc/u-boot/include/configs/C29XPCIE.h
/openbmc/u-boot/include/configs/MPC8536DS.h
/openbmc/u-boot/include/configs/MPC8544DS.h
/openbmc/u-boot/include/configs/MPC8548CDS.h
/openbmc/u-boot/include/configs/MPC8572DS.h
/openbmc/u-boot/include/configs/MPC8610HPCD.h
/openbmc/u-boot/include/configs/MPC8641HPCN.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/P1023RDB.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/PIP405.h
/openbmc/u-boot/include/configs/T102xQDS.h
/openbmc/u-boot/include/configs/T102xRDB.h
/openbmc/u-boot/include/configs/T1040QDS.h
/openbmc/u-boot/include/configs/T104xRDB.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/T208xRDB.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/am57xx_evm.h
/openbmc/u-boot/include/configs/ap121.h
/openbmc/u-boot/include/configs/ap143.h
/openbmc/u-boot/include/configs/atngw100mkii.h
/openbmc/u-boot/include/configs/axs101.h
/openbmc/u-boot/include/configs/cm_fx6.h
/openbmc/u-boot/include/configs/cm_t335.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/cm_t3517.h
/openbmc/u-boot/include/configs/cm_t43.h
/openbmc/u-boot/include/configs/cm_t54.h
/openbmc/u-boot/include/configs/controlcenterd.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/cyrus.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/dbau1x00.h
/openbmc/u-boot/include/configs/dra7xx_evm.h
/openbmc/u-boot/include/configs/duovero.h
/openbmc/u-boot/include/configs/efi-x86.h
/openbmc/u-boot/include/configs/galileo.h
/openbmc/u-boot/include/configs/highbank.h
/openbmc/u-boot/include/configs/hikey.h
/openbmc/u-boot/include/configs/imx6_spl.h
/openbmc/u-boot/include/configs/km/kmp204x-common.h
/openbmc/u-boot/include/configs/ls1021aqds.h
/openbmc/u-boot/include/configs/ls1021atwr.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1043aqds.h
/openbmc/u-boot/include/configs/ls1043ardb.h
/openbmc/u-boot/include/configs/ls2080a_common.h
/openbmc/u-boot/include/configs/ls2080aqds.h
/openbmc/u-boot/include/configs/ls2080ardb.h
/openbmc/u-boot/include/configs/malta.h
/openbmc/u-boot/include/configs/minnowmax.h
/openbmc/u-boot/include/configs/mx6ul_14x14_evk.h
/openbmc/u-boot/include/configs/novena.h
/openbmc/u-boot/include/configs/omap3_igep00x0.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/omap5_uevm.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/p1_twr.h
/openbmc/u-boot/include/configs/pb1x00.h
/openbmc/u-boot/include/configs/pengwyn.h
/openbmc/u-boot/include/configs/pic32mzdask.h
/openbmc/u-boot/include/configs/qemu-mips.h
/openbmc/u-boot/include/configs/qemu-mips64.h
/openbmc/u-boot/include/configs/qemu-x86.h
/openbmc/u-boot/include/configs/sama5d2_ptc.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/sbc8641d.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/spear-common.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/t4qds.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/ti_omap4_common.h
/openbmc/u-boot/include/configs/ti_omap5_common.h
/openbmc/u-boot/include/configs/tplink_wdr4300.h
/openbmc/u-boot/include/configs/tqma6.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/vct.h
/openbmc/u-boot/include/configs/x600.h
/openbmc/u-boot/include/configs/x86-common.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu102.h
/openbmc/u-boot/include/configs/xpedite517x.h
/openbmc/u-boot/include/configs/xpedite537x.h
/openbmc/u-boot/include/configs/xpedite550x.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/cpsw.h
/openbmc/u-boot/include/dm/device-internal.h
/openbmc/u-boot/include/dm/device.h
/openbmc/u-boot/include/dm/platform_data/serial_coldfire.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dt-bindings/net/ti-dp83867.h
/openbmc/u-boot/include/eeprom_field.h
/openbmc/u-boot/include/eeprom_layout.h
/openbmc/u-boot/include/env_flags.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/flash.h
/openbmc/u-boot/include/fsl_ddr_sdram.h
/openbmc/u-boot/include/fsl_sec.h
/openbmc/u-boot/include/ide.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/iotrace.h
/openbmc/u-boot/include/linux/fb.h
/openbmc/u-boot/include/linux/mtd/omap_gpmc.h
/openbmc/u-boot/include/linux/usb/otg.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/netdev.h
/openbmc/u-boot/include/part.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/qfw.h
/openbmc/u-boot/include/spi.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/sysreset.h
/openbmc/u-boot/include/test/ut.h
/openbmc/u-boot/include/usb.h
/openbmc/u-boot/include/usbdevice.h
/openbmc/u-boot/lib/efi_loader/efi_disk.c
/openbmc/u-boot/lib/hang.c
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/basic/fixdep.c
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/blk.c
/openbmc/u-boot/test/dm/mmc.c
/openbmc/u-boot/test/dm/sysreset.c
/openbmc/u-boot/test/py/tests/test_dfu.py
/openbmc/u-boot/test/py/u_boot_utils.py
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/atmel_pmecc_params.c
/openbmc/u-boot/tools/atmelimage.c
/openbmc/u-boot/tools/buildman/README
/openbmc/u-boot/tools/buildman/builder.py
/openbmc/u-boot/tools/buildman/builderthread.py
/openbmc/u-boot/tools/buildman/cmdline.py
/openbmc/u-boot/tools/buildman/control.py
/openbmc/u-boot/tools/env/fw_env.c
/openbmc/u-boot/tools/fit_image.c
/openbmc/u-boot/tools/imagetool.c
/openbmc/u-boot/tools/imagetool.h
/openbmc/u-boot/tools/imximage.c
/openbmc/u-boot/tools/mkimage.c
/openbmc/u-boot/tools/moveconfig.py
/openbmc/u-boot/tools/tbot/README
/openbmc/u-boot/tools/tbot/README.install
/openbmc/u-boot/tools/zynqmpimage.c
b525556e15-Apr-2016 Vagrant Cascadian <vagrant@debian.org>

Revert "rockchip: rk3288: correct sdram setting"

This reverts commit b5788dc0dd9570e98552833767f4373db965985d.

Ram size is incorrectly reported as 512MB on a firefly-rk3288 board
with 2GB of ram. R

Revert "rockchip: rk3288: correct sdram setting"

This reverts commit b5788dc0dd9570e98552833767f4373db965985d.

Ram size is incorrectly reported as 512MB on a firefly-rk3288 board
with 2GB of ram. Reverting this patch displays the full amount of ram.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/api/api.c
/openbmc/u-boot/api/api_storage.c
/openbmc/u-boot/arch/arc/include/asm/global_data.h
/openbmc/u-boot/arch/arc/include/asm/io.h
/openbmc/u-boot/arch/arc/lib/cache.c
/openbmc/u-boot/arch/arc/lib/cpu.c
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/config.mk
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/devices.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/reset.c
/openbmc/u-boot/arch/arm/cpu/armv7/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/cache_v7.c
/openbmc/u-boot/arch/arm/cpu/armv7/cache_v7_asm.S
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/ddr.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx7/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/mx7/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/boot-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/emif-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/boot.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/boot.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/emif.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/hw_data.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/prcm-regs.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/sdram_elpida.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/dra7xx_iodelay.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/hw_data.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/hwinit.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/prcm-regs.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/sdram.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/cache.S
/openbmc/u-boot/arch/arm/cpu/armv8/cache_v8.c
/openbmc/u-boot/arch/arm/cpu/armv8/exceptions.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/spl.c
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/cpu/armv8/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/armv8/u-boot.lds
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/cpu/pxa/Makefile
/openbmc/u-boot/arch/arm/cpu/pxa/cache.c
/openbmc/u-boot/arch/arm/cpu/pxa/pxa2xx.c
/openbmc/u-boot/arch/arm/cpu/pxa/start.S
/openbmc/u-boot/arch/arm/cpu/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/u-boot.lds
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/a64.dtsi
/openbmc/u-boot/arch/arm/dts/am437x-gp-evm.dts
/openbmc/u-boot/arch/arm/dts/am437x-sk-evm.dts
/openbmc/u-boot/arch/arm/dts/am57xx-beagle-x15.dts
/openbmc/u-boot/arch/arm/dts/armada-375-db.dts
/openbmc/u-boot/arch/arm/dts/armada-375.dtsi
/openbmc/u-boot/arch/arm/dts/armada-xp-theadorable.dts
/openbmc/u-boot/arch/arm/dts/axp22x.dtsi
/openbmc/u-boot/arch/arm/dts/dra7-evm.dts
/openbmc/u-boot/arch/arm/dts/dra72-evm.dts
/openbmc/u-boot/arch/arm/dts/dragonboard410c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard410c.dts
/openbmc/u-boot/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/exynos5250-pinctrl-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds.dtsi
/openbmc/u-boot/arch/arm/dts/hi6220-hikey.dts
/openbmc/u-boot/arch/arm/dts/hi6220.dtsi
/openbmc/u-boot/arch/arm/dts/k2g.dtsi
/openbmc/u-boot/arch/arm/dts/pcm052.dts
/openbmc/u-boot/arch/arm/dts/pine64.dts
/openbmc/u-boot/arch/arm/dts/pine64_common.dtsi
/openbmc/u-boot/arch/arm/dts/pine64_plus.dts
/openbmc/u-boot/arch/arm/dts/rk3288.dtsi
/openbmc/u-boot/arch/arm/dts/s5pc110-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria5_socdk.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socdk.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socrates.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sr1500.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-a1000.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-chuwi-v7-cw0825.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-cubieboard.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-dserve-dsrv9703c.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-gemei-g9.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet1.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet97fv2.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet9f-rev03.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-itead-iteaduino-plus.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-jesurun-q5.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-marsboard.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-mk802.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-olinuxino-lime.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-pcduino.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-pcduino2.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10-pov-protab2-ips9.dts
/openbmc/u-boot/arch/arm/dts/sun4i-a10.dtsi
/openbmc/u-boot/arch/arm/dts/sun5i-a10s-auxtek-t004.dts
/openbmc/u-boot/arch/arm/dts/sun5i-a10s-olinuxino-micro.dts
/openbmc/u-boot/arch/arm/dts/sun5i-a13-difrnce-dit4350.dts
/openbmc/u-boot/arch/arm/dts/sun5i-a13-empire-electronix-d709.dts
/openbmc/u-boot/arch/arm/dts/sun5i-a13-inet-98v-rev2.dts
/openbmc/u-boot/arch/arm/dts/sun5i-a13-utoo-p66.dts
/openbmc/u-boot/arch/arm/dts/sun5i-q8-common.dtsi
/openbmc/u-boot/arch/arm/dts/sun5i-r8-chip.dts
/openbmc/u-boot/arch/arm/dts/sun5i.dtsi
/openbmc/u-boot/arch/arm/dts/sun6i-a31-colombus.dts
/openbmc/u-boot/arch/arm/dts/sun6i-a31-hummingbird.dts
/openbmc/u-boot/arch/arm/dts/sun6i-a31.dtsi
/openbmc/u-boot/arch/arm/dts/sun6i-a31s-colorfly-e708-q1.dts
/openbmc/u-boot/arch/arm/dts/sun6i-a31s-primo81.dts
/openbmc/u-boot/arch/arm/dts/sun6i-a31s-sina31s-core.dtsi
/openbmc/u-boot/arch/arm/dts/sun6i-a31s-sina31s.dts
/openbmc/u-boot/arch/arm/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-bananapi.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-cubieboard2.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-cubietruck.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-icnova-swac.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-itead-ibox.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-lamobo-r1.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-mk808c.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-olimex-som-evb.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-lime.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-lime2.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-micro.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-orangepi-mini.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-orangepi.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-pcduino3-nano.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-pcduino3.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-wexler-tab7200.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts
/openbmc/u-boot/arch/arm/dts/sun7i-a20.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-a23-a33.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-a23-gt90h-v4.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a23-polaroid-mid2809pxe04.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a23.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-a33-sinlinx-sina33.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a33.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a83t-sinovoip-bpi-m3.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a83t.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-2.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-one.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-pc.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-plus.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-q8-common.dtsi
/openbmc/u-boot/arch/arm/dts/sun9i-a80-cubieboard4.dts
/openbmc/u-boot/arch/arm/dts/sun9i-a80-optimus.dts
/openbmc/u-boot/arch/arm/dts/sun9i-a80.dtsi
/openbmc/u-boot/arch/arm/dts/sunxi-itead-core-common.dtsi
/openbmc/u-boot/arch/arm/dts/sunxi-q8-common.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld11-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld11.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld20-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld20.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld4-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld6b-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld3-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld8-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-support-card.dtsi
/openbmc/u-boot/arch/arm/dts/vf610-twr.dts
/openbmc/u-boot/arch/arm/dts/zynq-7000.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-microzed.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc702.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc706.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm010.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm011.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm012.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm013.dts
/openbmc/u-boot/arch/arm/dts/zynq-zed.dts
/openbmc/u-boot/arch/arm/dts/zynq-zybo.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-clk.dtsi
/openbmc/u-boot/arch/arm/dts/zynqmp-ep108-clk.dtsi
/openbmc/u-boot/arch/arm/dts/zynqmp-ep108.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102-revB.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102.dts
/openbmc/u-boot/arch/arm/dts/zynqmp.dtsi
/openbmc/u-boot/arch/arm/imx-common/Makefile
/openbmc/u-boot/arch/arm/imx-common/cpu.c
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/spl.h
/openbmc/u-boot/arch/arm/include/asm/arch-bcmcygnus/configs.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fsl_serdes.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ls2080a_stream_id.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ns_access.h
/openbmc/u-boot/arch/arm/include/asm/arch-mvebu/spi.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx27/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/lvds_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/vop_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/stm32.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/stm32.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun8i_a83t.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/spl.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/armv8/mmu.h
/openbmc/u-boot/arch/arm/include/asm/emif.h
/openbmc/u-boot/arch/arm/include/asm/fsl_secure_boot.h
/openbmc/u-boot/arch/arm/include/asm/global_data.h
/openbmc/u-boot/arch/arm/include/asm/imx-common/mxc_i2c.h
/openbmc/u-boot/arch/arm/include/asm/io.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/arm/include/asm/system.h
/openbmc/u-boot/arch/arm/include/asm/types.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/_uldivmod.S
/openbmc/u-boot/arch/arm/lib/cache-cp15.c
/openbmc/u-boot/arch/arm/lib/ccn504.S
/openbmc/u-boot/arch/arm/lib/interrupts.c
/openbmc/u-boot/arch/arm/lib/interrupts_64.c
/openbmc/u-boot/arch/arm/lib/sections.c
/openbmc/u-boot/arch/arm/lib/spl.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-at91/armv7/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-bcm283x/Kconfig
/openbmc/u-boot/arch/arm/mach-bcm283x/Makefile
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/mbox.h
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/sdhci.h
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/timer.h
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/wdog.h
/openbmc/u-boot/arch/arm/mach-bcm283x/init.c
/openbmc/u-boot/arch/arm/mach-bcm283x/mbox.c
/openbmc/u-boot/arch/arm/mach-bcm283x/phys2bus.c
/openbmc/u-boot/arch/arm/mach-davinci/Kconfig
/openbmc/u-boot/arch/arm/mach-davinci/da850_pinmux.c
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-keystone/Makefile
/openbmc/u-boot/arch/arm/mach-keystone/clock.c
/openbmc/u-boot/arch/arm/mach-keystone/cmd_mon.c
/openbmc/u-boot/arch/arm/mach-keystone/cmd_poweroff.c
/openbmc/u-boot/arch/arm/mach-keystone/ddr3_spd.c
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock-k2g.h
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock.h
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/ddr3.h
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2e.h
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2g.h
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2l.h
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/mon.h
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/psc_defs.h
/openbmc/u-boot/arch/arm/mach-keystone/init.c
/openbmc/u-boot/arch/arm/mach-keystone/keystone.c
/openbmc/u-boot/arch/arm/mach-keystone/mon.c
/openbmc/u-boot/arch/arm/mach-keystone/psc.c
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/config.h
/openbmc/u-boot/arch/arm/mach-mvebu/Kconfig
/openbmc/u-boot/arch/arm/mach-mvebu/Makefile
/openbmc/u-boot/arch/arm/mach-mvebu/cpu.c
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/config.h
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/cpu.h
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/soc.h
/openbmc/u-boot/arch/arm/mach-mvebu/spl.c
rk3288/sdram_rk3288.c
/openbmc/u-boot/arch/arm/mach-snapdragon/Kconfig
/openbmc/u-boot/arch/arm/mach-snapdragon/Makefile
/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8016.c
/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h
/openbmc/u-boot/arch/arm/mach-snapdragon/reset.c
/openbmc/u-boot/arch/arm/mach-snapdragon/sysmap-apq8016.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/Makefile
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/clock.c
/openbmc/u-boot/arch/arm/mach-sunxi/Makefile
/openbmc/u-boot/arch/arm/mach-sunxi/board.c
/openbmc/u-boot/arch/arm/mach-sunxi/clock.c
/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun4i.c
/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun6i.c
/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun8i_a83t.c
/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun9i.c
/openbmc/u-boot/arch/arm/mach-sunxi/cpu_info.c
/openbmc/u-boot/arch/arm/mach-sunxi/dram_helpers.c
/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun4i.c
/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun6i.c
/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a23.c
/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a33.c
/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a83t.c
/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_h3.c
/openbmc/u-boot/arch/arm/mach-sunxi/p2wi.c
/openbmc/u-boot/arch/arm/mach-sunxi/pinmux.c
/openbmc/u-boot/arch/arm/mach-sunxi/pmic_bus.c
/openbmc/u-boot/arch/arm/mach-sunxi/prcm.c
/openbmc/u-boot/arch/arm/mach-sunxi/rsb.c
/openbmc/u-boot/arch/arm/mach-sunxi/usb_phy.c
/openbmc/u-boot/arch/arm/mach-tegra/arm64-mmu.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/clock.c
/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/debug_ll.S
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/arm-cci500.c
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/mem_map.c
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/smp.S
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/smp_kick_cpus.c
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/timer.c
/openbmc/u-boot/arch/arm/mach-uniphier/bcu/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/bcu/bcu-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/bcu/bcu-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/board_common.c
/openbmc/u-boot/arch/arm/mach-uniphier/board_early_init_f.c
/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c
/openbmc/u-boot/arch/arm/mach-uniphier/boards.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-device.h
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/cmd_pinmon.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pro5.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/cpu_info.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-ld6b.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-pro5.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart.c
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart.h
/openbmc/u-boot/arch/arm/mach-uniphier/dram/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/dram/cmd_ddrphy.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-ld20-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ld20-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram_init.c
/openbmc/u-boot/arch/arm/mach-uniphier/early-clk/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/early-clk/early-clk-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/early-clk/early-clk-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/early-clk/early-clk-pro5.c
/openbmc/u-boot/arch/arm/mach-uniphier/early-clk/early-clk-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/early-pinctrl/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/init.h
/openbmc/u-boot/arch/arm/mach-uniphier/init/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/init/init-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/init/init-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/init/init-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/init/init-pro5.c
/openbmc/u-boot/arch/arm/mach-uniphier/init/init-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/init/init-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/init/init-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/init/init.c
/openbmc/u-boot/arch/arm/mach-uniphier/memconf/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/memconf/memconf-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/memconf/memconf-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/micro-support-card.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-ld20.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-ld6b.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-pro5.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/pll/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/pll/pll-init-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/pll/pll-init-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/pll/pll-init-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/pll/pll-init-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/pll/pll-spectrum-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/pll/pll-spectrum-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-admulti.c
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-pxs2.c
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-savepin.c
/openbmc/u-boot/arch/arm/mach-uniphier/sc-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/sc64-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/sg-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/soc-info.h
/openbmc/u-boot/arch/arm/mach-uniphier/soc_info.c
/openbmc/u-boot/arch/arm/mach-zynq/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-zynq/include/mach/sys_proto.h
/openbmc/u-boot/arch/arm/mach-zynq/u-boot-spl.lds
/openbmc/u-boot/arch/blackfin/include/asm/config.h
/openbmc/u-boot/arch/m68k/cpu/mcf523x/start.S
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/start.S
/openbmc/u-boot/arch/m68k/cpu/mcf532x/start.S
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/start.S
/openbmc/u-boot/arch/microblaze/cpu/interrupts.c
/openbmc/u-boot/arch/microblaze/cpu/timer.c
/openbmc/u-boot/arch/microblaze/lib/bootm.c
/openbmc/u-boot/arch/mips/dts/pic32mzda.dtsi
/openbmc/u-boot/arch/mips/dts/pic32mzda_sk.dts
/openbmc/u-boot/arch/mips/lib/bootm.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/spi.c
/openbmc/u-boot/arch/powerpc/include/asm/fsl_secure_boot.h
/openbmc/u-boot/arch/sandbox/Kconfig
/openbmc/u-boot/arch/sandbox/cpu/start.c
/openbmc/u-boot/arch/sandbox/dts/sandbox.dts
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/cache.h
/openbmc/u-boot/arch/sandbox/include/asm/io.h
/openbmc/u-boot/arch/sparc/cpu/leon3/usb_uhci.c
/openbmc/u-boot/arch/x86/Kconfig
/openbmc/u-boot/arch/x86/cpu/Makefile
/openbmc/u-boot/arch/x86/cpu/broadwell/Kconfig
/openbmc/u-boot/arch/x86/cpu/broadwell/Makefile
/openbmc/u-boot/arch/x86/cpu/broadwell/cpu.c
/openbmc/u-boot/arch/x86/cpu/broadwell/iobp.c
/openbmc/u-boot/arch/x86/cpu/broadwell/lpc.c
/openbmc/u-boot/arch/x86/cpu/broadwell/me.c
/openbmc/u-boot/arch/x86/cpu/broadwell/northbridge.c
/openbmc/u-boot/arch/x86/cpu/broadwell/pch.c
/openbmc/u-boot/arch/x86/cpu/broadwell/pinctrl_broadwell.c
/openbmc/u-boot/arch/x86/cpu/broadwell/power_state.c
/openbmc/u-boot/arch/x86/cpu/broadwell/refcode.c
/openbmc/u-boot/arch/x86/cpu/broadwell/sata.c
/openbmc/u-boot/arch/x86/cpu/broadwell/sdram.c
/openbmc/u-boot/arch/x86/cpu/coreboot/sdram.c
/openbmc/u-boot/arch/x86/cpu/coreboot/tables.c
/openbmc/u-boot/arch/x86/cpu/cpu.c
/openbmc/u-boot/arch/x86/cpu/intel_common/Makefile
/openbmc/u-boot/arch/x86/cpu/intel_common/car.S
/openbmc/u-boot/arch/x86/cpu/intel_common/cpu.c
/openbmc/u-boot/arch/x86/cpu/intel_common/lpc.c
/openbmc/u-boot/arch/x86/cpu/intel_common/me_status.c
/openbmc/u-boot/arch/x86/cpu/intel_common/microcode.c
/openbmc/u-boot/arch/x86/cpu/intel_common/mrc.c
/openbmc/u-boot/arch/x86/cpu/intel_common/pch.c
/openbmc/u-boot/arch/x86/cpu/intel_common/report_platform.c
/openbmc/u-boot/arch/x86/cpu/ioapic.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/Kconfig
/openbmc/u-boot/arch/x86/cpu/ivybridge/Makefile
/openbmc/u-boot/arch/x86/cpu/ivybridge/bd82x6x.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/cpu.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/early_me.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/gma.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/lpc.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/model_206ax.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/northbridge.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/sata.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/sdram.c
/openbmc/u-boot/arch/x86/cpu/mp_init.c
/openbmc/u-boot/arch/x86/cpu/qemu/Makefile
/openbmc/u-boot/arch/x86/cpu/qemu/fw_cfg.c
/openbmc/u-boot/arch/x86/cpu/sipi_vector.S
/openbmc/u-boot/arch/x86/cpu/start.S
/openbmc/u-boot/arch/x86/cpu/u-boot.lds
/openbmc/u-boot/arch/x86/dts/Makefile
/openbmc/u-boot/arch/x86/dts/chromebook_link.dts
/openbmc/u-boot/arch/x86/dts/chromebook_samus.dts
/openbmc/u-boot/arch/x86/dts/conga-qeval20-qa3-e3845.dts
/openbmc/u-boot/arch/x86/dts/microcode/m7240651_0000001c.dtsi
/openbmc/u-boot/arch/x86/dts/microcode/mc0306d4_00000018.dtsi
/openbmc/u-boot/arch/x86/include/asm/acpi_table.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/cpu.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/gpio.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/iomap.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/lpc.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/me.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pch.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pei_data.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pm.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/rcb.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/spi.h
/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/sysinfo.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/me.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/model_206ax.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/pch.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/sandybridge.h
/openbmc/u-boot/arch/x86/include/asm/coreboot_tables.h
/openbmc/u-boot/arch/x86/include/asm/cpu.h
/openbmc/u-boot/arch/x86/include/asm/cpu_common.h
/openbmc/u-boot/arch/x86/include/asm/global_data.h
/openbmc/u-boot/arch/x86/include/asm/gpio.h
/openbmc/u-boot/arch/x86/include/asm/intel_regs.h
/openbmc/u-boot/arch/x86/include/asm/io.h
/openbmc/u-boot/arch/x86/include/asm/ioapic.h
/openbmc/u-boot/arch/x86/include/asm/lpc_common.h
/openbmc/u-boot/arch/x86/include/asm/me_common.h
/openbmc/u-boot/arch/x86/include/asm/microcode.h
/openbmc/u-boot/arch/x86/include/asm/mrc_common.h
/openbmc/u-boot/arch/x86/include/asm/msr-index.h
/openbmc/u-boot/arch/x86/include/asm/pch_common.h
/openbmc/u-boot/arch/x86/include/asm/post.h
/openbmc/u-boot/arch/x86/include/asm/processor.h
/openbmc/u-boot/arch/x86/include/asm/report_platform.h
/openbmc/u-boot/arch/x86/include/asm/sipi.h
/openbmc/u-boot/arch/x86/include/asm/tables.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/arch/x86/lib/coreboot_table.c
/openbmc/u-boot/arch/x86/lib/fsp/fsp_car.S
/openbmc/u-boot/arch/x86/lib/pinctrl_ich6.c
/openbmc/u-boot/arch/x86/lib/tables.c
/openbmc/u-boot/board/Marvell/db-88f6720/MAINTAINERS
/openbmc/u-boot/board/Marvell/db-88f6720/Makefile
/openbmc/u-boot/board/Marvell/db-88f6720/db-88f6720.c
/openbmc/u-boot/board/Marvell/db-88f6720/kwbimage.cfg
/openbmc/u-boot/board/Synology/ds414/Makefile
/openbmc/u-boot/board/Synology/ds414/cmd_syno.c
/openbmc/u-boot/board/amazon/kc1/Kconfig
/openbmc/u-boot/board/amazon/kc1/MAINTAINERS
/openbmc/u-boot/board/amazon/kc1/Makefile
/openbmc/u-boot/board/amazon/kc1/kc1.c
/openbmc/u-boot/board/amazon/kc1/kc1.h
/openbmc/u-boot/board/armltd/vexpress64/vexpress64.c
/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6x.c
/openbmc/u-boot/board/cavium/thunderx/thunderx.c
/openbmc/u-boot/board/ccv/xpress/Kconfig
/openbmc/u-boot/board/ccv/xpress/MAINTAINERS
/openbmc/u-boot/board/ccv/xpress/Makefile
/openbmc/u-boot/board/ccv/xpress/imximage.cfg
/openbmc/u-boot/board/ccv/xpress/spl.c
/openbmc/u-boot/board/ccv/xpress/xpress.c
/openbmc/u-boot/board/cm5200/fwupdate.c
/openbmc/u-boot/board/compulab/cm_t54/cm_t54.c
/openbmc/u-boot/board/compulab/cm_t54/mux.c
/openbmc/u-boot/board/congatec/Kconfig
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/Kconfig
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/MAINTAINERS
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/Makefile
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/conga-qeval20-qa3.c
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/start.S
/openbmc/u-boot/board/coreboot/coreboot/coreboot.c
/openbmc/u-boot/board/denx/m53evk/m53evk.c
/openbmc/u-boot/board/efi/efi-x86/efi.c
/openbmc/u-boot/board/freescale/common/cmd_esbc_validate.c
/openbmc/u-boot/board/freescale/common/fsl_validate.c
/openbmc/u-boot/board/freescale/common/vid.c
/openbmc/u-boot/board/freescale/ls1043aqds/eth.c
/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds.c
/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb.c
/openbmc/u-boot/board/freescale/ls2080a/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080a/ddr.c
/openbmc/u-boot/board/freescale/ls2080a/ls2080a.c
/openbmc/u-boot/board/freescale/ls2080aqds/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080aqds/ddr.c
/openbmc/u-boot/board/freescale/ls2080aqds/eth.c
/openbmc/u-boot/board/freescale/ls2080aqds/ls2080aqds.c
/openbmc/u-boot/board/freescale/ls2080ardb/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080ardb/ddr.c
/openbmc/u-boot/board/freescale/ls2080ardb/eth_ls2080rdb.c
/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb.c
/openbmc/u-boot/board/freescale/mx51evk/mx51evk.c
/openbmc/u-boot/board/freescale/mx6qarm2/imximage_mx6dl.cfg
/openbmc/u-boot/board/freescale/mx6sabresd/mx6sabresd.c
/openbmc/u-boot/board/freescale/mx6slevk/imximage.cfg
/openbmc/u-boot/board/freescale/mx6slevk/mx6slevk.c
/openbmc/u-boot/board/freescale/mx6sxsabreauto/mx6sxsabreauto.c
/openbmc/u-boot/board/freescale/mx6sxsabresd/mx6sxsabresd.c
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
/openbmc/u-boot/board/freescale/mx7dsabresd/mx7dsabresd.c
/openbmc/u-boot/board/gdsys/common/dp501.c
/openbmc/u-boot/board/gdsys/common/dp501.h
/openbmc/u-boot/board/gdsys/common/osd.c
/openbmc/u-boot/board/gdsys/mpc8308/strider.c
/openbmc/u-boot/board/ge/bx50v3/Kconfig
/openbmc/u-boot/board/ge/bx50v3/MAINTAINERS
/openbmc/u-boot/board/ge/bx50v3/Makefile
/openbmc/u-boot/board/ge/bx50v3/bx50v3.c
/openbmc/u-boot/board/ge/bx50v3/bx50v3.cfg
/openbmc/u-boot/board/google/Kconfig
/openbmc/u-boot/board/google/chromebook_link/link.c
/openbmc/u-boot/board/google/chromebook_samus/Kconfig
/openbmc/u-boot/board/google/chromebook_samus/MAINTAINERS
/openbmc/u-boot/board/google/chromebook_samus/Makefile
/openbmc/u-boot/board/google/chromebook_samus/samus.c
/openbmc/u-boot/board/google/chromebox_panther/panther.c
/openbmc/u-boot/board/gumstix/duovero/duovero.c
/openbmc/u-boot/board/hisilicon/hikey/MAINTAINERS
/openbmc/u-boot/board/hisilicon/hikey/README
/openbmc/u-boot/board/hisilicon/hikey/hikey.c
/openbmc/u-boot/board/intel/bayleybay/bayleybay.c
/openbmc/u-boot/board/intel/cougarcanyon2/cougarcanyon2.c
/openbmc/u-boot/board/intel/crownbay/crownbay.c
/openbmc/u-boot/board/intel/galileo/galileo.c
/openbmc/u-boot/board/intel/minnowmax/minnowmax.c
/openbmc/u-boot/board/isee/igep00x0/igep00x0.c
/openbmc/u-boot/board/lego/ev3/Kconfig
/openbmc/u-boot/board/lego/ev3/MAINTAINERS
/openbmc/u-boot/board/lego/ev3/Makefile
/openbmc/u-boot/board/lego/ev3/README
/openbmc/u-boot/board/lego/ev3/legoev3.c
/openbmc/u-boot/board/lg/sniper/Kconfig
/openbmc/u-boot/board/lg/sniper/MAINTAINERS
/openbmc/u-boot/board/lg/sniper/Makefile
/openbmc/u-boot/board/lg/sniper/sniper.c
/openbmc/u-boot/board/lg/sniper/sniper.h
/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c
/openbmc/u-boot/board/logicpd/zoom1/zoom1.c
/openbmc/u-boot/board/mpl/common/usb_uhci.c
/openbmc/u-boot/board/mpl/pip405/README
/openbmc/u-boot/board/overo/overo.c
/openbmc/u-boot/board/qualcomm/dragonboard410c/Kconfig
/openbmc/u-boot/board/qualcomm/dragonboard410c/MAINTAINERS
/openbmc/u-boot/board/qualcomm/dragonboard410c/Makefile
/openbmc/u-boot/board/qualcomm/dragonboard410c/dragonboard410c.c
/openbmc/u-boot/board/qualcomm/dragonboard410c/head.S
/openbmc/u-boot/board/qualcomm/dragonboard410c/readme.txt
/openbmc/u-boot/board/qualcomm/dragonboard410c/u-boot.lds
/openbmc/u-boot/board/quipos/cairo/cairo.c
/openbmc/u-boot/board/raspberrypi/rpi/MAINTAINERS
/openbmc/u-boot/board/raspberrypi/rpi/rpi.c
/openbmc/u-boot/board/sandbox/README.sandbox
/openbmc/u-boot/board/solidrun/mx6cuboxi/mx6cuboxi.c
/openbmc/u-boot/board/sunxi/Kconfig
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/ahci.c
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/sunxi/gmac.c
/openbmc/u-boot/board/technexion/pico-imx6ul/Kconfig
/openbmc/u-boot/board/technexion/pico-imx6ul/MAINTAINERS
/openbmc/u-boot/board/technexion/pico-imx6ul/Makefile
/openbmc/u-boot/board/technexion/pico-imx6ul/imximage.cfg
/openbmc/u-boot/board/technexion/pico-imx6ul/pico-imx6ul.c
/openbmc/u-boot/board/terasic/sockit/qts/iocsr_config.h
/openbmc/u-boot/board/terasic/sockit/qts/pll_config.h
/openbmc/u-boot/board/terasic/sockit/qts/sdram_config.h
/openbmc/u-boot/board/theadorable/Makefile
/openbmc/u-boot/board/theadorable/fpga.c
/openbmc/u-boot/board/theadorable/theadorable.c
/openbmc/u-boot/board/theadorable/theadorable.h
/openbmc/u-boot/board/ti/am335x/Kconfig
/openbmc/u-boot/board/ti/am335x/board.c
/openbmc/u-boot/board/ti/am335x/board.h
/openbmc/u-boot/board/ti/am335x/mux.c
/openbmc/u-boot/board/ti/am335x/u-boot.lds
/openbmc/u-boot/board/ti/am43xx/Kconfig
/openbmc/u-boot/board/ti/am43xx/board.c
/openbmc/u-boot/board/ti/am43xx/board.h
/openbmc/u-boot/board/ti/am43xx/mux.c
/openbmc/u-boot/board/ti/am57xx/Kconfig
/openbmc/u-boot/board/ti/am57xx/board.c
/openbmc/u-boot/board/ti/am57xx/mux_data.h
/openbmc/u-boot/board/ti/beagle/beagle.c
/openbmc/u-boot/board/ti/common/Kconfig
/openbmc/u-boot/board/ti/common/Makefile
/openbmc/u-boot/board/ti/common/board_detect.c
/openbmc/u-boot/board/ti/common/board_detect.h
/openbmc/u-boot/board/ti/dra7xx/Kconfig
/openbmc/u-boot/board/ti/dra7xx/evm.c
/openbmc/u-boot/board/ti/dra7xx/mux_data.h
/openbmc/u-boot/board/ti/ks2_evm/Makefile
/openbmc/u-boot/board/ti/ks2_evm/board.c
/openbmc/u-boot/board/ti/ks2_evm/board_k2e.c
/openbmc/u-boot/board/ti/ks2_evm/board_k2g.c
/openbmc/u-boot/board/ti/ks2_evm/board_k2hk.c
/openbmc/u-boot/board/ti/ks2_evm/board_k2l.c
/openbmc/u-boot/board/ti/ks2_evm/ddr3_cfg.c
/openbmc/u-boot/board/ti/ks2_evm/ddr3_cfg.h
/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2e.c
/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2hk.c
/openbmc/u-boot/board/ti/omap5_uevm/evm.c
/openbmc/u-boot/board/ti/panda/panda.c
/openbmc/u-boot/board/ti/sdp4430/sdp.c
/openbmc/u-boot/board/timll/devkit8000/devkit8000.c
/openbmc/u-boot/board/vscom/baltos/board.c
/openbmc/u-boot/board/warp7/Kconfig
/openbmc/u-boot/board/warp7/MAINTAINERS
/openbmc/u-boot/board/warp7/Makefile
/openbmc/u-boot/board/warp7/imximage.cfg
/openbmc/u-boot/board/warp7/warp7.c
/openbmc/u-boot/board/work-microwave/work_92105/Makefile
/openbmc/u-boot/board/xilinx/microblaze-generic/xparameters.h
/openbmc/u-boot/board/xilinx/zynq/board.c
/openbmc/u-boot/board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynqmp/MAINTAINERS
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/board/zipitz2/Kconfig
/openbmc/u-boot/board/zipitz2/MAINTAINERS
/openbmc/u-boot/board/zipitz2/Makefile
/openbmc/u-boot/board/zipitz2/zipitz2.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/blkcache.c
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/cmd/bootm.c
/openbmc/u-boot/cmd/cbfs.c
/openbmc/u-boot/cmd/cpu.c
/openbmc/u-boot/cmd/cramfs.c
/openbmc/u-boot/cmd/disk.c
/openbmc/u-boot/cmd/fat.c
/openbmc/u-boot/cmd/fdc.c
/openbmc/u-boot/cmd/fs.c
/openbmc/u-boot/cmd/gpio.c
/openbmc/u-boot/cmd/gpt.c
/openbmc/u-boot/cmd/help.c
/openbmc/u-boot/cmd/host.c
/openbmc/u-boot/cmd/ide.c
/openbmc/u-boot/cmd/license.c
/openbmc/u-boot/cmd/mmc.c
/openbmc/u-boot/cmd/mmc_spi.c
/openbmc/u-boot/cmd/nvedit.c
/openbmc/u-boot/cmd/part.c
/openbmc/u-boot/cmd/read.c
/openbmc/u-boot/cmd/reiser.c
/openbmc/u-boot/cmd/sata.c
/openbmc/u-boot/cmd/scsi.c
/openbmc/u-boot/cmd/spi.c
/openbmc/u-boot/cmd/unzip.c
/openbmc/u-boot/cmd/usb.c
/openbmc/u-boot/cmd/usb_mass_storage.c
/openbmc/u-boot/cmd/zfs.c
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/cli.c
/openbmc/u-boot/common/command.c
/openbmc/u-boot/common/console.c
/openbmc/u-boot/common/dlmalloc.c
/openbmc/u-boot/common/env_eeprom.c
/openbmc/u-boot/common/env_ext4.c
/openbmc/u-boot/common/env_fat.c
/openbmc/u-boot/common/env_sata.c
/openbmc/u-boot/common/env_sf.c
/openbmc/u-boot/common/fb_mmc.c
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image-sparse.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/lcd.c
/openbmc/u-boot/common/main.c
/openbmc/u-boot/common/malloc_simple.c
/openbmc/u-boot/common/menu.c
/openbmc/u-boot/common/spl/Makefile
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_ext.c
/openbmc/u-boot/common/spl/spl_fat.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/spl/spl_nand.c
/openbmc/u-boot/common/spl/spl_nor.c
/openbmc/u-boot/common/spl/spl_sata.c
/openbmc/u-boot/common/spl/spl_usb.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/common/usb_hub.c
/openbmc/u-boot/common/usb_kbd.c
/openbmc/u-boot/common/usb_storage.c
/openbmc/u-boot/common/xyzModem.c
/openbmc/u-boot/configs/10m50_defconfig
/openbmc/u-boot/configs/3c120_defconfig
/openbmc/u-boot/configs/A10-OLinuXino-Lime_defconfig
/openbmc/u-boot/configs/A10s-OLinuXino-M_defconfig
/openbmc/u-boot/configs/A13-OLinuXinoM_defconfig
/openbmc/u-boot/configs/A13-OLinuXino_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime2_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime_defconfig
/openbmc/u-boot/configs/A20-OLinuXino_MICRO_defconfig
/openbmc/u-boot/configs/A20-Olimex-SOM-EVB_defconfig
/openbmc/u-boot/configs/Ainol_AW1_defconfig
/openbmc/u-boot/configs/Ampe_A76_defconfig
/openbmc/u-boot/configs/Auxtek-T003_defconfig
/openbmc/u-boot/configs/Auxtek-T004_defconfig
/openbmc/u-boot/configs/B4420QDS_NAND_defconfig
/openbmc/u-boot/configs/B4420QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/B4420QDS_defconfig
/openbmc/u-boot/configs/B4860QDS_NAND_defconfig
/openbmc/u-boot/configs/B4860QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/B4860QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/B4860QDS_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig
/openbmc/u-boot/configs/Bananapi_defconfig
/openbmc/u-boot/configs/Bananapro_defconfig
/openbmc/u-boot/configs/C29XPCIE_NAND_defconfig
/openbmc/u-boot/configs/C29XPCIE_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_defconfig
/openbmc/u-boot/configs/C29XPCIE_defconfig
/openbmc/u-boot/configs/CHIP_defconfig
/openbmc/u-boot/configs/CPCI2DP_defconfig
/openbmc/u-boot/configs/CPCI4052_defconfig
/openbmc/u-boot/configs/CSQ_CS908_defconfig
/openbmc/u-boot/configs/Chuwi_V7_CW0825_defconfig
/openbmc/u-boot/configs/Colombus_defconfig
/openbmc/u-boot/configs/Cubieboard2_defconfig
/openbmc/u-boot/configs/Cubieboard_defconfig
/openbmc/u-boot/configs/Cubietruck_defconfig
/openbmc/u-boot/configs/Cubietruck_plus_defconfig
/openbmc/u-boot/configs/Cyrus_P5020_defconfig
/openbmc/u-boot/configs/Cyrus_P5040_defconfig
/openbmc/u-boot/configs/Empire_electronix_d709_defconfig
/openbmc/u-boot/configs/Hummingbird_A31_defconfig
/openbmc/u-boot/configs/Hyundai_A7HD_defconfig
/openbmc/u-boot/configs/Itead_Ibox_A20_defconfig
/openbmc/u-boot/configs/Lamobo_R1_defconfig
/openbmc/u-boot/configs/Linksprite_pcDuino3_Nano_defconfig
/openbmc/u-boot/configs/Linksprite_pcDuino3_defconfig
/openbmc/u-boot/configs/Linksprite_pcDuino_defconfig
/openbmc/u-boot/configs/M5208EVBE_defconfig
/openbmc/u-boot/configs/M52277EVB_defconfig
/openbmc/u-boot/configs/M52277EVB_stmicro_defconfig
/openbmc/u-boot/configs/M5235EVB_Flash32_defconfig
/openbmc/u-boot/configs/M5235EVB_defconfig
/openbmc/u-boot/configs/M5249EVB_defconfig
/openbmc/u-boot/configs/M5253DEMO_defconfig
/openbmc/u-boot/configs/M5253EVBE_defconfig
/openbmc/u-boot/configs/M5272C3_defconfig
/openbmc/u-boot/configs/M5275EVB_defconfig
/openbmc/u-boot/configs/M5282EVB_defconfig
/openbmc/u-boot/configs/M53017EVB_defconfig
/openbmc/u-boot/configs/M5329AFEE_defconfig
/openbmc/u-boot/configs/M5329BFEE_defconfig
/openbmc/u-boot/configs/M5373EVB_defconfig
/openbmc/u-boot/configs/M54418TWR_defconfig
/openbmc/u-boot/configs/M54418TWR_nand_mii_defconfig
/openbmc/u-boot/configs/M54418TWR_nand_rmii_defconfig
/openbmc/u-boot/configs/M54418TWR_nand_rmii_lowfreq_defconfig
/openbmc/u-boot/configs/M54418TWR_serial_mii_defconfig
/openbmc/u-boot/configs/M54418TWR_serial_rmii_defconfig
/openbmc/u-boot/configs/M54451EVB_defconfig
/openbmc/u-boot/configs/M54451EVB_stmicro_defconfig
/openbmc/u-boot/configs/M54455EVB_a66_defconfig
/openbmc/u-boot/configs/M54455EVB_defconfig
/openbmc/u-boot/configs/M54455EVB_i66_defconfig
/openbmc/u-boot/configs/M54455EVB_intel_defconfig
/openbmc/u-boot/configs/M54455EVB_stm33_defconfig
/openbmc/u-boot/configs/M5475AFE_defconfig
/openbmc/u-boot/configs/M5475BFE_defconfig
/openbmc/u-boot/configs/M5475CFE_defconfig
/openbmc/u-boot/configs/M5475DFE_defconfig
/openbmc/u-boot/configs/M5475EFE_defconfig
/openbmc/u-boot/configs/M5475FFE_defconfig
/openbmc/u-boot/configs/M5475GFE_defconfig
/openbmc/u-boot/configs/M5485AFE_defconfig
/openbmc/u-boot/configs/M5485BFE_defconfig
/openbmc/u-boot/configs/M5485CFE_defconfig
/openbmc/u-boot/configs/M5485DFE_defconfig
/openbmc/u-boot/configs/M5485EFE_defconfig
/openbmc/u-boot/configs/M5485FFE_defconfig
/openbmc/u-boot/configs/M5485GFE_defconfig
/openbmc/u-boot/configs/M5485HFE_defconfig
/openbmc/u-boot/configs/MIP405T_defconfig
/openbmc/u-boot/configs/MIP405_defconfig
/openbmc/u-boot/configs/MK808C_defconfig
/openbmc/u-boot/configs/MPC8308RDB_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_33_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_66_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_NAND_33_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_NAND_66_defconfig
/openbmc/u-boot/configs/MPC8315ERDB_defconfig
/openbmc/u-boot/configs/MPC8323ERDB_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_ATM_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_HOST_33_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_HOST_66_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_SLAVE_defconfig
/openbmc/u-boot/configs/MPC832XEMDS_defconfig
/openbmc/u-boot/configs/MPC8349EMDS_defconfig
/openbmc/u-boot/configs/MPC8349ITXGP_defconfig
/openbmc/u-boot/configs/MPC8349ITX_LOWBOOT_defconfig
/openbmc/u-boot/configs/MPC8349ITX_defconfig
/openbmc/u-boot/configs/MPC837XEMDS_HOST_defconfig
/openbmc/u-boot/configs/MPC837XEMDS_defconfig
/openbmc/u-boot/configs/MPC837XERDB_defconfig
/openbmc/u-boot/configs/MPC8536DS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8536DS_SDCARD_defconfig
/openbmc/u-boot/configs/MPC8536DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/MPC8536DS_defconfig
/openbmc/u-boot/configs/MPC8540ADS_defconfig
/openbmc/u-boot/configs/MPC8541CDS_defconfig
/openbmc/u-boot/configs/MPC8541CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8544DS_defconfig
/openbmc/u-boot/configs/MPC8548CDS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8548CDS_defconfig
/openbmc/u-boot/configs/MPC8548CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8555CDS_defconfig
/openbmc/u-boot/configs/MPC8555CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8560ADS_defconfig
/openbmc/u-boot/configs/MPC8568MDS_defconfig
/openbmc/u-boot/configs/MPC8569MDS_ATM_defconfig
/openbmc/u-boot/configs/MPC8569MDS_defconfig
/openbmc/u-boot/configs/MPC8572DS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8572DS_defconfig
/openbmc/u-boot/configs/MPC8610HPCD_defconfig
/openbmc/u-boot/configs/MPC8641HPCN_36BIT_defconfig
/openbmc/u-boot/configs/MPC8641HPCN_defconfig
/openbmc/u-boot/configs/MSI_Primo73_defconfig
/openbmc/u-boot/configs/MSI_Primo81_defconfig
/openbmc/u-boot/configs/Marsboard_A10_defconfig
/openbmc/u-boot/configs/Mele_A1000G_quad_defconfig
/openbmc/u-boot/configs/Mele_A1000_defconfig
/openbmc/u-boot/configs/Mele_I7_defconfig
/openbmc/u-boot/configs/Mele_M3_defconfig
/openbmc/u-boot/configs/Mele_M5_defconfig
/openbmc/u-boot/configs/Mele_M9_defconfig
/openbmc/u-boot/configs/Merrii_A80_Optimus_defconfig
/openbmc/u-boot/configs/MigoR_defconfig
/openbmc/u-boot/configs/Mini-X_defconfig
/openbmc/u-boot/configs/MiniFAP_defconfig
/openbmc/u-boot/configs/O2D300_defconfig
/openbmc/u-boot/configs/O2DNT2_RAMBOOT_defconfig
/openbmc/u-boot/configs/O2DNT2_defconfig
/openbmc/u-boot/configs/O2D_defconfig
/openbmc/u-boot/configs/O2I_defconfig
/openbmc/u-boot/configs/O2MNT_O2M110_defconfig
/openbmc/u-boot/configs/O2MNT_O2M112_defconfig
/openbmc/u-boot/configs/O2MNT_O2M113_defconfig
/openbmc/u-boot/configs/O2MNT_defconfig
/openbmc/u-boot/configs/O3DNT_defconfig
/openbmc/u-boot/configs/Orangepi_defconfig
/openbmc/u-boot/configs/Orangepi_mini_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_defconfig
/openbmc/u-boot/configs/P1022DS_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_defconfig
/openbmc/u-boot/configs/P1023RDB_defconfig
/openbmc/u-boot/configs/P1024RDB_36BIT_defconfig
/openbmc/u-boot/configs/P1024RDB_NAND_defconfig
/openbmc/u-boot/configs/P1024RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P1024RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1024RDB_defconfig
/openbmc/u-boot/configs/P1025RDB_36BIT_defconfig
/openbmc/u-boot/configs/P1025RDB_NAND_defconfig
/openbmc/u-boot/configs/P1025RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P1025RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1025RDB_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_defconfig
/openbmc/u-boot/configs/P2041RDB_NAND_defconfig
/openbmc/u-boot/configs/P2041RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P2041RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P2041RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P2041RDB_defconfig
/openbmc/u-boot/configs/P3041DS_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P3041DS_NAND_defconfig
/openbmc/u-boot/configs/P3041DS_SDCARD_defconfig
/openbmc/u-boot/configs/P3041DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P3041DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P3041DS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P3041DS_defconfig
/openbmc/u-boot/configs/P4080DS_SDCARD_defconfig
/openbmc/u-boot/configs/P4080DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P4080DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P4080DS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P4080DS_defconfig
/openbmc/u-boot/configs/P5020DS_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5020DS_NAND_defconfig
/openbmc/u-boot/configs/P5020DS_SDCARD_defconfig
/openbmc/u-boot/configs/P5020DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5020DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P5020DS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P5020DS_defconfig
/openbmc/u-boot/configs/P5040DS_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5040DS_NAND_defconfig
/openbmc/u-boot/configs/P5040DS_SDCARD_defconfig
/openbmc/u-boot/configs/P5040DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5040DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P5040DS_defconfig
/openbmc/u-boot/configs/PIP405_defconfig
/openbmc/u-boot/configs/PLU405_defconfig
/openbmc/u-boot/configs/PMC405DE_defconfig
/openbmc/u-boot/configs/PMC440_defconfig
/openbmc/u-boot/configs/Sinlinx_SinA31s_defconfig
/openbmc/u-boot/configs/Sinlinx_SinA33_defconfig
/openbmc/u-boot/configs/Sinovoip_BPI_M2_defconfig
/openbmc/u-boot/configs/Sinovoip_BPI_M3_defconfig
/openbmc/u-boot/configs/T1023RDB_NAND_defconfig
/openbmc/u-boot/configs/T1023RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1023RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1023RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1023RDB_defconfig
/openbmc/u-boot/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1024QDS_DDR4_defconfig
/openbmc/u-boot/configs/T1024QDS_NAND_defconfig
/openbmc/u-boot/configs/T1024QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T1024QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1024QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1024QDS_defconfig
/openbmc/u-boot/configs/T1024RDB_NAND_defconfig
/openbmc/u-boot/configs/T1024RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1024RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1024RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1024RDB_defconfig
/openbmc/u-boot/configs/T1040D4RDB_NAND_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1040D4RDB_defconfig
/openbmc/u-boot/configs/T1040QDS_DDR4_defconfig
/openbmc/u-boot/configs/T1040QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1040QDS_defconfig
/openbmc/u-boot/configs/T1040RDB_NAND_defconfig
/openbmc/u-boot/configs/T1040RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1040RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1040RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1040RDB_defconfig
/openbmc/u-boot/configs/T1042D4RDB_NAND_defconfig
/openbmc/u-boot/configs/T1042D4RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1042D4RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1042D4RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1042D4RDB_defconfig
/openbmc/u-boot/configs/T1042RDB_PI_NAND_defconfig
/openbmc/u-boot/configs/T1042RDB_PI_SDCARD_defconfig
/openbmc/u-boot/configs/T1042RDB_PI_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1042RDB_PI_defconfig
/openbmc/u-boot/configs/T1042RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1042RDB_defconfig
/openbmc/u-boot/configs/T2080QDS_NAND_defconfig
/openbmc/u-boot/configs/T2080QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T2080QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T2080QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/T2080QDS_defconfig
/openbmc/u-boot/configs/T2080RDB_NAND_defconfig
/openbmc/u-boot/configs/T2080RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T2080RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T2080RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/T2080RDB_defconfig
/openbmc/u-boot/configs/T2081QDS_NAND_defconfig
/openbmc/u-boot/configs/T2081QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T2081QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2081QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/T2081QDS_defconfig
/openbmc/u-boot/configs/T4160QDS_NAND_defconfig
/openbmc/u-boot/configs/T4160QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T4160QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T4160QDS_defconfig
/openbmc/u-boot/configs/T4160RDB_defconfig
/openbmc/u-boot/configs/T4240QDS_NAND_defconfig
/openbmc/u-boot/configs/T4240QDS_SDCARD_defconfig
/openbmc/u-boot/configs/T4240QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/T4240QDS_defconfig
/openbmc/u-boot/configs/T4240RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T4240RDB_defconfig
/openbmc/u-boot/configs/TQM5200S_HIGHBOOT_defconfig
/openbmc/u-boot/configs/TQM5200S_defconfig
/openbmc/u-boot/configs/TQM5200_B_HIGHBOOT_defconfig
/openbmc/u-boot/configs/TQM5200_B_defconfig
/openbmc/u-boot/configs/TQM5200_STK100_defconfig
/openbmc/u-boot/configs/TQM5200_defconfig
/openbmc/u-boot/configs/TQM823L_LCD_defconfig
/openbmc/u-boot/configs/TQM823L_defconfig
/openbmc/u-boot/configs/TQM823M_defconfig
/openbmc/u-boot/configs/TQM834x_defconfig
/openbmc/u-boot/configs/TQM850L_defconfig
/openbmc/u-boot/configs/TQM850M_defconfig
/openbmc/u-boot/configs/TQM855L_defconfig
/openbmc/u-boot/configs/TQM855M_defconfig
/openbmc/u-boot/configs/TQM860L_defconfig
/openbmc/u-boot/configs/TQM860M_defconfig
/openbmc/u-boot/configs/TQM862L_defconfig
/openbmc/u-boot/configs/TQM862M_defconfig
/openbmc/u-boot/configs/TQM866M_defconfig
/openbmc/u-boot/configs/TQM885D_defconfig
/openbmc/u-boot/configs/TTTech_defconfig
/openbmc/u-boot/configs/TWR-P1025_defconfig
/openbmc/u-boot/configs/UCP1020_SPIFLASH_defconfig
/openbmc/u-boot/configs/UCP1020_defconfig
/openbmc/u-boot/configs/UTOO_P66_defconfig
/openbmc/u-boot/configs/VCMA9_defconfig
/openbmc/u-boot/configs/VOM405_defconfig
/openbmc/u-boot/configs/Wexler_TAB7200_defconfig
/openbmc/u-boot/configs/Wits_Pro_A20_DKT_defconfig
/openbmc/u-boot/configs/Wobo_i5_defconfig
/openbmc/u-boot/configs/Yones_Toptech_BD1078_defconfig
/openbmc/u-boot/configs/Yones_Toptech_BS1078_V2_defconfig
/openbmc/u-boot/configs/a3m071_defconfig
/openbmc/u-boot/configs/a4m072_defconfig
/openbmc/u-boot/configs/a4m2k_defconfig
/openbmc/u-boot/configs/ac14xx_defconfig
/openbmc/u-boot/configs/acadia_defconfig
/openbmc/u-boot/configs/adp-ag101p_defconfig
/openbmc/u-boot/configs/alt_defconfig
/openbmc/u-boot/configs/am335x_baltos_defconfig
/openbmc/u-boot/configs/am335x_boneblack_defconfig
/openbmc/u-boot/configs/am335x_boneblack_vboot_defconfig
/openbmc/u-boot/configs/am335x_evm_defconfig
/openbmc/u-boot/configs/am335x_evm_nor_defconfig
/openbmc/u-boot/configs/am335x_evm_norboot_defconfig
/openbmc/u-boot/configs/am335x_evm_spiboot_defconfig
/openbmc/u-boot/configs/am335x_evm_usbspl_defconfig
/openbmc/u-boot/configs/am335x_gp_evm_defconfig
/openbmc/u-boot/configs/am335x_igep0033_defconfig
/openbmc/u-boot/configs/am335x_sl50_defconfig
/openbmc/u-boot/configs/am3517_crane_defconfig
/openbmc/u-boot/configs/am3517_evm_defconfig
/openbmc/u-boot/configs/am437x_gp_evm_defconfig
/openbmc/u-boot/configs/am437x_sk_evm_defconfig
/openbmc/u-boot/configs/am43xx_evm_defconfig
/openbmc/u-boot/configs/am43xx_evm_ethboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_qspiboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_usbhost_boot_defconfig
/openbmc/u-boot/configs/am57xx_evm_defconfig
/openbmc/u-boot/configs/am57xx_evm_nodt_defconfig
/openbmc/u-boot/configs/amcore_defconfig
/openbmc/u-boot/configs/ap325rxa_defconfig
/openbmc/u-boot/configs/ap_sh4a_4a_defconfig
/openbmc/u-boot/configs/apalis_t30_defconfig
/openbmc/u-boot/configs/apf27_defconfig
/openbmc/u-boot/configs/apx4devkit_defconfig
/openbmc/u-boot/configs/arches_defconfig
/openbmc/u-boot/configs/aria_defconfig
/openbmc/u-boot/configs/aristainetos2_defconfig
/openbmc/u-boot/configs/aristainetos2b_defconfig
/openbmc/u-boot/configs/aristainetos_defconfig
/openbmc/u-boot/configs/armadillo-800eva_defconfig
/openbmc/u-boot/configs/arndale_defconfig
/openbmc/u-boot/configs/aspenite_defconfig
/openbmc/u-boot/configs/astro_mcf5373l_defconfig
/openbmc/u-boot/configs/at91rm9200ek_defconfig
/openbmc/u-boot/configs/at91rm9200ek_ram_defconfig
/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9260ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs3_defconfig
/openbmc/u-boot/configs/at91sam9261ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9263ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9263ek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9263ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9263ek_norflash_boot_defconfig
/openbmc/u-boot/configs/at91sam9263ek_norflash_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs3_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_2mmc_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_2mmc_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9m10g45ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9m10g45ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_spiflash_defconfig
/openbmc/u-boot/configs/at91sam9rlek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9rlek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9rlek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_spiflash_defconfig
/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9xeek_nandflash_defconfig
/openbmc/u-boot/configs/atngw100_defconfig
/openbmc/u-boot/configs/atngw100mkii_defconfig
/openbmc/u-boot/configs/atstk1002_defconfig
/openbmc/u-boot/configs/axm_defconfig
/openbmc/u-boot/configs/axs101_defconfig
/openbmc/u-boot/configs/axs103_defconfig
/openbmc/u-boot/configs/ba10_tv_box_defconfig
/openbmc/u-boot/configs/bamboo_defconfig
/openbmc/u-boot/configs/bayleybay_defconfig
/openbmc/u-boot/configs/bcm11130_defconfig
/openbmc/u-boot/configs/bcm11130_nand_defconfig
/openbmc/u-boot/configs/bcm28155_ap_defconfig
/openbmc/u-boot/configs/bcm28155_w1d_defconfig
/openbmc/u-boot/configs/bcm911360_entphn-ns_defconfig
/openbmc/u-boot/configs/bcm911360_entphn_defconfig
/openbmc/u-boot/configs/bcm911360k_defconfig
/openbmc/u-boot/configs/bcm958300k-ns_defconfig
/openbmc/u-boot/configs/bcm958300k_defconfig
/openbmc/u-boot/configs/bcm958305k_defconfig
/openbmc/u-boot/configs/bcm958622hr_defconfig
/openbmc/u-boot/configs/bct-brettl2_defconfig
/openbmc/u-boot/configs/beaver_defconfig
/openbmc/u-boot/configs/bf518f-ezbrd_defconfig
/openbmc/u-boot/configs/bf525-ucr2_defconfig
/openbmc/u-boot/configs/bf526-ezbrd_defconfig
/openbmc/u-boot/configs/bf527-ad7160-eval_defconfig
/openbmc/u-boot/configs/bf527-ezkit-v2_defconfig
/openbmc/u-boot/configs/bf527-ezkit_defconfig
/openbmc/u-boot/configs/bf527-sdp_defconfig
/openbmc/u-boot/configs/bf533-ezkit_defconfig
/openbmc/u-boot/configs/bf533-stamp_defconfig
/openbmc/u-boot/configs/bf537-minotaur_defconfig
/openbmc/u-boot/configs/bf537-pnav_defconfig
/openbmc/u-boot/configs/bf537-srv1_defconfig
/openbmc/u-boot/configs/bf537-stamp_defconfig
/openbmc/u-boot/configs/bf538f-ezkit_defconfig
/openbmc/u-boot/configs/bf548-ezkit_defconfig
/openbmc/u-boot/configs/bf561-acvilon_defconfig
/openbmc/u-boot/configs/bf561-ezkit_defconfig
/openbmc/u-boot/configs/bf609-ezkit_defconfig
/openbmc/u-boot/configs/bg0900_defconfig
/openbmc/u-boot/configs/birdland_bav335a_defconfig
/openbmc/u-boot/configs/birdland_bav335b_defconfig
/openbmc/u-boot/configs/blackstamp_defconfig
/openbmc/u-boot/configs/blackvme_defconfig
/openbmc/u-boot/configs/br4_defconfig
/openbmc/u-boot/configs/bubinga_defconfig
/openbmc/u-boot/configs/caddy2_defconfig
/openbmc/u-boot/configs/cairo_defconfig
/openbmc/u-boot/configs/calimain_defconfig
/openbmc/u-boot/configs/cam5200_defconfig
/openbmc/u-boot/configs/cam5200_niosflash_defconfig
/openbmc/u-boot/configs/canmb_defconfig
/openbmc/u-boot/configs/canyonlands_defconfig
/openbmc/u-boot/configs/cardhu_defconfig
/openbmc/u-boot/configs/cgtqmx6eval_defconfig
/openbmc/u-boot/configs/charon_defconfig
/openbmc/u-boot/configs/chromebook_jerry_defconfig
/openbmc/u-boot/configs/chromebook_link_defconfig
/openbmc/u-boot/configs/chromebook_samus_defconfig
/openbmc/u-boot/configs/chromebox_panther_defconfig
/openbmc/u-boot/configs/clearfog_defconfig
/openbmc/u-boot/configs/cm-bf527_defconfig
/openbmc/u-boot/configs/cm-bf533_defconfig
/openbmc/u-boot/configs/cm-bf537e_defconfig
/openbmc/u-boot/configs/cm-bf537u_defconfig
/openbmc/u-boot/configs/cm-bf548_defconfig
/openbmc/u-boot/configs/cm-bf561_defconfig
/openbmc/u-boot/configs/cm5200_defconfig
/openbmc/u-boot/configs/cm_fx6_defconfig
/openbmc/u-boot/configs/cm_t335_defconfig
/openbmc/u-boot/configs/cm_t3517_defconfig
/openbmc/u-boot/configs/cm_t35_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/cm_t54_defconfig
/openbmc/u-boot/configs/cobra5272_defconfig
/openbmc/u-boot/configs/colibri_pxa270_defconfig
/openbmc/u-boot/configs/colibri_t20_defconfig
/openbmc/u-boot/configs/colibri_t30_defconfig
/openbmc/u-boot/configs/colibri_vf_defconfig
/openbmc/u-boot/configs/colorfly_e708_q1_defconfig
/openbmc/u-boot/configs/conga-qeval20-qa3-e3845_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_defconfig
/openbmc/u-boot/configs/coreboot-x86_defconfig
/openbmc/u-boot/configs/corvus_defconfig
/openbmc/u-boot/configs/cougarcanyon2_defconfig
/openbmc/u-boot/configs/crownbay_defconfig
/openbmc/u-boot/configs/d2net_v2_defconfig
/openbmc/u-boot/configs/da850_am18xxevm_defconfig
/openbmc/u-boot/configs/da850evm_defconfig
/openbmc/u-boot/configs/da850evm_direct_nor_defconfig
/openbmc/u-boot/configs/dalmore_defconfig
/openbmc/u-boot/configs/db-88f6720_defconfig
/openbmc/u-boot/configs/db-88f6820-gp_defconfig
/openbmc/u-boot/configs/db-mv784mp-gp_defconfig
/openbmc/u-boot/configs/dbau1000_defconfig
/openbmc/u-boot/configs/dbau1100_defconfig
/openbmc/u-boot/configs/dbau1500_defconfig
/openbmc/u-boot/configs/devconcenter_defconfig
/openbmc/u-boot/configs/devkit3250_defconfig
/openbmc/u-boot/configs/devkit8000_defconfig
/openbmc/u-boot/configs/difrnce_dit4350_defconfig
/openbmc/u-boot/configs/digsy_mtc_RAMBOOT_defconfig
/openbmc/u-boot/configs/digsy_mtc_defconfig
/openbmc/u-boot/configs/digsy_mtc_rev5_RAMBOOT_defconfig
/openbmc/u-boot/configs/digsy_mtc_rev5_defconfig
/openbmc/u-boot/configs/dlvision-10g_defconfig
/openbmc/u-boot/configs/dlvision_defconfig
/openbmc/u-boot/configs/dnp5370_defconfig
/openbmc/u-boot/configs/dns325_defconfig
/openbmc/u-boot/configs/dockstar_defconfig
/openbmc/u-boot/configs/dra72_evm_defconfig
/openbmc/u-boot/configs/dra74_evm_defconfig
/openbmc/u-boot/configs/dra7xx_evm_defconfig
/openbmc/u-boot/configs/dra7xx_evm_qspiboot_defconfig
/openbmc/u-boot/configs/dra7xx_evm_uart3_defconfig
/openbmc/u-boot/configs/draco_defconfig
/openbmc/u-boot/configs/dragonboard410c_defconfig
/openbmc/u-boot/configs/dreamplug_defconfig
/openbmc/u-boot/configs/ds414_defconfig
/openbmc/u-boot/configs/dserve_dsrv9703c_defconfig
/openbmc/u-boot/configs/duovero_defconfig
/openbmc/u-boot/configs/e2220-1170_defconfig
/openbmc/u-boot/configs/ea20_defconfig
/openbmc/u-boot/configs/eb_cpu5282_defconfig
/openbmc/u-boot/configs/eb_cpu5282_internal_defconfig
/openbmc/u-boot/configs/eco5pk_defconfig
/openbmc/u-boot/configs/ecovec_defconfig
/openbmc/u-boot/configs/edb9315a_defconfig
/openbmc/u-boot/configs/edminiv2_defconfig
/openbmc/u-boot/configs/efi-x86_defconfig
/openbmc/u-boot/configs/espt_defconfig
/openbmc/u-boot/configs/ethernut5_defconfig
/openbmc/u-boot/configs/evb-rk3036_defconfig
/openbmc/u-boot/configs/firefly-rk3288_defconfig
/openbmc/u-boot/configs/flea3_defconfig
/openbmc/u-boot/configs/fo300_defconfig
/openbmc/u-boot/configs/ga10h_v1_1_defconfig
/openbmc/u-boot/configs/galileo_defconfig
/openbmc/u-boot/configs/gdppc440etx_defconfig
/openbmc/u-boot/configs/ge_b450v3_defconfig
/openbmc/u-boot/configs/ge_b650v3_defconfig
/openbmc/u-boot/configs/ge_b850v3_defconfig
/openbmc/u-boot/configs/glacier_defconfig
/openbmc/u-boot/configs/glacier_ramboot_defconfig
/openbmc/u-boot/configs/goflexhome_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/gplugd_defconfig
/openbmc/u-boot/configs/gr_cpci_ax2000_defconfig
/openbmc/u-boot/configs/gr_ep2s60_defconfig
/openbmc/u-boot/configs/gr_xc3s_1500_defconfig
/openbmc/u-boot/configs/grasshopper_defconfig
/openbmc/u-boot/configs/gt90h_v4_defconfig
/openbmc/u-boot/configs/guruplug_defconfig
/openbmc/u-boot/configs/gwventana_defconfig
/openbmc/u-boot/configs/h2200_defconfig
/openbmc/u-boot/configs/h8_homlet_v2_defconfig
/openbmc/u-boot/configs/haleakala_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/highbank_defconfig
/openbmc/u-boot/configs/hikey_defconfig
/openbmc/u-boot/configs/hrcon_defconfig
/openbmc/u-boot/configs/hrcon_dh_defconfig
/openbmc/u-boot/configs/i12-tvbox_defconfig
/openbmc/u-boot/configs/iNet_3F_defconfig
/openbmc/u-boot/configs/iNet_3W_defconfig
/openbmc/u-boot/configs/iNet_86VS_defconfig
/openbmc/u-boot/configs/ib62x0_defconfig
/openbmc/u-boot/configs/ibf-dsp561_defconfig
/openbmc/u-boot/configs/icnova-a20-swac_defconfig
/openbmc/u-boot/configs/icon_defconfig
/openbmc/u-boot/configs/iconnect_defconfig
/openbmc/u-boot/configs/ids8313_defconfig
/openbmc/u-boot/configs/igep0020_defconfig
/openbmc/u-boot/configs/igep0020_nand_defconfig
/openbmc/u-boot/configs/igep0030_defconfig
/openbmc/u-boot/configs/igep0030_nand_defconfig
/openbmc/u-boot/configs/igep0032_defconfig
/openbmc/u-boot/configs/imx31_phycore_defconfig
/openbmc/u-boot/configs/imx31_phycore_eet_defconfig
/openbmc/u-boot/configs/inet1_defconfig
/openbmc/u-boot/configs/inet97fv2_defconfig
/openbmc/u-boot/configs/inet98v_rev2_defconfig
/openbmc/u-boot/configs/inet9f_rev03_defconfig
/openbmc/u-boot/configs/inetspace_v2_defconfig
/openbmc/u-boot/configs/inka4x0_defconfig
/openbmc/u-boot/configs/integratorap_cm720t_defconfig
/openbmc/u-boot/configs/integratorap_cm920t_defconfig
/openbmc/u-boot/configs/integratorap_cm926ejs_defconfig
/openbmc/u-boot/configs/integratorap_cm946es_defconfig
/openbmc/u-boot/configs/integratorcp_cm1136_defconfig
/openbmc/u-boot/configs/integratorcp_cm920t_defconfig
/openbmc/u-boot/configs/integratorcp_cm926ejs_defconfig
/openbmc/u-boot/configs/integratorcp_cm946es_defconfig
/openbmc/u-boot/configs/intip_defconfig
/openbmc/u-boot/configs/io64_defconfig
/openbmc/u-boot/configs/io_defconfig
/openbmc/u-boot/configs/iocon_defconfig
/openbmc/u-boot/configs/ip04_defconfig
/openbmc/u-boot/configs/ipam390_defconfig
/openbmc/u-boot/configs/ipek01_defconfig
/openbmc/u-boot/configs/jesurun_q5_defconfig
/openbmc/u-boot/configs/jetson-tk1_defconfig
/openbmc/u-boot/configs/jupiter_defconfig
/openbmc/u-boot/configs/k2e_evm_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2hk_evm_defconfig
/openbmc/u-boot/configs/k2l_evm_defconfig
/openbmc/u-boot/configs/katmai_defconfig
/openbmc/u-boot/configs/kc1_defconfig
/openbmc/u-boot/configs/kilauea_defconfig
/openbmc/u-boot/configs/km_kirkwood_128m16_defconfig
/openbmc/u-boot/configs/km_kirkwood_defconfig
/openbmc/u-boot/configs/km_kirkwood_pci_defconfig
/openbmc/u-boot/configs/kmcoge4_defconfig
/openbmc/u-boot/configs/kmcoge5ne_defconfig
/openbmc/u-boot/configs/kmcoge5un_defconfig
/openbmc/u-boot/configs/kmeter1_defconfig
/openbmc/u-boot/configs/kmlion1_defconfig
/openbmc/u-boot/configs/kmnusa_defconfig
/openbmc/u-boot/configs/kmopti2_defconfig
/openbmc/u-boot/configs/kmsugp1_defconfig
/openbmc/u-boot/configs/kmsupx5_defconfig
/openbmc/u-boot/configs/kmsuv31_defconfig
/openbmc/u-boot/configs/kmtegr1_defconfig
/openbmc/u-boot/configs/kmtepr2_defconfig
/openbmc/u-boot/configs/kmvect1_defconfig
/openbmc/u-boot/configs/koelsch_defconfig
/openbmc/u-boot/configs/kwb_defconfig
/openbmc/u-boot/configs/kylin-rk3036_defconfig
/openbmc/u-boot/configs/kzm9g_defconfig
/openbmc/u-boot/configs/lager_defconfig
/openbmc/u-boot/configs/legoev3_defconfig
/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_defconfig
/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021aqds_nand_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021atwr_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_defconfig
/openbmc/u-boot/configs/ls1043aqds_lpuart_defconfig
/openbmc/u-boot/configs/ls1043aqds_nand_defconfig
/openbmc/u-boot/configs/ls1043aqds_nor_ddr3_defconfig
/openbmc/u-boot/configs/ls1043aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1043ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_defconfig
/openbmc/u-boot/configs/ls1043ardb_nand_defconfig
/openbmc/u-boot/configs/ls1043ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls2080a_emu_defconfig
/openbmc/u-boot/configs/ls2080a_simu_defconfig
/openbmc/u-boot/configs/ls2080aqds_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080aqds_defconfig
/openbmc/u-boot/configs/ls2080aqds_nand_defconfig
/openbmc/u-boot/configs/ls2080ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080ardb_defconfig
/openbmc/u-boot/configs/ls2080ardb_nand_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_defconfig
/openbmc/u-boot/configs/luan_defconfig
/openbmc/u-boot/configs/lwmon5_defconfig
/openbmc/u-boot/configs/m28evk_defconfig
/openbmc/u-boot/configs/m53evk_defconfig
/openbmc/u-boot/configs/ma5d4evk_defconfig
/openbmc/u-boot/configs/makalu_defconfig
/openbmc/u-boot/configs/malta_defconfig
/openbmc/u-boot/configs/maltael_defconfig
/openbmc/u-boot/configs/marsboard_defconfig
/openbmc/u-boot/configs/maxbcm_defconfig
/openbmc/u-boot/configs/mcx_defconfig
/openbmc/u-boot/configs/mecp5123_defconfig
/openbmc/u-boot/configs/medcom-wide_defconfig
/openbmc/u-boot/configs/meesc_dataflash_defconfig
/openbmc/u-boot/configs/meesc_defconfig
/openbmc/u-boot/configs/mgcoge3ne_defconfig
/openbmc/u-boot/configs/mgcoge3un_defconfig
/openbmc/u-boot/configs/mgcoge_defconfig
/openbmc/u-boot/configs/microblaze-generic_defconfig
/openbmc/u-boot/configs/minnowmax_defconfig
/openbmc/u-boot/configs/mixtile_loftq_defconfig
/openbmc/u-boot/configs/mk802_a10s_defconfig
/openbmc/u-boot/configs/mk802_defconfig
/openbmc/u-boot/configs/mk802ii_defconfig
/openbmc/u-boot/configs/motionpro_defconfig
/openbmc/u-boot/configs/mpc5121ads_defconfig
/openbmc/u-boot/configs/mpc5121ads_rev2_defconfig
/openbmc/u-boot/configs/mpc8308_p1m_defconfig
/openbmc/u-boot/configs/mpr2_defconfig
/openbmc/u-boot/configs/ms7720se_defconfig
/openbmc/u-boot/configs/ms7722se_defconfig
/openbmc/u-boot/configs/mt_ventoux_defconfig
/openbmc/u-boot/configs/munices_defconfig
/openbmc/u-boot/configs/mx23_olinuxino_defconfig
/openbmc/u-boot/configs/mx23evk_defconfig
/openbmc/u-boot/configs/mx25pdk_defconfig
/openbmc/u-boot/configs/mx28evk_auart_console_defconfig
/openbmc/u-boot/configs/mx28evk_defconfig
/openbmc/u-boot/configs/mx28evk_nand_defconfig
/openbmc/u-boot/configs/mx28evk_spi_defconfig
/openbmc/u-boot/configs/mx31ads_defconfig
/openbmc/u-boot/configs/mx31pdk_defconfig
/openbmc/u-boot/configs/mx35pdk_defconfig
/openbmc/u-boot/configs/mx51evk_defconfig
/openbmc/u-boot/configs/mx53ard_defconfig
/openbmc/u-boot/configs/mx53evk_defconfig
/openbmc/u-boot/configs/mx53loco_defconfig
/openbmc/u-boot/configs/mx53smd_defconfig
/openbmc/u-boot/configs/mx6cuboxi_defconfig
/openbmc/u-boot/configs/mx6dlarm2_defconfig
/openbmc/u-boot/configs/mx6dlarm2_lpddr2_defconfig
/openbmc/u-boot/configs/mx6dlsabreauto_defconfig
/openbmc/u-boot/configs/mx6dlsabresd_defconfig
/openbmc/u-boot/configs/mx6qarm2_defconfig
/openbmc/u-boot/configs/mx6qarm2_lpddr2_defconfig
/openbmc/u-boot/configs/mx6qpsabreauto_defconfig
/openbmc/u-boot/configs/mx6qsabreauto_defconfig
/openbmc/u-boot/configs/mx6qsabrelite_defconfig
/openbmc/u-boot/configs/mx6qsabresd_defconfig
/openbmc/u-boot/configs/mx6sabresd_spl_defconfig
/openbmc/u-boot/configs/mx6slevk_defconfig
/openbmc/u-boot/configs/mx6slevk_spinor_defconfig
/openbmc/u-boot/configs/mx6slevk_spl_defconfig
/openbmc/u-boot/configs/mx6sxsabreauto_defconfig
/openbmc/u-boot/configs/mx6sxsabresd_defconfig
/openbmc/u-boot/configs/mx6sxsabresd_spl_defconfig
/openbmc/u-boot/configs/mx6ul_14x14_evk_defconfig
/openbmc/u-boot/configs/mx6ul_9x9_evk_defconfig
/openbmc/u-boot/configs/mx7dsabresd_defconfig
/openbmc/u-boot/configs/nas220_defconfig
/openbmc/u-boot/configs/neo_defconfig
/openbmc/u-boot/configs/net2big_v2_defconfig
/openbmc/u-boot/configs/netspace_lite_v2_defconfig
/openbmc/u-boot/configs/netspace_max_v2_defconfig
/openbmc/u-boot/configs/netspace_mini_v2_defconfig
/openbmc/u-boot/configs/netspace_v2_defconfig
/openbmc/u-boot/configs/nitrogen6dl2g_defconfig
/openbmc/u-boot/configs/nitrogen6dl_defconfig
/openbmc/u-boot/configs/nitrogen6q2g_defconfig
/openbmc/u-boot/configs/nitrogen6q_defconfig
/openbmc/u-boot/configs/nitrogen6s1g_defconfig
/openbmc/u-boot/configs/nitrogen6s_defconfig
/openbmc/u-boot/configs/nokia_rx51_defconfig
/openbmc/u-boot/configs/novena_defconfig
/openbmc/u-boot/configs/nsa310s_defconfig
/openbmc/u-boot/configs/nyan-big_defconfig
/openbmc/u-boot/configs/odroid-xu3_defconfig
/openbmc/u-boot/configs/odroid_defconfig
/openbmc/u-boot/configs/omap3_beagle_defconfig
/openbmc/u-boot/configs/omap3_evm_defconfig
/openbmc/u-boot/configs/omap3_evm_quick_mmc_defconfig
/openbmc/u-boot/configs/omap3_ha_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omap3_overo_defconfig
/openbmc/u-boot/configs/omap3_pandora_defconfig
/openbmc/u-boot/configs/omap3_zoom1_defconfig
/openbmc/u-boot/configs/omap4_panda_defconfig
/openbmc/u-boot/configs/omap4_sdp4430_defconfig
/openbmc/u-boot/configs/omap5_uevm_defconfig
/openbmc/u-boot/configs/omapl138_lcdk_defconfig
/openbmc/u-boot/configs/openrd_base_defconfig
/openbmc/u-boot/configs/openrd_client_defconfig
/openbmc/u-boot/configs/openrd_ultimate_defconfig
/openbmc/u-boot/configs/openrisc-generic_defconfig
/openbmc/u-boot/configs/orangepi_2_defconfig
/openbmc/u-boot/configs/orangepi_one_defconfig
/openbmc/u-boot/configs/orangepi_pc_defconfig
/openbmc/u-boot/configs/orangepi_plus_defconfig
/openbmc/u-boot/configs/origen_defconfig
/openbmc/u-boot/configs/ot1200_defconfig
/openbmc/u-boot/configs/ot1200_spl_defconfig
/openbmc/u-boot/configs/p2371-0000_defconfig
/openbmc/u-boot/configs/p2371-2180_defconfig
/openbmc/u-boot/configs/p2571_defconfig
/openbmc/u-boot/configs/paz00_defconfig
/openbmc/u-boot/configs/pb1000_defconfig
/openbmc/u-boot/configs/pcm030_LOWBOOT_defconfig
/openbmc/u-boot/configs/pcm030_defconfig
/openbmc/u-boot/configs/pcm051_rev1_defconfig
/openbmc/u-boot/configs/pcm051_rev3_defconfig
/openbmc/u-boot/configs/pcm052_defconfig
/openbmc/u-boot/configs/pdm360ng_defconfig
/openbmc/u-boot/configs/peach-pi_defconfig
/openbmc/u-boot/configs/peach-pit_defconfig
/openbmc/u-boot/configs/pengwyn_defconfig
/openbmc/u-boot/configs/pepper_defconfig
/openbmc/u-boot/configs/pic32mzdask_defconfig
/openbmc/u-boot/configs/pico-imx6ul_defconfig
/openbmc/u-boot/configs/picosam9g45_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/platinum_picon_defconfig
/openbmc/u-boot/configs/platinum_titanium_defconfig
/openbmc/u-boot/configs/plutux_defconfig
/openbmc/u-boot/configs/pm9261_defconfig
/openbmc/u-boot/configs/pm9263_defconfig
/openbmc/u-boot/configs/pm9g45_defconfig
/openbmc/u-boot/configs/pogo_e02_defconfig
/openbmc/u-boot/configs/polaroid_mid2809pxe04_defconfig
/openbmc/u-boot/configs/porter_defconfig
/openbmc/u-boot/configs/portl2_defconfig
/openbmc/u-boot/configs/pov_protab2_ips9_defconfig
/openbmc/u-boot/configs/pr1_defconfig
/openbmc/u-boot/configs/pxm2_defconfig
/openbmc/u-boot/configs/q8_a13_tablet_defconfig
/openbmc/u-boot/configs/q8_a23_tablet_800x480_defconfig
/openbmc/u-boot/configs/q8_a33_tablet_1024x600_defconfig
/openbmc/u-boot/configs/q8_a33_tablet_800x480_defconfig
/openbmc/u-boot/configs/qemu-ppce500_defconfig
/openbmc/u-boot/configs/qemu-x86_defconfig
/openbmc/u-boot/configs/qemu_mips64_defconfig
/openbmc/u-boot/configs/qemu_mips64el_defconfig
/openbmc/u-boot/configs/qemu_mips_defconfig
/openbmc/u-boot/configs/qemu_mipsel_defconfig
/openbmc/u-boot/configs/r0p7734_defconfig
/openbmc/u-boot/configs/r2dplus_defconfig
/openbmc/u-boot/configs/r7-tv-dongle_defconfig
/openbmc/u-boot/configs/r7780mp_defconfig
/openbmc/u-boot/configs/rainier_defconfig
/openbmc/u-boot/configs/rainier_ramboot_defconfig
/openbmc/u-boot/configs/rastaban_defconfig
/openbmc/u-boot/configs/redwood_defconfig
/openbmc/u-boot/configs/riotboard_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/rpi_2_defconfig
/openbmc/u-boot/configs/rpi_3_32b_defconfig
/openbmc/u-boot/configs/rpi_3_defconfig
/openbmc/u-boot/configs/rpi_defconfig
/openbmc/u-boot/configs/rsk7203_defconfig
/openbmc/u-boot/configs/rut_defconfig
/openbmc/u-boot/configs/s5p_goni_defconfig
/openbmc/u-boot/configs/s5pc210_universal_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_mmc_defconfig
/openbmc/u-boot/configs/sama5d3xek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d4ek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_spiflash_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sansa_fuze_plus_defconfig
/openbmc/u-boot/configs/sbc8349_PCI_33_defconfig
/openbmc/u-boot/configs/sbc8349_PCI_66_defconfig
/openbmc/u-boot/configs/sbc8349_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_33_PCIE_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_33_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_66_PCIE_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_66_defconfig
/openbmc/u-boot/configs/sbc8548_defconfig
/openbmc/u-boot/configs/sbc8641d_defconfig
/openbmc/u-boot/configs/sc_sps_1_defconfig
/openbmc/u-boot/configs/seaboard_defconfig
/openbmc/u-boot/configs/secomx6quq7_defconfig
/openbmc/u-boot/configs/sequoia_defconfig
/openbmc/u-boot/configs/sequoia_ramboot_defconfig
/openbmc/u-boot/configs/sh7752evb_defconfig
/openbmc/u-boot/configs/sh7753evb_defconfig
/openbmc/u-boot/configs/sh7757lcr_defconfig
/openbmc/u-boot/configs/sh7763rdp_defconfig
/openbmc/u-boot/configs/sh7785lcr_32bit_defconfig
/openbmc/u-boot/configs/sh7785lcr_defconfig
/openbmc/u-boot/configs/sheevaplug_defconfig
/openbmc/u-boot/configs/shmin_defconfig
/openbmc/u-boot/configs/silk_defconfig
/openbmc/u-boot/configs/smartweb_defconfig
/openbmc/u-boot/configs/smdk2410_defconfig
/openbmc/u-boot/configs/smdk5250_defconfig
/openbmc/u-boot/configs/smdk5420_defconfig
/openbmc/u-boot/configs/smdkc100_defconfig
/openbmc/u-boot/configs/smdkv310_defconfig
/openbmc/u-boot/configs/snapper9260_defconfig
/openbmc/u-boot/configs/snapper9g20_defconfig
/openbmc/u-boot/configs/sniper_defconfig
/openbmc/u-boot/configs/snow_defconfig
/openbmc/u-boot/configs/socfpga_arria5_defconfig
/openbmc/u-boot/configs/socfpga_cyclone5_defconfig
/openbmc/u-boot/configs/socfpga_de0_nano_soc_defconfig
/openbmc/u-boot/configs/socfpga_mcvevk_defconfig
/openbmc/u-boot/configs/socfpga_sockit_defconfig
/openbmc/u-boot/configs/socfpga_socrates_defconfig
/openbmc/u-boot/configs/socfpga_sr1500_defconfig
/openbmc/u-boot/configs/socrates_defconfig
/openbmc/u-boot/configs/spear300_defconfig
/openbmc/u-boot/configs/spear300_nand_defconfig
/openbmc/u-boot/configs/spear300_usbtty_defconfig
/openbmc/u-boot/configs/spear300_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear310_defconfig
/openbmc/u-boot/configs/spear310_nand_defconfig
/openbmc/u-boot/configs/spear310_pnor_defconfig
/openbmc/u-boot/configs/spear310_usbtty_defconfig
/openbmc/u-boot/configs/spear310_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear310_usbtty_pnor_defconfig
/openbmc/u-boot/configs/spear320_defconfig
/openbmc/u-boot/configs/spear320_nand_defconfig
/openbmc/u-boot/configs/spear320_pnor_defconfig
/openbmc/u-boot/configs/spear320_usbtty_defconfig
/openbmc/u-boot/configs/spear320_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear320_usbtty_pnor_defconfig
/openbmc/u-boot/configs/spear600_defconfig
/openbmc/u-boot/configs/spear600_nand_defconfig
/openbmc/u-boot/configs/spear600_usbtty_defconfig
/openbmc/u-boot/configs/spear600_usbtty_nand_defconfig
/openbmc/u-boot/configs/spring_defconfig
/openbmc/u-boot/configs/stm32f429-discovery_defconfig
/openbmc/u-boot/configs/stm32f746-disco_defconfig
/openbmc/u-boot/configs/stout_defconfig
/openbmc/u-boot/configs/strider_con_defconfig
/openbmc/u-boot/configs/strider_cpu_defconfig
/openbmc/u-boot/configs/stv0991_defconfig
/openbmc/u-boot/configs/sunxi_Gemei_G9_defconfig
/openbmc/u-boot/configs/suvd3_defconfig
/openbmc/u-boot/configs/sycamore_defconfig
/openbmc/u-boot/configs/t3corp_defconfig
/openbmc/u-boot/configs/tao3530_defconfig
/openbmc/u-boot/configs/taurus_defconfig
/openbmc/u-boot/configs/tb100_defconfig
/openbmc/u-boot/configs/tbs2910_defconfig
/openbmc/u-boot/configs/tcm-bf518_defconfig
/openbmc/u-boot/configs/tcm-bf537_defconfig
/openbmc/u-boot/configs/tec-ng_defconfig
/openbmc/u-boot/configs/tec_defconfig
/openbmc/u-boot/configs/theadorable_debug_defconfig
/openbmc/u-boot/configs/theadorable_defconfig
/openbmc/u-boot/configs/thuban_defconfig
/openbmc/u-boot/configs/ti814x_evm_defconfig
/openbmc/u-boot/configs/ti816x_evm_defconfig
/openbmc/u-boot/configs/titanium_defconfig
/openbmc/u-boot/configs/tqma6q_mba6_mmc_defconfig
/openbmc/u-boot/configs/tqma6q_mba6_spi_defconfig
/openbmc/u-boot/configs/tqma6s_mba6_mmc_defconfig
/openbmc/u-boot/configs/tqma6s_mba6_spi_defconfig
/openbmc/u-boot/configs/tqma6s_wru4_mmc_defconfig
/openbmc/u-boot/configs/trats2_defconfig
/openbmc/u-boot/configs/trats_defconfig
/openbmc/u-boot/configs/tricorder_defconfig
/openbmc/u-boot/configs/tricorder_flash_defconfig
/openbmc/u-boot/configs/trimslice_defconfig
/openbmc/u-boot/configs/ts4800_defconfig
/openbmc/u-boot/configs/tseries_mmc_defconfig
/openbmc/u-boot/configs/tseries_nand_defconfig
/openbmc/u-boot/configs/tseries_spi_defconfig
/openbmc/u-boot/configs/tuge1_defconfig
/openbmc/u-boot/configs/tuxx1_defconfig
/openbmc/u-boot/configs/twister_defconfig
/openbmc/u-boot/configs/udoo_defconfig
/openbmc/u-boot/configs/uniphier_ld20_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_pro4_defconfig
/openbmc/u-boot/configs/uniphier_pxs2_ld6b_defconfig
/openbmc/u-boot/configs/uniphier_sld3_defconfig
/openbmc/u-boot/configs/usb_a9263_dataflash_defconfig
/openbmc/u-boot/configs/usbarmory_defconfig
/openbmc/u-boot/configs/v38b_defconfig
/openbmc/u-boot/configs/vct_platinum_defconfig
/openbmc/u-boot/configs/vct_platinum_onenand_defconfig
/openbmc/u-boot/configs/vct_platinumavc_defconfig
/openbmc/u-boot/configs/vct_platinumavc_onenand_defconfig
/openbmc/u-boot/configs/vct_premium_defconfig
/openbmc/u-boot/configs/vct_premium_onenand_defconfig
/openbmc/u-boot/configs/ve8313_defconfig
/openbmc/u-boot/configs/venice2_defconfig
/openbmc/u-boot/configs/ventana_defconfig
/openbmc/u-boot/configs/vexpress_aemv8a_dram_defconfig
/openbmc/u-boot/configs/vexpress_aemv8a_juno_defconfig
/openbmc/u-boot/configs/vexpress_aemv8a_semi_defconfig
/openbmc/u-boot/configs/vexpress_ca15_tc2_defconfig
/openbmc/u-boot/configs/vexpress_ca5x2_defconfig
/openbmc/u-boot/configs/vexpress_ca9x4_defconfig
/openbmc/u-boot/configs/vf610twr_defconfig
/openbmc/u-boot/configs/vf610twr_nand_defconfig
/openbmc/u-boot/configs/vinco_defconfig
/openbmc/u-boot/configs/vme8349_defconfig
/openbmc/u-boot/configs/walnut_defconfig
/openbmc/u-boot/configs/wandboard_defconfig
/openbmc/u-boot/configs/warp7_defconfig
/openbmc/u-boot/configs/warp_defconfig
/openbmc/u-boot/configs/whistler_defconfig
/openbmc/u-boot/configs/woodburn_defconfig
/openbmc/u-boot/configs/woodburn_sd_defconfig
/openbmc/u-boot/configs/work_92105_defconfig
/openbmc/u-boot/configs/wtk_defconfig
/openbmc/u-boot/configs/x600_defconfig
/openbmc/u-boot/configs/xfi3_defconfig
/openbmc/u-boot/configs/xilinx-ppc405-generic_defconfig
/openbmc/u-boot/configs/xilinx-ppc440-generic_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_ep_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/openbmc/u-boot/configs/xpedite1000_defconfig
/openbmc/u-boot/configs/xpedite517x_defconfig
/openbmc/u-boot/configs/xpedite520x_defconfig
/openbmc/u-boot/configs/xpedite537x_defconfig
/openbmc/u-boot/configs/xpedite550x_defconfig
/openbmc/u-boot/configs/xpress_defconfig
/openbmc/u-boot/configs/xpress_spl_defconfig
/openbmc/u-boot/configs/yellowstone_defconfig
/openbmc/u-boot/configs/yosemite_defconfig
/openbmc/u-boot/configs/yucca_defconfig
/openbmc/u-boot/configs/zipitz2_defconfig
/openbmc/u-boot/configs/zmx25_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/configs/zynq_zc706_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/disk/part.c
/openbmc/u-boot/disk/part_amiga.c
/openbmc/u-boot/disk/part_dos.c
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/disk/part_iso.c
/openbmc/u-boot/disk/part_iso.h
/openbmc/u-boot/disk/part_mac.c
/openbmc/u-boot/doc/README.POST
/openbmc/u-boot/doc/README.arm64
/openbmc/u-boot/doc/README.clang
/openbmc/u-boot/doc/README.efi
/openbmc/u-boot/doc/README.ext4
/openbmc/u-boot/doc/README.fsl-ddr
/openbmc/u-boot/doc/README.odroid
/openbmc/u-boot/doc/README.uniphier
/openbmc/u-boot/doc/README.x86
/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio-msm.txt
/openbmc/u-boot/doc/device-tree-bindings/gpio/intel,x86-broadwell-pinctrl.txt
/openbmc/u-boot/doc/device-tree-bindings/gpio/intel,x86-pinctrl.txt
/openbmc/u-boot/doc/device-tree-bindings/gpio/pm8916_gpio.txt
/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-cdns.txt
/openbmc/u-boot/doc/device-tree-bindings/mmc/msm_sdhci.txt
/openbmc/u-boot/doc/device-tree-bindings/pmic/pm8916.txt
/openbmc/u-boot/doc/device-tree-bindings/serial/8250.txt
/openbmc/u-boot/doc/device-tree-bindings/serial/msm-serial.txt
/openbmc/u-boot/doc/device-tree-bindings/spi/spi-bus.txt
/openbmc/u-boot/doc/device-tree-bindings/spmi/spmi-msm.txt
/openbmc/u-boot/doc/device-tree-bindings/spmi/spmi-sandbox.txt
/openbmc/u-boot/doc/device-tree-bindings/usb/ehci-msm.txt
/openbmc/u-boot/doc/device-tree-bindings/video/rockchip-lvds.txt
/openbmc/u-boot/doc/driver-model/README.txt
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/doc/kwboot.1
/openbmc/u-boot/doc/mkimage.1
/openbmc/u-boot/doc/uImage.FIT/signature.txt
/openbmc/u-boot/doc/uImage.FIT/source_file_format.txt
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/block/Kconfig
/openbmc/u-boot/drivers/block/Makefile
/openbmc/u-boot/drivers/block/ahci.c
/openbmc/u-boot/drivers/block/blk-uclass.c
/openbmc/u-boot/drivers/block/blkcache.c
/openbmc/u-boot/drivers/block/dwc_ahsata.c
/openbmc/u-boot/drivers/block/pata_bfin.c
/openbmc/u-boot/drivers/block/sandbox.c
/openbmc/u-boot/drivers/block/sata_ceva.c
/openbmc/u-boot/drivers/block/sym53c8xx.c
/openbmc/u-boot/drivers/block/systemace.c
/openbmc/u-boot/drivers/bootcount/bootcount_ram.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-core.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-mio.c
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/simple-bus.c
/openbmc/u-boot/drivers/core/syscon-uclass.c
/openbmc/u-boot/drivers/crypto/fsl/desc.h
/openbmc/u-boot/drivers/crypto/fsl/desc_constr.h
/openbmc/u-boot/drivers/crypto/fsl/jr.c
/openbmc/u-boot/drivers/crypto/fsl/jr.h
/openbmc/u-boot/drivers/ddr/altera/sdram.c
/openbmc/u-boot/drivers/ddr/altera/sequencer.c
/openbmc/u-boot/drivers/ddr/fsl/ctrl_regs.c
/openbmc/u-boot/drivers/ddr/fsl/fsl_ddr_gen4.c
/openbmc/u-boot/drivers/ddr/fsl/lc_common_dimm_params.c
/openbmc/u-boot/drivers/ddr/fsl/options.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_init.c
/openbmc/u-boot/drivers/dfu/dfu_mmc.c
/openbmc/u-boot/drivers/dfu/dfu_ram.c
/openbmc/u-boot/drivers/fpga/Makefile
/openbmc/u-boot/drivers/fpga/altera.c
/openbmc/u-boot/drivers/fpga/stratixII.c
/openbmc/u-boot/drivers/fpga/stratixv.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/axp_gpio.c
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/gpio/gpio-uniphier.c
/openbmc/u-boot/drivers/gpio/intel_broadwell_gpio.c
/openbmc/u-boot/drivers/gpio/intel_ich6_gpio.c
/openbmc/u-boot/drivers/gpio/msm_gpio.c
/openbmc/u-boot/drivers/gpio/mvebu_gpio.c
/openbmc/u-boot/drivers/gpio/pca953x.c
/openbmc/u-boot/drivers/gpio/pm8916_gpio.c
/openbmc/u-boot/drivers/gpio/sunxi_gpio.c
/openbmc/u-boot/drivers/gpio/zynq_gpio.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/designware_i2c.c
/openbmc/u-boot/drivers/i2c/designware_i2c.h
/openbmc/u-boot/drivers/i2c/i2c-cdns.c
/openbmc/u-boot/drivers/i2c/i2c-uniphier-f.c
/openbmc/u-boot/drivers/i2c/i2c-uniphier.c
/openbmc/u-boot/drivers/i2c/mxc_i2c.c
/openbmc/u-boot/drivers/i2c/omap24xx_i2c.c
/openbmc/u-boot/drivers/input/Makefile
/openbmc/u-boot/drivers/input/i8042.c
/openbmc/u-boot/drivers/input/twl6030.c
/openbmc/u-boot/drivers/memory/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/arm_pl180_mmci.c
/openbmc/u-boot/drivers/mmc/bcm2835_sdhci.c
/openbmc/u-boot/drivers/mmc/dw_mmc.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mmc_private.h
/openbmc/u-boot/drivers/mmc/mmc_spi.c
/openbmc/u-boot/drivers/mmc/mmc_write.c
/openbmc/u-boot/drivers/mmc/msm_sdhci.c
/openbmc/u-boot/drivers/mmc/mxsmmc.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/pci_mmc.c
/openbmc/u-boot/drivers/mmc/pic32_sdhci.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/socfpga_dw_mmc.c
/openbmc/u-boot/drivers/mmc/sunxi_mmc.c
/openbmc/u-boot/drivers/mmc/uniphier-sd.c
/openbmc/u-boot/drivers/mmc/zynq_sdhci.c
/openbmc/u-boot/drivers/mtd/Makefile
/openbmc/u-boot/drivers/mtd/cfi_flash.c
/openbmc/u-boot/drivers/mtd/nand/denali.c
/openbmc/u-boot/drivers/mtd/nand/denali.h
/openbmc/u-boot/drivers/mtd/nand/kirkwood_nand.c
/openbmc/u-boot/drivers/mtd/nand/pxa3xx_nand.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/mtd/stm32_flash.c
/openbmc/u-boot/drivers/mtd/stm32_flash.h
/openbmc/u-boot/drivers/mtd/ubi/wl.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/fm/init.c
/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_sys.h
/openbmc/u-boot/drivers/net/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/ldpaa_eth/Makefile
/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.c
/openbmc/u-boot/drivers/net/mvpp2.c
/openbmc/u-boot/drivers/net/phy/Makefile
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/net/phy/ti.c
/openbmc/u-boot/drivers/net/phy/xilinx_phy.c
/openbmc/u-boot/drivers/net/rtl8169.c
/openbmc/u-boot/drivers/net/vsc9953.c
/openbmc/u-boot/drivers/net/xilinx_axi_emac.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/pci/pci_auto_common.c
/openbmc/u-boot/drivers/pci/pcie_layerscape.c
/openbmc/u-boot/drivers/pinctrl/uniphier/Kconfig
/openbmc/u-boot/drivers/pinctrl/uniphier/Makefile
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier.h
/openbmc/u-boot/drivers/power/Kconfig
/openbmc/u-boot/drivers/power/axp818.c
/openbmc/u-boot/drivers/power/pmic/Kconfig
/openbmc/u-boot/drivers/power/pmic/Makefile
/openbmc/u-boot/drivers/power/pmic/pm8916.c
/openbmc/u-boot/drivers/power/twl6030.c
/openbmc/u-boot/drivers/remoteproc/Kconfig
/openbmc/u-boot/drivers/remoteproc/Makefile
/openbmc/u-boot/drivers/remoteproc/ti_power_proc.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/serial-uclass.c
/openbmc/u-boot/drivers/serial/serial_arc.c
/openbmc/u-boot/drivers/serial/serial_bcm283x_mu.c
/openbmc/u-boot/drivers/serial/serial_lpuart.c
/openbmc/u-boot/drivers/serial/serial_msm.c
/openbmc/u-boot/drivers/serial/serial_mxc.c
/openbmc/u-boot/drivers/serial/serial_pl01x.c
/openbmc/u-boot/drivers/serial/serial_pxa.c
/openbmc/u-boot/drivers/serial/serial_s3c24x0.c
/openbmc/u-boot/drivers/serial/serial_uniphier.c
/openbmc/u-boot/drivers/serial/usbtty.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/kirkwood_spi.c
/openbmc/u-boot/drivers/spi/omap3_spi.c
/openbmc/u-boot/drivers/spmi/Kconfig
/openbmc/u-boot/drivers/spmi/Makefile
/openbmc/u-boot/drivers/spmi/spmi-msm.c
/openbmc/u-boot/drivers/spmi/spmi-sandbox.c
/openbmc/u-boot/drivers/spmi/spmi-uclass.c
/openbmc/u-boot/drivers/timer/omap-timer.c
/openbmc/u-boot/drivers/tpm/tpm_tis_sandbox.c
/openbmc/u-boot/drivers/usb/Kconfig
/openbmc/u-boot/drivers/usb/common/Makefile
/openbmc/u-boot/drivers/usb/common/fsl-dt-fixup.c
/openbmc/u-boot/drivers/usb/dwc3/Kconfig
/openbmc/u-boot/drivers/usb/eth/asix88179.c
/openbmc/u-boot/drivers/usb/eth/smsc95xx.c
/openbmc/u-boot/drivers/usb/gadget/Kconfig
/openbmc/u-boot/drivers/usb/gadget/bcm_udc_otg_phy.c
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c
/openbmc/u-boot/drivers/usb/gadget/f_fastboot.c
/openbmc/u-boot/drivers/usb/gadget/g_dnl.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-fsl.c
/openbmc/u-boot/drivers/usb/host/ehci-hcd.c
/openbmc/u-boot/drivers/usb/host/ehci-mpc512x.c
/openbmc/u-boot/drivers/usb/host/ehci-msm.c
/openbmc/u-boot/drivers/usb/host/ehci-mx5.c
/openbmc/u-boot/drivers/usb/host/ehci-mx6.c
/openbmc/u-boot/drivers/usb/host/ehci-mxc.c
/openbmc/u-boot/drivers/usb/host/ehci-sunxi.c
/openbmc/u-boot/drivers/usb/host/ehci-vf.c
/openbmc/u-boot/drivers/usb/host/ehci-zynq.c
/openbmc/u-boot/drivers/usb/host/ehci.h
/openbmc/u-boot/drivers/usb/host/ohci-sunxi.c
/openbmc/u-boot/drivers/usb/host/usb-uclass.c
/openbmc/u-boot/drivers/usb/host/xhci.c
/openbmc/u-boot/drivers/usb/musb-new/Kconfig
/openbmc/u-boot/drivers/usb/musb-new/Makefile
/openbmc/u-boot/drivers/usb/musb-new/linux-compat.h
/openbmc/u-boot/drivers/usb/musb-new/musb_core.c
/openbmc/u-boot/drivers/usb/musb-new/musb_regs.h
/openbmc/u-boot/drivers/usb/musb-new/musb_uboot.c
/openbmc/u-boot/drivers/usb/musb-new/omap2430.c
/openbmc/u-boot/drivers/usb/musb-new/omap2430.h
/openbmc/u-boot/drivers/usb/musb-new/pic32.c
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/drivers/usb/ulpi/Kconfig
/openbmc/u-boot/drivers/usb/ulpi/ulpi-viewport.c
/openbmc/u-boot/drivers/video/Kconfig
/openbmc/u-boot/drivers/video/Makefile
/openbmc/u-boot/drivers/video/am335x-fb.c
/openbmc/u-boot/drivers/video/bcm2835.c
/openbmc/u-boot/drivers/video/broadwell_igd.c
/openbmc/u-boot/drivers/video/coreboot_fb.c
/openbmc/u-boot/drivers/video/display-uclass.c
/openbmc/u-boot/drivers/video/i915_reg.h
/openbmc/u-boot/drivers/video/ipu_common.c
/openbmc/u-boot/drivers/video/pxa_lcd.c
/openbmc/u-boot/drivers/video/rockchip/Makefile
/openbmc/u-boot/drivers/video/rockchip/rk_lvds.c
/openbmc/u-boot/drivers/video/rockchip/rk_vop.c
/openbmc/u-boot/drivers/video/simple_panel.c
/openbmc/u-boot/drivers/video/sunxi_display.c
/openbmc/u-boot/dts/Kconfig
/openbmc/u-boot/fs/ext4/dev.c
/openbmc/u-boot/fs/ext4/ext4_common.c
/openbmc/u-boot/fs/ext4/ext4fs.c
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/fat/fat_write.c
/openbmc/u-boot/fs/fs.c
/openbmc/u-boot/fs/jffs2/jffs2_1pass.c
/openbmc/u-boot/fs/reiserfs/dev.c
/openbmc/u-boot/fs/sandbox/sandboxfs.c
/openbmc/u-boot/fs/ubifs/super.c
/openbmc/u-boot/fs/ubifs/ubifs.c
/openbmc/u-boot/fs/zfs/dev.c
/openbmc/u-boot/fs/zfs/zfs.c
/openbmc/u-boot/include/.gitignore
/openbmc/u-boot/include/altera.h
/openbmc/u-boot/include/asm-generic/gpio.h
/openbmc/u-boot/include/axp221.h
/openbmc/u-boot/include/axp818.h
/openbmc/u-boot/include/axp_pmic.h
/openbmc/u-boot/include/blk.h
/openbmc/u-boot/include/command.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/config_cmd_all.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/config_distro_defaults.h
/openbmc/u-boot/include/config_fallbacks.h
/openbmc/u-boot/include/config_fsl_chain_trust.h
/openbmc/u-boot/include/config_uncmd_spl.h
/openbmc/u-boot/include/configs/10m50_devboard.h
/openbmc/u-boot/include/configs/3c120_devboard.h
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/BSC9131RDB.h
/openbmc/u-boot/include/configs/BSC9132QDS.h
/openbmc/u-boot/include/configs/C29XPCIE.h
/openbmc/u-boot/include/configs/CPCI2DP.h
/openbmc/u-boot/include/configs/CPCI4052.h
/openbmc/u-boot/include/configs/M5208EVBE.h
/openbmc/u-boot/include/configs/M52277EVB.h
/openbmc/u-boot/include/configs/M5235EVB.h
/openbmc/u-boot/include/configs/M5249EVB.h
/openbmc/u-boot/include/configs/M5253DEMO.h
/openbmc/u-boot/include/configs/M5253EVBE.h
/openbmc/u-boot/include/configs/M5272C3.h
/openbmc/u-boot/include/configs/M5275EVB.h
/openbmc/u-boot/include/configs/M5282EVB.h
/openbmc/u-boot/include/configs/M53017EVB.h
/openbmc/u-boot/include/configs/M5329EVB.h
/openbmc/u-boot/include/configs/M5373EVB.h
/openbmc/u-boot/include/configs/M54418TWR.h
/openbmc/u-boot/include/configs/M54451EVB.h
/openbmc/u-boot/include/configs/M54455EVB.h
/openbmc/u-boot/include/configs/M5475EVB.h
/openbmc/u-boot/include/configs/M5485EVB.h
/openbmc/u-boot/include/configs/MIP405.h
/openbmc/u-boot/include/configs/MPC8308RDB.h
/openbmc/u-boot/include/configs/MPC8313ERDB.h
/openbmc/u-boot/include/configs/MPC8315ERDB.h
/openbmc/u-boot/include/configs/MPC8323ERDB.h
/openbmc/u-boot/include/configs/MPC832XEMDS.h
/openbmc/u-boot/include/configs/MPC8349EMDS.h
/openbmc/u-boot/include/configs/MPC8349ITX.h
/openbmc/u-boot/include/configs/MPC837XEMDS.h
/openbmc/u-boot/include/configs/MPC837XERDB.h
/openbmc/u-boot/include/configs/MPC8536DS.h
/openbmc/u-boot/include/configs/MPC8540ADS.h
/openbmc/u-boot/include/configs/MPC8541CDS.h
/openbmc/u-boot/include/configs/MPC8544DS.h
/openbmc/u-boot/include/configs/MPC8548CDS.h
/openbmc/u-boot/include/configs/MPC8555CDS.h
/openbmc/u-boot/include/configs/MPC8560ADS.h
/openbmc/u-boot/include/configs/MPC8568MDS.h
/openbmc/u-boot/include/configs/MPC8569MDS.h
/openbmc/u-boot/include/configs/MPC8572DS.h
/openbmc/u-boot/include/configs/MPC8610HPCD.h
/openbmc/u-boot/include/configs/MPC8641HPCN.h
/openbmc/u-boot/include/configs/MigoR.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/P1023RDB.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/PATI.h
/openbmc/u-boot/include/configs/PIP405.h
/openbmc/u-boot/include/configs/PLU405.h
/openbmc/u-boot/include/configs/PMC405DE.h
/openbmc/u-boot/include/configs/PMC440.h
/openbmc/u-boot/include/configs/T102xQDS.h
/openbmc/u-boot/include/configs/T102xRDB.h
/openbmc/u-boot/include/configs/T1040QDS.h
/openbmc/u-boot/include/configs/T104xRDB.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/T208xRDB.h
/openbmc/u-boot/include/configs/T4240QDS.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/TQM5200.h
/openbmc/u-boot/include/configs/TQM823L.h
/openbmc/u-boot/include/configs/TQM823M.h
/openbmc/u-boot/include/configs/TQM834x.h
/openbmc/u-boot/include/configs/TQM850L.h
/openbmc/u-boot/include/configs/TQM850M.h
/openbmc/u-boot/include/configs/TQM855L.h
/openbmc/u-boot/include/configs/TQM855M.h
/openbmc/u-boot/include/configs/TQM860L.h
/openbmc/u-boot/include/configs/TQM860M.h
/openbmc/u-boot/include/configs/TQM862L.h
/openbmc/u-boot/include/configs/TQM862M.h
/openbmc/u-boot/include/configs/TQM866M.h
/openbmc/u-boot/include/configs/TQM885D.h
/openbmc/u-boot/include/configs/UCP1020.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/VOM405.h
/openbmc/u-boot/include/configs/a3m071.h
/openbmc/u-boot/include/configs/a4m072.h
/openbmc/u-boot/include/configs/ac14xx.h
/openbmc/u-boot/include/configs/acadia.h
/openbmc/u-boot/include/configs/adp-ag101p.h
/openbmc/u-boot/include/configs/alt.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/am335x_sl50.h
/openbmc/u-boot/include/configs/am3517_crane.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/am43xx_evm.h
/openbmc/u-boot/include/configs/am57xx_evm.h
/openbmc/u-boot/include/configs/amcc-common.h
/openbmc/u-boot/include/configs/amcore.h
/openbmc/u-boot/include/configs/ap325rxa.h
/openbmc/u-boot/include/configs/ap_sh4a_4a.h
/openbmc/u-boot/include/configs/apalis_t30.h
/openbmc/u-boot/include/configs/apf27.h
/openbmc/u-boot/include/configs/apx4devkit.h
/openbmc/u-boot/include/configs/arcangel4.h
/openbmc/u-boot/include/configs/aria.h
/openbmc/u-boot/include/configs/aristainetos-common.h
/openbmc/u-boot/include/configs/armadillo-800eva.h
/openbmc/u-boot/include/configs/aspenite.h
/openbmc/u-boot/include/configs/astro_mcf5373l.h
/openbmc/u-boot/include/configs/at91-sama5_common.h
/openbmc/u-boot/include/configs/at91rm9200ek.h
/openbmc/u-boot/include/configs/at91sam9260ek.h
/openbmc/u-boot/include/configs/at91sam9261ek.h
/openbmc/u-boot/include/configs/at91sam9263ek.h
/openbmc/u-boot/include/configs/at91sam9m10g45ek.h
/openbmc/u-boot/include/configs/at91sam9n12ek.h
/openbmc/u-boot/include/configs/at91sam9rlek.h
/openbmc/u-boot/include/configs/at91sam9x5ek.h
/openbmc/u-boot/include/configs/atngw100.h
/openbmc/u-boot/include/configs/atngw100mkii.h
/openbmc/u-boot/include/configs/atstk1002.h
/openbmc/u-boot/include/configs/axs101.h
/openbmc/u-boot/include/configs/baltos.h
/openbmc/u-boot/include/configs/bamboo.h
/openbmc/u-boot/include/configs/bav335x.h
/openbmc/u-boot/include/configs/bayleybay.h
/openbmc/u-boot/include/configs/bcm28155_ap.h
/openbmc/u-boot/include/configs/bcm_ep_board.h
/openbmc/u-boot/include/configs/bct-brettl2.h
/openbmc/u-boot/include/configs/beaver.h
/openbmc/u-boot/include/configs/bf506f-ezkit.h
/openbmc/u-boot/include/configs/bf518f-ezbrd.h
/openbmc/u-boot/include/configs/bf525-ucr2.h
/openbmc/u-boot/include/configs/bf526-ezbrd.h
/openbmc/u-boot/include/configs/bf527-ad7160-eval.h
/openbmc/u-boot/include/configs/bf527-ezkit.h
/openbmc/u-boot/include/configs/bf527-sdp.h
/openbmc/u-boot/include/configs/bf533-ezkit.h
/openbmc/u-boot/include/configs/bf533-stamp.h
/openbmc/u-boot/include/configs/bf537-minotaur.h
/openbmc/u-boot/include/configs/bf537-pnav.h
/openbmc/u-boot/include/configs/bf537-srv1.h
/openbmc/u-boot/include/configs/bf537-stamp.h
/openbmc/u-boot/include/configs/bf538f-ezkit.h
/openbmc/u-boot/include/configs/bf548-ezkit.h
/openbmc/u-boot/include/configs/bf561-acvilon.h
/openbmc/u-boot/include/configs/bf561-ezkit.h
/openbmc/u-boot/include/configs/bf609-ezkit.h
/openbmc/u-boot/include/configs/bfin_adi_common.h
/openbmc/u-boot/include/configs/bg0900.h
/openbmc/u-boot/include/configs/blackstamp.h
/openbmc/u-boot/include/configs/blackvme.h
/openbmc/u-boot/include/configs/br4.h
/openbmc/u-boot/include/configs/bubinga.h
/openbmc/u-boot/include/configs/calimain.h
/openbmc/u-boot/include/configs/canmb.h
/openbmc/u-boot/include/configs/canyonlands.h
/openbmc/u-boot/include/configs/cardhu.h
/openbmc/u-boot/include/configs/cgtqmx6eval.h
/openbmc/u-boot/include/configs/charon.h
/openbmc/u-boot/include/configs/chromebook_jerry.h
/openbmc/u-boot/include/configs/chromebook_samus.h
/openbmc/u-boot/include/configs/chromebox_panther.h
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/cm-bf527.h
/openbmc/u-boot/include/configs/cm-bf533.h
/openbmc/u-boot/include/configs/cm-bf537e.h
/openbmc/u-boot/include/configs/cm-bf537u.h
/openbmc/u-boot/include/configs/cm-bf548.h
/openbmc/u-boot/include/configs/cm-bf561.h
/openbmc/u-boot/include/configs/cm5200.h
/openbmc/u-boot/include/configs/cm_fx6.h
/openbmc/u-boot/include/configs/cm_t335.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/cm_t3517.h
/openbmc/u-boot/include/configs/cm_t43.h
/openbmc/u-boot/include/configs/cm_t54.h
/openbmc/u-boot/include/configs/cobra5272.h
/openbmc/u-boot/include/configs/colibri_pxa270.h
/openbmc/u-boot/include/configs/colibri_t20.h
/openbmc/u-boot/include/configs/colibri_t30.h
/openbmc/u-boot/include/configs/colibri_vf.h
/openbmc/u-boot/include/configs/conga-qeval20-qa3-e3845.h
/openbmc/u-boot/include/configs/controlcenterd.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/corvus.h
/openbmc/u-boot/include/configs/crownbay.h
/openbmc/u-boot/include/configs/cyrus.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/dalmore.h
/openbmc/u-boot/include/configs/db-88f6720.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/db-mv784mp-gp.h
/openbmc/u-boot/include/configs/dbau1x00.h
/openbmc/u-boot/include/configs/devkit3250.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/digsy_mtc.h
/openbmc/u-boot/include/configs/dlvision-10g.h
/openbmc/u-boot/include/configs/dlvision.h
/openbmc/u-boot/include/configs/dnp5370.h
/openbmc/u-boot/include/configs/dns325.h
/openbmc/u-boot/include/configs/dockstar.h
/openbmc/u-boot/include/configs/dra7xx_evm.h
/openbmc/u-boot/include/configs/draco.h
/openbmc/u-boot/include/configs/dragonboard410c.h
/openbmc/u-boot/include/configs/dreamplug.h
/openbmc/u-boot/include/configs/ds414.h
/openbmc/u-boot/include/configs/duovero.h
/openbmc/u-boot/include/configs/e2220-1170.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/eb_cpu5282.h
/openbmc/u-boot/include/configs/eco5pk.h
/openbmc/u-boot/include/configs/ecovec.h
/openbmc/u-boot/include/configs/edb93xx.h
/openbmc/u-boot/include/configs/edminiv2.h
/openbmc/u-boot/include/configs/embestmx6boards.h
/openbmc/u-boot/include/configs/espt.h
/openbmc/u-boot/include/configs/ethernut5.h
/openbmc/u-boot/include/configs/exynos-common.h
/openbmc/u-boot/include/configs/exynos4-common.h
/openbmc/u-boot/include/configs/exynos5-common.h
/openbmc/u-boot/include/configs/flea3.h
/openbmc/u-boot/include/configs/galileo.h
/openbmc/u-boot/include/configs/ge_bx50v3.h
/openbmc/u-boot/include/configs/goflexhome.h
/openbmc/u-boot/include/configs/gose.h
/openbmc/u-boot/include/configs/gplugd.h
/openbmc/u-boot/include/configs/gr_cpci_ax2000.h
/openbmc/u-boot/include/configs/gr_ep2s60.h
/openbmc/u-boot/include/configs/gr_xc3s_1500.h
/openbmc/u-boot/include/configs/grasshopper.h
/openbmc/u-boot/include/configs/grsim.h
/openbmc/u-boot/include/configs/grsim_leon2.h
/openbmc/u-boot/include/configs/guruplug.h
/openbmc/u-boot/include/configs/gw_ventana.h
/openbmc/u-boot/include/configs/h2200.h
/openbmc/u-boot/include/configs/harmony.h
/openbmc/u-boot/include/configs/highbank.h
/openbmc/u-boot/include/configs/hikey.h
/openbmc/u-boot/include/configs/hrcon.h
/openbmc/u-boot/include/configs/ib62x0.h
/openbmc/u-boot/include/configs/ibf-dsp561.h
/openbmc/u-boot/include/configs/icon.h
/openbmc/u-boot/include/configs/iconnect.h
/openbmc/u-boot/include/configs/ids8313.h
/openbmc/u-boot/include/configs/imx27lite-common.h
/openbmc/u-boot/include/configs/imx31_phycore.h
/openbmc/u-boot/include/configs/inka4x0.h
/openbmc/u-boot/include/configs/integrator-common.h
/openbmc/u-boot/include/configs/integratorap.h
/openbmc/u-boot/include/configs/intip.h
/openbmc/u-boot/include/configs/io.h
/openbmc/u-boot/include/configs/io64.h
/openbmc/u-boot/include/configs/iocon.h
/openbmc/u-boot/include/configs/ip04.h
/openbmc/u-boot/include/configs/ipam390.h
/openbmc/u-boot/include/configs/ipek01.h
/openbmc/u-boot/include/configs/jetson-tk1.h
/openbmc/u-boot/include/configs/jupiter.h
/openbmc/u-boot/include/configs/k2e_evm.h
/openbmc/u-boot/include/configs/k2g_evm.h
/openbmc/u-boot/include/configs/k2hk_evm.h
/openbmc/u-boot/include/configs/k2l_evm.h
/openbmc/u-boot/include/configs/katmai.h
/openbmc/u-boot/include/configs/kc1.h
/openbmc/u-boot/include/configs/kilauea.h
/openbmc/u-boot/include/configs/km/keymile-common.h
/openbmc/u-boot/include/configs/km/km-powerpc.h
/openbmc/u-boot/include/configs/km/km83xx-common.h
/openbmc/u-boot/include/configs/km/km_arm.h
/openbmc/u-boot/include/configs/km/kmp204x-common.h
/openbmc/u-boot/include/configs/km82xx.h
/openbmc/u-boot/include/configs/km8360.h
/openbmc/u-boot/include/configs/km_kirkwood.h
/openbmc/u-boot/include/configs/koelsch.h
/openbmc/u-boot/include/configs/kwb.h
/openbmc/u-boot/include/configs/kzm9g.h
/openbmc/u-boot/include/configs/lacie_kw.h
/openbmc/u-boot/include/configs/lager.h
/openbmc/u-boot/include/configs/legoev3.h
/openbmc/u-boot/include/configs/ls1021aqds.h
/openbmc/u-boot/include/configs/ls1021atwr.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1043aqds.h
/openbmc/u-boot/include/configs/ls1043ardb.h
/openbmc/u-boot/include/configs/ls2080a_common.h
/openbmc/u-boot/include/configs/ls2080a_emu.h
/openbmc/u-boot/include/configs/ls2080a_simu.h
/openbmc/u-boot/include/configs/ls2080aqds.h
/openbmc/u-boot/include/configs/ls2080ardb.h
/openbmc/u-boot/include/configs/lsxl.h
/openbmc/u-boot/include/configs/lwmon5.h
/openbmc/u-boot/include/configs/m28evk.h
/openbmc/u-boot/include/configs/m53evk.h
/openbmc/u-boot/include/configs/ma5d4evk.h
/openbmc/u-boot/include/configs/makalu.h
/openbmc/u-boot/include/configs/malta.h
/openbmc/u-boot/include/configs/manroland/common.h
/openbmc/u-boot/include/configs/maxbcm.h
/openbmc/u-boot/include/configs/mcx.h
/openbmc/u-boot/include/configs/mecp5123.h
/openbmc/u-boot/include/configs/medcom-wide.h
/openbmc/u-boot/include/configs/meesc.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/minnowmax.h
/openbmc/u-boot/include/configs/motionpro.h
/openbmc/u-boot/include/configs/mpc5121-common.h
/openbmc/u-boot/include/configs/mpc5121ads.h
/openbmc/u-boot/include/configs/mpc8308_p1m.h
/openbmc/u-boot/include/configs/mpr2.h
/openbmc/u-boot/include/configs/ms7720se.h
/openbmc/u-boot/include/configs/ms7722se.h
/openbmc/u-boot/include/configs/ms7750se.h
/openbmc/u-boot/include/configs/munices.h
/openbmc/u-boot/include/configs/mv-common.h
/openbmc/u-boot/include/configs/mv-plug-common.h
/openbmc/u-boot/include/configs/mx23_olinuxino.h
/openbmc/u-boot/include/configs/mx23evk.h
/openbmc/u-boot/include/configs/mx25pdk.h
/openbmc/u-boot/include/configs/mx28evk.h
/openbmc/u-boot/include/configs/mx31ads.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx35pdk.h
/openbmc/u-boot/include/configs/mx51evk.h
/openbmc/u-boot/include/configs/mx53ard.h
/openbmc/u-boot/include/configs/mx53evk.h
/openbmc/u-boot/include/configs/mx53loco.h
/openbmc/u-boot/include/configs/mx53smd.h
/openbmc/u-boot/include/configs/mx6_common.h
/openbmc/u-boot/include/configs/mx6cuboxi.h
/openbmc/u-boot/include/configs/mx6qarm2.h
/openbmc/u-boot/include/configs/mx6qsabreauto.h
/openbmc/u-boot/include/configs/mx6sabre_common.h
/openbmc/u-boot/include/configs/mx6sabresd.h
/openbmc/u-boot/include/configs/mx6slevk.h
/openbmc/u-boot/include/configs/mx6sxsabreauto.h
/openbmc/u-boot/include/configs/mx6sxsabresd.h
/openbmc/u-boot/include/configs/mx6ul_14x14_evk.h
/openbmc/u-boot/include/configs/mx7_common.h
/openbmc/u-boot/include/configs/mx7dsabresd.h
/openbmc/u-boot/include/configs/mxs.h
/openbmc/u-boot/include/configs/nas220.h
/openbmc/u-boot/include/configs/neo.h
/openbmc/u-boot/include/configs/nitrogen6x.h
/openbmc/u-boot/include/configs/nokia_rx51.h
/openbmc/u-boot/include/configs/novena.h
/openbmc/u-boot/include/configs/nsa310s.h
/openbmc/u-boot/include/configs/nyan-big.h
/openbmc/u-boot/include/configs/o2dnt-common.h
/openbmc/u-boot/include/configs/odroid.h
/openbmc/u-boot/include/configs/odroid_xu3.h
/openbmc/u-boot/include/configs/omap3_beagle.h
/openbmc/u-boot/include/configs/omap3_evm.h
/openbmc/u-boot/include/configs/omap3_evm_common.h
/openbmc/u-boot/include/configs/omap3_evm_quick_mmc.h
/openbmc/u-boot/include/configs/omap3_igep00x0.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/omap3_overo.h
/openbmc/u-boot/include/configs/omap3_pandora.h
/openbmc/u-boot/include/configs/omap3_zoom1.h
/openbmc/u-boot/include/configs/omap4_panda.h
/openbmc/u-boot/include/configs/omap5_uevm.h
/openbmc/u-boot/include/configs/omapl138_lcdk.h
/openbmc/u-boot/include/configs/openrd.h
/openbmc/u-boot/include/configs/openrisc-generic.h
/openbmc/u-boot/include/configs/origen.h
/openbmc/u-boot/include/configs/ot1200.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/p1_twr.h
/openbmc/u-boot/include/configs/p2371-0000.h
/openbmc/u-boot/include/configs/p2371-2180.h
/openbmc/u-boot/include/configs/p2571.h
/openbmc/u-boot/include/configs/paz00.h
/openbmc/u-boot/include/configs/pb1x00.h
/openbmc/u-boot/include/configs/pcm030.h
/openbmc/u-boot/include/configs/pcm051.h
/openbmc/u-boot/include/configs/pcm052.h
/openbmc/u-boot/include/configs/pdm360ng.h
/openbmc/u-boot/include/configs/pengwyn.h
/openbmc/u-boot/include/configs/pic32mzdask.h
/openbmc/u-boot/include/configs/pico-imx6ul.h
/openbmc/u-boot/include/configs/picosam9g45.h
/openbmc/u-boot/include/configs/platinum.h
/openbmc/u-boot/include/configs/plutux.h
/openbmc/u-boot/include/configs/pm9261.h
/openbmc/u-boot/include/configs/pm9263.h
/openbmc/u-boot/include/configs/pm9g45.h
/openbmc/u-boot/include/configs/pogo_e02.h
/openbmc/u-boot/include/configs/porter.h
/openbmc/u-boot/include/configs/pr1.h
/openbmc/u-boot/include/configs/pxa-common.h
/openbmc/u-boot/include/configs/pxm2.h
/openbmc/u-boot/include/configs/qemu-mips.h
/openbmc/u-boot/include/configs/qemu-mips64.h
/openbmc/u-boot/include/configs/qemu-ppce500.h
/openbmc/u-boot/include/configs/r0p7734.h
/openbmc/u-boot/include/configs/r2dplus.h
/openbmc/u-boot/include/configs/r7780mp.h
/openbmc/u-boot/include/configs/rastaban.h
/openbmc/u-boot/include/configs/rcar-gen2-common.h
/openbmc/u-boot/include/configs/rk3036_common.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/rpi.h
/openbmc/u-boot/include/configs/rsk7203.h
/openbmc/u-boot/include/configs/rut.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/sama5d2_xplained.h
/openbmc/u-boot/include/configs/sama5d3_xplained.h
/openbmc/u-boot/include/configs/sama5d3xek.h
/openbmc/u-boot/include/configs/sama5d4_xplained.h
/openbmc/u-boot/include/configs/sama5d4ek.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/sansa_fuze_plus.h
/openbmc/u-boot/include/configs/sbc8349.h
/openbmc/u-boot/include/configs/sbc8548.h
/openbmc/u-boot/include/configs/sbc8641d.h
/openbmc/u-boot/include/configs/sc_sps_1.h
/openbmc/u-boot/include/configs/seaboard.h
/openbmc/u-boot/include/configs/secomx6quq7.h
/openbmc/u-boot/include/configs/sequoia.h
/openbmc/u-boot/include/configs/sh7752evb.h
/openbmc/u-boot/include/configs/sh7753evb.h
/openbmc/u-boot/include/configs/sh7757lcr.h
/openbmc/u-boot/include/configs/sh7763rdp.h
/openbmc/u-boot/include/configs/sh7785lcr.h
/openbmc/u-boot/include/configs/sheevaplug.h
/openbmc/u-boot/include/configs/shmin.h
/openbmc/u-boot/include/configs/siemens-am33x-common.h
/openbmc/u-boot/include/configs/silk.h
/openbmc/u-boot/include/configs/smartweb.h
/openbmc/u-boot/include/configs/smdk2410.h
/openbmc/u-boot/include/configs/smdkc100.h
/openbmc/u-boot/include/configs/smdkv310.h
/openbmc/u-boot/include/configs/snapper9260.h
/openbmc/u-boot/include/configs/sniper.h
/openbmc/u-boot/include/configs/socfpga_arria5_socdk.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_cyclone5_socdk.h
/openbmc/u-boot/include/configs/socfpga_de0_nano_soc.h
/openbmc/u-boot/include/configs/socfpga_mcvevk.h
/openbmc/u-boot/include/configs/socfpga_sockit.h
/openbmc/u-boot/include/configs/socfpga_socrates.h
/openbmc/u-boot/include/configs/socfpga_sr1500.h
/openbmc/u-boot/include/configs/socrates.h
/openbmc/u-boot/include/configs/spear-common.h
/openbmc/u-boot/include/configs/stm32f429-discovery.h
/openbmc/u-boot/include/configs/stm32f746-disco.h
/openbmc/u-boot/include/configs/stout.h
/openbmc/u-boot/include/configs/strider.h
/openbmc/u-boot/include/configs/stv0991.h
/openbmc/u-boot/include/configs/sun50i.h
/openbmc/u-boot/include/configs/sun6i.h
/openbmc/u-boot/include/configs/sun7i.h
/openbmc/u-boot/include/configs/sun8i.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/t3corp.h
/openbmc/u-boot/include/configs/t4qds.h
/openbmc/u-boot/include/configs/tam3517-common.h
/openbmc/u-boot/include/configs/tao3530.h
/openbmc/u-boot/include/configs/taurus.h
/openbmc/u-boot/include/configs/tb100.h
/openbmc/u-boot/include/configs/tbs2910.h
/openbmc/u-boot/include/configs/tcm-bf518.h
/openbmc/u-boot/include/configs/tcm-bf537.h
/openbmc/u-boot/include/configs/tec-ng.h
/openbmc/u-boot/include/configs/tec.h
/openbmc/u-boot/include/configs/tegra-common-post.h
/openbmc/u-boot/include/configs/tegra-common-usb-gadget.h
/openbmc/u-boot/include/configs/tegra-common.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/thuban.h
/openbmc/u-boot/include/configs/thunderx_88xx.h
/openbmc/u-boot/include/configs/ti814x_evm.h
/openbmc/u-boot/include/configs/ti816x_evm.h
/openbmc/u-boot/include/configs/ti_am335x_common.h
/openbmc/u-boot/include/configs/ti_armv7_common.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/configs/ti_omap3_common.h
/openbmc/u-boot/include/configs/ti_omap4_common.h
/openbmc/u-boot/include/configs/ti_omap5_common.h
/openbmc/u-boot/include/configs/titanium.h
/openbmc/u-boot/include/configs/tqma6.h
/openbmc/u-boot/include/configs/tqma6_wru4.h
/openbmc/u-boot/include/configs/trats.h
/openbmc/u-boot/include/configs/trats2.h
/openbmc/u-boot/include/configs/tricorder.h
/openbmc/u-boot/include/configs/trimslice.h
/openbmc/u-boot/include/configs/ts4800.h
/openbmc/u-boot/include/configs/tseries.h
/openbmc/u-boot/include/configs/udoo.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/usb_a9263.h
/openbmc/u-boot/include/configs/usbarmory.h
/openbmc/u-boot/include/configs/v38b.h
/openbmc/u-boot/include/configs/vct.h
/openbmc/u-boot/include/configs/ve8313.h
/openbmc/u-boot/include/configs/venice2.h
/openbmc/u-boot/include/configs/ventana.h
/openbmc/u-boot/include/configs/vexpress_aemv8a.h
/openbmc/u-boot/include/configs/vexpress_common.h
/openbmc/u-boot/include/configs/vf610twr.h
/openbmc/u-boot/include/configs/vinco.h
/openbmc/u-boot/include/configs/vme8349.h
/openbmc/u-boot/include/configs/walnut.h
/openbmc/u-boot/include/configs/wandboard.h
/openbmc/u-boot/include/configs/warp.h
/openbmc/u-boot/include/configs/warp7.h
/openbmc/u-boot/include/configs/whistler.h
/openbmc/u-boot/include/configs/woodburn_common.h
/openbmc/u-boot/include/configs/work_92105.h
/openbmc/u-boot/include/configs/x600.h
/openbmc/u-boot/include/configs/x86-chromebook.h
/openbmc/u-boot/include/configs/x86-common.h
/openbmc/u-boot/include/configs/xfi3.h
/openbmc/u-boot/include/configs/xilinx-ppc.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_ep.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm015_dc1.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm019_dc5.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu102.h
/openbmc/u-boot/include/configs/xpedite1000.h
/openbmc/u-boot/include/configs/xpedite517x.h
/openbmc/u-boot/include/configs/xpedite520x.h
/openbmc/u-boot/include/configs/xpedite537x.h
/openbmc/u-boot/include/configs/xpedite550x.h
/openbmc/u-boot/include/configs/xpress.h
/openbmc/u-boot/include/configs/yosemite.h
/openbmc/u-boot/include/configs/zipitz2.h
/openbmc/u-boot/include/configs/zmx25.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/configs/zynq_microzed.h
/openbmc/u-boot/include/configs/zynq_zybo.h
/openbmc/u-boot/include/cpu.h
/openbmc/u-boot/include/crc.h
/openbmc/u-boot/include/debug_uart.h
/openbmc/u-boot/include/display.h
/openbmc/u-boot/include/dm/device.h
/openbmc/u-boot/include/dm/platform_data/serial_bcm283x_mu.h
/openbmc/u-boot/include/dm/platform_data/serial_pl01x.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dt-bindings/clock/hi6220-clock.h
/openbmc/u-boot/include/dt-bindings/clock/sun4i-a10-pll2.h
/openbmc/u-boot/include/dt-bindings/gpio/x86-gpio.h
/openbmc/u-boot/include/dt-bindings/input/input.h
/openbmc/u-boot/include/dt-bindings/input/linux-event-codes.h
/openbmc/u-boot/include/dt-bindings/phy/phy.h
/openbmc/u-boot/include/dt-bindings/video/rk3288.h
/openbmc/u-boot/include/efi.h
/openbmc/u-boot/include/efi_api.h
/openbmc/u-boot/include/efi_loader.h
/openbmc/u-boot/include/ext4fs.h
/openbmc/u-boot/include/fat.h
/openbmc/u-boot/include/fdt_support.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/flash.h
/openbmc/u-boot/include/fsl_ddr_sdram.h
/openbmc/u-boot/include/fsl_esdhc.h
/openbmc/u-boot/include/fsl_secboot_err.h
/openbmc/u-boot/include/fsl_sfp.h
/openbmc/u-boot/include/fsl_validate.h
/openbmc/u-boot/include/i8042.h
/openbmc/u-boot/include/ide.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/libfdt.h
/openbmc/u-boot/include/linux/crc8.h
/openbmc/u-boot/include/linux/usb/xhci-fsl.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/ns16550.h
/openbmc/u-boot/include/part.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/pe.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/ppc_asm.tmpl
/openbmc/u-boot/include/reiserfs.h
/openbmc/u-boot/include/sandboxblockdev.h
/openbmc/u-boot/include/sandboxfs.h
/openbmc/u-boot/include/sata.h
/openbmc/u-boot/include/sdhci.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/spmi/spmi.h
/openbmc/u-boot/include/systemace.h
/openbmc/u-boot/include/twl6030.h
/openbmc/u-boot/include/u-boot/rsa.h
/openbmc/u-boot/include/ubifs_uboot.h
/openbmc/u-boot/include/usb.h
/openbmc/u-boot/include/usb/ehci-ci.h
/openbmc/u-boot/include/usb/ulpi.h
/openbmc/u-boot/include/usb_mass_storage.h
/openbmc/u-boot/include/zfs_common.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/crc16.c
/openbmc/u-boot/lib/crc8.c
/openbmc/u-boot/lib/dhry/cmd_dhry.c
/openbmc/u-boot/lib/efi/efi_stub.c
/openbmc/u-boot/lib/efi_loader/Kconfig
/openbmc/u-boot/lib/efi_loader/Makefile
/openbmc/u-boot/lib/efi_loader/efi_boottime.c
/openbmc/u-boot/lib/efi_loader/efi_console.c
/openbmc/u-boot/lib/efi_loader/efi_disk.c
/openbmc/u-boot/lib/efi_loader/efi_gop.c
/openbmc/u-boot/lib/efi_loader/efi_image_loader.c
/openbmc/u-boot/lib/efi_loader/efi_memory.c
/openbmc/u-boot/lib/efi_loader/efi_runtime.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/gunzip.c
/openbmc/u-boot/lib/libfdt/fdt_sw.c
/openbmc/u-boot/lib/physmem.c
/openbmc/u-boot/lib/rsa/Kconfig
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/post/Makefile
/openbmc/u-boot/post/lib_powerpc/b.c
/openbmc/u-boot/post/tests.c
/openbmc/u-boot/scripts/coreboot.sed
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/blk.c
/openbmc/u-boot/test/dm/core.c
/openbmc/u-boot/test/dm/spmi.c
/openbmc/u-boot/test/dm/usb.c
/openbmc/u-boot/test/py/README.md
/openbmc/u-boot/test/py/tests/test_dfu.py
/openbmc/u-boot/test/py/tests/test_net.py
/openbmc/u-boot/test/py/u_boot_console_sandbox.py
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/bin2header.c
/openbmc/u-boot/tools/buildman/README
/openbmc/u-boot/tools/buildman/cmdline.py
/openbmc/u-boot/tools/buildman/control.py
/openbmc/u-boot/tools/buildman/func_test.py
/openbmc/u-boot/tools/buildman/toolchain.py
/openbmc/u-boot/tools/env/fw_env.c
/openbmc/u-boot/tools/env/fw_env_main.c
/openbmc/u-boot/tools/fdtgrep.c
/openbmc/u-boot/tools/fit_image.c
/openbmc/u-boot/tools/imagetool.c
/openbmc/u-boot/tools/imagetool.h
/openbmc/u-boot/tools/kwboot.c
/openbmc/u-boot/tools/mkimage.c
/openbmc/u-boot/tools/patman/gitutil.py
/openbmc/u-boot/tools/patman/patchstream.py
/openbmc/u-boot/tools/patman/patman.py
3f603cbb11-Feb-2016 Simon Glass <sjg@chromium.org>

dm: Use uclass_first_device_err() where it is useful

Use this new function in places where it simplifies the code.

Signed-off-by: Simon Glass <sjg@chromium.org>

b5788dc007-Mar-2016 Chris Zhong <zyw@rock-chips.com>

rockchip: rk3288: correct sdram setting

The DMC driver in v3.14 kernel[0] get the ddr setting from PMU_SYS_REG2,
and it expects uboot to store the value using a same protocol. But now
the ddr settin

rockchip: rk3288: correct sdram setting

The DMC driver in v3.14 kernel[0] get the ddr setting from PMU_SYS_REG2,
and it expects uboot to store the value using a same protocol. But now
the ddr setting value is different with DMC, so if you enable the DMC,
system would crash in kernel. Correct the sdram setting here, according
to the requirements of kernel.

[0]
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/
chromeos-3.14/drivers/clk/rockchip/clk-rk3288-dmc.c

Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

87cef34505-Mar-2016 FUKAUMI Naoki <naobsd@gmail.com>

rockchip: make configure_emmc() empty for Firefly-RK3288

on v2016.03-rc3, size of SPL image compiled by gcc 5.3.0 is too large for
Firefly-RK3288. (it's fine for Rock2)

$ gcc --version
gcc (Ubuntu/

rockchip: make configure_emmc() empty for Firefly-RK3288

on v2016.03-rc3, size of SPL image compiled by gcc 5.3.0 is too large for
Firefly-RK3288. (it's fine for Rock2)

$ gcc --version
gcc (Ubuntu/Linaro 5.3.0-3ubuntu1~14.04) 5.3.0 20151204
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ ./tools/mkimage -n rk3288 -T rksd -d spl/u-boot-spl-dtb.bin u-boot-spl-dtb.img
Warning: SPL image is too large (size 0x80d0) and will not boot

to reduce size of SPL image, this patch makes configure_emmc() empty for
Firefly-RK3288 as same as Rock2.

Signed-off-by: FUKAUMI Naoki <naobsd@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-By: Vagrant Cascadian <vagrant@debian.org>

show more ...

99aaa93017-Feb-2016 Lin Huang <hl@rock-chips.com>

rockchip: rk3036: change ddr frequency to 400M

emac may use dpll as clock parent, and it request the clock frequency
multiples of 50, so change ddr frequency to 400M.

Signed-off-by: Lin Huang <hl@r

rockchip: rk3036: change ddr frequency to 400M

emac may use dpll as clock parent, and it request the clock frequency
multiples of 50, so change ddr frequency to 400M.

Signed-off-by: Lin Huang <hl@rock-chips.com>
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/.checkpatch.conf
/openbmc/u-boot/.mailmap
/openbmc/u-boot/.travis.yml
/openbmc/u-boot/Kconfig
/openbmc/u-boot/Licenses/OFL.txt
/openbmc/u-boot/Licenses/README
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/api/Makefile
/openbmc/u-boot/api/api.c
/openbmc/u-boot/api/api_platform-mips.c
/openbmc/u-boot/arch/arc/Kconfig
/openbmc/u-boot/arch/arc/include/asm/arcregs.h
/openbmc/u-boot/arch/arc/include/asm/cache.h
/openbmc/u-boot/arch/arc/lib/cache.c
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/config.mk
/openbmc/u-boot/arch/arm/cpu/arm1136/start.S
/openbmc/u-boot/arch/arm/cpu/arm1176/start.S
/openbmc/u-boot/arch/arm/cpu/arm920t/Makefile
/openbmc/u-boot/arch/arm/cpu/arm920t/start.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/start.S
/openbmc/u-boot/arch/arm/cpu/arm946es/start.S
/openbmc/u-boot/arch/arm/cpu/armv7/cache_v7.c
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fdt.c
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ls102xa_sata.c
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/ddr.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx7/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx7/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/nonsec_virt.S
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/boot-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/dram_sun8i_a83t.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/psci_sun6i.S
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/tzpc.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/usb_phy.c
/openbmc/u-boot/arch/arm/cpu/armv8/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/clk.c
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/cpu/pxa/start.S
/openbmc/u-boot/arch/arm/cpu/sa1100/start.S
/openbmc/u-boot/arch/arm/cpu/u-boot.lds
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/armada-xp-theadorable.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds-duart.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds-lpuart.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1043a.dtsi
/openbmc/u-boot/arch/arm/dts/k2g-evm.dts
/openbmc/u-boot/arch/arm/dts/k2g-netcp.dtsi
/openbmc/u-boot/arch/arm/dts/k2g.dtsi
/openbmc/u-boot/arch/arm/dts/ls1021a-qds-duart.dts
/openbmc/u-boot/arch/arm/dts/ls1021a-qds-lpuart.dts
/openbmc/u-boot/arch/arm/dts/ls1021a-qds.dtsi
/openbmc/u-boot/arch/arm/dts/pcm052.dts
/openbmc/u-boot/arch/arm/dts/socfpga_arria5_socdk.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socdk.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a83t-sinovoip-bpi-m3.dts
/openbmc/u-boot/arch/arm/dts/tegra114-dalmore.dts
/openbmc/u-boot/arch/arm/dts/tegra124-jetson-tk1.dts
/openbmc/u-boot/arch/arm/dts/tegra124-nyan-big.dts
/openbmc/u-boot/arch/arm/dts/tegra124-nyan.dtsi
/openbmc/u-boot/arch/arm/dts/tegra124-venice2.dts
/openbmc/u-boot/arch/arm/dts/tegra124.dtsi
/openbmc/u-boot/arch/arm/dts/tegra20-colibri.dts
/openbmc/u-boot/arch/arm/dts/tegra20-harmony.dts
/openbmc/u-boot/arch/arm/dts/tegra20-medcom-wide.dts
/openbmc/u-boot/arch/arm/dts/tegra20-paz00.dts
/openbmc/u-boot/arch/arm/dts/tegra20-plutux.dts
/openbmc/u-boot/arch/arm/dts/tegra20-seaboard.dts
/openbmc/u-boot/arch/arm/dts/tegra20-tamonten.dtsi
/openbmc/u-boot/arch/arm/dts/tegra20-tec.dts
/openbmc/u-boot/arch/arm/dts/tegra20-trimslice.dts
/openbmc/u-boot/arch/arm/dts/tegra20-ventana.dts
/openbmc/u-boot/arch/arm/dts/tegra20-whistler.dts
/openbmc/u-boot/arch/arm/dts/tegra20.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-common32.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld4-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld6b-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4-ace.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4-sanji.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro5-4kbox.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro5.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld3-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld3.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld8-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld8.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2-gentil.dts
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2-vodka.dts
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2.dtsi
/openbmc/u-boot/arch/arm/dts/vf-colibri.dtsi
/openbmc/u-boot/arch/arm/dts/vf.dtsi
/openbmc/u-boot/arch/arm/dts/vf500-colibri.dts
/openbmc/u-boot/arch/arm/dts/vf610-colibri.dts
/openbmc/u-boot/arch/arm/dts/vf610-twr.dts
/openbmc/u-boot/arch/arm/dts/zynq-7000.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-microzed.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc706.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm010.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm011.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm012.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm013.dts
/openbmc/u-boot/arch/arm/dts/zynq-zed.dts
/openbmc/u-boot/arch/arm/dts/zynq-zybo.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-ep108.dts
/openbmc/u-boot/arch/arm/dts/zynqmp.dtsi
/openbmc/u-boot/arch/arm/imx-common/Kconfig
/openbmc/u-boot/arch/arm/imx-common/Makefile
/openbmc/u-boot/arch/arm/imx-common/imx_bootaux.c
/openbmc/u-boot/arch/arm/imx-common/rdc-sema.c
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/crm_regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-rdc.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6-ddr.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sx_rdc.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx7/imx-rdc.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx7/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7d_rdc.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f1/stm32.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/stm32.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/stm32_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/stm32_periph.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/gpt.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/rcc.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/stm32.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/stm32_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/stm32_periph.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a83t.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/tzpc.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/dc.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/pwm.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/display.h
/openbmc/u-boot/arch/arm/include/asm/arch-vf610/iomux-vf610.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/clk.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/hardware.h
/openbmc/u-boot/arch/arm/include/asm/fsl_secure_boot.h
/openbmc/u-boot/arch/arm/include/asm/gpio.h
/openbmc/u-boot/arch/arm/include/asm/imx-common/dma.h
/openbmc/u-boot/arch/arm/include/asm/imx-common/rdc-sema.h
/openbmc/u-boot/arch/arm/include/asm/imx-common/regs-apbh.h
/openbmc/u-boot/arch/arm/include/asm/imx-common/regs-bch.h
/openbmc/u-boot/arch/arm/include/asm/spl.h
/openbmc/u-boot/arch/arm/include/asm/system.h
/openbmc/u-boot/arch/arm/lib/cache-cp15.c
/openbmc/u-boot/arch/arm/lib/crt0.S
/openbmc/u-boot/arch/arm/mach-at91/Kconfig
/openbmc/u-boot/arch/arm/mach-at91/Makefile
/openbmc/u-boot/arch/arm/mach-at91/arm920t/at91rm9200_devices.c
/openbmc/u-boot/arch/arm/mach-at91/arm920t/clock.c
/openbmc/u-boot/arch/arm/mach-at91/arm920t/timer.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9261_devices.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9263_devices.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9m10g45_devices.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9n12_devices.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9rl_devices.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9x5_devices.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/clock.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/cpu.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/timer.c
/openbmc/u-boot/arch/arm/mach-at91/armv7/clock.c
/openbmc/u-boot/arch/arm/mach-at91/armv7/cpu.c
/openbmc/u-boot/arch/arm/mach-at91/armv7/sama5d2_devices.c
/openbmc/u-boot/arch/arm/mach-at91/armv7/sama5d3_devices.c
/openbmc/u-boot/arch/arm/mach-at91/armv7/sama5d4_devices.c
/openbmc/u-boot/arch/arm/mach-at91/armv7/timer.c
/openbmc/u-boot/arch/arm/mach-at91/atmel_sfr.c
/openbmc/u-boot/arch/arm/mach-at91/clock.c
/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_common.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pmc.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_mpddrc.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/clk.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5_sfr.h
/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d2.h
/openbmc/u-boot/arch/arm/mach-at91/mpddrc.c
/openbmc/u-boot/arch/arm/mach-at91/phy.c
/openbmc/u-boot/arch/arm/mach-at91/sdram.c
/openbmc/u-boot/arch/arm/mach-at91/spl_at91.c
/openbmc/u-boot/arch/arm/mach-at91/spl_atmel.c
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/mbox.h
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/spl.h
/openbmc/u-boot/arch/arm/mach-exynos/sec_boot.S
/openbmc/u-boot/arch/arm/mach-exynos/spl_boot.c
/openbmc/u-boot/arch/arm/mach-mvebu/Kconfig
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/cpu.h
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/soc.h
/openbmc/u-boot/arch/arm/mach-orion5x/lowlevel_init.S
rk3036/sdram_rk3036.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-socfpga/qts-filter.sh
/openbmc/u-boot/arch/arm/mach-stm32/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32/Makefile
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/clock.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/Makefile
/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/clock.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/timer.c
/openbmc/u-boot/arch/arm/mach-tegra/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/Makefile
/openbmc/u-boot/arch/arm/mach-tegra/ap.c
/openbmc/u-boot/arch/arm/mach-tegra/board2.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/Makefile
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/display.c
/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/arm-mpcore.h
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/cache_uniphier.c
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/debug_ll.S
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/late_lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/ssc-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/timer.c
/openbmc/u-boot/arch/arm/mach-uniphier/bcu/bcu-ph1-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/bcu/bcu-ph1-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c
/openbmc/u-boot/arch/arm/mach-uniphier/boards.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-device.h
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-mode/boot-mode.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ph1-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ph1-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/cpu_info.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/dram/cmd_ddrmphy.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-ph1-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ph1-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ph1-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ph1-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-proxstream2.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/dram_init.c
/openbmc/u-boot/arch/arm/mach-uniphier/init.h
/openbmc/u-boot/arch/arm/mach-uniphier/memconf/memconf-ph1-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/memconf/memconf-proxstream2.c
/openbmc/u-boot/arch/arm/mach-uniphier/memconf/memconf.c
/openbmc/u-boot/arch/arm/mach-uniphier/micro-support-card.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-ph1-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-ph1-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-ph1-sld3.c
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl/pinctrl-ph1-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/sg-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/soc-info.h
/openbmc/u-boot/arch/arm/mach-uniphier/soc_info.c
/openbmc/u-boot/arch/arm/mach-zynq/ddrc.c
/openbmc/u-boot/arch/arm/mach-zynq/include/mach/hardware.h
/openbmc/u-boot/arch/blackfin/cpu/Makefile
/openbmc/u-boot/arch/blackfin/cpu/cpu.c
/openbmc/u-boot/arch/blackfin/cpu/cpu.h
/openbmc/u-boot/arch/blackfin/cpu/interrupts.c
/openbmc/u-boot/arch/blackfin/cpu/start.S
/openbmc/u-boot/arch/blackfin/cpu/traps.c
/openbmc/u-boot/arch/blackfin/cpu/u-boot.lds
/openbmc/u-boot/arch/blackfin/include/asm/bitops.h
/openbmc/u-boot/arch/blackfin/include/asm/blackfin_local.h
/openbmc/u-boot/arch/blackfin/include/asm/byteorder.h
/openbmc/u-boot/arch/blackfin/include/asm/deferred.h
/openbmc/u-boot/arch/blackfin/include/asm/delay.h
/openbmc/u-boot/arch/blackfin/include/asm/global_data.h
/openbmc/u-boot/arch/blackfin/include/asm/io.h
/openbmc/u-boot/arch/blackfin/include/asm/linkage.h
/openbmc/u-boot/arch/blackfin/include/asm/posix_types.h
/openbmc/u-boot/arch/blackfin/include/asm/processor.h
/openbmc/u-boot/arch/blackfin/include/asm/shared_resources.h
/openbmc/u-boot/arch/blackfin/include/asm/soft_switch.h
/openbmc/u-boot/arch/blackfin/include/asm/string.h
/openbmc/u-boot/arch/blackfin/include/asm/system.h
/openbmc/u-boot/arch/blackfin/include/asm/types.h
/openbmc/u-boot/arch/blackfin/include/asm/u-boot.h
/openbmc/u-boot/arch/blackfin/lib/Makefile
/openbmc/u-boot/arch/blackfin/lib/boot.c
/openbmc/u-boot/arch/blackfin/lib/cache.c
/openbmc/u-boot/arch/blackfin/lib/cmd_cache_dump.c
/openbmc/u-boot/arch/blackfin/lib/kgdb.c
/openbmc/u-boot/arch/blackfin/lib/muldi3.c
/openbmc/u-boot/arch/blackfin/lib/sections.c
/openbmc/u-boot/arch/blackfin/lib/string.c
/openbmc/u-boot/arch/microblaze/Kconfig
/openbmc/u-boot/arch/microblaze/cpu/Makefile
/openbmc/u-boot/arch/microblaze/cpu/start.S
/openbmc/u-boot/arch/microblaze/dts/microblaze-generic.dts
/openbmc/u-boot/arch/microblaze/lib/muldi3.c
/openbmc/u-boot/arch/mips/Kconfig
/openbmc/u-boot/arch/mips/Makefile
/openbmc/u-boot/arch/mips/cpu/start.S
/openbmc/u-boot/arch/mips/dts/Makefile
/openbmc/u-boot/arch/mips/dts/pic32mzda.dtsi
/openbmc/u-boot/arch/mips/dts/pic32mzda_sk.dts
/openbmc/u-boot/arch/mips/include/asm/global_data.h
/openbmc/u-boot/arch/mips/include/asm/io.h
/openbmc/u-boot/arch/mips/lib/Makefile
/openbmc/u-boot/arch/mips/lib/cache.c
/openbmc/u-boot/arch/mips/mach-pic32/Kconfig
/openbmc/u-boot/arch/mips/mach-pic32/Makefile
/openbmc/u-boot/arch/mips/mach-pic32/cpu.c
/openbmc/u-boot/arch/mips/mach-pic32/include/mach/ddr.h
/openbmc/u-boot/arch/mips/mach-pic32/include/mach/pic32.h
/openbmc/u-boot/arch/mips/mach-pic32/lowlevel_init.S
/openbmc/u-boot/arch/mips/mach-pic32/reset.c
/openbmc/u-boot/arch/nds32/include/asm/linkage.h
/openbmc/u-boot/arch/nios2/cpu/start.S
/openbmc/u-boot/arch/openrisc/lib/board.c
/openbmc/u-boot/arch/powerpc/config.mk
/openbmc/u-boot/arch/powerpc/cpu/mpc512x/serial.c
/openbmc/u-boot/arch/powerpc/cpu/mpc5xxx/serial.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/law.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fdt.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p5040_serdes.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/serial.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fsl_pamu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/law.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/pamu_table.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/Kconfig
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/interrupts.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/uic.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/xilinx_irq.c
/openbmc/u-boot/arch/powerpc/dts/Makefile
/openbmc/u-boot/arch/powerpc/dts/xilinx-ppc405-generic.dts
/openbmc/u-boot/arch/powerpc/dts/xilinx-ppc440-generic.dts
/openbmc/u-boot/arch/powerpc/include/asm/config_mpc85xx.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_pamu.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_secure_boot.h
/openbmc/u-boot/arch/powerpc/include/asm/immap_85xx.h
/openbmc/u-boot/arch/powerpc/include/asm/interrupt.h
/openbmc/u-boot/arch/powerpc/include/asm/xilinx_irq.h
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/include/asm/cache.h
/openbmc/u-boot/arch/sparc/include/asm/u-boot.h
/openbmc/u-boot/arch/sparc/include/asm/winmacro.h
/openbmc/u-boot/arch/x86/Kconfig
/openbmc/u-boot/arch/x86/cpu/baytrail/early_uart.c
/openbmc/u-boot/arch/x86/cpu/baytrail/valleyview.c
/openbmc/u-boot/arch/x86/cpu/coreboot/pci.c
/openbmc/u-boot/arch/x86/cpu/cpu.c
/openbmc/u-boot/arch/x86/cpu/interrupts.c
/openbmc/u-boot/arch/x86/cpu/irq.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/Kconfig
/openbmc/u-boot/arch/x86/cpu/ivybridge/Makefile
/openbmc/u-boot/arch/x86/cpu/ivybridge/bd82x6x.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/cpu.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/early_me.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/fsp_configs.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/gma.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/ivybridge.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/lpc.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/model_206ax.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/northbridge.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/report_platform.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/sata.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/sdram.c
/openbmc/u-boot/arch/x86/cpu/mp_init.c
/openbmc/u-boot/arch/x86/cpu/pci.c
/openbmc/u-boot/arch/x86/cpu/qemu/Kconfig
/openbmc/u-boot/arch/x86/cpu/qemu/Makefile
/openbmc/u-boot/arch/x86/cpu/qemu/fw_cfg.c
/openbmc/u-boot/arch/x86/cpu/qemu/qemu.c
/openbmc/u-boot/arch/x86/cpu/quark/Makefile
/openbmc/u-boot/arch/x86/cpu/quark/irq.c
/openbmc/u-boot/arch/x86/cpu/quark/mrc_util.c
/openbmc/u-boot/arch/x86/cpu/quark/quark.c
/openbmc/u-boot/arch/x86/cpu/queensbay/Makefile
/openbmc/u-boot/arch/x86/cpu/queensbay/irq.c
/openbmc/u-boot/arch/x86/cpu/queensbay/tnc.c
/openbmc/u-boot/arch/x86/cpu/resetvec.S
/openbmc/u-boot/arch/x86/dts/Makefile
/openbmc/u-boot/arch/x86/dts/bayleybay.dts
/openbmc/u-boot/arch/x86/dts/broadwell_som-6896.dts
/openbmc/u-boot/arch/x86/dts/chromebook_link.dts
/openbmc/u-boot/arch/x86/dts/chromebox_panther.dts
/openbmc/u-boot/arch/x86/dts/cougarcanyon2.dts
/openbmc/u-boot/arch/x86/dts/crownbay.dts
/openbmc/u-boot/arch/x86/dts/galileo.dts
/openbmc/u-boot/arch/x86/dts/minnowmax.dts
/openbmc/u-boot/arch/x86/dts/qemu-x86_i440fx.dts
/openbmc/u-boot/arch/x86/dts/qemu-x86_q35.dts
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/fsp_configs.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/me.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/pch.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/sandybridge.h
/openbmc/u-boot/arch/x86/include/asm/arch-qemu/device.h
/openbmc/u-boot/arch/x86/include/asm/arch-qemu/qemu.h
/openbmc/u-boot/arch/x86/include/asm/cpu.h
/openbmc/u-boot/arch/x86/include/asm/fw_cfg.h
/openbmc/u-boot/arch/x86/include/asm/gpio.h
/openbmc/u-boot/arch/x86/include/asm/irq.h
/openbmc/u-boot/arch/x86/include/asm/pci.h
/openbmc/u-boot/arch/x86/include/asm/pirq_routing.h
/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/arch/x86/lib/bootm.c
/openbmc/u-boot/arch/x86/lib/fsp/fsp_support.c
/openbmc/u-boot/arch/x86/lib/mpspec.c
/openbmc/u-boot/arch/x86/lib/mrccache.c
/openbmc/u-boot/arch/x86/lib/northbridge-uclass.c
/openbmc/u-boot/arch/x86/lib/pirq_routing.c
/openbmc/u-boot/board/BuR/common/common.c
/openbmc/u-boot/board/atmel/at91rm9200ek/at91rm9200ek.c
/openbmc/u-boot/board/atmel/at91rm9200ek/led.c
/openbmc/u-boot/board/atmel/at91sam9260ek/at91sam9260ek.c
/openbmc/u-boot/board/atmel/at91sam9261ek/at91sam9261ek.c
/openbmc/u-boot/board/atmel/at91sam9261ek/led.c
/openbmc/u-boot/board/atmel/at91sam9263ek/at91sam9263ek.c
/openbmc/u-boot/board/atmel/at91sam9263ek/led.c
/openbmc/u-boot/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
/openbmc/u-boot/board/atmel/at91sam9m10g45ek/led.c
/openbmc/u-boot/board/atmel/at91sam9n12ek/at91sam9n12ek.c
/openbmc/u-boot/board/atmel/at91sam9rlek/at91sam9rlek.c
/openbmc/u-boot/board/atmel/at91sam9rlek/led.c
/openbmc/u-boot/board/atmel/at91sam9x5ek/at91sam9x5ek.c
/openbmc/u-boot/board/atmel/sama5d2_xplained/sama5d2_xplained.c
/openbmc/u-boot/board/atmel/sama5d3_xplained/sama5d3_xplained.c
/openbmc/u-boot/board/atmel/sama5d3xek/sama5d3xek.c
/openbmc/u-boot/board/atmel/sama5d4_xplained/sama5d4_xplained.c
/openbmc/u-boot/board/atmel/sama5d4ek/sama5d4ek.c
/openbmc/u-boot/board/bct-brettl2/Makefile
/openbmc/u-boot/board/bct-brettl2/bct-brettl2.c
/openbmc/u-boot/board/bf506f-ezkit/Makefile
/openbmc/u-boot/board/bf506f-ezkit/bf506f-ezkit.c
/openbmc/u-boot/board/bf518f-ezbrd/Makefile
/openbmc/u-boot/board/bf518f-ezbrd/bf518f-ezbrd.c
/openbmc/u-boot/board/bf525-ucr2/Makefile
/openbmc/u-boot/board/bf525-ucr2/bf525-ucr2.c
/openbmc/u-boot/board/bf526-ezbrd/Makefile
/openbmc/u-boot/board/bf526-ezbrd/bf526-ezbrd.c
/openbmc/u-boot/board/bf527-ad7160-eval/Makefile
/openbmc/u-boot/board/bf527-ad7160-eval/bf527-ad7160-eval.c
/openbmc/u-boot/board/bf527-ezkit/Makefile
/openbmc/u-boot/board/bf527-ezkit/bf527-ezkit.c
/openbmc/u-boot/board/bf527-sdp/Makefile
/openbmc/u-boot/board/bf527-sdp/bf527-sdp.c
/openbmc/u-boot/board/bf533-ezkit/Makefile
/openbmc/u-boot/board/bf533-ezkit/bf533-ezkit.c
/openbmc/u-boot/board/bf533-ezkit/flash-defines.h
/openbmc/u-boot/board/bf533-ezkit/flash.c
/openbmc/u-boot/board/bf533-ezkit/psd4256.h
/openbmc/u-boot/board/bf533-stamp/Makefile
/openbmc/u-boot/board/bf533-stamp/bf533-stamp.c
/openbmc/u-boot/board/bf537-minotaur/Makefile
/openbmc/u-boot/board/bf537-minotaur/bf537-minotaur.c
/openbmc/u-boot/board/bf537-pnav/Makefile
/openbmc/u-boot/board/bf537-pnav/bf537-pnav.c
/openbmc/u-boot/board/bf537-srv1/Makefile
/openbmc/u-boot/board/bf537-srv1/bf537-srv1.c
/openbmc/u-boot/board/bf537-stamp/Makefile
/openbmc/u-boot/board/bf537-stamp/bf537-stamp.c
/openbmc/u-boot/board/bf538f-ezkit/Makefile
/openbmc/u-boot/board/bf538f-ezkit/bf538f-ezkit.c
/openbmc/u-boot/board/bf548-ezkit/Makefile
/openbmc/u-boot/board/bf548-ezkit/bf548-ezkit.c
/openbmc/u-boot/board/bf561-acvilon/Makefile
/openbmc/u-boot/board/bf561-ezkit/Makefile
/openbmc/u-boot/board/bf561-ezkit/bf561-ezkit.c
/openbmc/u-boot/board/bf609-ezkit/Makefile
/openbmc/u-boot/board/bf609-ezkit/bf609-ezkit.c
/openbmc/u-boot/board/bf609-ezkit/soft_switch.c
/openbmc/u-boot/board/bf609-ezkit/soft_switch.h
/openbmc/u-boot/board/blackstamp/Makefile
/openbmc/u-boot/board/blackstamp/blackstamp.c
/openbmc/u-boot/board/blackvme/Makefile
/openbmc/u-boot/board/blackvme/blackvme.c
/openbmc/u-boot/board/bluewater/snapper9260/snapper9260.c
/openbmc/u-boot/board/br4/Makefile
/openbmc/u-boot/board/br4/br4.c
/openbmc/u-boot/board/calao/usb_a9263/usb_a9263.c
/openbmc/u-boot/board/cm-bf527/Makefile
/openbmc/u-boot/board/cm-bf527/cm-bf527.c
/openbmc/u-boot/board/cm-bf533/Makefile
/openbmc/u-boot/board/cm-bf533/cm-bf533.c
/openbmc/u-boot/board/cm-bf537e/Makefile
/openbmc/u-boot/board/cm-bf537e/cm-bf537e.c
/openbmc/u-boot/board/cm-bf537u/Makefile
/openbmc/u-boot/board/cm-bf537u/cm-bf537u.c
/openbmc/u-boot/board/cm-bf548/Makefile
/openbmc/u-boot/board/cm-bf548/cm-bf548.c
/openbmc/u-boot/board/cm-bf561/Makefile
/openbmc/u-boot/board/cm-bf561/cm-bf561.c
/openbmc/u-boot/board/compal/paz00/paz00.c
/openbmc/u-boot/board/compulab/cm_t43/Makefile
/openbmc/u-boot/board/compulab/cm_t43/cm_t43.c
/openbmc/u-boot/board/compulab/cm_t43/spl.c
/openbmc/u-boot/board/congatec/cgtqmx6eval/README
/openbmc/u-boot/board/denx/ma5d4evk/Kconfig
/openbmc/u-boot/board/denx/ma5d4evk/MAINTAINERS
/openbmc/u-boot/board/denx/ma5d4evk/Makefile
/openbmc/u-boot/board/denx/ma5d4evk/ma5d4evk.c
/openbmc/u-boot/board/dnp5370/Makefile
/openbmc/u-boot/board/dnp5370/dnp5370.c
/openbmc/u-boot/board/egnite/ethernut5/ethernut5.c
/openbmc/u-boot/board/embest/mx6boards/mx6boards.c
/openbmc/u-boot/board/esd/meesc/meesc.c
/openbmc/u-boot/board/freescale/b4860qds/b4860qds.c
/openbmc/u-boot/board/freescale/b4860qds/eth_b4860qds.c
/openbmc/u-boot/board/freescale/bsc9131rdb/README
/openbmc/u-boot/board/freescale/bsc9132qds/README
/openbmc/u-boot/board/freescale/bsc9132qds/bsc9132qds.c
/openbmc/u-boot/board/freescale/c29xpcie/README
/openbmc/u-boot/board/freescale/c29xpcie/c29xpcie.c
/openbmc/u-boot/board/freescale/common/Makefile
/openbmc/u-boot/board/freescale/common/arm_sleep.c
/openbmc/u-boot/board/freescale/common/cmd_esbc_validate.c
/openbmc/u-boot/board/freescale/common/fsl_chain_of_trust.c
/openbmc/u-boot/board/freescale/common/fsl_validate.c
/openbmc/u-boot/board/freescale/common/mpc85xx_sleep.c
/openbmc/u-boot/board/freescale/common/qixis.c
/openbmc/u-boot/board/freescale/common/vid.c
/openbmc/u-boot/board/freescale/common/vid.h
/openbmc/u-boot/board/freescale/corenet_ds/corenet_ds.c
/openbmc/u-boot/board/freescale/ls1021aqds/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1021aqds/ls1021aqds.c
/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg
/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_rcw_sd_qspi.cfg
/openbmc/u-boot/board/freescale/ls1021atwr/ls1021atwr.c
/openbmc/u-boot/board/freescale/ls1043aqds/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1043aqds/README
/openbmc/u-boot/board/freescale/ls1043aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds.c
/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_rcw_sd_qspi.cfg
/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb.c
/openbmc/u-boot/board/freescale/ls2080a/README
/openbmc/u-boot/board/freescale/ls2080aqds/README
/openbmc/u-boot/board/freescale/ls2080aqds/eth.c
/openbmc/u-boot/board/freescale/ls2080ardb/README
/openbmc/u-boot/board/freescale/m52277evb/README
/openbmc/u-boot/board/freescale/m5253evbe/README
/openbmc/u-boot/board/freescale/m53017evb/README
/openbmc/u-boot/board/freescale/m5373evb/README
/openbmc/u-boot/board/freescale/m54455evb/README
/openbmc/u-boot/board/freescale/m547xevb/README
/openbmc/u-boot/board/freescale/mpc8313erdb/README
/openbmc/u-boot/board/freescale/mpc8315erdb/README
/openbmc/u-boot/board/freescale/mpc8323erdb/README
/openbmc/u-boot/board/freescale/mpc832xemds/README
/openbmc/u-boot/board/freescale/mpc837xemds/README
/openbmc/u-boot/board/freescale/mpc837xerdb/README
/openbmc/u-boot/board/freescale/mpc8548cds/mpc8548cds.c
/openbmc/u-boot/board/freescale/mpc8569mds/README
/openbmc/u-boot/board/freescale/mpc8572ds/README
/openbmc/u-boot/board/freescale/mpc8572ds/mpc8572ds.c
/openbmc/u-boot/board/freescale/mpc8610hpcd/README
/openbmc/u-boot/board/freescale/mpc8641hpcn/README
/openbmc/u-boot/board/freescale/mx25pdk/Makefile
/openbmc/u-boot/board/freescale/mx25pdk/mx25pdk.c
/openbmc/u-boot/board/freescale/mx28evk/README
/openbmc/u-boot/board/freescale/mx35pdk/README
/openbmc/u-boot/board/freescale/mx6qarm2/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6qarm2/mx6qarm2.c
/openbmc/u-boot/board/freescale/mx6qsabreauto/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6sabresd/mx6sabresd.c
/openbmc/u-boot/board/freescale/mx6slevk/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6slevk/mx6slevk.c
/openbmc/u-boot/board/freescale/mx6sxsabreauto/Kconfig
/openbmc/u-boot/board/freescale/mx6sxsabreauto/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6sxsabreauto/Makefile
/openbmc/u-boot/board/freescale/mx6sxsabreauto/imximage.cfg
/openbmc/u-boot/board/freescale/mx6sxsabreauto/mx6sxsabreauto.c
/openbmc/u-boot/board/freescale/mx6sxsabresd/mx6sxsabresd.c
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/README
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
/openbmc/u-boot/board/freescale/mx7dsabresd/MAINTAINERS
/openbmc/u-boot/board/freescale/mx7dsabresd/mx7dsabresd.c
/openbmc/u-boot/board/freescale/p1010rdb/README.P1010RDB-PA
/openbmc/u-boot/board/freescale/p1010rdb/README.P1010RDB-PB
/openbmc/u-boot/board/freescale/p1010rdb/p1010rdb.c
/openbmc/u-boot/board/freescale/p2041rdb/p2041rdb.c
/openbmc/u-boot/board/freescale/t102xqds/README
/openbmc/u-boot/board/freescale/t102xqds/eth_t102xqds.c
/openbmc/u-boot/board/freescale/t102xqds/t102xqds.c
/openbmc/u-boot/board/freescale/t102xrdb/README
/openbmc/u-boot/board/freescale/t102xrdb/t102xrdb.c
/openbmc/u-boot/board/freescale/t1040qds/README
/openbmc/u-boot/board/freescale/t1040qds/t1040qds.c
/openbmc/u-boot/board/freescale/t104xrdb/README
/openbmc/u-boot/board/freescale/t104xrdb/t104xrdb.c
/openbmc/u-boot/board/freescale/t208xqds/README
/openbmc/u-boot/board/freescale/t208xqds/eth_t208xqds.c
/openbmc/u-boot/board/freescale/t208xqds/t208xqds.c
/openbmc/u-boot/board/freescale/t208xrdb/README
/openbmc/u-boot/board/freescale/t208xrdb/t208xrdb.c
/openbmc/u-boot/board/freescale/t4qds/README
/openbmc/u-boot/board/freescale/t4qds/eth.c
/openbmc/u-boot/board/freescale/t4qds/t4240emu.c
/openbmc/u-boot/board/freescale/t4qds/t4240qds.c
/openbmc/u-boot/board/freescale/t4rdb/t4240rdb.c
/openbmc/u-boot/board/gateworks/gw_ventana/README
/openbmc/u-boot/board/google/chromebook_link/link.c
/openbmc/u-boot/board/ibf-dsp561/Makefile
/openbmc/u-boot/board/ibf-dsp561/ibf-dsp561.c
/openbmc/u-boot/board/imgtec/malta/malta.c
/openbmc/u-boot/board/imgtec/malta/superio.c
/openbmc/u-boot/board/imgtec/malta/superio.h
/openbmc/u-boot/board/intel/Kconfig
/openbmc/u-boot/board/intel/cougarcanyon2/Kconfig
/openbmc/u-boot/board/intel/cougarcanyon2/MAINTAINERS
/openbmc/u-boot/board/intel/cougarcanyon2/Makefile
/openbmc/u-boot/board/intel/cougarcanyon2/cougarcanyon2.c
/openbmc/u-boot/board/intel/cougarcanyon2/start.S
/openbmc/u-boot/board/intel/galileo/galileo.c
/openbmc/u-boot/board/ip04/Makefile
/openbmc/u-boot/board/ip04/ip04.c
/openbmc/u-boot/board/keymile/km83xx/README.kmeter1
/openbmc/u-boot/board/kosagi/novena/novena_spl.c
/openbmc/u-boot/board/l+g/vinco/Kconfig
/openbmc/u-boot/board/l+g/vinco/MAINTAINERS
/openbmc/u-boot/board/l+g/vinco/Makefile
/openbmc/u-boot/board/l+g/vinco/vinco.c
/openbmc/u-boot/board/lge/sniper/Makefile
/openbmc/u-boot/board/lge/sniper/sniper.c
/openbmc/u-boot/board/lge/sniper/sniper.h
/openbmc/u-boot/board/logicpd/omap3som/MAINTAINERS
/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c
/openbmc/u-boot/board/microchip/pic32mzda/Kconfig
/openbmc/u-boot/board/microchip/pic32mzda/MAINTAINERS
/openbmc/u-boot/board/microchip/pic32mzda/Makefile
/openbmc/u-boot/board/microchip/pic32mzda/README
/openbmc/u-boot/board/microchip/pic32mzda/pic32mzda.c
/openbmc/u-boot/board/mini-box/picosam9g45/led.c
/openbmc/u-boot/board/mini-box/picosam9g45/picosam9g45.c
/openbmc/u-boot/board/nvidia/jetson-tk1/jetson-tk1.c
/openbmc/u-boot/board/pr1/Makefile
/openbmc/u-boot/board/pr1/pr1.c
/openbmc/u-boot/board/raspberrypi/rpi/rpi.c
/openbmc/u-boot/board/renesas/sh7753evb/sh7753evb.c
/openbmc/u-boot/board/ronetix/pm9261/led.c
/openbmc/u-boot/board/ronetix/pm9261/pm9261.c
/openbmc/u-boot/board/ronetix/pm9263/led.c
/openbmc/u-boot/board/ronetix/pm9263/pm9263.c
/openbmc/u-boot/board/ronetix/pm9g45/pm9g45.c
/openbmc/u-boot/board/samsung/origen/tools/mkorigenspl.c
/openbmc/u-boot/board/sbc8349/README
/openbmc/u-boot/board/sbc8548/README
/openbmc/u-boot/board/sbc8641d/README
/openbmc/u-boot/board/seco/mx6quq7/mx6quq7.c
/openbmc/u-boot/board/siemens/corvus/board.c
/openbmc/u-boot/board/siemens/smartweb/smartweb.c
/openbmc/u-boot/board/siemens/taurus/taurus.c
/openbmc/u-boot/board/solidrun/mx6cuboxi/README
/openbmc/u-boot/board/st/stm32f429-discovery/stm32f429-discovery.c
/openbmc/u-boot/board/st/stm32f746-disco/Kconfig
/openbmc/u-boot/board/st/stm32f746-disco/MAINTAINERS
/openbmc/u-boot/board/st/stm32f746-disco/Makefile
/openbmc/u-boot/board/st/stm32f746-disco/stm32f746-disco.c
/openbmc/u-boot/board/sunxi/Kconfig
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/tbs/tbs2910/tbs2910.c
/openbmc/u-boot/board/tcm-bf518/Makefile
/openbmc/u-boot/board/tcm-bf518/tcm-bf518.c
/openbmc/u-boot/board/tcm-bf537/Makefile
/openbmc/u-boot/board/tcm-bf537/tcm-bf537.c
/openbmc/u-boot/board/theadorable/MAINTAINERS
/openbmc/u-boot/board/theadorable/Makefile
/openbmc/u-boot/board/theadorable/kwbimage.cfg
/openbmc/u-boot/board/theadorable/theadorable.c
/openbmc/u-boot/board/ti/dra7xx/mux_data.h
/openbmc/u-boot/board/ti/ks2_evm/README
/openbmc/u-boot/board/ti/ks2_evm/board.c
/openbmc/u-boot/board/toradex/colibri_t20/colibri_t20.c
/openbmc/u-boot/board/tqc/tqm834x/tqm834x.c
/openbmc/u-boot/board/tqc/tqma6/tqma6.c
/openbmc/u-boot/board/tqc/tqma6/tqma6_wru4.c
/openbmc/u-boot/board/wandboard/README
/openbmc/u-boot/board/wandboard/wandboard.c
/openbmc/u-boot/board/warp/README
/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c
/openbmc/u-boot/board/xilinx/microblaze-generic/xparameters.h
/openbmc/u-boot/board/xilinx/ppc405-generic/MAINTAINERS
/openbmc/u-boot/board/xilinx/ppc405-generic/Makefile
/openbmc/u-boot/board/xilinx/ppc405-generic/xilinx_ppc405_generic.c
/openbmc/u-boot/board/xilinx/ppc405-generic/xparameters.h
/openbmc/u-boot/board/xilinx/ppc440-generic/MAINTAINERS
/openbmc/u-boot/board/xilinx/ppc440-generic/Makefile
/openbmc/u-boot/board/xilinx/ppc440-generic/init.S
/openbmc/u-boot/board/xilinx/ppc440-generic/xilinx_ppc440_generic.c
/openbmc/u-boot/board/xilinx/ppc440-generic/xparameters.h
/openbmc/u-boot/board/xilinx/zynq/board.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/aes.c
/openbmc/u-boot/cmd/ambapp.c
/openbmc/u-boot/cmd/armflash.c
/openbmc/u-boot/cmd/bdinfo.c
/openbmc/u-boot/cmd/bedbug.c
/openbmc/u-boot/cmd/blob.c
/openbmc/u-boot/cmd/bmp.c
/openbmc/u-boot/cmd/boot.c
/openbmc/u-boot/cmd/bootldr.c
/openbmc/u-boot/cmd/bootm.c
/openbmc/u-boot/cmd/bootmenu.c
/openbmc/u-boot/cmd/bootstage.c
/openbmc/u-boot/cmd/cache.c
/openbmc/u-boot/cmd/cbfs.c
/openbmc/u-boot/cmd/clk.c
/openbmc/u-boot/cmd/console.c
/openbmc/u-boot/cmd/cplbinfo.c
/openbmc/u-boot/cmd/cpu.c
/openbmc/u-boot/cmd/cramfs.c
/openbmc/u-boot/cmd/dataflash_mmc_mux.c
/openbmc/u-boot/cmd/date.c
/openbmc/u-boot/cmd/dcr.c
/openbmc/u-boot/cmd/demo.c
/openbmc/u-boot/cmd/dfu.c
/openbmc/u-boot/cmd/diag.c
/openbmc/u-boot/cmd/disk.c
/openbmc/u-boot/cmd/display.c
/openbmc/u-boot/cmd/dtt.c
/openbmc/u-boot/cmd/echo.c
/openbmc/u-boot/cmd/eeprom.c
/openbmc/u-boot/cmd/efi.c
/openbmc/u-boot/cmd/elf.c
/openbmc/u-boot/cmd/ethsw.c
/openbmc/u-boot/cmd/exit.c
/openbmc/u-boot/cmd/ext2.c
/openbmc/u-boot/cmd/ext4.c
/openbmc/u-boot/cmd/fastboot.c
/openbmc/u-boot/cmd/fat.c
/openbmc/u-boot/cmd/fdc.c
/openbmc/u-boot/cmd/fdt.c
/openbmc/u-boot/cmd/fitupd.c
/openbmc/u-boot/cmd/flash.c
/openbmc/u-boot/cmd/fpga.c
/openbmc/u-boot/cmd/fpgad.c
/openbmc/u-boot/cmd/fs.c
/openbmc/u-boot/cmd/fs_uuid.c
/openbmc/u-boot/cmd/fuse.c
/openbmc/u-boot/cmd/gettime.c
/openbmc/u-boot/cmd/gpio.c
/openbmc/u-boot/cmd/gpt.c
/openbmc/u-boot/cmd/hash.c
/openbmc/u-boot/cmd/help.c
/openbmc/u-boot/cmd/host.c
/openbmc/u-boot/cmd/i2c.c
/openbmc/u-boot/cmd/ide.c
/openbmc/u-boot/cmd/immap.c
/openbmc/u-boot/cmd/ini.c
/openbmc/u-boot/cmd/io.c
/openbmc/u-boot/cmd/iotrace.c
/openbmc/u-boot/cmd/irq.c
/openbmc/u-boot/cmd/itest.c
/openbmc/u-boot/cmd/jffs2.c
/openbmc/u-boot/cmd/ldrinfo.c
/openbmc/u-boot/cmd/led.c
/openbmc/u-boot/cmd/license.c
/openbmc/u-boot/cmd/load.c
/openbmc/u-boot/cmd/log.c
/openbmc/u-boot/cmd/lzmadec.c
/openbmc/u-boot/cmd/mac.c
/openbmc/u-boot/cmd/md5sum.c
/openbmc/u-boot/cmd/mdio.c
/openbmc/u-boot/cmd/mem.c
/openbmc/u-boot/cmd/mfsl.c
/openbmc/u-boot/cmd/mii.c
/openbmc/u-boot/cmd/misc.c
/openbmc/u-boot/cmd/mmc.c
/openbmc/u-boot/cmd/mmc_spi.c
/openbmc/u-boot/cmd/mp.c
/openbmc/u-boot/cmd/mtdparts.c
/openbmc/u-boot/cmd/nand.c
/openbmc/u-boot/cmd/net.c
/openbmc/u-boot/cmd/nvedit.c
/openbmc/u-boot/cmd/onenand.c
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/part.c
/openbmc/u-boot/cmd/pci.c
/openbmc/u-boot/cmd/pcmcia.c
/openbmc/u-boot/cmd/pmic.c
/openbmc/u-boot/cmd/portio.c
/openbmc/u-boot/cmd/pxe.c
/openbmc/u-boot/cmd/read.c
/openbmc/u-boot/cmd/reginfo.c
/openbmc/u-boot/cmd/regulator.c
/openbmc/u-boot/cmd/reiser.c
/openbmc/u-boot/cmd/remoteproc.c
/openbmc/u-boot/cmd/sata.c
/openbmc/u-boot/cmd/scsi.c
/openbmc/u-boot/cmd/setexpr.c
/openbmc/u-boot/cmd/sf.c
/openbmc/u-boot/cmd/sha1sum.c
/openbmc/u-boot/cmd/softswitch.c
/openbmc/u-boot/cmd/sound.c
/openbmc/u-boot/cmd/source.c
/openbmc/u-boot/cmd/spi.c
/openbmc/u-boot/cmd/spibootldr.c
/openbmc/u-boot/cmd/spl.c
/openbmc/u-boot/cmd/strings.c
/openbmc/u-boot/cmd/terminal.c
/openbmc/u-boot/cmd/test.c
/openbmc/u-boot/cmd/thordown.c
/openbmc/u-boot/cmd/time.c
/openbmc/u-boot/cmd/tpm.c
/openbmc/u-boot/cmd/tpm_test.c
/openbmc/u-boot/cmd/trace.c
/openbmc/u-boot/cmd/tsi148.c
/openbmc/u-boot/cmd/ubi.c
/openbmc/u-boot/cmd/ubifs.c
/openbmc/u-boot/cmd/universe.c
/openbmc/u-boot/cmd/unzip.c
/openbmc/u-boot/cmd/usb.c
/openbmc/u-boot/cmd/usb_mass_storage.c
/openbmc/u-boot/cmd/version.c
/openbmc/u-boot/cmd/ximg.c
/openbmc/u-boot/cmd/yaffs2.c
/openbmc/u-boot/cmd/zfs.c
/openbmc/u-boot/cmd/zip.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/autoboot.c
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/cli_hush.c
/openbmc/u-boot/common/console.c
/openbmc/u-boot/common/dlmalloc.c
/openbmc/u-boot/common/env_flags.c
/openbmc/u-boot/common/env_mmc.c
/openbmc/u-boot/common/env_sf.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/kgdb_stubs.c
/openbmc/u-boot/common/lcd.c
/openbmc/u-boot/common/main.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/usb_kbd.c
/openbmc/u-boot/configs/Bananapro_defconfig
/openbmc/u-boot/configs/Sinovoip_BPI_M3_defconfig
/openbmc/u-boot/configs/am3517_evm_defconfig
/openbmc/u-boot/configs/am437x_sk_evm_defconfig
/openbmc/u-boot/configs/axs101_defconfig
/openbmc/u-boot/configs/chromebook_jerry_defconfig
/openbmc/u-boot/configs/chromebook_link_defconfig
/openbmc/u-boot/configs/chromebox_panther_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/colibri_t20_defconfig
/openbmc/u-boot/configs/colibri_vf_defconfig
/openbmc/u-boot/configs/cougarcanyon2_defconfig
/openbmc/u-boot/configs/efi-x86_defconfig
/openbmc/u-boot/configs/firefly-rk3288_defconfig
/openbmc/u-boot/configs/h8_homlet_v2_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/k2e_evm_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2hk_evm_defconfig
/openbmc/u-boot/configs/k2l_evm_defconfig
/openbmc/u-boot/configs/kwb_defconfig
/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_defconfig
/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_defconfig
/openbmc/u-boot/configs/ls1043aqds_lpuart_defconfig
/openbmc/u-boot/configs/ls1043aqds_nand_defconfig
/openbmc/u-boot/configs/ls1043aqds_nor_ddr3_defconfig
/openbmc/u-boot/configs/ls1043aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ma5d4evk_defconfig
/openbmc/u-boot/configs/medcom-wide_defconfig
/openbmc/u-boot/configs/microblaze-generic_defconfig
/openbmc/u-boot/configs/mx6sxsabreauto_defconfig
/openbmc/u-boot/configs/mx7dsabresd_defconfig
/openbmc/u-boot/configs/nyan-big_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/orangepi_pc_defconfig
/openbmc/u-boot/configs/orangepi_plus_defconfig
/openbmc/u-boot/configs/paz00_defconfig
/openbmc/u-boot/configs/pcm052_defconfig
/openbmc/u-boot/configs/pic32mzdask_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/seaboard_defconfig
/openbmc/u-boot/configs/smartweb_defconfig
/openbmc/u-boot/configs/sniper_defconfig
/openbmc/u-boot/configs/stm32f746-disco_defconfig
/openbmc/u-boot/configs/tb100_defconfig
/openbmc/u-boot/configs/tec_defconfig
/openbmc/u-boot/configs/theadorable_debug_defconfig
/openbmc/u-boot/configs/theadorable_defconfig
/openbmc/u-boot/configs/tseries_mmc_defconfig
/openbmc/u-boot/configs/tseries_nand_defconfig
/openbmc/u-boot/configs/tseries_spi_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_pro4_defconfig
/openbmc/u-boot/configs/uniphier_pxs2_ld6b_defconfig
/openbmc/u-boot/configs/uniphier_sld3_defconfig
/openbmc/u-boot/configs/ventana_defconfig
/openbmc/u-boot/configs/vf610twr_defconfig
/openbmc/u-boot/configs/vf610twr_nand_defconfig
/openbmc/u-boot/configs/vinco_defconfig
/openbmc/u-boot/configs/xilinx-ppc405-generic_defconfig
/openbmc/u-boot/configs/xilinx-ppc440-generic_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_ep_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/configs/zynq_zc706_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/doc/README.440-DDR-performance
/openbmc/u-boot/doc/README.arm64
/openbmc/u-boot/doc/README.b4860qds
/openbmc/u-boot/doc/README.clang
/openbmc/u-boot/doc/README.distro
/openbmc/u-boot/doc/README.fec_mxc
/openbmc/u-boot/doc/README.fsl-ddr
/openbmc/u-boot/doc/README.imx6
/openbmc/u-boot/doc/README.m68k
/openbmc/u-boot/doc/README.malta
/openbmc/u-boot/doc/README.menu
/openbmc/u-boot/doc/README.mpc83xxads
/openbmc/u-boot/doc/README.mpc85xx-spin-table
/openbmc/u-boot/doc/README.mpc85xxads
/openbmc/u-boot/doc/README.mpc85xxcds
/openbmc/u-boot/doc/README.mxs
/openbmc/u-boot/doc/README.odroid
/openbmc/u-boot/doc/README.pxe
/openbmc/u-boot/doc/README.qemu-mips
/openbmc/u-boot/doc/README.rockchip
/openbmc/u-boot/doc/README.sata
/openbmc/u-boot/doc/README.t1040-l2switch
/openbmc/u-boot/doc/README.uniphier
/openbmc/u-boot/doc/README.video
/openbmc/u-boot/doc/README.x86
/openbmc/u-boot/doc/SPI/README.ti_qspi_flash
/openbmc/u-boot/doc/device-tree-bindings/clock/microchip,pic32-clock.txt
/openbmc/u-boot/doc/device-tree-bindings/misc/intel,baytrail-fsp.txt
/openbmc/u-boot/doc/device-tree-bindings/net/fsl-tsec-phy.txt
/openbmc/u-boot/doc/device-tree-bindings/net/micrel-ksz90x1.txt
/openbmc/u-boot/doc/device-tree-bindings/serial/8250.txt
/openbmc/u-boot/doc/device-tree-bindings/serial/microchip,pic32-uart.txt
/openbmc/u-boot/doc/device-tree-bindings/serial/omap_serial.txt
/openbmc/u-boot/doc/device-tree-bindings/serial/snps-dw-apb-uart.txt
/openbmc/u-boot/doc/device-tree-bindings/serial/xilinx_uartlite.txt
/openbmc/u-boot/doc/driver-model/serial-howto.txt
/openbmc/u-boot/doc/uImage.FIT/kernel.its
/openbmc/u-boot/doc/uImage.FIT/kernel_fdt.its
/openbmc/u-boot/doc/uImage.FIT/multi.its
/openbmc/u-boot/doc/uImage.FIT/source_file_format.txt
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/bios_emulator/atibios.c
/openbmc/u-boot/drivers/bios_emulator/bios.c
/openbmc/u-boot/drivers/block/Kconfig
/openbmc/u-boot/drivers/block/Makefile
/openbmc/u-boot/drivers/block/disk-uclass.c
/openbmc/u-boot/drivers/block/mvsata_ide.c
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/clk_pic32.c
/openbmc/u-boot/drivers/clk/uniphier/Kconfig
/openbmc/u-boot/drivers/clk/uniphier/Makefile
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-core.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-mio.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier.h
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/lists.c
/openbmc/u-boot/drivers/core/syscon-uclass.c
/openbmc/u-boot/drivers/crypto/fsl/jobdesc.c
/openbmc/u-boot/drivers/crypto/fsl/jr.c
/openbmc/u-boot/drivers/crypto/fsl/jr.h
/openbmc/u-boot/drivers/ddr/fsl/fsl_ddr_gen4.c
/openbmc/u-boot/drivers/ddr/fsl/main.c
/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_hw_training.c
/openbmc/u-boot/drivers/ddr/microchip/Makefile
/openbmc/u-boot/drivers/ddr/microchip/ddr2.c
/openbmc/u-boot/drivers/ddr/microchip/ddr2_regs.h
/openbmc/u-boot/drivers/ddr/microchip/ddr2_timing.h
/openbmc/u-boot/drivers/dma/Kconfig
/openbmc/u-boot/drivers/dma/Makefile
/openbmc/u-boot/drivers/dma/apbh_dma.c
/openbmc/u-boot/drivers/dma/dma-uclass.c
/openbmc/u-boot/drivers/dma/ti-edma3.c
/openbmc/u-boot/drivers/fpga/socfpga.c
/openbmc/u-boot/drivers/fpga/xilinx.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/db8500_gpio.c
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/gpio/gpio-uniphier.c
/openbmc/u-boot/drivers/gpio/intel_ich6_gpio.c
/openbmc/u-boot/drivers/gpio/pic32_gpio.c
/openbmc/u-boot/drivers/gpio/stm32_gpio.c
/openbmc/u-boot/drivers/gpio/tegra_gpio.c
/openbmc/u-boot/drivers/gpio/vybrid_gpio.c
/openbmc/u-boot/drivers/hwmon/adt7460.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/intel_i2c.c
/openbmc/u-boot/drivers/i2c/mvtwsi.c
/openbmc/u-boot/drivers/input/tegra-kbc.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/smsc_sio1007.c
/openbmc/u-boot/drivers/misc/winbond_w83627.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/gen_atmel_mci.c
/openbmc/u-boot/drivers/mmc/pic32_sdhci.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/sh_sdhi.c
/openbmc/u-boot/drivers/mmc/tegra_mmc.c
/openbmc/u-boot/drivers/mmc/uniphier-sd.c
/openbmc/u-boot/drivers/mmc/zynq_sdhci.c
/openbmc/u-boot/drivers/mtd/nand/Kconfig
/openbmc/u-boot/drivers/mtd/nand/Makefile
/openbmc/u-boot/drivers/mtd/nand/arasan_nfc.c
/openbmc/u-boot/drivers/mtd/nand/atmel_nand.c
/openbmc/u-boot/drivers/mtd/nand/atmel_nand_ecc.h
/openbmc/u-boot/drivers/mtd/nand/fsl_ifc_spl.c
/openbmc/u-boot/drivers/mtd/nand/lpc32xx_nand_slc.c
/openbmc/u-boot/drivers/mtd/nand/mxc_nand_spl.c
/openbmc/u-boot/drivers/mtd/nand/mxs_nand.c
/openbmc/u-boot/drivers/mtd/nand/pxa3xx_nand.c
/openbmc/u-boot/drivers/mtd/spi/sandbox.c
/openbmc/u-boot/drivers/mtd/spi/sf_probe.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/mtd/ubi/build.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/at91_emac.c
/openbmc/u-boot/drivers/net/davinci_emac.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/designware.h
/openbmc/u-boot/drivers/net/e1000.c
/openbmc/u-boot/drivers/net/e1000.h
/openbmc/u-boot/drivers/net/eepro100.c
/openbmc/u-boot/drivers/net/fm/Makefile
/openbmc/u-boot/drivers/net/fm/fdt.c
/openbmc/u-boot/drivers/net/fm/fm.c
/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_portal.c
/openbmc/u-boot/drivers/net/fsl-mc/dpni.c
/openbmc/u-boot/drivers/net/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/fsl_mdio.c
/openbmc/u-boot/drivers/net/keystone_net.c
/openbmc/u-boot/drivers/net/lan91c96.c
/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.c
/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.h
/openbmc/u-boot/drivers/net/macb.c
/openbmc/u-boot/drivers/net/ne2000_base.c
/openbmc/u-boot/drivers/net/pch_gbe.c
/openbmc/u-boot/drivers/net/pch_gbe.h
/openbmc/u-boot/drivers/net/phy/atheros.c
/openbmc/u-boot/drivers/net/phy/cortina.c
/openbmc/u-boot/drivers/net/phy/marvell.c
/openbmc/u-boot/drivers/net/phy/micrel.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/net/phy/smsc.c
/openbmc/u-boot/drivers/net/phy/ti.c
/openbmc/u-boot/drivers/net/pic32_eth.c
/openbmc/u-boot/drivers/net/pic32_eth.h
/openbmc/u-boot/drivers/net/pic32_mdio.c
/openbmc/u-boot/drivers/net/tsec.c
/openbmc/u-boot/drivers/net/vsc9953.c
/openbmc/u-boot/drivers/net/xilinx_axi_emac.c
/openbmc/u-boot/drivers/net/xilinx_emaclite.c
/openbmc/u-boot/drivers/net/xilinx_ll_temac.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/pch/Makefile
/openbmc/u-boot/drivers/pch/pch-uclass.c
/openbmc/u-boot/drivers/pch/pch7.c
/openbmc/u-boot/drivers/pch/pch9.c
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/pci/pci_auto.c
/openbmc/u-boot/drivers/pci/pci_compat.c
/openbmc/u-boot/drivers/pci/pci_internal.h
/openbmc/u-boot/drivers/pci/pci_rom.c
/openbmc/u-boot/drivers/pci/pci_tegra.c
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/Makefile
/openbmc/u-boot/drivers/pinctrl/nxp/Kconfig
/openbmc/u-boot/drivers/pinctrl/nxp/Makefile
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx.c
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx.h
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx6.c
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx7.c
/openbmc/u-boot/drivers/pinctrl/pinctrl_pic32.c
/openbmc/u-boot/drivers/pinctrl/uniphier/Kconfig
/openbmc/u-boot/drivers/pinctrl/uniphier/Makefile
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier.h
/openbmc/u-boot/drivers/power/Kconfig
/openbmc/u-boot/drivers/power/Makefile
/openbmc/u-boot/drivers/power/axp152.c
/openbmc/u-boot/drivers/power/axp209.c
/openbmc/u-boot/drivers/power/axp221.c
/openbmc/u-boot/drivers/power/axp818.c
/openbmc/u-boot/drivers/power/pmic/pmic_tps65218.c
/openbmc/u-boot/drivers/power/sy8106a.c
/openbmc/u-boot/drivers/pwm/Kconfig
/openbmc/u-boot/drivers/pwm/Makefile
/openbmc/u-boot/drivers/pwm/tegra_pwm.c
/openbmc/u-boot/drivers/qe/fdt.c
/openbmc/u-boot/drivers/qe/qe.c
/openbmc/u-boot/drivers/qe/uccf.c
/openbmc/u-boot/drivers/qe/uccf.h
/openbmc/u-boot/drivers/qe/uec.c
/openbmc/u-boot/drivers/qe/uec.h
/openbmc/u-boot/drivers/qe/uec_phy.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/arm_dcc.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/sandbox.c
/openbmc/u-boot/drivers/serial/serial_bfin.c
/openbmc/u-boot/drivers/serial/serial_lpuart.c
/openbmc/u-boot/drivers/serial/serial_ns16550.c
/openbmc/u-boot/drivers/serial/serial_pic32.c
/openbmc/u-boot/drivers/serial/serial_s3c24x0.c
/openbmc/u-boot/drivers/serial/serial_stm32.c
/openbmc/u-boot/drivers/serial/serial_stm32x7.c
/openbmc/u-boot/drivers/serial/serial_stm32x7.h
/openbmc/u-boot/drivers/serial/serial_xuartlite.c
/openbmc/u-boot/drivers/serial/serial_zynq.c
/openbmc/u-boot/drivers/soc/Makefile
/openbmc/u-boot/drivers/spi/fsl_qspi.c
/openbmc/u-boot/drivers/spi/ich.c
/openbmc/u-boot/drivers/spi/ich.h
/openbmc/u-boot/drivers/spi/omap3_spi.c
/openbmc/u-boot/drivers/spi/spi-uclass.c
/openbmc/u-boot/drivers/spi/ti_qspi.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/sandbox_timer.c
/openbmc/u-boot/drivers/timer/timer-uclass.c
/openbmc/u-boot/drivers/tpm/Kconfig
/openbmc/u-boot/drivers/tpm/Makefile
/openbmc/u-boot/drivers/tpm/tpm_tis.h
/openbmc/u-boot/drivers/tpm/tpm_tis_infineon.c
/openbmc/u-boot/drivers/tpm/tpm_tis_st33zp24_i2c.c
/openbmc/u-boot/drivers/tpm/tpm_tis_st33zp24_spi.c
/openbmc/u-boot/drivers/usb/dwc3/gadget.c
/openbmc/u-boot/drivers/usb/dwc3/linux-compat.h
/openbmc/u-boot/drivers/usb/eth/Makefile
/openbmc/u-boot/drivers/usb/eth/r8152.c
/openbmc/u-boot/drivers/usb/eth/r8152.h
/openbmc/u-boot/drivers/usb/eth/r8152_fw.c
/openbmc/u-boot/drivers/usb/eth/usb_ether.c
/openbmc/u-boot/drivers/usb/gadget/composite.c
/openbmc/u-boot/drivers/usb/gadget/config.c
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg.c
/openbmc/u-boot/drivers/usb/gadget/epautoconf.c
/openbmc/u-boot/drivers/usb/gadget/ether.c
/openbmc/u-boot/drivers/usb/gadget/f_dfu.c
/openbmc/u-boot/drivers/usb/gadget/f_fastboot.c
/openbmc/u-boot/drivers/usb/gadget/gadget_chips.h
/openbmc/u-boot/drivers/usb/gadget/usbstring.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/dwc2.c
/openbmc/u-boot/drivers/usb/host/dwc2.h
/openbmc/u-boot/drivers/usb/host/ehci-atmel.c
/openbmc/u-boot/drivers/usb/host/ehci-generic.c
/openbmc/u-boot/drivers/usb/host/ehci-hcd.c
/openbmc/u-boot/drivers/usb/host/ehci-mx6.c
/openbmc/u-boot/drivers/usb/host/ehci-pci.c
/openbmc/u-boot/drivers/usb/host/ehci-sunxi.c
/openbmc/u-boot/drivers/usb/host/ehci.h
/openbmc/u-boot/drivers/usb/host/ohci-at91.c
/openbmc/u-boot/drivers/usb/host/ohci-lpc32xx.c
/openbmc/u-boot/drivers/usb/host/ohci-sunxi.c
/openbmc/u-boot/drivers/video/Kconfig
/openbmc/u-boot/drivers/video/Makefile
/openbmc/u-boot/drivers/video/bcm2835.c
/openbmc/u-boot/drivers/video/cfb_console.c
/openbmc/u-boot/drivers/video/console_normal.c
/openbmc/u-boot/drivers/video/console_rotate.c
/openbmc/u-boot/drivers/video/console_truetype.c
/openbmc/u-boot/drivers/video/fonts/Kconfig
/openbmc/u-boot/drivers/video/fonts/Makefile
/openbmc/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf
/openbmc/u-boot/drivers/video/fonts/cantoraone_regular.ttf
/openbmc/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf
/openbmc/u-boot/drivers/video/fonts/rufscript010.ttf
/openbmc/u-boot/drivers/video/mvebu_lcd.c
/openbmc/u-boot/drivers/video/s3c-fb.c
/openbmc/u-boot/drivers/video/sandbox_sdl.c
/openbmc/u-boot/drivers/video/simple_panel.c
/openbmc/u-boot/drivers/video/stb_truetype.h
/openbmc/u-boot/drivers/video/tegra.c
/openbmc/u-boot/drivers/video/tegra124/Makefile
/openbmc/u-boot/drivers/video/tegra124/display.c
/openbmc/u-boot/drivers/video/tegra124/dp.c
/openbmc/u-boot/drivers/video/tegra124/sor.c
/openbmc/u-boot/drivers/video/tegra124/sor.h
/openbmc/u-boot/drivers/video/vidconsole-uclass.c
/openbmc/u-boot/drivers/video/video-uclass.c
/openbmc/u-boot/drivers/video/video_bmp.c
/openbmc/u-boot/dts/Kconfig
/openbmc/u-boot/examples/api/Makefile
/openbmc/u-boot/examples/api/crt0.S
/openbmc/u-boot/examples/standalone/README.smc91111_eeprom
/openbmc/u-boot/examples/standalone/smc91111_eeprom.c
/openbmc/u-boot/examples/standalone/smc911x_eeprom.c
/openbmc/u-boot/fs/ubifs/replay.c
/openbmc/u-boot/fs/ubifs/super.c
/openbmc/u-boot/include/asm-generic/errno.h
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/axp221.h
/openbmc/u-boot/include/axp818.h
/openbmc/u-boot/include/axp_pmic.h
/openbmc/u-boot/include/bios_emul.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/config_cmd_all.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/config_distro_defaults.h
/openbmc/u-boot/include/config_fsl_chain_trust.h
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/BSC9132QDS.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/T102xQDS.h
/openbmc/u-boot/include/configs/T102xRDB.h
/openbmc/u-boot/include/configs/T1040QDS.h
/openbmc/u-boot/include/configs/T104xRDB.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/T208xRDB.h
/openbmc/u-boot/include/configs/T4240QDS.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/TQM5200.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/adp-ag101p.h
/openbmc/u-boot/include/configs/am3517_crane.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/am43xx_evm.h
/openbmc/u-boot/include/configs/amcc-common.h
/openbmc/u-boot/include/configs/apalis_t30.h
/openbmc/u-boot/include/configs/at91-sama5_common.h
/openbmc/u-boot/include/configs/bcm28155_ap.h
/openbmc/u-boot/include/configs/bcm_ep_board.h
/openbmc/u-boot/include/configs/bct-brettl2.h
/openbmc/u-boot/include/configs/beaver.h
/openbmc/u-boot/include/configs/bf506f-ezkit.h
/openbmc/u-boot/include/configs/bf518f-ezbrd.h
/openbmc/u-boot/include/configs/bf525-ucr2.h
/openbmc/u-boot/include/configs/bf526-ezbrd.h
/openbmc/u-boot/include/configs/bf527-ad7160-eval.h
/openbmc/u-boot/include/configs/bf527-ezkit.h
/openbmc/u-boot/include/configs/bf527-sdp.h
/openbmc/u-boot/include/configs/bf533-ezkit.h
/openbmc/u-boot/include/configs/bf533-stamp.h
/openbmc/u-boot/include/configs/bf537-minotaur.h
/openbmc/u-boot/include/configs/bf537-pnav.h
/openbmc/u-boot/include/configs/bf537-srv1.h
/openbmc/u-boot/include/configs/bf537-stamp.h
/openbmc/u-boot/include/configs/bf538f-ezkit.h
/openbmc/u-boot/include/configs/bf548-ezkit.h
/openbmc/u-boot/include/configs/bf561-acvilon.h
/openbmc/u-boot/include/configs/bf561-ezkit.h
/openbmc/u-boot/include/configs/bf609-ezkit.h
/openbmc/u-boot/include/configs/blackstamp.h
/openbmc/u-boot/include/configs/blackvme.h
/openbmc/u-boot/include/configs/br4.h
/openbmc/u-boot/include/configs/bur_am335x_common.h
/openbmc/u-boot/include/configs/bur_cfg_common.h
/openbmc/u-boot/include/configs/chromebook_jerry.h
/openbmc/u-boot/include/configs/chromebox_panther.h
/openbmc/u-boot/include/configs/cm-bf527.h
/openbmc/u-boot/include/configs/cm-bf533.h
/openbmc/u-boot/include/configs/cm-bf537e.h
/openbmc/u-boot/include/configs/cm-bf537u.h
/openbmc/u-boot/include/configs/cm-bf548.h
/openbmc/u-boot/include/configs/cm-bf561.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/cm_t3517.h
/openbmc/u-boot/include/configs/cm_t43.h
/openbmc/u-boot/include/configs/cobra5272.h
/openbmc/u-boot/include/configs/colibri_t20.h
/openbmc/u-boot/include/configs/colibri_t30.h
/openbmc/u-boot/include/configs/colibri_vf.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/cougarcanyon2.h
/openbmc/u-boot/include/configs/crownbay.h
/openbmc/u-boot/include/configs/dalmore.h
/openbmc/u-boot/include/configs/dnp5370.h
/openbmc/u-boot/include/configs/dra7xx_evm.h
/openbmc/u-boot/include/configs/e2220-1170.h
/openbmc/u-boot/include/configs/edb93xx.h
/openbmc/u-boot/include/configs/efi-x86.h
/openbmc/u-boot/include/configs/espt.h
/openbmc/u-boot/include/configs/exynos5-common.h
/openbmc/u-boot/include/configs/firefly-rk3288.h
/openbmc/u-boot/include/configs/harmony.h
/openbmc/u-boot/include/configs/ibf-dsp561.h
/openbmc/u-boot/include/configs/imx6_spl.h
/openbmc/u-boot/include/configs/ip04.h
/openbmc/u-boot/include/configs/jetson-tk1.h
/openbmc/u-boot/include/configs/kwb.h
/openbmc/u-boot/include/configs/kzm9g.h
/openbmc/u-boot/include/configs/ls1021aqds.h
/openbmc/u-boot/include/configs/ls1021atwr.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1043aqds.h
/openbmc/u-boot/include/configs/ls1043ardb.h
/openbmc/u-boot/include/configs/ls2080a_common.h
/openbmc/u-boot/include/configs/ls2080a_emu.h
/openbmc/u-boot/include/configs/ls2080a_simu.h
/openbmc/u-boot/include/configs/ls2080aqds.h
/openbmc/u-boot/include/configs/ls2080ardb.h
/openbmc/u-boot/include/configs/ma5d4evk.h
/openbmc/u-boot/include/configs/medcom-wide.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx53ard.h
/openbmc/u-boot/include/configs/mx6_common.h
/openbmc/u-boot/include/configs/mx6slevk.h
/openbmc/u-boot/include/configs/mx6sxsabreauto.h
/openbmc/u-boot/include/configs/mx6sxsabresd.h
/openbmc/u-boot/include/configs/mx6ul_14x14_evk.h
/openbmc/u-boot/include/configs/mx7_common.h
/openbmc/u-boot/include/configs/mx7dsabresd.h
/openbmc/u-boot/include/configs/mxs.h
/openbmc/u-boot/include/configs/nokia_rx51.h
/openbmc/u-boot/include/configs/novena.h
/openbmc/u-boot/include/configs/nyan-big.h
/openbmc/u-boot/include/configs/odroid_xu3.h
/openbmc/u-boot/include/configs/omap3_evm.h
/openbmc/u-boot/include/configs/omap3_evm_common.h
/openbmc/u-boot/include/configs/omap3_evm_quick_mmc.h
/openbmc/u-boot/include/configs/omap3_evm_quick_nand.h
/openbmc/u-boot/include/configs/omap3_igep00x0.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/origen.h
/openbmc/u-boot/include/configs/p2371-0000.h
/openbmc/u-boot/include/configs/p2371-2180.h
/openbmc/u-boot/include/configs/p2571.h
/openbmc/u-boot/include/configs/paz00.h
/openbmc/u-boot/include/configs/pcm052.h
/openbmc/u-boot/include/configs/pic32mzdask.h
/openbmc/u-boot/include/configs/pr1.h
/openbmc/u-boot/include/configs/qemu-x86.h
/openbmc/u-boot/include/configs/rcar-gen2-common.h
/openbmc/u-boot/include/configs/rk3036_common.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/rock2.h
/openbmc/u-boot/include/configs/rpi-common.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/sama5d2_xplained.h
/openbmc/u-boot/include/configs/seaboard.h
/openbmc/u-boot/include/configs/sh7763rdp.h
/openbmc/u-boot/include/configs/smartweb.h
/openbmc/u-boot/include/configs/smdkc100.h
/openbmc/u-boot/include/configs/smdkv310.h
/openbmc/u-boot/include/configs/sniper.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_mcvevk.h
/openbmc/u-boot/include/configs/spear-common.h
/openbmc/u-boot/include/configs/stm32f746-disco.h
/openbmc/u-boot/include/configs/stv0991.h
/openbmc/u-boot/include/configs/sun8i.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/tao3530.h
/openbmc/u-boot/include/configs/tbs2910.h
/openbmc/u-boot/include/configs/tcm-bf518.h
/openbmc/u-boot/include/configs/tcm-bf537.h
/openbmc/u-boot/include/configs/tec.h
/openbmc/u-boot/include/configs/tegra-common-post.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/ti814x_evm.h
/openbmc/u-boot/include/configs/ti816x_evm.h
/openbmc/u-boot/include/configs/ti_omap3_common.h
/openbmc/u-boot/include/configs/tricorder.h
/openbmc/u-boot/include/configs/trimslice.h
/openbmc/u-boot/include/configs/ts4800.h
/openbmc/u-boot/include/configs/tseries.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/venice2.h
/openbmc/u-boot/include/configs/ventana.h
/openbmc/u-boot/include/configs/vexpress_aemv8a.h
/openbmc/u-boot/include/configs/vexpress_ca15_tc2.h
/openbmc/u-boot/include/configs/vexpress_ca5x2.h
/openbmc/u-boot/include/configs/vexpress_ca9x4.h
/openbmc/u-boot/include/configs/vexpress_common.h
/openbmc/u-boot/include/configs/vf610twr.h
/openbmc/u-boot/include/configs/vinco.h
/openbmc/u-boot/include/configs/wandboard.h
/openbmc/u-boot/include/configs/x86-common.h
/openbmc/u-boot/include/configs/xilinx-ppc.h
/openbmc/u-boot/include/configs/xilinx-ppc405-generic.h
/openbmc/u-boot/include/configs/xilinx-ppc440-generic.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_ep.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/configs/zynq_microzed.h
/openbmc/u-boot/include/configs/zynq_picozed.h
/openbmc/u-boot/include/configs/zynq_zc70x.h
/openbmc/u-boot/include/configs/zynq_zc770.h
/openbmc/u-boot/include/configs/zynq_zed.h
/openbmc/u-boot/include/configs/zynq_zybo.h
/openbmc/u-boot/include/dfu.h
/openbmc/u-boot/include/dm/device-internal.h
/openbmc/u-boot/include/dm/platform_data/serial_stm32x7.h
/openbmc/u-boot/include/dm/test.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dma.h
/openbmc/u-boot/include/dt-bindings/clock/microchip,clock.h
/openbmc/u-boot/include/dt-bindings/clock/tegra124-car-common.h
/openbmc/u-boot/include/dt-bindings/clock/tegra124-car.h
/openbmc/u-boot/include/dt-bindings/memory/tegra124-mc.h
/openbmc/u-boot/include/dt-bindings/reset/tegra124-car.h
/openbmc/u-boot/include/dt-bindings/thermal/tegra124-soctherm.h
/openbmc/u-boot/include/env_flags.h
/openbmc/u-boot/include/ethsw.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/fpga.h
/openbmc/u-boot/include/fsl-mc/fsl_dpbp.h
/openbmc/u-boot/include/fsl-mc/fsl_dpio.h
/openbmc/u-boot/include/fsl-mc/fsl_dpmac.h
/openbmc/u-boot/include/fsl-mc/fsl_dpmng.h
/openbmc/u-boot/include/fsl-mc/fsl_dpni.h
/openbmc/u-boot/include/fsl-mc/fsl_dprc.h
/openbmc/u-boot/include/fsl-mc/fsl_mc_cmd.h
/openbmc/u-boot/include/fsl_ddr_sdram.h
/openbmc/u-boot/include/fsl_fman.h
/openbmc/u-boot/include/fsl_mdio.h
/openbmc/u-boot/include/fsl_qe.h
/openbmc/u-boot/include/fsl_sec.h
/openbmc/u-boot/include/fsl_validate.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/lcd.h
/openbmc/u-boot/include/linux/bug.h
/openbmc/u-boot/include/linux/compiler-gcc.h
/openbmc/u-boot/include/linux/compiler-intel.h
/openbmc/u-boot/include/linux/compiler.h
/openbmc/u-boot/include/linux/linkage.h
/openbmc/u-boot/include/linux/usb/cdc.h
/openbmc/u-boot/include/linux/usb/gadget.h
/openbmc/u-boot/include/malloc.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/netdev.h
/openbmc/u-boot/include/part.h
/openbmc/u-boot/include/pch.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/power/tps65218.h
/openbmc/u-boot/include/smsc_sio1007.h
/openbmc/u-boot/include/sy8106a.h
/openbmc/u-boot/include/syscon.h
/openbmc/u-boot/include/timer.h
/openbmc/u-boot/include/tsec.h
/openbmc/u-boot/include/usb_ether.h
/openbmc/u-boot/include/video.h
/openbmc/u-boot/include/video_console.h
/openbmc/u-boot/include/vsc9953.h
/openbmc/u-boot/include/wait_bit.h
/openbmc/u-boot/include/winbond_w83627.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/bzip2/bzlib_compress.c
/openbmc/u-boot/lib/div64.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/gunzip.c
/openbmc/u-boot/lib/time.c
/openbmc/u-boot/lib/tpm.c
/openbmc/u-boot/lib/zlib/inffast.c
/openbmc/u-boot/lib/zlib/inftrees.c
/openbmc/u-boot/lib/zlib/zutil.h
/openbmc/u-boot/net/Makefile
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/net/eth-uclass.c
/openbmc/u-boot/net/eth_common.c
/openbmc/u-boot/net/eth_internal.h
/openbmc/u-boot/net/eth_legacy.c
/openbmc/u-boot/scripts/Kbuild.include
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/basic/fixdep.c
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/syscon.c
/openbmc/u-boot/test/dm/test-main.c
/openbmc/u-boot/test/dm/video.c
/openbmc/u-boot/test/image/test-fit.py
/openbmc/u-boot/test/py/README.md
/openbmc/u-boot/test/py/conftest.py
/openbmc/u-boot/test/py/multiplexed_log.css
/openbmc/u-boot/test/py/multiplexed_log.py
/openbmc/u-boot/test/py/test.py
/openbmc/u-boot/test/py/tests/test_000_version.py
/openbmc/u-boot/test/py/tests/test_dfu.py
/openbmc/u-boot/test/py/tests/test_env.py
/openbmc/u-boot/test/py/tests/test_help.py
/openbmc/u-boot/test/py/tests/test_hush_if_test.py
/openbmc/u-boot/test/py/tests/test_md.py
/openbmc/u-boot/test/py/tests/test_net.py
/openbmc/u-boot/test/py/tests/test_sandbox_exit.py
/openbmc/u-boot/test/py/tests/test_shell_basics.py
/openbmc/u-boot/test/py/tests/test_sleep.py
/openbmc/u-boot/test/py/tests/test_ums.py
/openbmc/u-boot/test/py/tests/test_unknown_cmd.py
/openbmc/u-boot/test/py/tests/test_ut.py
/openbmc/u-boot/test/py/u_boot_console_base.py
/openbmc/u-boot/test/py/u_boot_console_exec_attach.py
/openbmc/u-boot/test/py/u_boot_console_sandbox.py
/openbmc/u-boot/test/py/u_boot_spawn.py
/openbmc/u-boot/test/py/u_boot_utils.py
/openbmc/u-boot/test/trace/test-trace.sh
/openbmc/u-boot/test/vboot/sandbox-u-boot.dts
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/buildman/README
/openbmc/u-boot/tools/env/fw_env.c
/openbmc/u-boot/tools/env/fw_env.h
/openbmc/u-boot/tools/env/fw_env_main.c
/openbmc/u-boot/tools/mkimage.c
/openbmc/u-boot/tools/moveconfig.py
/openbmc/u-boot/tools/mxsboot.c
/openbmc/u-boot/tools/palmtreo680/flash_u-boot.c
/openbmc/u-boot/tools/patman/README
/openbmc/u-boot/tools/patman/series.py
/openbmc/u-boot/tools/tbot/README
/openbmc/u-boot/tools/tbot/README-ToDo
/openbmc/u-boot/tools/tbot/README.create_a_new_testcase
/openbmc/u-boot/tools/tbot/README.install
7c1058fa21-Jan-2016 Simon Glass <sjg@chromium.org>

rockchip: Add support for Raxda Rock 2

This board includes an RK3288 SoC on a SOM. It can be mounted on a
base-board which provides a wide range of peripherals.

So far this is verified to boot to a

rockchip: Add support for Raxda Rock 2

This board includes an RK3288 SoC on a SOM. It can be mounted on a
base-board which provides a wide range of peripherals.

So far this is verified to boot to a prompt from a microSD card. The serial
console works as well as HDMI.

Thanks to Tom Cubie for sending me a board.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

12345678910>>...12