History log of /openbmc/u-boot/include/dm/ (Results 1 – 25 of 329)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
667ff89b07-Feb-2022 Jean-Jacques Hiblot <jjhiblot@ti.com>

dm: Add a No-op uclass

This uclass is intended for devices that do not need any features from the
uclass, including binding children.
This will typically be used by devices that are used to bind chi

dm: Add a No-op uclass

This uclass is intended for devices that do not need any features from the
uclass, including binding children.
This will typically be used by devices that are used to bind child devices
but do not use dm_scan_fdt_dev() to do it. That is for example the case of
several USB wrappers that have 2 child devices (1 for device and 1 for
host) but bind only one at a any given time.

(cherry-picked from 07e33711fec4f1106f36805b5dc830da07c783c5)

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20220207231334.59845-2-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arc/Kconfig
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/start.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2400-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2400-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/ast2400.dtsi
/openbmc/u-boot/arch/arm/dts/ast2500-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2500-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/ast2500.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600-fpga.dts
/openbmc/u-boot/arch/arm/dts/ast2600-intel.dts
/openbmc/u-boot/arch/arm/dts/ast2600-ncsi.dts
/openbmc/u-boot/arch/arm/dts/ast2600-pfr.dts
/openbmc/u-boot/arch/arm/dts/ast2600-rainier.dts
/openbmc/u-boot/arch/arm/dts/ast2600-slt.dts
/openbmc/u-boot/arch/arm/dts/ast2600-tacoma.dts
/openbmc/u-boot/arch/arm/dts/ast2600-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600a0-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600a1-evb.dts
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/ahbc_aspeed.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/aspeed_scu_info.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/aspeed_verify.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/boot0.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/crypto.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2400.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2500.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2600.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2500.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2600.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/spl.h
/openbmc/u-boot/arch/arm/include/asm/spl.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/crt0.S
/openbmc/u-boot/arch/arm/lib/relocate.S
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/utils.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/spl.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/utils.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/aspeed_verify.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/cache.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/crypto.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl_boot.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/utils.S
/openbmc/u-boot/arch/arm/mach-aspeed/cpuinfo.c
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/aspeed/ast2600_intel/Kconfig
/openbmc/u-boot/board/aspeed/ast2600_intel/Makefile
/openbmc/u-boot/board/aspeed/ast2600_intel/intel.c
/openbmc/u-boot/board/aspeed/evb_ast2400/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2400/Makefile
/openbmc/u-boot/board/aspeed/evb_ast2400/evb_ast2400.c
/openbmc/u-boot/board/aspeed/evb_ast2500/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2600/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.c
/openbmc/u-boot/board/aspeed/fpga_ast2600/Kconfig
/openbmc/u-boot/board/aspeed/fpga_ast2600/Makefile
/openbmc/u-boot/board/aspeed/fpga_ast2600/fpga_ast2600.c
/openbmc/u-boot/board/aspeed/slt_ast2600/Kconfig
/openbmc/u-boot/board/aspeed/slt_ast2600/Makefile
/openbmc/u-boot/board/aspeed/slt_ast2600/slt_ast2600.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/aspeed/Kconfig
/openbmc/u-boot/cmd/aspeed/Makefile
/openbmc/u-boot/cmd/aspeed/dramtest.c
/openbmc/u-boot/cmd/aspeed/nettest/Makefile
/openbmc/u-boot/cmd/aspeed/nettest/cmd_nettest.c
/openbmc/u-boot/cmd/aspeed/nettest/comminf.h
/openbmc/u-boot/cmd/aspeed/nettest/mac.c
/openbmc/u-boot/cmd/aspeed/nettest/mac.h
/openbmc/u-boot/cmd/aspeed/nettest/mac_api.h
/openbmc/u-boot/cmd/aspeed/nettest/mactest.c
/openbmc/u-boot/cmd/aspeed/nettest/mem_io.c
/openbmc/u-boot/cmd/aspeed/nettest/mem_io.h
/openbmc/u-boot/cmd/aspeed/nettest/ncsi.c
/openbmc/u-boot/cmd/aspeed/nettest/ncsi.h
/openbmc/u-boot/cmd/aspeed/nettest/phy.c
/openbmc/u-boot/cmd/aspeed/nettest/phy.h
/openbmc/u-boot/cmd/aspeed/nettest/phy_api.h
/openbmc/u-boot/cmd/aspeed/nettest/phy_tbl.h
/openbmc/u-boot/cmd/aspeed/nettest/swfunc.h
/openbmc/u-boot/cmd/aspeed/peci.c
/openbmc/u-boot/cmd/aspeed/plltest.c
/openbmc/u-boot/cmd/boots.c
/openbmc/u-boot/cmd/fsi.c
/openbmc/u-boot/cmd/net.c
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/otp_info.h
/openbmc/u-boot/cmd/rng.c
/openbmc/u-boot/common/hash.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image-sig.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/spl/spl_ymodem.c
/openbmc/u-boot/configs/ast2600-pfr_defconfig
/openbmc/u-boot/configs/ast2600_openbmc_defconfig
/openbmc/u-boot/configs/evb-ast2400_defconfig
/openbmc/u-boot/configs/evb-ast2500-spl_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-ncsi_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-tiny_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/configs/evb-ast2600a0-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a0-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600a0_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600a1_defconfig
/openbmc/u-boot/configs/evb-ast2605_defconfig
/openbmc/u-boot/configs/fpga-ast2600-spl_defconfig
/openbmc/u-boot/configs/fpga-ast2600_defconfig
/openbmc/u-boot/configs/fpga-ast2605_defconfig
/openbmc/u-boot/configs/slt-ast2600_defconfig
/openbmc/u-boot/disk/part_dos.c
/openbmc/u-boot/drivers/clk/aspeed/Makefile
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2400.c
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2500.c
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/core/uclass.c
/openbmc/u-boot/drivers/crypto/Kconfig
/openbmc/u-boot/drivers/crypto/Makefile
/openbmc/u-boot/drivers/crypto/aspeed_acry.c
/openbmc/u-boot/drivers/crypto/aspeed_hace.c
/openbmc/u-boot/drivers/crypto/aspeed_rsa.c
/openbmc/u-boot/drivers/dma/Kconfig
/openbmc/u-boot/drivers/fpga/Kconfig
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/aspeed_gpio.c
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/aspeed_i2c_ic.c
/openbmc/u-boot/drivers/i2c/ast_i2c.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/aspeed-fsi.c
/openbmc/u-boot/drivers/misc/aspeed_ahbc.c
/openbmc/u-boot/drivers/misc/aspeed_dp.c
/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci_ic.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mtd/spi/spi-nor-core.c
/openbmc/u-boot/drivers/mtd/spi/spi-nor-ids.c
/openbmc/u-boot/drivers/net/aspeed_mdio.c
/openbmc/u-boot/drivers/net/ftgmac100.c
/openbmc/u-boot/drivers/net/ftgmac100.h
/openbmc/u-boot/drivers/net/phy/Kconfig
/openbmc/u-boot/drivers/net/phy/Makefile
/openbmc/u-boot/drivers/net/phy/broadcom.c
/openbmc/u-boot/drivers/net/phy/ncsi.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/pci/Kconfig
/openbmc/u-boot/drivers/pci/Makefile
/openbmc/u-boot/drivers/pci/aspeed_rc_bridge.c
/openbmc/u-boot/drivers/pci/pci_auto.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.h
/openbmc/u-boot/drivers/pinctrl/aspeed/Kconfig
/openbmc/u-boot/drivers/pinctrl/aspeed/Makefile
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2400.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2500.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/ram/Kconfig
/openbmc/u-boot/drivers/ram/Makefile
/openbmc/u-boot/drivers/ram/aspeed/Kconfig
/openbmc/u-boot/drivers/ram/aspeed/Makefile
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_phy_ast2600.h
/openbmc/u-boot/drivers/reset/aspeed/Kconfig
/openbmc/u-boot/drivers/reset/aspeed/Makefile
/openbmc/u-boot/drivers/reset/aspeed/reset-ast2400.c
/openbmc/u-boot/drivers/reset/aspeed/reset-ast2500.c
/openbmc/u-boot/drivers/reset/aspeed/reset-ast2600.c
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/drivers/sysreset/sysreset_ast.c
/openbmc/u-boot/drivers/usb/gadget/Kconfig
/openbmc/u-boot/drivers/usb/gadget/Makefile
/openbmc/u-boot/drivers/usb/gadget/aspeed_udc.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-aspeed.c
/openbmc/u-boot/drivers/watchdog/ast_wdt.c
/openbmc/u-boot/env/Kconfig
/openbmc/u-boot/include/aspeed_fsi.h
/openbmc/u-boot/include/configs/aspeed-common.h
/openbmc/u-boot/include/configs/evb_ast2400.h
/openbmc/u-boot/include/configs/evb_ast2500.h
/openbmc/u-boot/include/configs/evb_ast2500_spl.h
/openbmc/u-boot/include/configs/evb_ast2600.h
/openbmc/u-boot/include/configs/evb_ast2600_spl.h
/openbmc/u-boot/include/configs/evb_ast2600_spl_emmc.h
/openbmc/u-boot/include/configs/evb_ast2600a0.h
/openbmc/u-boot/include/configs/evb_ast2600a0_spl.h
/openbmc/u-boot/include/configs/evb_ast2600a1.h
/openbmc/u-boot/include/configs/evb_ast2600a1_spl.h
/openbmc/u-boot/include/configs/fpga_ast2600.h
/openbmc/u-boot/include/configs/fpga_ast2600_spl.h
/openbmc/u-boot/include/configs/intel_ast2600.h
/openbmc/u-boot/include/configs/ncsi_ast2600a0.h
/openbmc/u-boot/include/configs/ncsi_ast2600a1.h
/openbmc/u-boot/include/configs/slt_ast2600.h
uclass-id.h
/openbmc/u-boot/include/dt-bindings/clock/ast2400-clock.h
/openbmc/u-boot/include/dt-bindings/clock/ast2500-clock.h
/openbmc/u-boot/include/dt-bindings/clock/ast2600-clock.h
/openbmc/u-boot/include/dt-bindings/gpio/aspeed-gpio.h
/openbmc/u-boot/include/dt-bindings/reset/ast2400-reset.h
/openbmc/u-boot/include/dt-bindings/reset/ast2600-reset.h
/openbmc/u-boot/include/hash.h
/openbmc/u-boot/include/hw_sha.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/linux/mtd/spi-nor.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/net/ncsi-pkt.h
/openbmc/u-boot/include/net/ncsi.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/phy_interface.h
/openbmc/u-boot/include/sdhci.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/u-boot/rsa-checksum.h
/openbmc/u-boot/include/u-boot/rsa.h
/openbmc/u-boot/include/u-boot/sha512.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/rsa/Kconfig
/openbmc/u-boot/lib/sha512.c
/openbmc/u-boot/lib/string.c
/openbmc/u-boot/net/eth-uclass.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/dtc/dtc-lexer.l
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/nop.c
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/ast2600_ubimg_gen.sh
/openbmc/u-boot/tools/image-host.c
e6b48dfd06-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

add mdio class


/openbmc/u-boot/.gitignore
/openbmc/u-boot/.travis.yml
/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/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/armv7/ls102xa/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1043_ids.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1046_ids.c
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/armada-385-amc.dts
/openbmc/u-boot/arch/arm/dts/armada-385-turris-omnia.dts
/openbmc/u-boot/arch/arm/dts/armada-388-clearfog.dts
/openbmc/u-boot/arch/arm/dts/armada-388-gp.dts
/openbmc/u-boot/arch/arm/dts/armada-38x-controlcenterdc.dts
/openbmc/u-boot/arch/arm/dts/ast2500-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2500-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/dts/exynos5422-odroidxu3.dts
/openbmc/u-boot/arch/arm/dts/fsl-imx8qxp-mek.dts
/openbmc/u-boot/arch/arm/dts/fsl-lx2160a-qds.dts
/openbmc/u-boot/arch/arm/dts/fsl-lx2160a-rdb.dts
/openbmc/u-boot/arch/arm/dts/fsl-lx2160a.dtsi
/openbmc/u-boot/arch/arm/dts/imx53-kp.dts
/openbmc/u-boot/arch/arm/dts/imx6qdl-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6ul-pico-hobbit.dts
/openbmc/u-boot/arch/arm/dts/imx6ul-pico-pi.dts
/openbmc/u-boot/arch/arm/dts/imx6ul-pico.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-dreamplug.dts
/openbmc/u-boot/arch/arm/dts/r8a7790-lager-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7790-stout-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7791-koelsch-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7791-porter-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7793-gose-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7794-alt-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7794-silk-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7795-salvator-x-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7796-salvator-x-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a77965-salvator-x-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a77965-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77990-ebisu-u-boot.dts
/openbmc/u-boot/arch/arm/dts/socfpga_stratix10.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts
/openbmc/u-boot/arch/arm/dts/sunxi-bananapi-m2-plus.dtsi
/openbmc/u-boot/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/tegra124-nyan.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/aspeed_scu_info.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2500.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2600.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2600.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_icid.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h
/openbmc/u-boot/arch/arm/lib/bootm.c
/openbmc/u-boot/arch/arm/lib/cache-pl310.c
/openbmc/u-boot/arch/arm/lib/relocate_64.S
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/aspeed_scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/aspeed_scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/board.c
/openbmc/u-boot/arch/arm/mach-aspeed/cpuinfo.c
/openbmc/u-boot/arch/arm/mach-exynos/spl_boot.c
/openbmc/u-boot/arch/arm/mach-imx/imx8/cpu.c
/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/config.h
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/config.h
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.32
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.64
/openbmc/u-boot/arch/arm/mach-rockchip/boot_mode.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl_a10.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl_gen5.c
/openbmc/u-boot/arch/arm/mach-sunxi/Kconfig
/openbmc/u-boot/arch/mips/dts/Makefile
/openbmc/u-boot/arch/mips/mach-mt7620/cpu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/Kconfig
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/Kconfig
/openbmc/u-boot/arch/powerpc/dts/Makefile
/openbmc/u-boot/arch/powerpc/include/asm/u-boot.h
/openbmc/u-boot/arch/riscv/Kconfig
/openbmc/u-boot/arch/riscv/cpu/generic/Kconfig
/openbmc/u-boot/arch/riscv/cpu/generic/Makefile
/openbmc/u-boot/arch/riscv/cpu/generic/cpu.c
/openbmc/u-boot/arch/riscv/cpu/generic/dram.c
/openbmc/u-boot/arch/riscv/include/asm/arch-generic/clk.h
/openbmc/u-boot/arch/riscv/include/asm/config.h
/openbmc/u-boot/arch/riscv/include/asm/dma-mapping.h
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/state.h
/openbmc/u-boot/arch/sandbox/include/asm/test.h
/openbmc/u-boot/arch/x86/cpu/broadwell/Makefile
/openbmc/u-boot/arch/x86/cpu/broadwell/adsp.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/ivybridge/Kconfig
/openbmc/u-boot/arch/x86/cpu/ivybridge/bd82x6x.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/northbridge.c
/openbmc/u-boot/arch/x86/dts/chromebook_link.dts
/openbmc/u-boot/arch/x86/dts/chromebook_samus.dts
/openbmc/u-boot/arch/x86/dts/coreboot.dts
/openbmc/u-boot/arch/x86/dts/crownbay.dts
/openbmc/u-boot/arch/x86/dts/edison.dts
/openbmc/u-boot/arch/x86/dts/pcspkr.dtsi
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/adsp.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pch.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/rcb.h
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/serialio.h
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/sandybridge.h
/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
/openbmc/u-boot/arch/x86/include/asm/i8254.h
/openbmc/u-boot/arch/x86/include/asm/io.h
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/arch/x86/lib/i8254.c
/openbmc/u-boot/board/Arcturus/ucp1020/cmd_arc.c
/openbmc/u-boot/board/CZ.NIC/turris_mox/turris_mox.c
/openbmc/u-boot/board/CZ.NIC/turris_omnia/turris_omnia.c
/openbmc/u-boot/board/altera/arria10-socdk/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2600/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2600/Makefile
/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.c
/openbmc/u-boot/board/boundary/nitrogen6x/README.mx6qsabrelite
/openbmc/u-boot/board/eets/pdu001/mux.c
/openbmc/u-boot/board/emulation/qemu-riscv/Kconfig
/openbmc/u-boot/board/engicam/common/board.c
/openbmc/u-boot/board/freescale/common/Makefile
/openbmc/u-boot/board/freescale/common/emc2305.c
/openbmc/u-boot/board/freescale/common/emc2305.h
/openbmc/u-boot/board/freescale/common/qixis.c
/openbmc/u-boot/board/freescale/imx8mq_evk/MAINTAINERS
/openbmc/u-boot/board/freescale/imx8mq_evk/README
/openbmc/u-boot/board/freescale/ls1021aiot/ls1021aiot.c
/openbmc/u-boot/board/freescale/ls1021aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1021aqds/ddr.h
/openbmc/u-boot/board/freescale/ls1021aqds/ls1021aqds.c
/openbmc/u-boot/board/freescale/ls1021atwr/ls1021atwr.c
/openbmc/u-boot/board/freescale/ls1088a/ls1088a.c
/openbmc/u-boot/board/freescale/lx2160a/Kconfig
/openbmc/u-boot/board/freescale/lx2160a/MAINTAINERS
/openbmc/u-boot/board/freescale/lx2160a/Makefile
/openbmc/u-boot/board/freescale/lx2160a/README
/openbmc/u-boot/board/freescale/lx2160a/ddr.c
/openbmc/u-boot/board/freescale/lx2160a/eth_lx2160aqds.c
/openbmc/u-boot/board/freescale/lx2160a/eth_lx2160ardb.c
/openbmc/u-boot/board/freescale/lx2160a/lx2160a.c
/openbmc/u-boot/board/freescale/mx6sabreauto/README
/openbmc/u-boot/board/freescale/mx6sabresd/README
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
/openbmc/u-boot/board/freescale/t104xrdb/ddr.h
/openbmc/u-boot/board/gateworks/gw_ventana/eeprom.c
/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana_spl.c
/openbmc/u-boot/board/grinn/liteboard/board.c
/openbmc/u-boot/board/raspberrypi/rpi/MAINTAINERS
/openbmc/u-boot/board/renesas/alt/Kconfig
/openbmc/u-boot/board/renesas/alt/alt.c
/openbmc/u-boot/board/renesas/gose/gose.c
/openbmc/u-boot/board/renesas/koelsch/koelsch.c
/openbmc/u-boot/board/renesas/lager/lager.c
/openbmc/u-boot/board/renesas/porter/porter.c
/openbmc/u-boot/board/renesas/silk/silk.c
/openbmc/u-boot/board/renesas/stout/stout.c
/openbmc/u-boot/board/samsung/arndale/MAINTAINERS
/openbmc/u-boot/board/samsung/common/board.c
/openbmc/u-boot/board/samsung/common/bootscripts/autoboot.cmd
/openbmc/u-boot/board/samsung/common/exynos5-dt-types.c
/openbmc/u-boot/board/samsung/common/misc.c
/openbmc/u-boot/board/samsung/odroid/odroid.c
/openbmc/u-boot/board/sifive/fu540/Kconfig
/openbmc/u-boot/board/sifive/fu540/MAINTAINERS
/openbmc/u-boot/board/sifive/fu540/Makefile
/openbmc/u-boot/board/sifive/fu540/fu540.c
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/synopsys/axs10x/Makefile
/openbmc/u-boot/board/synopsys/hsdk/README
/openbmc/u-boot/board/technexion/pico-imx6ul/README
/openbmc/u-boot/board/technexion/pico-imx6ul/pico-imx6ul.c
/openbmc/u-boot/board/technexion/pico-imx6ul/spl.c
/openbmc/u-boot/board/technexion/pico-imx7d/README
/openbmc/u-boot/board/ti/am57xx/board.c
/openbmc/u-boot/board/ti/dra7xx/evm.c
/openbmc/u-boot/board/toradex/apalis-tk1/apalis-tk1.c
/openbmc/u-boot/board/toradex/apalis_imx6/apalis_imx6.c
/openbmc/u-boot/board/toradex/apalis_t30/apalis_t30.c
/openbmc/u-boot/board/toradex/colibri_imx6/colibri_imx6.c
/openbmc/u-boot/board/toradex/colibri_imx7/colibri_imx7.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/toradex/colibri_vf/colibri_vf.c
/openbmc/u-boot/board/tqc/tqma6/tqma6.c
/openbmc/u-boot/board/warp7/README
/openbmc/u-boot/board/warp7/warp7.c
/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c
/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/efidebug.c
/openbmc/u-boot/cmd/fastboot.c
/openbmc/u-boot/cmd/gpio.c
/openbmc/u-boot/cmd/nvedit.c
/openbmc/u-boot/cmd/nvedit_efi.c
/openbmc/u-boot/cmd/spi.c
/openbmc/u-boot/cmd/thordown.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/image-android-dt.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/log.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/configs/A20-OLinuXino-Lime2-eMMC_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/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/M52277EVB_stmicro_defconfig
/openbmc/u-boot/configs/M54418TWR_defconfig
/openbmc/u-boot/configs/M54418TWR_serial_mii_defconfig
/openbmc/u-boot/configs/M54418TWR_serial_rmii_defconfig
/openbmc/u-boot/configs/M54451EVB_stmicro_defconfig
/openbmc/u-boot/configs/M54455EVB_stm33_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/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/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/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/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/SBx81LIFKW_defconfig
/openbmc/u-boot/configs/SBx81LIFXCAT_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_SECURE_BOOT_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/UCP1020_SPIFLASH_defconfig
/openbmc/u-boot/configs/UCP1020_defconfig
/openbmc/u-boot/configs/ae350_rv32_defconfig
/openbmc/u-boot/configs/ae350_rv64_defconfig
/openbmc/u-boot/configs/alt_defconfig
/openbmc/u-boot/configs/am335x_boneblack_vboot_defconfig
/openbmc/u-boot/configs/am335x_evm_defconfig
/openbmc/u-boot/configs/am335x_hs_evm_defconfig
/openbmc/u-boot/configs/am335x_hs_evm_uart_defconfig
/openbmc/u-boot/configs/am43xx_evm_defconfig
/openbmc/u-boot/configs/am43xx_evm_qspiboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_rtconly_defconfig
/openbmc/u-boot/configs/am43xx_evm_usbhost_boot_defconfig
/openbmc/u-boot/configs/am43xx_hs_evm_defconfig
/openbmc/u-boot/configs/am57xx_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_usb_defconfig
/openbmc/u-boot/configs/ap121_defconfig
/openbmc/u-boot/configs/ap143_defconfig
/openbmc/u-boot/configs/apalis-tk1_defconfig
/openbmc/u-boot/configs/apalis_t30_defconfig
/openbmc/u-boot/configs/aristainetos2_defconfig
/openbmc/u-boot/configs/aristainetos2b_defconfig
/openbmc/u-boot/configs/aristainetos_defconfig
/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs3_defconfig
/openbmc/u-boot/configs/at91sam9263ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9263ek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs3_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs1_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/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/axs101_defconfig
/openbmc/u-boot/configs/axs103_defconfig
/openbmc/u-boot/configs/bananapi_m2_plus_h3_defconfig
/openbmc/u-boot/configs/bananapi_m2_plus_h5_defconfig
/openbmc/u-boot/configs/bcm7445_defconfig
/openbmc/u-boot/configs/bcm963158_ram_defconfig
/openbmc/u-boot/configs/bcm968580xref_ram_defconfig
/openbmc/u-boot/configs/beaver_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/blanche_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/cairo_defconfig
/openbmc/u-boot/configs/cardhu_defconfig
/openbmc/u-boot/configs/cei-tk1-som_defconfig
/openbmc/u-boot/configs/cgtqmx6eval_defconfig
/openbmc/u-boot/configs/chromebit_mickey_defconfig
/openbmc/u-boot/configs/chromebook_bob_defconfig
/openbmc/u-boot/configs/chromebook_jerry_defconfig
/openbmc/u-boot/configs/chromebook_link_defconfig
/openbmc/u-boot/configs/chromebook_minnie_defconfig
/openbmc/u-boot/configs/chromebook_samus_defconfig
/openbmc/u-boot/configs/chromebook_speedy_defconfig
/openbmc/u-boot/configs/cl-som-am57x_defconfig
/openbmc/u-boot/configs/cl-som-imx7_defconfig
/openbmc/u-boot/configs/clearfog_defconfig
/openbmc/u-boot/configs/clearfog_gt_8k_defconfig
/openbmc/u-boot/configs/cm_fx6_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/colibri_t20_defconfig
/openbmc/u-boot/configs/colibri_t30_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/controlcenterdc_defconfig
/openbmc/u-boot/configs/coreboot_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/dalmore_defconfig
/openbmc/u-boot/configs/db-88f6720_defconfig
/openbmc/u-boot/configs/db-88f6820-amc_defconfig
/openbmc/u-boot/configs/db-88f6820-gp_defconfig
/openbmc/u-boot/configs/db-mv784mp-gp_defconfig
/openbmc/u-boot/configs/dh_imx6_defconfig
/openbmc/u-boot/configs/display5_defconfig
/openbmc/u-boot/configs/display5_factory_defconfig
/openbmc/u-boot/configs/dms-ba16-1g_defconfig
/openbmc/u-boot/configs/dms-ba16_defconfig
/openbmc/u-boot/configs/dra7xx_evm_defconfig
/openbmc/u-boot/configs/dra7xx_hs_evm_defconfig
/openbmc/u-boot/configs/dra7xx_hs_evm_usb_defconfig
/openbmc/u-boot/configs/dreamplug_defconfig
/openbmc/u-boot/configs/ds109_defconfig
/openbmc/u-boot/configs/ds414_defconfig
/openbmc/u-boot/configs/e2220-1170_defconfig
/openbmc/u-boot/configs/ea20_defconfig
/openbmc/u-boot/configs/edison_defconfig
/openbmc/u-boot/configs/ethernut5_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/configs/evb-rk3036_defconfig
/openbmc/u-boot/configs/evb-rk3128_defconfig
/openbmc/u-boot/configs/evb-rk3288_defconfig
/openbmc/u-boot/configs/evb-rk3328_defconfig
/openbmc/u-boot/configs/evb-rk3399_defconfig
/openbmc/u-boot/configs/fennec-rk3288_defconfig
/openbmc/u-boot/configs/ficus-rk3399_defconfig
/openbmc/u-boot/configs/firefly-rk3288_defconfig
/openbmc/u-boot/configs/firefly-rk3399_defconfig
/openbmc/u-boot/configs/ge_bx50v3_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/gwventana_emmc_defconfig
/openbmc/u-boot/configs/gwventana_gw5904_defconfig
/openbmc/u-boot/configs/gwventana_nand_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/helios4_defconfig
/openbmc/u-boot/configs/hikey_defconfig
/openbmc/u-boot/configs/imx6dl_icore_nand_defconfig
/openbmc/u-boot/configs/imx6q_icore_nand_defconfig
/openbmc/u-boot/configs/imx6q_logic_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_mmc_defconfig
/openbmc/u-boot/configs/imx8mq_evk_defconfig
/openbmc/u-boot/configs/inetspace_v2_defconfig
/openbmc/u-boot/configs/jetson-tk1_defconfig
/openbmc/u-boot/configs/k2e_evm_defconfig
/openbmc/u-boot/configs/k2e_hs_evm_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2g_hs_evm_defconfig
/openbmc/u-boot/configs/k2hk_evm_defconfig
/openbmc/u-boot/configs/k2hk_hs_evm_defconfig
/openbmc/u-boot/configs/k2l_evm_defconfig
/openbmc/u-boot/configs/k2l_hs_evm_defconfig
/openbmc/u-boot/configs/khadas-vim2_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/kmcoge5un_defconfig
/openbmc/u-boot/configs/kmlion1_defconfig
/openbmc/u-boot/configs/kmnusa_defconfig
/openbmc/u-boot/configs/kmsugp1_defconfig
/openbmc/u-boot/configs/kmsuv31_defconfig
/openbmc/u-boot/configs/koelsch_defconfig
/openbmc/u-boot/configs/kylin-rk3036_defconfig
/openbmc/u-boot/configs/lager_defconfig
/openbmc/u-boot/configs/legoev3_defconfig
/openbmc/u-boot/configs/liteboard_defconfig
/openbmc/u-boot/configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012afrwy_qspi_defconfig
/openbmc/u-boot/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012afrwy_tfa_defconfig
/openbmc/u-boot/configs/ls1012aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1021aiot_qspi_defconfig
/openbmc/u-boot/configs/ls1021aiot_sdcard_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_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/ls1043aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1043ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_defconfig
/openbmc/u-boot/configs/ls1043ardb_nand_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_nand_defconfig
/openbmc/u-boot/configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_tfa_defconfig
/openbmc/u-boot/configs/ls1046aqds_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046aqds_defconfig
/openbmc/u-boot/configs/ls1046aqds_lpuart_defconfig
/openbmc/u-boot/configs/ls1046aqds_nand_defconfig
/openbmc/u-boot/configs/ls1046aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1046aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1046aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1046ardb_emmc_defconfig
/openbmc/u-boot/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1046ardb_qspi_spl_defconfig
/openbmc/u-boot/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_tfa_defconfig
/openbmc/u-boot/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1088aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1088aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1088aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_tfa_defconfig
/openbmc/u-boot/configs/ls2080aqds_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080aqds_nand_defconfig
/openbmc/u-boot/configs/ls2080aqds_qspi_defconfig
/openbmc/u-boot/configs/ls2080aqds_sdcard_defconfig
/openbmc/u-boot/configs/ls2080ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080ardb_nand_defconfig
/openbmc/u-boot/configs/ls2081ardb_defconfig
/openbmc/u-boot/configs/ls2088aqds_tfa_defconfig
/openbmc/u-boot/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2088ardb_qspi_defconfig
/openbmc/u-boot/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2088ardb_tfa_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_defconfig
/openbmc/u-boot/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/lx2160aqds_tfa_defconfig
/openbmc/u-boot/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/lx2160ardb_tfa_defconfig
/openbmc/u-boot/configs/marsboard_defconfig
/openbmc/u-boot/configs/maxbcm_defconfig
/openbmc/u-boot/configs/mccmon6_nor_defconfig
/openbmc/u-boot/configs/mccmon6_sd_defconfig
/openbmc/u-boot/configs/medcom-wide_defconfig
/openbmc/u-boot/configs/meesc_dataflash_defconfig
/openbmc/u-boot/configs/mgcoge3un_defconfig
/openbmc/u-boot/configs/miqi-rk3288_defconfig
/openbmc/u-boot/configs/mscc_jr2_defconfig
/openbmc/u-boot/configs/mscc_luton_defconfig
/openbmc/u-boot/configs/mscc_ocelot_defconfig
/openbmc/u-boot/configs/mscc_serval_defconfig
/openbmc/u-boot/configs/mscc_servalt_defconfig
/openbmc/u-boot/configs/mvebu_db-88f3720_defconfig
/openbmc/u-boot/configs/mvebu_db_armada8k_defconfig
/openbmc/u-boot/configs/mvebu_espressobin-88f3720_defconfig
/openbmc/u-boot/configs/mvebu_mcbin-88f8040_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/mx31pdk_defconfig
/openbmc/u-boot/configs/mx6qsabrelite_defconfig
/openbmc/u-boot/configs/mx6sabreauto_defconfig
/openbmc/u-boot/configs/mx6sabresd_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/mx6ul_14x14_evk_defconfig
/openbmc/u-boot/configs/mx6ul_9x9_evk_defconfig
/openbmc/u-boot/configs/mx6ull_14x14_evk_defconfig
/openbmc/u-boot/configs/mx6ull_14x14_evk_plugin_defconfig
/openbmc/u-boot/configs/mx7dsabresd_qspi_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/nyan-big_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_pandora_defconfig
/openbmc/u-boot/configs/omapl138_lcdk_defconfig
/openbmc/u-boot/configs/orangepi_zero_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/p2771-0000-000_defconfig
/openbmc/u-boot/configs/p2771-0000-500_defconfig
/openbmc/u-boot/configs/paz00_defconfig
/openbmc/u-boot/configs/pcm051_rev1_defconfig
/openbmc/u-boot/configs/pcm051_rev3_defconfig
/openbmc/u-boot/configs/pcm058_defconfig
/openbmc/u-boot/configs/peach-pi_defconfig
/openbmc/u-boot/configs/peach-pit_defconfig
/openbmc/u-boot/configs/pfla02_defconfig
/openbmc/u-boot/configs/phycore-rk3288_defconfig
/openbmc/u-boot/configs/pico-hobbit-imx6ul_defconfig
/openbmc/u-boot/configs/pico-imx6ul_defconfig
/openbmc/u-boot/configs/pico-pi-imx6ul_defconfig
/openbmc/u-boot/configs/plutux_defconfig
/openbmc/u-boot/configs/popmetal-rk3288_defconfig
/openbmc/u-boot/configs/porter_defconfig
/openbmc/u-boot/configs/portl2_defconfig
/openbmc/u-boot/configs/puma-rk3399_defconfig
/openbmc/u-boot/configs/r8a77965_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7796_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7796_ulcb_defconfig
/openbmc/u-boot/configs/riotboard_defconfig
/openbmc/u-boot/configs/riotboard_spl_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/rock960-rk3399_defconfig
/openbmc/u-boot/configs/rock_defconfig
/openbmc/u-boot/configs/s5pc210_universal_defconfig
/openbmc/u-boot/configs/sama5d27_som1_ek_mmc1_defconfig
/openbmc/u-boot/configs/sama5d27_som1_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_emmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_mmc_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_nandflash_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_spiflash_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_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/seaboard_defconfig
/openbmc/u-boot/configs/sifive_fu540_defconfig
/openbmc/u-boot/configs/silk_defconfig
/openbmc/u-boot/configs/smdk5250_defconfig
/openbmc/u-boot/configs/smdk5420_defconfig
/openbmc/u-boot/configs/snow_defconfig
/openbmc/u-boot/configs/socfpga_sr1500_defconfig
/openbmc/u-boot/configs/socfpga_stratix10_defconfig
/openbmc/u-boot/configs/spring_defconfig
/openbmc/u-boot/configs/stmark2_defconfig
/openbmc/u-boot/configs/stout_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/tinker-rk3288_defconfig
/openbmc/u-boot/configs/topic_miami_defconfig
/openbmc/u-boot/configs/topic_miamilite_defconfig
/openbmc/u-boot/configs/topic_miamiplus_defconfig
/openbmc/u-boot/configs/tqma6dl_mba6_mmc_defconfig
/openbmc/u-boot/configs/tqma6dl_mba6_spi_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/trats2_defconfig
/openbmc/u-boot/configs/trats_defconfig
/openbmc/u-boot/configs/trimslice_defconfig
/openbmc/u-boot/configs/turris_mox_defconfig
/openbmc/u-boot/configs/turris_omnia_defconfig
/openbmc/u-boot/configs/uDPU_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_v7_defconfig
/openbmc/u-boot/configs/uniphier_v8_defconfig
/openbmc/u-boot/configs/usb_a9263_dataflash_defconfig
/openbmc/u-boot/configs/venice2_defconfig
/openbmc/u-boot/configs/ventana_defconfig
/openbmc/u-boot/configs/vinco_defconfig
/openbmc/u-boot/configs/vyasa-rk3288_defconfig
/openbmc/u-boot/configs/x530_defconfig
/openbmc/u-boot/configs/zc5202_defconfig
/openbmc/u-boot/configs/zc5601_defconfig
/openbmc/u-boot/configs/zynq_cc108_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/configs/zynq_dlc20_rev1_0_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_minized_defconfig
/openbmc/u-boot/configs/zynq_z_turn_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_xm013_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/configs/zynq_zybo_z7_defconfig
/openbmc/u-boot/doc/README.generic_usb_ohci
/openbmc/u-boot/doc/README.log
/openbmc/u-boot/doc/README.sifive-fu540
/openbmc/u-boot/doc/README.uefi
/openbmc/u-boot/doc/chromium/nyan-big.its
/openbmc/u-boot/doc/device-tree-bindings/clock/fixed-factor-clock.txt
/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt
/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/st,stm32-fmc.txt
/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/st,stm32mp1-ddr.txt
/openbmc/u-boot/doc/device-tree-bindings/regulator/regulator.txt
/openbmc/u-boot/doc/device-tree-bindings/sound/intel-hda.txt
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/adc/exynos-adc.c
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/aspeed/Makefile
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2500.c
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/clk/clk_fixed_factor.c
/openbmc/u-boot/drivers/clk/renesas/Kconfig
/openbmc/u-boot/drivers/clk/renesas/clk-rcar-gen2.c
/openbmc/u-boot/drivers/clk/sifive/Kconfig
/openbmc/u-boot/drivers/clk/sifive/Makefile
/openbmc/u-boot/drivers/clk/sifive/analogbits-wrpll-cln28hpc.h
/openbmc/u-boot/drivers/clk/sifive/fu540-prci.c
/openbmc/u-boot/drivers/clk/sifive/wrpll-cln28hpc.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a10.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a10s.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a23.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a31.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a64.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a80.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a83t.c
/openbmc/u-boot/drivers/clk/sunxi/clk_h3.c
/openbmc/u-boot/drivers/clk/sunxi/clk_h6.c
/openbmc/u-boot/drivers/clk/sunxi/clk_r40.c
/openbmc/u-boot/drivers/clk/sunxi/clk_v3s.c
/openbmc/u-boot/drivers/core/syscon-uclass.c
/openbmc/u-boot/drivers/cpu/riscv_cpu.c
/openbmc/u-boot/drivers/ddr/altera/sdram_arria10.c
/openbmc/u-boot/drivers/ddr/fsl/Kconfig
/openbmc/u-boot/drivers/ddr/fsl/options.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_db.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c
/openbmc/u-boot/drivers/fastboot/fb_common.c
/openbmc/u-boot/drivers/gpio/altera_pio.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/ast_i2c.c
/openbmc/u-boot/drivers/i2c/designware_i2c.c
/openbmc/u-boot/drivers/i2c/i2c-cdns.c
/openbmc/u-boot/drivers/i2c/rcar_i2c.c
/openbmc/u-boot/drivers/i2c/rcar_iic.c
/openbmc/u-boot/drivers/input/Kconfig
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/renesas-sdhi.c
/openbmc/u-boot/drivers/mmc/sh_mmcif.c
/openbmc/u-boot/drivers/mmc/tmio-common.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_spl.c
/openbmc/u-boot/drivers/mtd/spi/Kconfig
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/aspeed_mdio.c
/openbmc/u-boot/drivers/net/aspeed_mdio.h
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fec_mxc.h
/openbmc/u-boot/drivers/net/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/ftgmac100.c
/openbmc/u-boot/drivers/net/ldpaa_eth/ls1088a.c
/openbmc/u-boot/drivers/net/ldpaa_eth/lx2160a.c
/openbmc/u-boot/drivers/net/macb.c
/openbmc/u-boot/drivers/net/mdio/Kconfig
/openbmc/u-boot/drivers/net/mdio/Makefile
/openbmc/u-boot/drivers/net/mdio/mdio-uclass.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/pch/Kconfig
/openbmc/u-boot/drivers/pch/Makefile
/openbmc/u-boot/drivers/pch/pch-uclass.c
/openbmc/u-boot/drivers/pch/sandbox_pch.c
/openbmc/u-boot/drivers/pci/pci.c
/openbmc/u-boot/drivers/pci/pci_mvebu.c
/openbmc/u-boot/drivers/phy/Kconfig
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/aspeed/Kconfig
/openbmc/u-boot/drivers/pinctrl/aspeed/Makefile
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl-aspeed.h
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2500.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/pinctrl/nxp/Kconfig
/openbmc/u-boot/drivers/pinctrl/nxp/Makefile
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx8m.c
/openbmc/u-boot/drivers/pinctrl/renesas/Kconfig
/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7795.c
/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7796.c
/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a77990.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3288.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip-core.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip.h
/openbmc/u-boot/drivers/power/axp818.c
/openbmc/u-boot/drivers/power/regulator/regulator-uclass.c
/openbmc/u-boot/drivers/power/regulator/s2mps11_regulator.c
/openbmc/u-boot/drivers/ram/Makefile
/openbmc/u-boot/drivers/ram/aspeed/Makefile
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_phy_ast2600.h
/openbmc/u-boot/drivers/reset/Kconfig
/openbmc/u-boot/drivers/reset/Makefile
/openbmc/u-boot/drivers/reset/aspeed/Kconfig
/openbmc/u-boot/drivers/reset/aspeed/Makefile
/openbmc/u-boot/drivers/reset/aspeed/reset-ast2500.c
/openbmc/u-boot/drivers/reset/aspeed/reset-ast2600.c
/openbmc/u-boot/drivers/serial/serial_mxc.c
/openbmc/u-boot/drivers/serial/serial_sifive.c
/openbmc/u-boot/drivers/sound/Kconfig
/openbmc/u-boot/drivers/sound/Makefile
/openbmc/u-boot/drivers/sound/broadwell_i2s.c
/openbmc/u-boot/drivers/sound/broadwell_i2s.h
/openbmc/u-boot/drivers/sound/broadwell_sound.c
/openbmc/u-boot/drivers/sound/hda_codec.c
/openbmc/u-boot/drivers/sound/i8254_beep.c
/openbmc/u-boot/drivers/sound/ivybridge_sound.c
/openbmc/u-boot/drivers/sound/rt5677.c
/openbmc/u-boot/drivers/sound/rt5677.h
/openbmc/u-boot/drivers/sound/sandbox.c
/openbmc/u-boot/drivers/sound/sound-uclass.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/drivers/spi/designware_spi.c
/openbmc/u-boot/drivers/spi/omap3_spi.c
/openbmc/u-boot/drivers/spi/spi-sunxi.c
/openbmc/u-boot/drivers/sysreset/sysreset_x86.c
/openbmc/u-boot/drivers/usb/gadget/udc/udc-uclass.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/video/sunxi/sunxi_dw_hdmi.c
/openbmc/u-boot/drivers/watchdog/ast_wdt.c
/openbmc/u-boot/dts/Makefile
/openbmc/u-boot/env/Kconfig
/openbmc/u-boot/env/sf.c
/openbmc/u-boot/fs/ext4/ext4_write.c
/openbmc/u-boot/fs/fat/fat_write.c
/openbmc/u-boot/include/command.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/M52277EVB.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/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/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/SBx81LIFKW.h
/openbmc/u-boot/include/configs/SBx81LIFXCAT.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/UCP1020.h
/openbmc/u-boot/include/configs/adp-ae3xx.h
/openbmc/u-boot/include/configs/advantech_dms-ba16.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/am43xx_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/apalis-tk1.h
/openbmc/u-boot/include/configs/apalis_t30.h
/openbmc/u-boot/include/configs/aristainetos-common.h
/openbmc/u-boot/include/configs/aristainetos.h
/openbmc/u-boot/include/configs/aristainetos2.h
/openbmc/u-boot/include/configs/aristainetos2b.h
/openbmc/u-boot/include/configs/aspeed-common.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/at91sam9n12ek.h
/openbmc/u-boot/include/configs/at91sam9rlek.h
/openbmc/u-boot/include/configs/at91sam9x5ek.h
/openbmc/u-boot/include/configs/ax25-ae350.h
/openbmc/u-boot/include/configs/axs10x.h
/openbmc/u-boot/include/configs/bav335x.h
/openbmc/u-boot/include/configs/bcm7445.h
/openbmc/u-boot/include/configs/beaver.h
/openbmc/u-boot/include/configs/bg0900.h
/openbmc/u-boot/include/configs/brppt1.h
/openbmc/u-boot/include/configs/cardhu.h
/openbmc/u-boot/include/configs/cei-tk1-som.h
/openbmc/u-boot/include/configs/cgtqmx6eval.h
/openbmc/u-boot/include/configs/cl-som-am57x.h
/openbmc/u-boot/include/configs/cl-som-imx7.h
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/cm_fx6.h
/openbmc/u-boot/include/configs/cm_t43.h
/openbmc/u-boot/include/configs/colibri_t20.h
/openbmc/u-boot/include/configs/colibri_t30.h
/openbmc/u-boot/include/configs/controlcenterd.h
/openbmc/u-boot/include/configs/controlcenterdc.h
/openbmc/u-boot/include/configs/corenet_ds.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-amc.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/db-mv784mp-gp.h
/openbmc/u-boot/include/configs/dh_imx6.h
/openbmc/u-boot/include/configs/display5.h
/openbmc/u-boot/include/configs/dra7xx_evm.h
/openbmc/u-boot/include/configs/dreamplug.h
/openbmc/u-boot/include/configs/ds109.h
/openbmc/u-boot/include/configs/ds414.h
/openbmc/u-boot/include/configs/e2220-1170.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/el6x_common.h
/openbmc/u-boot/include/configs/embestmx6boards.h
/openbmc/u-boot/include/configs/espresso7420.h
/openbmc/u-boot/include/configs/ethernut5.h
/openbmc/u-boot/include/configs/evb_ast2500.h
/openbmc/u-boot/include/configs/evb_ast2600.h
/openbmc/u-boot/include/configs/exynos5-common.h
/openbmc/u-boot/include/configs/exynos5-dt-common.h
/openbmc/u-boot/include/configs/ge_bx50v3.h
/openbmc/u-boot/include/configs/gw_ventana.h
/openbmc/u-boot/include/configs/harmony.h
/openbmc/u-boot/include/configs/helios4.h
/openbmc/u-boot/include/configs/imx6-engicam.h
/openbmc/u-boot/include/configs/imx6_logic.h
/openbmc/u-boot/include/configs/imx8mq_evk.h
/openbmc/u-boot/include/configs/jetson-tk1.h
/openbmc/u-boot/include/configs/k2g_evm.h
/openbmc/u-boot/include/configs/km/km_arm.h
/openbmc/u-boot/include/configs/km/kmp204x-common.h
/openbmc/u-boot/include/configs/kp_imx53.h
/openbmc/u-boot/include/configs/lacie_kw.h
/openbmc/u-boot/include/configs/legoev3.h
/openbmc/u-boot/include/configs/ls1012a_common.h
/openbmc/u-boot/include/configs/ls1012aqds.h
/openbmc/u-boot/include/configs/ls1021aiot.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/ls1046a_common.h
/openbmc/u-boot/include/configs/ls1046aqds.h
/openbmc/u-boot/include/configs/ls1046ardb.h
/openbmc/u-boot/include/configs/ls1088a_common.h
/openbmc/u-boot/include/configs/ls1088aqds.h
/openbmc/u-boot/include/configs/ls1088ardb.h
/openbmc/u-boot/include/configs/ls2080a_common.h
/openbmc/u-boot/include/configs/ls2080a_emu.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/lx2160a_common.h
/openbmc/u-boot/include/configs/lx2160aqds.h
/openbmc/u-boot/include/configs/lx2160ardb.h
/openbmc/u-boot/include/configs/maxbcm.h
/openbmc/u-boot/include/configs/mccmon6.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/mvebu_armada-37xx.h
/openbmc/u-boot/include/configs/mvebu_armada-8k.h
/openbmc/u-boot/include/configs/mx28evk.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx6sabre_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/mx6ullevk.h
/openbmc/u-boot/include/configs/mx7dsabresd.h
/openbmc/u-boot/include/configs/nitrogen6x.h
/openbmc/u-boot/include/configs/nyan-big.h
/openbmc/u-boot/include/configs/odroid.h
/openbmc/u-boot/include/configs/odroid_xu3.h
/openbmc/u-boot/include/configs/omapl138_lcdk.h
/openbmc/u-boot/include/configs/ot1200.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.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/p2771-0000.h
/openbmc/u-boot/include/configs/paz00.h
/openbmc/u-boot/include/configs/pcm051.h
/openbmc/u-boot/include/configs/pcm058.h
/openbmc/u-boot/include/configs/pfla02.h
/openbmc/u-boot/include/configs/pico-imx6ul.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/puma_rk3399.h
/openbmc/u-boot/include/configs/qemu-arm.h
/openbmc/u-boot/include/configs/rcar-gen2-common.h
/openbmc/u-boot/include/configs/rcar-gen3-common.h
/openbmc/u-boot/include/configs/rk3036_common.h
/openbmc/u-boot/include/configs/rk3128_common.h
/openbmc/u-boot/include/configs/rk3188_common.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/rk3328_common.h
/openbmc/u-boot/include/configs/rk3399_common.h
/openbmc/u-boot/include/configs/sama5d27_som1_ek.h
/openbmc/u-boot/include/configs/sama5d2_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/sbc8548.h
/openbmc/u-boot/include/configs/seaboard.h
/openbmc/u-boot/include/configs/siemens-am33x-common.h
/openbmc/u-boot/include/configs/sifive-fu540.h
/openbmc/u-boot/include/configs/socfpga_arria10_socdk.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_sr1500.h
/openbmc/u-boot/include/configs/socfpga_stratix10_socdk.h
/openbmc/u-boot/include/configs/socrates.h
/openbmc/u-boot/include/configs/stmark2.h
/openbmc/u-boot/include/configs/t4qds.h
/openbmc/u-boot/include/configs/taurus.h
/openbmc/u-boot/include/configs/tbs2910.h
/openbmc/u-boot/include/configs/tec-ng.h
/openbmc/u-boot/include/configs/tec.h
/openbmc/u-boot/include/configs/tegra-common.h
/openbmc/u-boot/include/configs/tegra114-common.h
/openbmc/u-boot/include/configs/tegra124-common.h
/openbmc/u-boot/include/configs/tegra20-common.h
/openbmc/u-boot/include/configs/tegra210-common.h
/openbmc/u-boot/include/configs/tegra30-common.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/ti_armv7_common.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/configs/topic_miami.h
/openbmc/u-boot/include/configs/tqma6.h
/openbmc/u-boot/include/configs/trimslice.h
/openbmc/u-boot/include/configs/turris_mox.h
/openbmc/u-boot/include/configs/turris_omnia.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/usb_a9263.h
/openbmc/u-boot/include/configs/vcoreiii.h
/openbmc/u-boot/include/configs/venice2.h
/openbmc/u-boot/include/configs/ventana.h
/openbmc/u-boot/include/configs/vinco.h
/openbmc/u-boot/include/configs/x530.h
/openbmc/u-boot/include/configs/xpedite520x.h
/openbmc/u-boot/include/configs/xpedite537x.h
/openbmc/u-boot/include/configs/zynq-common.h
uclass-id.h
/openbmc/u-boot/include/dt-bindings/clk/sifive-fu540-prci.h
/openbmc/u-boot/include/dt-bindings/clock/ast2500-clock.h
/openbmc/u-boot/include/dt-bindings/clock/ast2600-clock.h
/openbmc/u-boot/include/dt-bindings/reset/ast2500-reset.h
/openbmc/u-boot/include/dt-bindings/reset/ast2600-reset.h
/openbmc/u-boot/include/dt-bindings/sound/azalia.h
/openbmc/u-boot/include/efi_api.h
/openbmc/u-boot/include/ext4fs.h
/openbmc/u-boot/include/fsl_sec.h
/openbmc/u-boot/include/hda_codec.h
/openbmc/u-boot/include/log.h
/openbmc/u-boot/include/net/mdio.h
/openbmc/u-boot/include/pch.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/pci_ids.h
/openbmc/u-boot/include/power/regulator.h
/openbmc/u-boot/include/samsung/misc.h
/openbmc/u-boot/include/sound.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/lib/bch.c
/openbmc/u-boot/lib/efi_loader/efi_bootmgr.c
/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_device_path.c
/openbmc/u-boot/lib/efi_loader/efi_file.c
/openbmc/u-boot/lib/efi_loader/efi_hii.c
/openbmc/u-boot/lib/efi_loader/efi_memory.c
/openbmc/u-boot/lib/efi_loader/efi_variable.c
/openbmc/u-boot/lib/efi_selftest/efi_freestanding.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_devicepath_util.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_hii.c
/openbmc/u-boot/lib/rsa/rsa-verify.c
/openbmc/u-boot/lib/time.c
/openbmc/u-boot/scripts/Makefile.extrawarn
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/clk.c
/openbmc/u-boot/test/dm/pch.c
/openbmc/u-boot/test/dm/sound.c
/openbmc/u-boot/test/image/test-imagetools.sh
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/fit_common.c
/openbmc/u-boot/tools/fit_common.h
/openbmc/u-boot/tools/fit_image.c
/openbmc/u-boot/tools/imagetool.c
/openbmc/u-boot/tools/imagetool.h
/openbmc/u-boot/tools/imx8m_image.sh
/openbmc/u-boot/tools/mkimage.c
72384ff217-Feb-2019 Chris Packham <judge.packham@gmail.com>

dm: Fix typo 'Watchdot' -> 'Watchdog'

Signed-off-by: Chris Packham <judge.packham@gmail.com>


/openbmc/u-boot/Documentation/efi.rst
/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/exception_level.c
/openbmc/u-boot/arch/arm/cpu/armv7/smccc-call.S
/openbmc/u-boot/arch/arm/cpu/armv8/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/exception_level.c
/openbmc/u-boot/arch/arm/cpu/armv8/smccc-call.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-brxre1.dts
/openbmc/u-boot/arch/arm/dts/armada-8040-clearfog-gt-8k.dts
/openbmc/u-boot/arch/arm/dts/armada-8040-mcbin.dts
/openbmc/u-boot/arch/arm/dts/bcm63158.dtsi
/openbmc/u-boot/arch/arm/dts/bcm6858.dtsi
/openbmc/u-boot/arch/arm/dts/bcm963158.dts
/openbmc/u-boot/arch/arm/dts/exynos5250-spring.dts
/openbmc/u-boot/arch/arm/dts/imx6dl-sabreauto-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6dl-sabreauto.dts
/openbmc/u-boot/arch/arm/dts/imx6dl-sabresd-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6dl-sabresd.dts
/openbmc/u-boot/arch/arm/dts/imx6dl.dtsi
/openbmc/u-boot/arch/arm/dts/imx6q-sabreauto-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6q-sabreauto.dts
/openbmc/u-boot/arch/arm/dts/imx6q-sabresd-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6q-sabresd.dts
/openbmc/u-boot/arch/arm/dts/imx6q.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-sabreauto.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-sabresd-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-sabresd.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qp-sabreauto-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qp-sabreauto.dts
/openbmc/u-boot/arch/arm/dts/imx6qp-sabresd-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qp-sabresd.dts
/openbmc/u-boot/arch/arm/dts/imx6qp.dtsi
/openbmc/u-boot/arch/arm/dts/imx6ul-liteboard.dts
/openbmc/u-boot/arch/arm/dts/imx6ul-litesom.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-35xx-devkit-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-35xx-devkit-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-beagle-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/versal-mini-emmc0.dts
/openbmc/u-boot/arch/arm/dts/versal-mini-emmc1.dts
/openbmc/u-boot/arch/arm/dts/versal-mini.dts
/openbmc/u-boot/arch/arm/dts/zynq-7000.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-cc108.dts
/openbmc/u-boot/arch/arm/dts/zynq-microzed.dts
/openbmc/u-boot/arch/arm/dts/zynq-syzygy-hub.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-zc1275-revB.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu100-revC.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu104-revC.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu106-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu111-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/spl.h
/openbmc/u-boot/arch/arm/include/asm/arch-vf610/imx-regs.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/mach-exynos/Kconfig
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/mmc.h
/openbmc/u-boot/arch/arm/mach-imx/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/Makefile
/openbmc/u-boot/arch/arm/mach-imx/cpu.c
/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610-calibration.c
/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610-calibration.h
/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610.c
/openbmc/u-boot/arch/arm/mach-k3/common.c
/openbmc/u-boot/arch/arm/mach-omap2/boot-common.c
/openbmc/u-boot/arch/arm/mach-s5pc1xx/Kconfig
/openbmc/u-boot/arch/arm/mach-s5pc1xx/Makefile
/openbmc/u-boot/arch/arm/mach-s5pc1xx/pinmux.c
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager.h
/openbmc/u-boot/arch/arm/mach-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_gen5.c
/openbmc/u-boot/arch/arm/mach-versal/Kconfig
/openbmc/u-boot/arch/arm/mach-versal/Makefile
/openbmc/u-boot/arch/arm/mach-versal/cpu.c
/openbmc/u-boot/arch/arm/mach-versal/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-versal/include/mach/sys_proto.h
/openbmc/u-boot/arch/arm/mach-versal/mp.c
/openbmc/u-boot/arch/arm/mach-zynq/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-zynqmp/Kconfig
/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-zynqmp/spl.c
/openbmc/u-boot/arch/mips/dts/brcm,bcm6838.dtsi
/openbmc/u-boot/arch/x86/cpu/i386/call64.S
/openbmc/u-boot/arch/x86/cpu/i386/cpu.c
/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
/openbmc/u-boot/arch/x86/include/asm/string.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/board/BuR/brppt1/board.c
/openbmc/u-boot/board/BuR/brxre1/MAINTAINERS
/openbmc/u-boot/board/BuR/brxre1/board.c
/openbmc/u-boot/board/BuR/common/bur_common.h
/openbmc/u-boot/board/BuR/common/common.c
/openbmc/u-boot/board/alliedtelesis/x530/x530.c
/openbmc/u-boot/board/broadcom/bcm963158/Kconfig
/openbmc/u-boot/board/broadcom/bcm963158/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcm963158/Makefile
/openbmc/u-boot/board/broadcom/bcm963158/bcm963158.c
/openbmc/u-boot/board/broadcom/bcm968580xref/MAINTAINERS
/openbmc/u-boot/board/davinci/da8xxevm/README.da850
/openbmc/u-boot/board/freescale/mx6sabreauto/mx6sabreauto.c
/openbmc/u-boot/board/freescale/mx6sabresd/mx6sabresd.c
/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/gsc.h
/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/logicpd/imx6/imx6logic.c
/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c
/openbmc/u-boot/board/opalkelly/zynq/board.c
/openbmc/u-boot/board/raspberrypi/rpi/rpi.c
/openbmc/u-boot/board/samsung/common/board.c
/openbmc/u-boot/board/samsung/common/exynos5-dt.c
/openbmc/u-boot/board/ti/beagle/beagle.c
/openbmc/u-boot/board/ti/evm/evm.c
/openbmc/u-boot/board/xilinx/common/board.c
/openbmc/u-boot/board/xilinx/versal/board.c
/openbmc/u-boot/board/xilinx/zynq/Makefile
/openbmc/u-boot/board/xilinx/zynq/board.c
/openbmc/u-boot/board/xilinx/zynqmp/Makefile
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/bmp.c
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/cmd/date.c
/openbmc/u-boot/cmd/elf.c
/openbmc/u-boot/cmd/fs.c
/openbmc/u-boot/cmd/sata.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/Makefile
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_usb.c
/openbmc/u-boot/configs/A20-OLinuXino-Lime2-eMMC_defconfig
/openbmc/u-boot/configs/am3517_evm_defconfig
/openbmc/u-boot/configs/am43xx_evm_usbhost_boot_defconfig
/openbmc/u-boot/configs/am43xx_hs_evm_defconfig
/openbmc/u-boot/configs/am57xx_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_usb_defconfig
/openbmc/u-boot/configs/am65x_evm_r5_defconfig
/openbmc/u-boot/configs/avnet_ultra96_rev1_defconfig
/openbmc/u-boot/configs/axs101_defconfig
/openbmc/u-boot/configs/axs103_defconfig
/openbmc/u-boot/configs/bcm963158_ram_defconfig
/openbmc/u-boot/configs/bcm968380gerg_ram_defconfig
/openbmc/u-boot/configs/bcm968580xref_ram_defconfig
/openbmc/u-boot/configs/bitmain_antminer_s9_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/chromebook_link64_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/da850evm_nand_defconfig
/openbmc/u-boot/configs/dra7xx_hs_evm_defconfig
/openbmc/u-boot/configs/dra7xx_hs_evm_usb_defconfig
/openbmc/u-boot/configs/edison_defconfig
/openbmc/u-boot/configs/hikey_defconfig
/openbmc/u-boot/configs/imx6q_logic_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/kp_imx6q_tpc_defconfig
/openbmc/u-boot/configs/mx6sabreauto_defconfig
/openbmc/u-boot/configs/mx6sabresd_defconfig
/openbmc/u-boot/configs/odroid-xu3_defconfig
/openbmc/u-boot/configs/odroid_defconfig
/openbmc/u-boot/configs/omap35_logic_defconfig
/openbmc/u-boot/configs/omap35_logic_somlv_defconfig
/openbmc/u-boot/configs/omap3_beagle_defconfig
/openbmc/u-boot/configs/omap3_evm_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omap3_logic_somlv_defconfig
/openbmc/u-boot/configs/orangepi_zero_plus_defconfig
/openbmc/u-boot/configs/qemu-x86_64_defconfig
/openbmc/u-boot/configs/spring_defconfig
/openbmc/u-boot/configs/stm32f429-discovery_defconfig
/openbmc/u-boot/configs/stm32f429-evaluation_defconfig
/openbmc/u-boot/configs/stm32f469-discovery_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/configs/syzygy_hub_defconfig
/openbmc/u-boot/configs/tbs_a711_defconfig
/openbmc/u-boot/configs/topic_miami_defconfig
/openbmc/u-boot/configs/topic_miamilite_defconfig
/openbmc/u-boot/configs/topic_miamiplus_defconfig
/openbmc/u-boot/configs/xilinx_versal_mini_defconfig
/openbmc/u-boot/configs/xilinx_versal_mini_emmc0_defconfig
/openbmc/u-boot/configs/xilinx_versal_mini_emmc1_defconfig
/openbmc/u-boot/configs/xilinx_versal_virt_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1275_revB_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu100_revC_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revC_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu106_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu111_revA_defconfig
/openbmc/u-boot/configs/zynq_cc108_defconfig
/openbmc/u-boot/configs/zynq_dlc20_rev1_0_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_minized_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_z_turn_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_xm011_x16_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/configs/zynq_zybo_z7_defconfig
/openbmc/u-boot/doc/README.fdt-control
/openbmc/u-boot/doc/README.ti-secure
/openbmc/u-boot/doc/README.uefi
/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32mp1.txt
/openbmc/u-boot/doc/driver-model/of-plat.txt
/openbmc/u-boot/doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt
/openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/csf_uboot.txt
/openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/csf_uboot_fast_authentication.txt
/openbmc/u-boot/doc/imx/habv4/guides/encrypted_boot.txt
/openbmc/u-boot/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt
/openbmc/u-boot/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt
/openbmc/u-boot/doc/imx/habv4/introduction_habv4.txt
/openbmc/u-boot/doc/imx/habv4/script_examples/genIVT.pl
/openbmc/u-boot/drivers/clk/clk_stm32mp1.c
/openbmc/u-boot/drivers/core/uclass.c
/openbmc/u-boot/drivers/fpga/stratix10.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/i2c-uclass.c
/openbmc/u-boot/drivers/i2c/muxes/i2c-mux-uclass.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/misc-uclass.c
/openbmc/u-boot/drivers/mmc/dw_mmc.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/mmc-uclass.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/renesas-sdhi.c
/openbmc/u-boot/drivers/mmc/s5p_sdhci.c
/openbmc/u-boot/drivers/mmc/tmio-common.c
/openbmc/u-boot/drivers/mmc/tmio-common.h
/openbmc/u-boot/drivers/mmc/uniphier-sd.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_spl.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/dwmac_socfpga.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/phy/mv88e61xx.c
/openbmc/u-boot/drivers/pci/pcie_dw_mvebu.c
/openbmc/u-boot/drivers/power/regulator/regulator-uclass.c
/openbmc/u-boot/drivers/scsi/scsi.c
/openbmc/u-boot/drivers/serial/serial_mxc.c
/openbmc/u-boot/drivers/serial/serial_pl01x.c
/openbmc/u-boot/drivers/sound/Kconfig
/openbmc/u-boot/drivers/sound/Makefile
/openbmc/u-boot/drivers/sound/max98088.c
/openbmc/u-boot/drivers/sound/max98088.h
/openbmc/u-boot/drivers/sound/max98090.c
/openbmc/u-boot/drivers/sound/max98095.c
/openbmc/u-boot/drivers/sound/maxim_codec.c
/openbmc/u-boot/drivers/sound/samsung-i2s.c
/openbmc/u-boot/drivers/sound/samsung_sound.c
/openbmc/u-boot/drivers/spi/zynqmp_gqspi.c
/openbmc/u-boot/drivers/timer/tsc_timer.c
/openbmc/u-boot/drivers/usb/host/ehci-mx6.c
/openbmc/u-boot/drivers/video/sunxi/sunxi_display.c
/openbmc/u-boot/drivers/video/video_bmp.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/bcm6345_wdt.c
/openbmc/u-boot/dts/Kconfig
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/fs.c
/openbmc/u-boot/include/bootm.h
/openbmc/u-boot/include/charset.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/am57xx_evm.h
/openbmc/u-boot/include/configs/am65x_evm.h
/openbmc/u-boot/include/configs/axs10x.h
/openbmc/u-boot/include/configs/broadcom_bcm963158.h
/openbmc/u-boot/include/configs/brxre1.h
/openbmc/u-boot/include/configs/hikey.h
/openbmc/u-boot/include/configs/hsdk.h
/openbmc/u-boot/include/configs/imx6_logic.h
/openbmc/u-boot/include/configs/odroid.h
/openbmc/u-boot/include/configs/odroid_xu3.h
/openbmc/u-boot/include/configs/omap3_cairo.h
/openbmc/u-boot/include/configs/syzygy_hub.h
/openbmc/u-boot/include/configs/xilinx_versal.h
/openbmc/u-boot/include/configs/xilinx_versal_mini.h
/openbmc/u-boot/include/configs/xilinx_versal_mini_qspi.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/zynq-common.h
uclass-id.h
/openbmc/u-boot/include/dt-bindings/clock/stm32mp1-clks.h
/openbmc/u-boot/include/dwmmc.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/fdtdec.h
/openbmc/u-boot/include/i2s.h
/openbmc/u-boot/include/initcall.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/power/regulator.h
/openbmc/u-boot/include/samsung/misc.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/test/lib.h
/openbmc/u-boot/include/test/suites.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/charset.c
/openbmc/u-boot/lib/efi_driver/efi_uclass.c
/openbmc/u-boot/lib/efi_loader/Kconfig
/openbmc/u-boot/lib/efi_loader/Makefile
/openbmc/u-boot/lib/efi_loader/efi_bootmgr.c
/openbmc/u-boot/lib/efi_loader/efi_boottime.c
/openbmc/u-boot/lib/efi_loader/efi_device_path.c
/openbmc/u-boot/lib/efi_loader/efi_file.c
/openbmc/u-boot/lib/efi_loader/efi_freestanding.c
/openbmc/u-boot/lib/efi_loader/efi_hii.c
/openbmc/u-boot/lib/efi_loader/efi_hii_config.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/efi_loader/efi_setup.c
/openbmc/u-boot/lib/efi_loader/efi_variable.c
/openbmc/u-boot/lib/efi_loader/helloworld.c
/openbmc/u-boot/lib/efi_selftest/Makefile
/openbmc/u-boot/lib/efi_selftest/efi_selftest_block_device.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_events.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_hii.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_hii_data.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_loadimage.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_snp.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_startimage_exit.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_startimage_return.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_tpl.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_variables.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/hashtable.c
/openbmc/u-boot/lib/tpm-v1.c
/openbmc/u-boot/lib/vsprintf.c
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/Kconfig
/openbmc/u-boot/test/cmd_ut.c
/openbmc/u-boot/test/dm/core.c
/openbmc/u-boot/test/dm/regulator.c
/openbmc/u-boot/test/dm/test-fdt.c
/openbmc/u-boot/test/env/Makefile
/openbmc/u-boot/test/env/hashtable.c
/openbmc/u-boot/test/lib/Makefile
/openbmc/u-boot/test/lib/cmd_ut_lib.c
/openbmc/u-boot/test/lib/string.c
/openbmc/u-boot/test/py/conftest.py
/openbmc/u-boot/test/py/tests/test_net.py
/openbmc/u-boot/test/unicode_ut.c
/openbmc/u-boot/tools/buildman/builderthread.py
/openbmc/u-boot/tools/buildman/control.py
/openbmc/u-boot/tools/k3_x509template.txt
/openbmc/u-boot/tools/moveconfig.py
83e4c7e931-Jan-2019 Michal Simek <michal.simek@xilinx.com>

dm: core: Introduce dev_read_alias_highest_id()

It is wrapper for calling of_alias_get_highest_id() when live tree is
enabled and fdtdec_get_alias_highest_id() if not.

Signed-off-by: Michal Simek <

dm: core: Introduce dev_read_alias_highest_id()

It is wrapper for calling of_alias_get_highest_id() when live tree is
enabled and fdtdec_get_alias_highest_id() if not.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

5ebc7c7e31-Jan-2019 Michal Simek <michal.simek@xilinx.com>

dm: core: Add of_alias_get_highest_id()

The same functionality was added to Linux for i2c bus registration with this
commit message:

"
of: base: add function to get highest id of an alias stem

I2C

dm: core: Add of_alias_get_highest_id()

The same functionality was added to Linux for i2c bus registration with this
commit message:

"
of: base: add function to get highest id of an alias stem

I2C supports adding adapters using either a dynamic or fixed id. The
latter is provided by aliases in the DT case. To prevent id collisions
of those two types, install this function which gives us the highest
fixed id, so we can then let the dynamically created ones come after
this highest number.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
"

Add it also to U-Boot for DM I2C support.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/.github/pull_request_template.md
/openbmc/u-boot/.travis.yml
/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arc/Kconfig
/openbmc/u-boot/arch/arc/include/asm/cache.h
/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/cpu/arm1136/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/armv8/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
/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/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/u-boot-spl.lds
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-base0033.dts
/openbmc/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-igep0033.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-pdu001.dts
/openbmc/u-boot/arch/arm/dts/am335x-shc-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-shc.dts
/openbmc/u-boot/arch/arm/dts/am335x-sl50.dts
/openbmc/u-boot/arch/arm/dts/am33xx-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am3517-evm.dts
/openbmc/u-boot/arch/arm/dts/am4372-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/armada-3720-turris-mox.dts
/openbmc/u-boot/arch/arm/dts/armada-3720-uDPU-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/armada-3720-uDPU.dts
/openbmc/u-boot/arch/arm/dts/armada-375.dtsi
/openbmc/u-boot/arch/arm/dts/armada-380.dtsi
/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530.dts
/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530.dtsi
/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530DP.dts
/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530DP.dtsi
/openbmc/u-boot/arch/arm/dts/armada-385.dtsi
/openbmc/u-boot/arch/arm/dts/armada-388-clearfog.dts
/openbmc/u-boot/arch/arm/dts/armada-388.dtsi
/openbmc/u-boot/arch/arm/dts/armada-38x-controlcenterdc.dts
/openbmc/u-boot/arch/arm/dts/armada-38x.dtsi
/openbmc/u-boot/arch/arm/dts/armada-ap806.dtsi
/openbmc/u-boot/arch/arm/dts/armada-xp-mv78230.dtsi
/openbmc/u-boot/arch/arm/dts/armada-xp-mv78260.dtsi
/openbmc/u-boot/arch/arm/dts/armada-xp-mv78460.dtsi
/openbmc/u-boot/arch/arm/dts/armada-xp-theadorable.dts
/openbmc/u-boot/arch/arm/dts/da850-evm.dts
/openbmc/u-boot/arch/arm/dts/dragonboard410c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard820c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard820c.dts
/openbmc/u-boot/arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-imx8qxp-mek.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls2088a-rdb-qspi.dts
/openbmc/u-boot/arch/arm/dts/hi3798cv200-poplar.dts
/openbmc/u-boot/arch/arm/dts/hi3798cv200.dtsi
/openbmc/u-boot/arch/arm/dts/hi6220-hikey-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/hi6220-hikey.dts
/openbmc/u-boot/arch/arm/dts/hi6220.dtsi
/openbmc/u-boot/arch/arm/dts/imx53-cx9020.dts
/openbmc/u-boot/arch/arm/dts/imx53.dtsi
/openbmc/u-boot/arch/arm/dts/imx6-logicpd-baseboard.dtsi
/openbmc/u-boot/arch/arm/dts/imx6-logicpd-som.dtsi
/openbmc/u-boot/arch/arm/dts/imx6q-logicpd.dts
/openbmc/u-boot/arch/arm/dts/imx6ul-pcl063.dtsi
/openbmc/u-boot/arch/arm/dts/imx6ul-phycore-segin.dts
/openbmc/u-boot/arch/arm/dts/imx7-colibri-emmc.dts
/openbmc/u-boot/arch/arm/dts/imx7-colibri-rawnand.dts
/openbmc/u-boot/arch/arm/dts/imx7-colibri.dtsi
/openbmc/u-boot/arch/arm/dts/imx7d-pinfunc.h
/openbmc/u-boot/arch/arm/dts/imx7s-warp.dts
/openbmc/u-boot/arch/arm/dts/ls1021a-iot.dtsi
/openbmc/u-boot/arch/arm/dts/ls1021a-qds.dtsi
/openbmc/u-boot/arch/arm/dts/ls1021a-twr.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gx-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxbb-nanopi-k2-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-khadas-vim-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-khadas-vim.dts
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-libretech-cc-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dts
/openbmc/u-boot/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxm-khadas-vim2.dts
/openbmc/u-boot/arch/arm/dts/mt7623.dtsi
/openbmc/u-boot/arch/arm/dts/mt7623n-bananapi-bpi-r2.dts
/openbmc/u-boot/arch/arm/dts/mt7629-rfb.dts
/openbmc/u-boot/arch/arm/dts/mt7629.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-igep.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-igep0020-common.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-igep0020-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-igep0020.dts
/openbmc/u-boot/arch/arm/dts/omap5-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/poplar-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/rk322x.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288-veyron-jerry.dts
/openbmc/u-boot/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288-veyron-speedy.dts
/openbmc/u-boot/arch/arm/dts/rk3288-veyron.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-firefly.dts
/openbmc/u-boot/arch/arm/dts/rk3399-gru-bob.dts
/openbmc/u-boot/arch/arm/dts/rk3399-gru-chromebook.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-gru-kevin.dts
/openbmc/u-boot/arch/arm/dts/rk3399-gru.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-op1-opp.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-puma.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-sdram-lpddr3-samsung-4GB-1866.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria10.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pinebook-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-h5-emlid-neutis-n5-devboard.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5-emlid-neutis-n5.dtsi
/openbmc/u-boot/arch/arm/dts/sun9i-a80-cubieboard4.dts
/openbmc/u-boot/arch/arm/dts/sun9i-a80-cx-a99.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-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-topic-miamiplus.dts
/openbmc/u-boot/arch/arm/dts/zynqmp.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fsl_icid.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-hi3798cv200/hi3798cv200.h
/openbmc/u-boot/arch/arm/include/asm/arch-mediatek/reset.h
/openbmc/u-boot/arch/arm/include/asm/arch-meson/meson-vpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/periph.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ccu.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-vf610/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-vf610/iomux-vf610.h
/openbmc/u-boot/arch/arm/include/asm/dma-mapping.h
/openbmc/u-boot/arch/arm/include/asm/mach-imx/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/pl310.h
/openbmc/u-boot/arch/arm/lib/bootm.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-exynos/include/mach/system.h
/openbmc/u-boot/arch/arm/mach-imx/Makefile
/openbmc/u-boot/arch/arm/mach-imx/cache.c
/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610.c
/openbmc/u-boot/arch/arm/mach-imx/hab.c
/openbmc/u-boot/arch/arm/mach-imx/imx8/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/imx8/cpu.c
/openbmc/u-boot/arch/arm/mach-imx/imx8m/clock.c
/openbmc/u-boot/arch/arm/mach-imx/misc.c
/openbmc/u-boot/arch/arm/mach-imx/mkimage_fit_atf.sh
/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/mx7/soc.c
/openbmc/u-boot/arch/arm/mach-imx/spl.c
/openbmc/u-boot/arch/arm/mach-imx/video.c
/openbmc/u-boot/arch/arm/mach-k3/am6_init.c
/openbmc/u-boot/arch/arm/mach-k3/arm64-mmu.c
/openbmc/u-boot/arch/arm/mach-meson/board-gx.c
/openbmc/u-boot/arch/arm/mach-mvebu/Kconfig
/openbmc/u-boot/arch/arm/mach-mvebu/arm64-common.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-omap2/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/boot-common.c
/openbmc/u-boot/arch/arm/mach-omap2/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-rockchip/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/boot_mode.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036-board.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3188-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3188-board.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk322x-board.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/rk3368-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3368-board-tpl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/spl-boot-order.c
/openbmc/u-boot/arch/arm/mach-snapdragon/Makefile
/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8096.c
/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/sysmap-apq8096.h
/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-apq8016.c
/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-apq8096.c
/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-snapdragon.c
/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-snapdragon.h
/openbmc/u-boot/arch/arm/mach-socfpga/spl_a10.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl_s10.c
/openbmc/u-boot/arch/arm/mach-stm32mp/config.mk
/openbmc/u-boot/arch/arm/mach-sunxi/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/arm64-mmu.c
/openbmc/u-boot/arch/arm/mach-zynq/Kconfig
/openbmc/u-boot/arch/arm/mach-zynq/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-zynq/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-zynqmp/Kconfig
/openbmc/u-boot/arch/arm/mach-zynqmp/Makefile
/openbmc/u-boot/arch/arm/mach-zynqmp/clk.c
/openbmc/u-boot/arch/arm/mach-zynqmp/cpu.c
/openbmc/u-boot/arch/arm/mach-zynqmp/handoff.c
/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/clk.h
/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/psu_init_gpl.h
/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/sys_proto.h
/openbmc/u-boot/arch/arm/mach-zynqmp/mp.c
/openbmc/u-boot/arch/arm/mach-zynqmp/psu_spl_init.c
/openbmc/u-boot/arch/arm/mach-zynqmp/spl.c
/openbmc/u-boot/arch/mips/cpu/u-boot-spl.lds
/openbmc/u-boot/arch/mips/cpu/u-boot.lds
/openbmc/u-boot/arch/mips/dts/Makefile
/openbmc/u-boot/arch/mips/dts/gardena-smart-gateway-mt7688.dts
/openbmc/u-boot/arch/mips/dts/jr2_pcb110.dts
/openbmc/u-boot/arch/mips/dts/jr2_pcb111.dts
/openbmc/u-boot/arch/mips/dts/luton_pcb090.dts
/openbmc/u-boot/arch/mips/dts/luton_pcb091.dts
/openbmc/u-boot/arch/mips/dts/mscc,jr2.dtsi
/openbmc/u-boot/arch/mips/dts/mscc,luton.dtsi
/openbmc/u-boot/arch/mips/dts/mscc,ocelot.dtsi
/openbmc/u-boot/arch/mips/dts/mscc,serval.dtsi
/openbmc/u-boot/arch/mips/dts/mscc,servalt.dtsi
/openbmc/u-boot/arch/mips/dts/ocelot_pcb120.dts
/openbmc/u-boot/arch/mips/dts/ocelot_pcb123.dts
/openbmc/u-boot/arch/mips/dts/serval2_pcb112.dts
/openbmc/u-boot/arch/mips/dts/serval_pcb105.dts
/openbmc/u-boot/arch/mips/dts/serval_pcb106.dts
/openbmc/u-boot/arch/mips/dts/servalt_pcb116.dts
/openbmc/u-boot/arch/mips/mach-mscc/Kconfig
/openbmc/u-boot/arch/mips/mach-mscc/Makefile
/openbmc/u-boot/arch/mips/mach-mscc/cpu.c
/openbmc/u-boot/arch/mips/mach-mscc/dram.c
/openbmc/u-boot/arch/mips/mach-mscc/gpio.c
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/common.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ddr.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb_miim_regs.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2_icpu_cfg.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb_miim_regs.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb_miim_regs.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb_miim_regs.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval_icpu_cfg.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb_miim_regs.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt_icpu_cfg.h
/openbmc/u-boot/arch/mips/mach-mscc/phy.c
/openbmc/u-boot/arch/mips/mach-mscc/reset.c
/openbmc/u-boot/arch/nds32/config.mk
/openbmc/u-boot/arch/nds32/dts/ae3xx.dts
/openbmc/u-boot/arch/nds32/dts/ag101p.dts
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/config.mk
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/start.S
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/config.mk
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
/openbmc/u-boot/arch/riscv/config.mk
/openbmc/u-boot/arch/riscv/cpu/ax25/cache.c
/openbmc/u-boot/arch/riscv/lib/cache.c
/openbmc/u-boot/arch/riscv/lib/interrupts.c
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/cpu/sdl.c
/openbmc/u-boot/arch/sandbox/dts/sandbox.dts
/openbmc/u-boot/arch/sandbox/dts/sandbox64.dts
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/io.h
/openbmc/u-boot/arch/sh/include/asm/bitops.h
/openbmc/u-boot/arch/x86/cpu/qemu/Kconfig
/openbmc/u-boot/arch/x86/cpu/quark/Kconfig
/openbmc/u-boot/arch/x86/cpu/u-boot-spl.lds
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/board/Barix/ipam390/u-boot-spl-ipam390.lds
/openbmc/u-boot/board/CZ.NIC/turris_mox/Makefile
/openbmc/u-boot/board/CZ.NIC/turris_mox/mox_sp.c
/openbmc/u-boot/board/CZ.NIC/turris_mox/mox_sp.h
/openbmc/u-boot/board/CZ.NIC/turris_mox/turris_mox.c
/openbmc/u-boot/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
/openbmc/u-boot/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/MAINTAINERS
/openbmc/u-boot/board/alliedtelesis/common/gpio_hog.c
/openbmc/u-boot/board/alliedtelesis/common/gpio_hog.h
/openbmc/u-boot/board/alliedtelesis/x530/MAINTAINERS
/openbmc/u-boot/board/alliedtelesis/x530/Makefile
/openbmc/u-boot/board/alliedtelesis/x530/kwbimage.cfg
/openbmc/u-boot/board/alliedtelesis/x530/x530.c
/openbmc/u-boot/board/bosch/shc/MAINTAINERS
/openbmc/u-boot/board/bosch/shc/board.c
/openbmc/u-boot/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
/openbmc/u-boot/board/freescale/imx8mq_evk/README
/openbmc/u-boot/board/freescale/imx8qxp_mek/Makefile
/openbmc/u-boot/board/freescale/imx8qxp_mek/README
/openbmc/u-boot/board/freescale/imx8qxp_mek/imximage.cfg
/openbmc/u-boot/board/freescale/imx8qxp_mek/spl.c
/openbmc/u-boot/board/freescale/ls1046aqds/eth.c
/openbmc/u-boot/board/freescale/ls1088a/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1088a/ddr.c
/openbmc/u-boot/board/freescale/ls1088a/ls1088a.c
/openbmc/u-boot/board/freescale/ls2080a/MAINTAINERS
/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/ls2080aqds.c
/openbmc/u-boot/board/freescale/ls2080ardb/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080ardb/ddr.c
/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb.c
/openbmc/u-boot/board/freescale/mpc8536ds/MAINTAINERS
/openbmc/u-boot/board/freescale/mpc8541cds/MAINTAINERS
/openbmc/u-boot/board/freescale/mpc8544ds/MAINTAINERS
/openbmc/u-boot/board/freescale/mpc8548cds/MAINTAINERS
/openbmc/u-boot/board/freescale/mpc8555cds/MAINTAINERS
/openbmc/u-boot/board/freescale/mpc8568mds/MAINTAINERS
/openbmc/u-boot/board/freescale/mpc8569mds/MAINTAINERS
/openbmc/u-boot/board/freescale/mpc8572ds/MAINTAINERS
/openbmc/u-boot/board/freescale/mpc8610hpcd/MAINTAINERS
/openbmc/u-boot/board/freescale/mpc8641hpcn/MAINTAINERS
/openbmc/u-boot/board/gdsys/a38x/controlcenterdc.c
/openbmc/u-boot/board/google/gru/Kconfig
/openbmc/u-boot/board/google/gru/MAINTAINERS
/openbmc/u-boot/board/google/gru/Makefile
/openbmc/u-boot/board/google/gru/gru.c
/openbmc/u-boot/board/google/veyron/Kconfig
/openbmc/u-boot/board/google/veyron/MAINTAINERS
/openbmc/u-boot/board/hisilicon/poplar/poplar.c
/openbmc/u-boot/board/isee/igep003x/MAINTAINERS
/openbmc/u-boot/board/isee/igep00x0/Kconfig
/openbmc/u-boot/board/isee/igep00x0/MAINTAINERS
/openbmc/u-boot/board/kobol/helios4/helios4.c
/openbmc/u-boot/board/logicpd/imx6/MAINTAINERS
/openbmc/u-boot/board/logicpd/imx6/README
/openbmc/u-boot/board/logicpd/imx6/imx6logic.c
/openbmc/u-boot/board/mediatek/mt7623/mt7623_rfb.c
/openbmc/u-boot/board/mscc/common/Makefile
/openbmc/u-boot/board/mscc/common/spi.c
/openbmc/u-boot/board/mscc/jr2/Kconfig
/openbmc/u-boot/board/mscc/jr2/Makefile
/openbmc/u-boot/board/mscc/jr2/jr2.c
/openbmc/u-boot/board/mscc/luton/luton.c
/openbmc/u-boot/board/mscc/ocelot/ocelot.c
/openbmc/u-boot/board/mscc/serval/Kconfig
/openbmc/u-boot/board/mscc/serval/Makefile
/openbmc/u-boot/board/mscc/serval/serval.c
/openbmc/u-boot/board/mscc/servalt/Kconfig
/openbmc/u-boot/board/mscc/servalt/Makefile
/openbmc/u-boot/board/mscc/servalt/servalt.c
/openbmc/u-boot/board/phytec/pcl063/Kconfig
/openbmc/u-boot/board/phytec/pcl063/MAINTAINERS
/openbmc/u-boot/board/phytec/pcl063/Makefile
/openbmc/u-boot/board/phytec/pcl063/README
/openbmc/u-boot/board/phytec/pcl063/pcl063.c
/openbmc/u-boot/board/phytec/pcl063/spl.c
/openbmc/u-boot/board/rockchip/evb_rk3399/README
/openbmc/u-boot/board/samsung/common/exynos-uboot-spl.lds
/openbmc/u-boot/board/solidrun/clearfog/clearfog.c
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/technexion/pico-imx7d/pico-imx7d.c
/openbmc/u-boot/board/theadorable/theadorable.c
/openbmc/u-boot/board/ti/am335x/MAINTAINERS
/openbmc/u-boot/board/ti/am43xx/MAINTAINERS
/openbmc/u-boot/board/topic/zynq/zynq-topic-miamiplus/ps7_init_gpl.c
/openbmc/u-boot/board/toradex/colibri_imx7/MAINTAINERS
/openbmc/u-boot/board/toradex/colibri_imx7/colibri_imx7.c
/openbmc/u-boot/board/toradex/colibri_vf/colibri_vf.c
/openbmc/u-boot/board/warp7/warp7.c
/openbmc/u-boot/board/work-microwave/work_92105/Kconfig
/openbmc/u-boot/board/xilinx/zynqmp/cmds.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/cmd/adc.c
/openbmc/u-boot/cmd/dtimg.c
/openbmc/u-boot/cmd/gpio.c
/openbmc/u-boot/cmd/help.c
/openbmc/u-boot/cmd/mmc.c
/openbmc/u-boot/cmd/mtd.c
/openbmc/u-boot/cmd/nvedit.c
/openbmc/u-boot/cmd/sf.c
/openbmc/u-boot/cmd/tpm-v2.c
/openbmc/u-boot/cmd/ubi.c
/openbmc/u-boot/cmd/unzip.c
/openbmc/u-boot/cmd/ximg.c
/openbmc/u-boot/cmd/zip.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/cli.c
/openbmc/u-boot/common/command.c
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/Makefile
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/spl/spl_ram.c
/openbmc/u-boot/common/spl/spl_ymodem.c
/openbmc/u-boot/common/xyzModem.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-eMMC_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime2_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime_defconfig
/openbmc/u-boot/configs/A20-OLinuXino_MICRO-eMMC_defconfig
/openbmc/u-boot/configs/A20-OLinuXino_MICRO_defconfig
/openbmc/u-boot/configs/A20-Olimex-SOM-EVB_defconfig
/openbmc/u-boot/configs/A20-Olimex-SOM204-EVB-eMMC_defconfig
/openbmc/u-boot/configs/A20-Olimex-SOM204-EVB_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/Bananapi_m2m_defconfig
/openbmc/u-boot/configs/Bananapro_defconfig
/openbmc/u-boot/configs/CHIP_defconfig
/openbmc/u-boot/configs/CHIP_pro_defconfig
/openbmc/u-boot/configs/CSQ_CS908_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/Hummingbird_A31_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/MCR3000_defconfig
/openbmc/u-boot/configs/MK808C_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/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_Plus_defconfig
/openbmc/u-boot/configs/Sinovoip_BPI_M2_defconfig
/openbmc/u-boot/configs/Sinovoip_BPI_M3_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/a64-olinuxino_defconfig
/openbmc/u-boot/configs/alt_defconfig
/openbmc/u-boot/configs/am335x_baltos_defconfig
/openbmc/u-boot/configs/am335x_boneblack_vboot_defconfig
/openbmc/u-boot/configs/am335x_evm_defconfig
/openbmc/u-boot/configs/am335x_hs_evm_defconfig
/openbmc/u-boot/configs/am335x_hs_evm_uart_defconfig
/openbmc/u-boot/configs/am335x_igep003x_defconfig
/openbmc/u-boot/configs/am335x_pdu001_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_sdboot_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/am43xx_evm_defconfig
/openbmc/u-boot/configs/am43xx_evm_qspiboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_rtconly_defconfig
/openbmc/u-boot/configs/am43xx_evm_usbhost_boot_defconfig
/openbmc/u-boot/configs/am43xx_hs_evm_defconfig
/openbmc/u-boot/configs/am57xx_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_defconfig
/openbmc/u-boot/configs/am65x_evm_a53_defconfig
/openbmc/u-boot/configs/am65x_evm_r5_defconfig
/openbmc/u-boot/configs/amarula_a64_relic_defconfig
/openbmc/u-boot/configs/ap121_defconfig
/openbmc/u-boot/configs/ap143_defconfig
/openbmc/u-boot/configs/apalis-tk1_defconfig
/openbmc/u-boot/configs/apalis_imx6_defconfig
/openbmc/u-boot/configs/apalis_imx6_nospl_com_defconfig
/openbmc/u-boot/configs/apalis_imx6_nospl_it_defconfig
/openbmc/u-boot/configs/apalis_t30_defconfig
/openbmc/u-boot/configs/aristainetos2_defconfig
/openbmc/u-boot/configs/aristainetos2b_defconfig
/openbmc/u-boot/configs/aristainetos_defconfig
/openbmc/u-boot/configs/arndale_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/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/avnet_ultra96_rev1_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/bananapi_m1_plus_defconfig
/openbmc/u-boot/configs/bananapi_m64_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/bcm968380gerg_ram_defconfig
/openbmc/u-boot/configs/bcm968580_ram_defconfig
/openbmc/u-boot/configs/beaver_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/blanche_defconfig
/openbmc/u-boot/configs/boston32r2_defconfig
/openbmc/u-boot/configs/boston32r2el_defconfig
/openbmc/u-boot/configs/boston32r6_defconfig
/openbmc/u-boot/configs/boston32r6el_defconfig
/openbmc/u-boot/configs/boston64r2_defconfig
/openbmc/u-boot/configs/boston64r2el_defconfig
/openbmc/u-boot/configs/boston64r6_defconfig
/openbmc/u-boot/configs/boston64r6el_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/bubblegum_96_defconfig
/openbmc/u-boot/configs/cardhu_defconfig
/openbmc/u-boot/configs/cei-tk1-som_defconfig
/openbmc/u-boot/configs/cgtqmx6eval_defconfig
/openbmc/u-boot/configs/chiliboard_defconfig
/openbmc/u-boot/configs/chromebit_mickey_defconfig
/openbmc/u-boot/configs/chromebook_bob_defconfig
/openbmc/u-boot/configs/chromebook_jerry_defconfig
/openbmc/u-boot/configs/chromebook_minnie_defconfig
/openbmc/u-boot/configs/chromebook_speedy_defconfig
/openbmc/u-boot/configs/ci20_mmc_defconfig
/openbmc/u-boot/configs/cl-som-am57x_defconfig
/openbmc/u-boot/configs/cl-som-imx7_defconfig
/openbmc/u-boot/configs/clearfog_defconfig
/openbmc/u-boot/configs/clearfog_gt_8k_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/colibri-imx6ull_defconfig
/openbmc/u-boot/configs/colibri_imx6_defconfig
/openbmc/u-boot/configs/colibri_imx6_nospl_defconfig
/openbmc/u-boot/configs/colibri_imx7_defconfig
/openbmc/u-boot/configs/colibri_imx7_emmc_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/comtrend_ar5315u_ram_defconfig
/openbmc/u-boot/configs/comtrend_ar5387un_ram_defconfig
/openbmc/u-boot/configs/comtrend_ct5361_ram_defconfig
/openbmc/u-boot/configs/comtrend_vr3032u_ram_defconfig
/openbmc/u-boot/configs/comtrend_wap5813n_ram_defconfig
/openbmc/u-boot/configs/controlcenterdc_defconfig
/openbmc/u-boot/configs/da850evm_defconfig
/openbmc/u-boot/configs/da850evm_direct_nor_defconfig
/openbmc/u-boot/configs/da850evm_nand_defconfig
/openbmc/u-boot/configs/dalmore_defconfig
/openbmc/u-boot/configs/db-88f6820-amc_defconfig
/openbmc/u-boot/configs/db-88f6820-gp_defconfig
/openbmc/u-boot/configs/db-mv784mp-gp_defconfig
/openbmc/u-boot/configs/dh_imx6_defconfig
/openbmc/u-boot/configs/display5_defconfig
/openbmc/u-boot/configs/display5_factory_defconfig
/openbmc/u-boot/configs/dms-ba16-1g_defconfig
/openbmc/u-boot/configs/dms-ba16_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/dragonboard410c_defconfig
/openbmc/u-boot/configs/dragonboard820c_defconfig
/openbmc/u-boot/configs/ds109_defconfig
/openbmc/u-boot/configs/ds414_defconfig
/openbmc/u-boot/configs/duovero_defconfig
/openbmc/u-boot/configs/e2220-1170_defconfig
/openbmc/u-boot/configs/eco5pk_defconfig
/openbmc/u-boot/configs/elgin-rv1108_defconfig
/openbmc/u-boot/configs/emlid_neutis_n5_devboard_defconfig
/openbmc/u-boot/configs/emsdp_defconfig
/openbmc/u-boot/configs/etamin_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-px5_defconfig
/openbmc/u-boot/configs/evb-rk3036_defconfig
/openbmc/u-boot/configs/evb-rk3128_defconfig
/openbmc/u-boot/configs/evb-rk3229_defconfig
/openbmc/u-boot/configs/evb-rk3288_defconfig
/openbmc/u-boot/configs/evb-rk3328_defconfig
/openbmc/u-boot/configs/evb-rk3399_defconfig
/openbmc/u-boot/configs/evb-rv1108_defconfig
/openbmc/u-boot/configs/fennec-rk3288_defconfig
/openbmc/u-boot/configs/ficus-rk3399_defconfig
/openbmc/u-boot/configs/firefly-rk3288_defconfig
/openbmc/u-boot/configs/firefly-rk3399_defconfig
/openbmc/u-boot/configs/ga10h_v1_1_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688-ram_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688_defconfig
/openbmc/u-boot/configs/ge_bx50v3_defconfig
/openbmc/u-boot/configs/geekbox_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/gurnard_defconfig
/openbmc/u-boot/configs/gwventana_emmc_defconfig
/openbmc/u-boot/configs/gwventana_gw5904_defconfig
/openbmc/u-boot/configs/gwventana_nand_defconfig
/openbmc/u-boot/configs/h8_homlet_v2_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/helios4_defconfig
/openbmc/u-boot/configs/hikey_defconfig
/openbmc/u-boot/configs/huawei_hg556a_ram_defconfig
/openbmc/u-boot/configs/i12-tvbox_defconfig
/openbmc/u-boot/configs/icnova-a20-swac_defconfig
/openbmc/u-boot/configs/igep00x0_defconfig
/openbmc/u-boot/configs/imgtec_xilfpga_defconfig
/openbmc/u-boot/configs/imx6dl_icore_nand_defconfig
/openbmc/u-boot/configs/imx6dl_mamoj_defconfig
/openbmc/u-boot/configs/imx6q_icore_nand_defconfig
/openbmc/u-boot/configs/imx6q_logic_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_mipi_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_mmc_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_nand_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_rqs_defconfig
/openbmc/u-boot/configs/imx6ul_geam_mmc_defconfig
/openbmc/u-boot/configs/imx6ul_geam_nand_defconfig
/openbmc/u-boot/configs/imx6ul_isiot_emmc_defconfig
/openbmc/u-boot/configs/imx6ul_isiot_nand_defconfig
/openbmc/u-boot/configs/imx8mq_evk_defconfig
/openbmc/u-boot/configs/imx8qxp_mek_defconfig
/openbmc/u-boot/configs/inet1_defconfig
/openbmc/u-boot/configs/inet_q972_defconfig
/openbmc/u-boot/configs/iot_devkit_defconfig
/openbmc/u-boot/configs/jesurun_q5_defconfig
/openbmc/u-boot/configs/jetson-tk1_defconfig
/openbmc/u-boot/configs/k2e_evm_defconfig
/openbmc/u-boot/configs/k2e_hs_evm_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2g_hs_evm_defconfig
/openbmc/u-boot/configs/k2hk_evm_defconfig
/openbmc/u-boot/configs/k2hk_hs_evm_defconfig
/openbmc/u-boot/configs/k2l_evm_defconfig
/openbmc/u-boot/configs/k2l_hs_evm_defconfig
/openbmc/u-boot/configs/khadas-vim2_defconfig
/openbmc/u-boot/configs/khadas-vim_defconfig
/openbmc/u-boot/configs/koelsch_defconfig
/openbmc/u-boot/configs/kp_imx6q_tpc_defconfig
/openbmc/u-boot/configs/kylin-rk3036_defconfig
/openbmc/u-boot/configs/lager_defconfig
/openbmc/u-boot/configs/libretech-cc_defconfig
/openbmc/u-boot/configs/libretech_all_h3_cc_h2_plus_defconfig
/openbmc/u-boot/configs/libretech_all_h3_cc_h3_defconfig
/openbmc/u-boot/configs/libretech_all_h3_cc_h5_defconfig
/openbmc/u-boot/configs/lion-rk3368_defconfig
/openbmc/u-boot/configs/liteboard_defconfig
/openbmc/u-boot/configs/ls1012a2g5rdb_qspi_defconfig
/openbmc/u-boot/configs/ls1012a2g5rdb_tfa_defconfig
/openbmc/u-boot/configs/ls1012afrdm_qspi_defconfig
/openbmc/u-boot/configs/ls1012afrdm_tfa_defconfig
/openbmc/u-boot/configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012afrwy_qspi_defconfig
/openbmc/u-boot/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012afrwy_tfa_defconfig
/openbmc/u-boot/configs/ls1012aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012ardb_tfa_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_SECURE_BOOT_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/ls1043aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1043ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_defconfig
/openbmc/u-boot/configs/ls1043ardb_nand_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_nand_defconfig
/openbmc/u-boot/configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_tfa_defconfig
/openbmc/u-boot/configs/ls1046aqds_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046aqds_lpuart_defconfig
/openbmc/u-boot/configs/ls1046aqds_nand_defconfig
/openbmc/u-boot/configs/ls1046aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1046aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1046aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1046ardb_emmc_defconfig
/openbmc/u-boot/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_qspi_spl_defconfig
/openbmc/u-boot/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_tfa_defconfig
/openbmc/u-boot/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1088aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1088aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1088aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_tfa_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/ls2080aqds_sdcard_defconfig
/openbmc/u-boot/configs/ls2080ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080ardb_nand_defconfig
/openbmc/u-boot/configs/ls2081ardb_defconfig
/openbmc/u-boot/configs/ls2088aqds_tfa_defconfig
/openbmc/u-boot/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2088ardb_qspi_defconfig
/openbmc/u-boot/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2088ardb_tfa_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_defconfig
/openbmc/u-boot/configs/m53menlo_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/marsboard_defconfig
/openbmc/u-boot/configs/maxbcm_defconfig
/openbmc/u-boot/configs/mccmon6_nor_defconfig
/openbmc/u-boot/configs/mccmon6_sd_defconfig
/openbmc/u-boot/configs/mcx_defconfig
/openbmc/u-boot/configs/medcom-wide_defconfig
/openbmc/u-boot/configs/miqi-rk3288_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/mscc_jr2_defconfig
/openbmc/u-boot/configs/mscc_luton_defconfig
/openbmc/u-boot/configs/mscc_ocelot_defconfig
/openbmc/u-boot/configs/mscc_serval_defconfig
/openbmc/u-boot/configs/mscc_servalt_defconfig
/openbmc/u-boot/configs/mt7623n_bpir2_defconfig
/openbmc/u-boot/configs/mt7629_rfb_defconfig
/openbmc/u-boot/configs/mt_ventoux_defconfig
/openbmc/u-boot/configs/mvebu_db-88f3720_defconfig
/openbmc/u-boot/configs/mvebu_db_armada8k_defconfig
/openbmc/u-boot/configs/mvebu_espressobin-88f3720_defconfig
/openbmc/u-boot/configs/mvebu_mcbin-88f8040_defconfig
/openbmc/u-boot/configs/mx53cx9020_defconfig
/openbmc/u-boot/configs/mx53ppd_defconfig
/openbmc/u-boot/configs/mx6cuboxi_defconfig
/openbmc/u-boot/configs/mx6dlarm2_defconfig
/openbmc/u-boot/configs/mx6dlarm2_lpddr2_defconfig
/openbmc/u-boot/configs/mx6memcal_defconfig
/openbmc/u-boot/configs/mx6qarm2_defconfig
/openbmc/u-boot/configs/mx6qarm2_lpddr2_defconfig
/openbmc/u-boot/configs/mx6qsabrelite_defconfig
/openbmc/u-boot/configs/mx6sabreauto_defconfig
/openbmc/u-boot/configs/mx6sabresd_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/mx6sllevk_defconfig
/openbmc/u-boot/configs/mx6sllevk_plugin_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/mx6ull_14x14_evk_defconfig
/openbmc/u-boot/configs/mx6ull_14x14_evk_plugin_defconfig
/openbmc/u-boot/configs/mx7dsabresd_defconfig
/openbmc/u-boot/configs/mx7dsabresd_qspi_defconfig
/openbmc/u-boot/configs/mx7ulp_evk_defconfig
/openbmc/u-boot/configs/mx7ulp_evk_plugin_defconfig
/openbmc/u-boot/configs/nanopi_a64_defconfig
/openbmc/u-boot/configs/nanopi_m1_defconfig
/openbmc/u-boot/configs/nanopi_m1_plus_defconfig
/openbmc/u-boot/configs/nanopi_neo2_defconfig
/openbmc/u-boot/configs/nanopi_neo_air_defconfig
/openbmc/u-boot/configs/nanopi_neo_defconfig
/openbmc/u-boot/configs/nanopi_neo_plus2_defconfig
/openbmc/u-boot/configs/netgear_cg3100d_ram_defconfig
/openbmc/u-boot/configs/netgear_dgnd3700v2_ram_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/novena_defconfig
/openbmc/u-boot/configs/nyan-big_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/omap35_logic_defconfig
/openbmc/u-boot/configs/omap35_logic_somlv_defconfig
/openbmc/u-boot/configs/omap3_beagle_defconfig
/openbmc/u-boot/configs/omap3_evm_defconfig
/openbmc/u-boot/configs/omap3_ha_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omap3_logic_somlv_defconfig
/openbmc/u-boot/configs/omap3_overo_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/opos6uldev_defconfig
/openbmc/u-boot/configs/orangepi_2_defconfig
/openbmc/u-boot/configs/orangepi_lite_defconfig
/openbmc/u-boot/configs/orangepi_one_defconfig
/openbmc/u-boot/configs/orangepi_pc2_defconfig
/openbmc/u-boot/configs/orangepi_pc_defconfig
/openbmc/u-boot/configs/orangepi_pc_plus_defconfig
/openbmc/u-boot/configs/orangepi_plus2e_defconfig
/openbmc/u-boot/configs/orangepi_plus_defconfig
/openbmc/u-boot/configs/orangepi_prime_defconfig
/openbmc/u-boot/configs/orangepi_r1_defconfig
/openbmc/u-boot/configs/orangepi_win_defconfig
/openbmc/u-boot/configs/orangepi_zero_defconfig
/openbmc/u-boot/configs/orangepi_zero_plus2_defconfig
/openbmc/u-boot/configs/orangepi_zero_plus_defconfig
/openbmc/u-boot/configs/ot1200_defconfig
/openbmc/u-boot/configs/ot1200_spl_defconfig
/openbmc/u-boot/configs/p212_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/parrot_r16_defconfig
/openbmc/u-boot/configs/paz00_defconfig
/openbmc/u-boot/configs/pcm051_rev1_defconfig
/openbmc/u-boot/configs/pcm051_rev3_defconfig
/openbmc/u-boot/configs/pcm058_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/pfla02_defconfig
/openbmc/u-boot/configs/phycore-rk3288_defconfig
/openbmc/u-boot/configs/phycore_pcl063_defconfig
/openbmc/u-boot/configs/pic32mzdask_defconfig
/openbmc/u-boot/configs/pico-hobbit-imx6ul_defconfig
/openbmc/u-boot/configs/pico-hobbit-imx7d_defconfig
/openbmc/u-boot/configs/pico-imx6ul_defconfig
/openbmc/u-boot/configs/pico-imx7d_defconfig
/openbmc/u-boot/configs/pico-pi-imx6ul_defconfig
/openbmc/u-boot/configs/pico-pi-imx7d_defconfig
/openbmc/u-boot/configs/picosam9g45_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/pinebook_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/poplar_defconfig
/openbmc/u-boot/configs/popmetal-rk3288_defconfig
/openbmc/u-boot/configs/porter_defconfig
/openbmc/u-boot/configs/puma-rk3399_defconfig
/openbmc/u-boot/configs/pxm2_defconfig
/openbmc/u-boot/configs/qemu_arm64_defconfig
/openbmc/u-boot/configs/qemu_arm_defconfig
/openbmc/u-boot/configs/r7-tv-dongle_defconfig
/openbmc/u-boot/configs/r8a7795_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7795_ulcb_defconfig
/openbmc/u-boot/configs/r8a77965_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7796_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7796_ulcb_defconfig
/openbmc/u-boot/configs/r8a77970_eagle_defconfig
/openbmc/u-boot/configs/r8a77990_ebisu_defconfig
/openbmc/u-boot/configs/rastaban_defconfig
/openbmc/u-boot/configs/riotboard_defconfig
/openbmc/u-boot/configs/riotboard_spl_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/rock960-rk3399_defconfig
/openbmc/u-boot/configs/rock_defconfig
/openbmc/u-boot/configs/rpi_0_w_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/rut_defconfig
/openbmc/u-boot/configs/sagem_f@st1704_ram_defconfig
/openbmc/u-boot/configs/sama5d27_som1_ek_mmc1_defconfig
/openbmc/u-boot/configs/sama5d27_som1_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_ek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_emmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_mmc_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_nandflash_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_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/sandbox64_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_flattree_defconfig
/openbmc/u-boot/configs/sandbox_noblk_defconfig
/openbmc/u-boot/configs/sandbox_spl_defconfig
/openbmc/u-boot/configs/seaboard_defconfig
/openbmc/u-boot/configs/secomx6quq7_defconfig
/openbmc/u-boot/configs/sfr_nb4-ser_ram_defconfig
/openbmc/u-boot/configs/sheep-rk3368_defconfig
/openbmc/u-boot/configs/silk_defconfig
/openbmc/u-boot/configs/sksimx6_defconfig
/openbmc/u-boot/configs/smartweb_defconfig
/openbmc/u-boot/configs/smdk5250_defconfig
/openbmc/u-boot/configs/smdk5420_defconfig
/openbmc/u-boot/configs/sniper_defconfig
/openbmc/u-boot/configs/snow_defconfig
/openbmc/u-boot/configs/socfpga_arria10_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_de10_nano_defconfig
/openbmc/u-boot/configs/socfpga_de1_soc_defconfig
/openbmc/u-boot/configs/socfpga_is1_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_stratix10_defconfig
/openbmc/u-boot/configs/socfpga_vining_fpga_defconfig
/openbmc/u-boot/configs/sopine_baseboard_defconfig
/openbmc/u-boot/configs/spear300_usbtty_defconfig
/openbmc/u-boot/configs/spear300_usbtty_nand_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_usbtty_defconfig
/openbmc/u-boot/configs/spear320_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear320_usbtty_pnor_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/stih410-b2260_defconfig
/openbmc/u-boot/configs/stm32f429-discovery_defconfig
/openbmc/u-boot/configs/stm32f429-evaluation_defconfig
/openbmc/u-boot/configs/stm32f469-discovery_defconfig
/openbmc/u-boot/configs/stm32h743-disco_defconfig
/openbmc/u-boot/configs/stm32h743-eval_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/configs/stout_defconfig
/openbmc/u-boot/configs/sun8i_a23_evb_defconfig
/openbmc/u-boot/configs/sunxi_Gemei_G9_defconfig
/openbmc/u-boot/configs/syzygy_hub_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/tbs_a711_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/thuban_defconfig
/openbmc/u-boot/configs/ti814x_evm_defconfig
/openbmc/u-boot/configs/ti816x_evm_defconfig
/openbmc/u-boot/configs/tinker-rk3288_defconfig
/openbmc/u-boot/configs/titanium_defconfig
/openbmc/u-boot/configs/topic_miami_defconfig
/openbmc/u-boot/configs/topic_miamilite_defconfig
/openbmc/u-boot/configs/topic_miamiplus_defconfig
/openbmc/u-boot/configs/tqma6dl_mba6_mmc_defconfig
/openbmc/u-boot/configs/tqma6dl_mba6_spi_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/trimslice_defconfig
/openbmc/u-boot/configs/turris_mox_defconfig
/openbmc/u-boot/configs/turris_omnia_defconfig
/openbmc/u-boot/configs/twister_defconfig
/openbmc/u-boot/configs/uDPU_defconfig
/openbmc/u-boot/configs/udoo_defconfig
/openbmc/u-boot/configs/udoo_neo_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_v7_defconfig
/openbmc/u-boot/configs/uniphier_v8_defconfig
/openbmc/u-boot/configs/usbarmory_defconfig
/openbmc/u-boot/configs/venice2_defconfig
/openbmc/u-boot/configs/ventana_defconfig
/openbmc/u-boot/configs/vf610twr_defconfig
/openbmc/u-boot/configs/vf610twr_nand_defconfig
/openbmc/u-boot/configs/vining_2000_defconfig
/openbmc/u-boot/configs/vyasa-rk3288_defconfig
/openbmc/u-boot/configs/wandboard_defconfig
/openbmc/u-boot/configs/warp7_bl33_defconfig
/openbmc/u-boot/configs/warp7_defconfig
/openbmc/u-boot/configs/warp_defconfig
/openbmc/u-boot/configs/wb45n_defconfig
/openbmc/u-boot/configs/wb50n_defconfig
/openbmc/u-boot/configs/x530_defconfig
/openbmc/u-boot/configs/xilinx_versal_virt_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_qspi_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1232_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1254_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1275_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1275_revB_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_xm017_dc3_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_zcu100_revC_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revC_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu106_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu111_revA_defconfig
/openbmc/u-boot/configs/xpress_defconfig
/openbmc/u-boot/configs/xpress_spl_defconfig
/openbmc/u-boot/configs/zc5202_defconfig
/openbmc/u-boot/configs/zc5601_defconfig
/openbmc/u-boot/configs/zynq_cc108_defconfig
/openbmc/u-boot/configs/zynq_cse_nand_defconfig
/openbmc/u-boot/configs/zynq_cse_nor_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/configs/zynq_dlc20_rev1_0_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_minized_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_z_turn_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_xm011_x16_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/configs/zynq_zybo_z7_defconfig
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/doc/README.SPL
/openbmc/u-boot/doc/README.atmel_pmecc
/openbmc/u-boot/doc/README.commands
/openbmc/u-boot/doc/README.odroid
/openbmc/u-boot/doc/README.rockchip
/openbmc/u-boot/doc/README.video
/openbmc/u-boot/doc/SPI/README.ti_qspi_dra_test
/openbmc/u-boot/doc/device-tree-bindings/gpio/mscc_sgpio.txt
/openbmc/u-boot/doc/driver-model/MIGRATION.txt
/openbmc/u-boot/doc/driver-model/fs_firmware_loader.txt
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/block/blkcache.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/imx/clk-imx8.c
/openbmc/u-boot/drivers/clk/mediatek/clk-mt7623.c
/openbmc/u-boot/drivers/clk/mediatek/clk-mt7629.c
/openbmc/u-boot/drivers/clk/mediatek/clk-mtk.h
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3288.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3399.c
/openbmc/u-boot/drivers/clk/sunxi/Kconfig
/openbmc/u-boot/drivers/clk/sunxi/Makefile
/openbmc/u-boot/drivers/clk/sunxi/clk_a10.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a10s.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a23.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a31.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a64.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a80.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a83t.c
/openbmc/u-boot/drivers/clk/sunxi/clk_h3.c
/openbmc/u-boot/drivers/clk/sunxi/clk_h6.c
/openbmc/u-boot/drivers/clk/sunxi/clk_r40.c
/openbmc/u-boot/drivers/clk/sunxi/clk_sunxi.c
/openbmc/u-boot/drivers/clk/sunxi/clk_v3s.c
/openbmc/u-boot/drivers/core/Kconfig
/openbmc/u-boot/drivers/core/dump.c
/openbmc/u-boot/drivers/core/of_access.c
/openbmc/u-boot/drivers/dfu/Makefile
/openbmc/u-boot/drivers/dfu/dfu_mmc.c
/openbmc/u-boot/drivers/fpga/zynqmppl.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/mscc_sgpio.c
/openbmc/u-boot/drivers/gpio/rk_gpio.c
/openbmc/u-boot/drivers/gpio/stm32f7_gpio.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/i2c-cdns.c
/openbmc/u-boot/drivers/i2c/muxes/i2c-mux-uclass.c
/openbmc/u-boot/drivers/i2c/muxes/pca954x.c
/openbmc/u-boot/drivers/i2c/xilinx_xiic.c
/openbmc/u-boot/drivers/misc/fs_loader.c
/openbmc/u-boot/drivers/misc/fsl_ifc.c
/openbmc/u-boot/drivers/misc/i2c_eeprom.c
/openbmc/u-boot/drivers/misc/imx8/scu.c
/openbmc/u-boot/drivers/misc/imx8/scu_api.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/hi6220_dw_mmc.c
/openbmc/u-boot/drivers/mmc/jz_mmc.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mmc_write.c
/openbmc/u-boot/drivers/mmc/mtk-sd.c
/openbmc/u-boot/drivers/mmc/sunxi_mmc.c
/openbmc/u-boot/drivers/mmc/zynq_sdhci.c
/openbmc/u-boot/drivers/mtd/nand/raw/Kconfig
/openbmc/u-boot/drivers/mtd/nand/raw/arasan_nfc.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_spl.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_base.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_ids.c
/openbmc/u-boot/drivers/mtd/spi/Kconfig
/openbmc/u-boot/drivers/mtd/spi/Makefile
/openbmc/u-boot/drivers/mtd/spi/sandbox.c
/openbmc/u-boot/drivers/mtd/spi/sf_dataflash.c
/openbmc/u-boot/drivers/mtd/spi/sf_internal.h
/openbmc/u-boot/drivers/mtd/spi/sf_probe.c
/openbmc/u-boot/drivers/mtd/spi/spi-nor-core.c
/openbmc/u-boot/drivers/mtd/spi/spi-nor-ids.c
/openbmc/u-boot/drivers/mtd/spi/spi-nor-tiny.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/bcm6368-eth.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/macb.c
/openbmc/u-boot/drivers/net/mscc_eswitch/Kconfig
/openbmc/u-boot/drivers/net/mscc_eswitch/Makefile
/openbmc/u-boot/drivers/net/mscc_eswitch/luton_switch.c
/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_mac_table.c
/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_mac_table.h
/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_miim.c
/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_miim.h
/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_xfer.c
/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_xfer.h
/openbmc/u-boot/drivers/net/mscc_eswitch/ocelot_switch.c
/openbmc/u-boot/drivers/net/mtk_eth.c
/openbmc/u-boot/drivers/net/mtk_eth.h
/openbmc/u-boot/drivers/net/mvgbe.c
/openbmc/u-boot/drivers/net/mvneta.c
/openbmc/u-boot/drivers/net/mvpp2.c
/openbmc/u-boot/drivers/net/phy/aquantia.c
/openbmc/u-boot/drivers/net/phy/micrel_ksz90x1.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/net/rtl8139.c
/openbmc/u-boot/drivers/net/sandbox-raw.c
/openbmc/u-boot/drivers/net/tsec.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/pci/Kconfig
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/pci/pci_mvebu.c
/openbmc/u-boot/drivers/pci/pcie_layerscape.c
/openbmc/u-boot/drivers/pci/pcie_layerscape.h
/openbmc/u-boot/drivers/pci/pcie_layerscape_fixup.c
/openbmc/u-boot/drivers/phy/allwinner/phy-sun4i-usb.c
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/Makefile
/openbmc/u-boot/drivers/pinctrl/meson/Kconfig
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gx-pmx.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.h
/openbmc/u-boot/drivers/pinctrl/mscc/Kconfig
/openbmc/u-boot/drivers/pinctrl/mscc/Makefile
/openbmc/u-boot/drivers/pinctrl/mscc/mscc-common.c
/openbmc/u-boot/drivers/pinctrl/mscc/mscc-common.h
/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-jr2.c
/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-luton.c
/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-ocelot.c
/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-serval.c
/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-servalt.c
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-uclass.c
/openbmc/u-boot/drivers/pinctrl/rockchip/Kconfig
/openbmc/u-boot/drivers/pinctrl/rockchip/Makefile
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3036.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3128.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3188.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk322x.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3288.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3328.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3368.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3399.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip-core.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip.h
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rv1108.c
/openbmc/u-boot/drivers/power/domain/Kconfig
/openbmc/u-boot/drivers/power/regulator/pbias_regulator.c
/openbmc/u-boot/drivers/reset/Kconfig
/openbmc/u-boot/drivers/reset/Makefile
/openbmc/u-boot/drivers/reset/reset-mediatek.c
/openbmc/u-boot/drivers/reset/reset-sunxi.c
/openbmc/u-boot/drivers/serial/Kconfig
/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/sound/Kconfig
/openbmc/u-boot/drivers/sound/Makefile
/openbmc/u-boot/drivers/sound/rockchip_i2s.c
/openbmc/u-boot/drivers/sound/rockchip_sound.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/mscc_bb_spi.c
/openbmc/u-boot/drivers/spi/mxc_spi.c
/openbmc/u-boot/drivers/spi/spi-mem-nodm.c
/openbmc/u-boot/drivers/spi/spi-mem.c
/openbmc/u-boot/drivers/spi/stm32_qspi.c
/openbmc/u-boot/drivers/spi/sun4i_spi.c
/openbmc/u-boot/drivers/usb/gadget/Makefile
/openbmc/u-boot/drivers/usb/gadget/ether.c
/openbmc/u-boot/drivers/usb/gadget/udc/Makefile
/openbmc/u-boot/drivers/usb/gadget/udc/udc-uclass.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/xhci-mem.c
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/drivers/video/Kconfig
/openbmc/u-boot/drivers/video/Makefile
/openbmc/u-boot/drivers/video/dw_hdmi.c
/openbmc/u-boot/drivers/video/fonts/Kconfig
/openbmc/u-boot/drivers/video/ihs_video_out.c
/openbmc/u-boot/drivers/video/meson/Kconfig
/openbmc/u-boot/drivers/video/meson/Makefile
/openbmc/u-boot/drivers/video/meson/meson_canvas.c
/openbmc/u-boot/drivers/video/meson/meson_dw_hdmi.c
/openbmc/u-boot/drivers/video/meson/meson_dw_hdmi.h
/openbmc/u-boot/drivers/video/meson/meson_plane.c
/openbmc/u-boot/drivers/video/meson/meson_registers.h
/openbmc/u-boot/drivers/video/meson/meson_vclk.c
/openbmc/u-boot/drivers/video/meson/meson_venc.c
/openbmc/u-boot/drivers/video/meson/meson_vpu.c
/openbmc/u-boot/drivers/video/meson/meson_vpu.h
/openbmc/u-boot/drivers/video/meson/meson_vpu_init.c
/openbmc/u-boot/drivers/video/meson/simplefb_common.c
/openbmc/u-boot/drivers/video/meson/simplefb_common.h
/openbmc/u-boot/drivers/video/mvebu_lcd.c
/openbmc/u-boot/drivers/video/rockchip/Kconfig
/openbmc/u-boot/drivers/video/videomodes.c
/openbmc/u-boot/drivers/watchdog/armada-37xx-wdt.c
/openbmc/u-boot/dts/Makefile
/openbmc/u-boot/env/Kconfig
/openbmc/u-boot/env/common.c
/openbmc/u-boot/env/env.c
/openbmc/u-boot/env/sata.c
/openbmc/u-boot/env/sf.c
/openbmc/u-boot/examples/standalone/Makefile
/openbmc/u-boot/examples/standalone/stubs.c
/openbmc/u-boot/fs/Makefile
/openbmc/u-boot/fs/fat/Makefile
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/fs.c
/openbmc/u-boot/include/command.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/C29XPCIE.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/SBx81LIFKW.h
/openbmc/u-boot/include/configs/SBx81LIFXCAT.h
/openbmc/u-boot/include/configs/T102xQDS.h
/openbmc/u-boot/include/configs/T102xRDB.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/apalis_imx6.h
/openbmc/u-boot/include/configs/at91sam9n12ek.h
/openbmc/u-boot/include/configs/at91sam9x5ek.h
/openbmc/u-boot/include/configs/axs10x.h
/openbmc/u-boot/include/configs/bcm_ep_board.h
/openbmc/u-boot/include/configs/cgtqmx6eval.h
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/colibri_imx6.h
/openbmc/u-boot/include/configs/colibri_imx7.h
/openbmc/u-boot/include/configs/controlcenterdc.h
/openbmc/u-boot/include/configs/db-88f6820-amc.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/db-mv784mp-gp.h
/openbmc/u-boot/include/configs/dra7xx_evm.h
/openbmc/u-boot/include/configs/ds414.h
/openbmc/u-boot/include/configs/emsdp.h
/openbmc/u-boot/include/configs/exynos-common.h
/openbmc/u-boot/include/configs/gardena-smart-gateway-mt7688.h
/openbmc/u-boot/include/configs/gru.h
/openbmc/u-boot/include/configs/gw_ventana.h
/openbmc/u-boot/include/configs/hikey.h
/openbmc/u-boot/include/configs/hsdk.h
/openbmc/u-boot/include/configs/ib62x0.h
/openbmc/u-boot/include/configs/imx6_spl.h
/openbmc/u-boot/include/configs/imx7_spl.h
/openbmc/u-boot/include/configs/imx8mq_evk.h
/openbmc/u-boot/include/configs/imx8qxp_mek.h
/openbmc/u-boot/include/configs/iot_devkit.h
/openbmc/u-boot/include/configs/km/kmp204x-common.h
/openbmc/u-boot/include/configs/linkit-smart-7688.h
/openbmc/u-boot/include/configs/ls1021aiot.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1088a_common.h
/openbmc/u-boot/include/configs/ls1088aqds.h
/openbmc/u-boot/include/configs/ls1088ardb.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/m53menlo.h
/openbmc/u-boot/include/configs/meson64.h
/openbmc/u-boot/include/configs/mt7623.h
/openbmc/u-boot/include/configs/mt7629.h
/openbmc/u-boot/include/configs/mv-plug-common.h
/openbmc/u-boot/include/configs/mx6_common.h
/openbmc/u-boot/include/configs/mx7_common.h
/openbmc/u-boot/include/configs/mx7ulp_evk.h
/openbmc/u-boot/include/configs/mxs.h
/openbmc/u-boot/include/configs/nsa310s.h
/openbmc/u-boot/include/configs/nsim.h
/openbmc/u-boot/include/configs/odroid.h
/openbmc/u-boot/include/configs/odroid_xu3.h
/openbmc/u-boot/include/configs/omap3_igep00x0.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/pcl063.h
/openbmc/u-boot/include/configs/pico-imx7d.h
/openbmc/u-boot/include/configs/poplar.h
/openbmc/u-boot/include/configs/qemu-riscv.h
/openbmc/u-boot/include/configs/rcar-gen3-common.h
/openbmc/u-boot/include/configs/rk3036_common.h
/openbmc/u-boot/include/configs/rk3128_common.h
/openbmc/u-boot/include/configs/rk3188_common.h
/openbmc/u-boot/include/configs/rk322x_common.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/rk3328_common.h
/openbmc/u-boot/include/configs/rk3368_common.h
/openbmc/u-boot/include/configs/rk3399_common.h
/openbmc/u-boot/include/configs/rv1108_common.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/sama5d2_ptc_ek.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/snapper9g45.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_stratix10_socdk.h
/openbmc/u-boot/include/configs/sun4i.h
/openbmc/u-boot/include/configs/sun50i.h
/openbmc/u-boot/include/configs/sun5i.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/tb100.h
/openbmc/u-boot/include/configs/tbs2910.h
/openbmc/u-boot/include/configs/tegra-common.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/ti_omap5_common.h
/openbmc/u-boot/include/configs/trats.h
/openbmc/u-boot/include/configs/trats2.h
/openbmc/u-boot/include/configs/turris_mox.h
/openbmc/u-boot/include/configs/turris_omnia.h
/openbmc/u-boot/include/configs/vcoreiii.h
/openbmc/u-boot/include/configs/warp7.h
/openbmc/u-boot/include/configs/wb45n.h
/openbmc/u-boot/include/configs/wb50n.h
/openbmc/u-boot/include/configs/x530.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/dfu.h
of_access.h
/openbmc/u-boot/include/dt-bindings/clock/histb-clock.h
/openbmc/u-boot/include/dt-bindings/clock/sun50i-a64-ccu.h
/openbmc/u-boot/include/dt-bindings/clock/sun9i-a80-ccu.h
/openbmc/u-boot/include/dt-bindings/clock/sun9i-a80-de.h
/openbmc/u-boot/include/dt-bindings/clock/sun9i-a80-usb.h
/openbmc/u-boot/include/dt-bindings/pinctrl/hisi.h
/openbmc/u-boot/include/dt-bindings/reset/mtk-reset.h
/openbmc/u-boot/include/dt-bindings/reset/sun9i-a80-ccu.h
/openbmc/u-boot/include/dt-bindings/reset/sun9i-a80-de.h
/openbmc/u-boot/include/dt-bindings/reset/sun9i-a80-usb.h
/openbmc/u-boot/include/dw_hdmi.h
/openbmc/u-boot/include/env_callback.h
/openbmc/u-boot/include/env_flags.h
/openbmc/u-boot/include/environment.h
/openbmc/u-boot/include/environment/ti/boot.h
/openbmc/u-boot/include/fs_loader.h
/openbmc/u-boot/include/fsl-mc/fsl_mc.h
/openbmc/u-boot/include/fsl_esdhc.h
/openbmc/u-boot/include/linux/bitops.h
/openbmc/u-boot/include/linux/mtd/cfi.h
/openbmc/u-boot/include/linux/mtd/spi-nor.h
/openbmc/u-boot/include/lmb.h
/openbmc/u-boot/include/log.h
/openbmc/u-boot/include/media_bus_format.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/part.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/regmap.h
/openbmc/u-boot/include/reset.h
/openbmc/u-boot/include/serial.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/include/spl_gpio.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/display_options.c
/openbmc/u-boot/lib/efi_loader/efi_file.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/hashtable.c
/openbmc/u-boot/lib/lmb.c
/openbmc/u-boot/lib/uuid.c
/openbmc/u-boot/net/eth-uclass.c
/openbmc/u-boot/net/eth_legacy.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/post/lib_powerpc/fpu/Makefile
/openbmc/u-boot/scripts/Kbuild.include
/openbmc/u-boot/scripts/Makefile.build
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/scripts/dtc/pylibfdt/Makefile
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/bootcount.c
/openbmc/u-boot/test/dm/eth.c
/openbmc/u-boot/test/dm/regmap.c
/openbmc/u-boot/test/dm/serial.c
/openbmc/u-boot/test/dm/video.c
/openbmc/u-boot/test/lib/Makefile
/openbmc/u-boot/test/lib/lmb.c
/openbmc/u-boot/test/py/tests/test_avb.py
/openbmc/u-boot/test/py/tests/test_bind.py
/openbmc/u-boot/test/py/tests/test_dfu.py
/openbmc/u-boot/test/py/tests/test_efi_loader.py
/openbmc/u-boot/test/py/tests/test_fpga.py
/openbmc/u-boot/test/py/tests/test_fs/conftest.py
/openbmc/u-boot/test/py/tests/test_mmc_rd.py
/openbmc/u-boot/test/py/tests/test_net.py
/openbmc/u-boot/test/py/tests/test_ums.py
/openbmc/u-boot/tools/buildman/README
/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/buildman/toolchain.py
/openbmc/u-boot/tools/dtoc/dtb_platdata.py
/openbmc/u-boot/tools/dtoc/test_dtoc.py
/openbmc/u-boot/tools/dumpimage.c
/openbmc/u-boot/tools/imx8image.c
/openbmc/u-boot/tools/zynqmpbif.c
5ff7768802-Jan-2019 Christoph Muellner <christoph.muellner@theobroma-systems.com>

dm: pinctrl: Add pinctrl_decode_pin_config_dm().

pinctrl_decode_pin_config_dm() is basically a feature-equivalent
implementation of pinctrl_decode_pin_config(), which operates
on struct udevice devi

dm: pinctrl: Add pinctrl_decode_pin_config_dm().

pinctrl_decode_pin_config_dm() is basically a feature-equivalent
implementation of pinctrl_decode_pin_config(), which operates
on struct udevice devices and uses the dev_read_*() API.

Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...


/openbmc/u-boot/.travis.yml
/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/api/api_storage.c
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am4372-generic-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am4372-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am437x-gp-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am437x-idk-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am437x-sk-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/exynos5250-smdk5250.dts
/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/exynos5420-smdk5420.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/fsl-imx8mq-evk.dts
/openbmc/u-boot/arch/arm/dts/hi3798cv200-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/keystone-k2g-evm.dts
/openbmc/u-boot/arch/arm/dts/keystone-k2g.dtsi
/openbmc/u-boot/arch/arm/dts/meson-axg-s400-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288-evb.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-puma.dtsi
/openbmc/u-boot/arch/arm/dts/rv1108-elgin-r1.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ld11.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ld20-global.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ld20-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ld20.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ld4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pro4-ace.dts
/openbmc/u-boot/arch/arm/dts/uniphier-pro4-sanji.dts
/openbmc/u-boot/arch/arm/dts/uniphier-pro4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pro5.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pxs2.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pxs3.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-sld8.dtsi
/openbmc/u-boot/arch/arm/dts/vf.dtsi
/openbmc/u-boot/arch/arm/dts/vf610-pinfunc.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/crm_regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/ddr.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/imx8mq_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/lpddr4_define.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/mach-imx/iomux-v3.h
/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-lcdif.h
/openbmc/u-boot/arch/arm/include/asm/mach-imx/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/omap_musb.h
/openbmc/u-boot/arch/arm/mach-exynos/clock.c
/openbmc/u-boot/arch/arm/mach-exynos/clock_init_exynos5.c
/openbmc/u-boot/arch/arm/mach-exynos/common_setup.h
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/clock.h
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/cpu.h
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-exynos/pinmux.c
/openbmc/u-boot/arch/arm/mach-exynos/power.c
/openbmc/u-boot/arch/arm/mach-imx/Makefile
/openbmc/u-boot/arch/arm/mach-imx/cpu.c
/openbmc/u-boot/arch/arm/mach-imx/hab.c
/openbmc/u-boot/arch/arm/mach-imx/imx8m/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/imx8m/Makefile
/openbmc/u-boot/arch/arm/mach-imx/imx8m/clock.c
/openbmc/u-boot/arch/arm/mach-imx/imx8m/clock_slice.c
/openbmc/u-boot/arch/arm/mach-imx/imx8m/imximage.cfg
/openbmc/u-boot/arch/arm/mach-imx/imx8m/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-imx/imx8m/soc.c
/openbmc/u-boot/arch/arm/mach-imx/imx_bootaux.c
/openbmc/u-boot/arch/arm/mach-imx/mkimage_fit_atf.sh
/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/spl.c
/openbmc/u-boot/arch/arm/mach-k3/config.mk
/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-mvebu/cpu.c
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/board.c
/openbmc/u-boot/arch/arm/mach-omap2/omap3/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/omap3/clock.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/sdram_rk3036.c
/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/sdram_common.c
/openbmc/u-boot/arch/arm/mach-socfpga/Kconfig
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/mailbox_s10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/misc.h
/openbmc/u-boot/arch/arm/mach-socfpga/mailbox_s10.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_arria10.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_s10.c
/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c
/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/dts/Makefile
/openbmc/u-boot/arch/mips/dts/ar933x.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6318.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm63268.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6328.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6338.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6348.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6358.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6362.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6368.dtsi
/openbmc/u-boot/arch/mips/dts/ci20.dts
/openbmc/u-boot/arch/mips/dts/comtrend,ar-5315u.dts
/openbmc/u-boot/arch/mips/dts/comtrend,ar-5387un.dts
/openbmc/u-boot/arch/mips/dts/comtrend,ct-5361.dts
/openbmc/u-boot/arch/mips/dts/comtrend,vr-3032u.dts
/openbmc/u-boot/arch/mips/dts/comtrend,wap-5813n.dts
/openbmc/u-boot/arch/mips/dts/huawei,hg556a.dts
/openbmc/u-boot/arch/mips/dts/jz4780.dtsi
/openbmc/u-boot/arch/mips/dts/luton_pcb091.dts
/openbmc/u-boot/arch/mips/dts/mscc,luton.dtsi
/openbmc/u-boot/arch/mips/dts/mscc,ocelot.dtsi
/openbmc/u-boot/arch/mips/dts/mscc,ocelot_pcb.dtsi
/openbmc/u-boot/arch/mips/dts/netgear,dgnd3700v2.dts
/openbmc/u-boot/arch/mips/dts/nexys4ddr.dts
/openbmc/u-boot/arch/mips/dts/ocelot_pcb120.dts
/openbmc/u-boot/arch/mips/dts/ocelot_pcb123.dts
/openbmc/u-boot/arch/mips/dts/qca953x.dtsi
/openbmc/u-boot/arch/mips/dts/sagem,f@st1704.dts
/openbmc/u-boot/arch/mips/dts/sfr,nb4-ser.dts
/openbmc/u-boot/arch/mips/include/asm/cacheops.h
/openbmc/u-boot/arch/mips/include/asm/mipsregs.h
/openbmc/u-boot/arch/mips/include/asm/spl.h
/openbmc/u-boot/arch/mips/mach-jz47xx/Kconfig
/openbmc/u-boot/arch/mips/mach-jz47xx/Makefile
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/jz4780.h
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/jz4780_dram.h
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/jz4780_gpio.h
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/Makefile
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/TODO
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/gpio.c
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/jz4780.c
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/pll.c
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/reset.c
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/sdram.c
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/timer.c
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/u-boot-spl.lds
/openbmc/u-boot/arch/mips/mach-jz47xx/start.S
/openbmc/u-boot/arch/mips/mach-mscc/Kconfig
/openbmc/u-boot/arch/mips/mach-mscc/Makefile
/openbmc/u-boot/arch/mips/mach-mscc/cpu.c
/openbmc/u-boot/arch/mips/mach-mscc/dram.c
/openbmc/u-boot/arch/mips/mach-mscc/include/ioremap.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/common.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ddr.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_icpu_cfg.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_icpu_cfg.h
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/tlb.h
/openbmc/u-boot/arch/mips/mach-mscc/lowlevel_init.S
/openbmc/u-boot/arch/mips/mach-mscc/lowlevel_init_luton.S
/openbmc/u-boot/arch/mips/mach-mscc/reset.c
/openbmc/u-boot/arch/mips/mach-mt7620/cpu.c
/openbmc/u-boot/arch/riscv/Kconfig
/openbmc/u-boot/arch/riscv/Makefile
/openbmc/u-boot/arch/riscv/cpu/Makefile
/openbmc/u-boot/arch/riscv/cpu/ax25/Kconfig
/openbmc/u-boot/arch/riscv/cpu/ax25/cache.c
/openbmc/u-boot/arch/riscv/cpu/cpu.c
/openbmc/u-boot/arch/riscv/cpu/mtrap.S
/openbmc/u-boot/arch/riscv/cpu/qemu/Kconfig
/openbmc/u-boot/arch/riscv/cpu/qemu/cpu.c
/openbmc/u-boot/arch/riscv/cpu/start.S
/openbmc/u-boot/arch/riscv/include/asm/csr.h
/openbmc/u-boot/arch/riscv/include/asm/encoding.h
/openbmc/u-boot/arch/riscv/include/asm/global_data.h
/openbmc/u-boot/arch/riscv/include/asm/syscon.h
/openbmc/u-boot/arch/riscv/lib/Makefile
/openbmc/u-boot/arch/riscv/lib/asm-offsets.c
/openbmc/u-boot/arch/riscv/lib/bootm.c
/openbmc/u-boot/arch/riscv/lib/interrupts.c
/openbmc/u-boot/arch/riscv/lib/rdtime.c
/openbmc/u-boot/arch/riscv/lib/sifive_clint.c
/openbmc/u-boot/arch/sandbox/cpu/sdl.c
/openbmc/u-boot/arch/sandbox/dts/sandbox.dts
/openbmc/u-boot/arch/sandbox/include/asm/sdl.h
/openbmc/u-boot/board/AndesTech/ax25-ae350/Kconfig
/openbmc/u-boot/board/AndesTech/ax25-ae350/MAINTAINERS
/openbmc/u-boot/board/elgin/elgin_rv1108/Kconfig
/openbmc/u-boot/board/elgin/elgin_rv1108/MAINTAINERS
/openbmc/u-boot/board/elgin/elgin_rv1108/Makefile
/openbmc/u-boot/board/elgin/elgin_rv1108/elgin_rv1108.c
/openbmc/u-boot/board/embest/mx6boards/MAINTAINERS
/openbmc/u-boot/board/embest/mx6boards/mx6boards.c
/openbmc/u-boot/board/emulation/qemu-riscv/Kconfig
/openbmc/u-boot/board/freescale/imx8mq_evk/Kconfig
/openbmc/u-boot/board/freescale/imx8mq_evk/MAINTAINERS
/openbmc/u-boot/board/freescale/imx8mq_evk/Makefile
/openbmc/u-boot/board/freescale/imx8mq_evk/README
/openbmc/u-boot/board/freescale/imx8mq_evk/imx8mq_evk.c
/openbmc/u-boot/board/freescale/imx8mq_evk/lpddr4_timing.c
/openbmc/u-boot/board/freescale/imx8mq_evk/lpddr4_timing_b0.c
/openbmc/u-boot/board/freescale/imx8mq_evk/spl.c
/openbmc/u-boot/board/freescale/imx8qxp_mek/imximage.cfg
/openbmc/u-boot/board/ge/bx50v3/Kconfig
/openbmc/u-boot/board/ge/bx50v3/bx50v3.c
/openbmc/u-boot/board/ge/common/Kconfig
/openbmc/u-boot/board/ge/common/vpd_reader.c
/openbmc/u-boot/board/ge/common/vpd_reader.h
/openbmc/u-boot/board/ge/mx53ppd/Kconfig
/openbmc/u-boot/board/ge/mx53ppd/mx53ppd.c
/openbmc/u-boot/board/hisilicon/poplar/MAINTAINERS
/openbmc/u-boot/board/hisilicon/poplar/poplar.c
/openbmc/u-boot/board/imgtec/ci20/Kconfig
/openbmc/u-boot/board/imgtec/ci20/MAINTAINERS
/openbmc/u-boot/board/imgtec/ci20/Makefile
/openbmc/u-boot/board/imgtec/ci20/README
/openbmc/u-boot/board/imgtec/ci20/ci20.c
/openbmc/u-boot/board/mscc/luton/Kconfig
/openbmc/u-boot/board/mscc/luton/Makefile
/openbmc/u-boot/board/mscc/luton/luton.c
/openbmc/u-boot/board/mscc/ocelot/Kconfig
/openbmc/u-boot/board/mscc/ocelot/Makefile
/openbmc/u-boot/board/mscc/ocelot/ocelot.c
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/ti/am43xx/board.c
/openbmc/u-boot/board/ti/ks2_evm/board.c
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/cbfs.c
/openbmc/u-boot/cmd/dm.c
/openbmc/u-boot/cmd/sound.c
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/bootm_os.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_net.c
/openbmc/u-boot/configs/ae350_rv32_defconfig
/openbmc/u-boot/configs/ae350_rv64_defconfig
/openbmc/u-boot/configs/am335x_boneblack_vboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_defconfig
/openbmc/u-boot/configs/ci20_mmc_defconfig
/openbmc/u-boot/configs/cl-som-imx7_defconfig
/openbmc/u-boot/configs/comtrend_ar5315u_ram_defconfig
/openbmc/u-boot/configs/comtrend_ar5387un_ram_defconfig
/openbmc/u-boot/configs/comtrend_ct5361_ram_defconfig
/openbmc/u-boot/configs/comtrend_vr3032u_ram_defconfig
/openbmc/u-boot/configs/comtrend_wap5813n_ram_defconfig
/openbmc/u-boot/configs/db-88f6820-amc_defconfig
/openbmc/u-boot/configs/edison_defconfig
/openbmc/u-boot/configs/elgin-rv1108_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688-ram_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688_defconfig
/openbmc/u-boot/configs/ge_bx50v3_defconfig
/openbmc/u-boot/configs/huawei_hg556a_ram_defconfig
/openbmc/u-boot/configs/imx8mq_evk_defconfig
/openbmc/u-boot/configs/k2e_evm_defconfig
/openbmc/u-boot/configs/k2e_hs_evm_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2g_hs_evm_defconfig
/openbmc/u-boot/configs/k2hk_evm_defconfig
/openbmc/u-boot/configs/k2hk_hs_evm_defconfig
/openbmc/u-boot/configs/k2l_evm_defconfig
/openbmc/u-boot/configs/k2l_hs_evm_defconfig
/openbmc/u-boot/configs/linkit-smart-7688-ram_defconfig
/openbmc/u-boot/configs/linkit-smart-7688_defconfig
/openbmc/u-boot/configs/mscc_luton_defconfig
/openbmc/u-boot/configs/mscc_ocelot_defconfig
/openbmc/u-boot/configs/mscc_ocelot_pcb120_defconfig
/openbmc/u-boot/configs/mx23_olinuxino_defconfig
/openbmc/u-boot/configs/mx53ppd_defconfig
/openbmc/u-boot/configs/netgear_dgnd3700v2_ram_defconfig
/openbmc/u-boot/configs/peach-pi_defconfig
/openbmc/u-boot/configs/peach-pit_defconfig
/openbmc/u-boot/configs/puma-rk3399_defconfig
/openbmc/u-boot/configs/riotboard_spl_defconfig
/openbmc/u-boot/configs/sagem_f@st1704_ram_defconfig
/openbmc/u-boot/configs/sfr_nb4-ser_ram_defconfig
/openbmc/u-boot/configs/smdk5250_defconfig
/openbmc/u-boot/configs/smdk5420_defconfig
/openbmc/u-boot/configs/snow_defconfig
/openbmc/u-boot/configs/spring_defconfig
/openbmc/u-boot/configs/tools-only_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_v7_defconfig
/openbmc/u-boot/configs/uniphier_v8_defconfig
/openbmc/u-boot/configs/warp7_defconfig
/openbmc/u-boot/doc/README.ae350
/openbmc/u-boot/doc/README.commands
/openbmc/u-boot/doc/device-tree-bindings/w1/mxc-w1.txt
/openbmc/u-boot/doc/imx/mkimage/imximage.txt
/openbmc/u-boot/doc/imx/mkimage/mxsimage.txt
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-sys.c
/openbmc/u-boot/drivers/core/syscon-uclass.c
/openbmc/u-boot/drivers/cpu/Kconfig
/openbmc/u-boot/drivers/cpu/Makefile
/openbmc/u-boot/drivers/cpu/riscv_cpu.c
/openbmc/u-boot/drivers/ddr/Kconfig
/openbmc/u-boot/drivers/ddr/imx/Kconfig
/openbmc/u-boot/drivers/ddr/imx/imx8m/Kconfig
/openbmc/u-boot/drivers/ddr/imx/imx8m/Makefile
/openbmc/u-boot/drivers/ddr/imx/imx8m/ddr4_init.c
/openbmc/u-boot/drivers/ddr/imx/imx8m/ddrphy_csr.c
/openbmc/u-boot/drivers/ddr/imx/imx8m/ddrphy_train.c
/openbmc/u-boot/drivers/ddr/imx/imx8m/ddrphy_utils.c
/openbmc/u-boot/drivers/ddr/imx/imx8m/helper.c
/openbmc/u-boot/drivers/ddr/imx/imx8m/lpddr4_init.c
/openbmc/u-boot/drivers/dma/Kconfig
/openbmc/u-boot/drivers/dma/Makefile
/openbmc/u-boot/drivers/dma/bcm6348-iudma.c
/openbmc/u-boot/drivers/fpga/Kconfig
/openbmc/u-boot/drivers/fpga/Makefile
/openbmc/u-boot/drivers/fpga/altera.c
/openbmc/u-boot/drivers/fpga/stratix10.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/gpio-mscc-bitbang-spi.c
/openbmc/u-boot/drivers/gpio/mxc_gpio.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/jz4780_efuse.c
/openbmc/u-boot/drivers/misc/mxc_ocotp.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/jz_mmc.c
/openbmc/u-boot/drivers/mtd/nand/raw/Kconfig
/openbmc/u-boot/drivers/mtd/nand/raw/denali.c
/openbmc/u-boot/drivers/mtd/nand/raw/denali.h
/openbmc/u-boot/drivers/mtd/nand/raw/denali_dt.c
/openbmc/u-boot/drivers/mtd/nand/raw/vf610_nfc.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/bcm6348-eth.c
/openbmc/u-boot/drivers/net/bcm6368-eth.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/phy/Kconfig
/openbmc/u-boot/drivers/phy/Makefile
/openbmc/u-boot/drivers/phy/keystone-usb-phy.c
/openbmc/u-boot/drivers/phy/omap-usb2-phy.c
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/Makefile
/openbmc/u-boot/drivers/pinctrl/mscc/Kconfig
/openbmc/u-boot/drivers/pinctrl/mscc/Makefile
/openbmc/u-boot/drivers/pinctrl/mscc/mscc-common.c
/openbmc/u-boot/drivers/pinctrl/mscc/mscc-common.h
/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-luton.c
/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-ocelot.c
/openbmc/u-boot/drivers/pinctrl/nxp/Kconfig
/openbmc/u-boot/drivers/pinctrl/nxp/Makefile
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-vf610.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-uclass.c
/openbmc/u-boot/drivers/power/regulator/Kconfig
/openbmc/u-boot/drivers/power/regulator/Makefile
/openbmc/u-boot/drivers/power/regulator/regulator-uclass.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3128.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3188.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk322x.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3288.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3328.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3399.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/serial_sifive.c
/openbmc/u-boot/drivers/serial/serial_stm32.c
/openbmc/u-boot/drivers/sound/Kconfig
/openbmc/u-boot/drivers/sound/Makefile
/openbmc/u-boot/drivers/sound/max98090.c
/openbmc/u-boot/drivers/sound/max98090.h
/openbmc/u-boot/drivers/sound/max98095.c
/openbmc/u-boot/drivers/sound/max98095.h
/openbmc/u-boot/drivers/sound/maxim_codec.c
/openbmc/u-boot/drivers/sound/maxim_codec.h
/openbmc/u-boot/drivers/sound/samsung-i2s.c
/openbmc/u-boot/drivers/sound/samsung_sound.c
/openbmc/u-boot/drivers/sound/sandbox.c
/openbmc/u-boot/drivers/sound/sound-uclass.c
/openbmc/u-boot/drivers/sound/sound.c
/openbmc/u-boot/drivers/sound/wm8994.c
/openbmc/u-boot/drivers/sound/wm8994.h
/openbmc/u-boot/drivers/spi/designware_spi.c
/openbmc/u-boot/drivers/tee/optee/supplicant.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/Makefile
/openbmc/u-boot/drivers/timer/riscv_timer.c
/openbmc/u-boot/drivers/usb/Kconfig
/openbmc/u-boot/drivers/usb/dwc3/dwc3-generic.c
/openbmc/u-boot/drivers/usb/dwc3/gadget.c
/openbmc/u-boot/drivers/usb/dwc3/ti_usb_phy.c
/openbmc/u-boot/drivers/usb/eth/r8152.c
/openbmc/u-boot/drivers/usb/gadget/at91_udc.c
/openbmc/u-boot/drivers/usb/gadget/atmel_usba_udc.c
/openbmc/u-boot/drivers/usb/gadget/composite.c
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg.c
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_phy.c
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_priv.h
/openbmc/u-boot/drivers/usb/gadget/f_mass_storage.c
/openbmc/u-boot/drivers/usb/gadget/f_sdp.c
/openbmc/u-boot/drivers/usb/gadget/pxa25x_udc.c
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/musb-new/am35x.c
/openbmc/u-boot/drivers/usb/musb-new/musb_dsps.c
/openbmc/u-boot/drivers/usb/musb-new/musb_gadget.c
/openbmc/u-boot/drivers/usb/musb-new/musb_uboot.c
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/drivers/usb/musb-new/ti-musb.c
/openbmc/u-boot/drivers/usb/musb/Kconfig
/openbmc/u-boot/drivers/usb/musb/Makefile
/openbmc/u-boot/drivers/usb/musb/musb_udc.c
/openbmc/u-boot/drivers/w1/Kconfig
/openbmc/u-boot/drivers/w1/Makefile
/openbmc/u-boot/drivers/w1/mxc_w1.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/Makefile
/openbmc/u-boot/drivers/watchdog/imx_watchdog.c
/openbmc/u-boot/fs/cbfs/cbfs.c
/openbmc/u-boot/include/altera.h
/openbmc/u-boot/include/bootm.h
/openbmc/u-boot/include/cbfs.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/bmips_common.h
/openbmc/u-boot/include/configs/ci20.h
/openbmc/u-boot/include/configs/edison.h
/openbmc/u-boot/include/configs/elgin_rv1108.h
/openbmc/u-boot/include/configs/embestmx6boards.h
/openbmc/u-boot/include/configs/helios4.h
/openbmc/u-boot/include/configs/imx8mq_evk.h
/openbmc/u-boot/include/configs/mt7623.h
/openbmc/u-boot/include/configs/omap3_igep00x0.h
/openbmc/u-boot/include/configs/pcm058.h
/openbmc/u-boot/include/configs/pico-imx7d.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/vcoreiii.h
/openbmc/u-boot/include/cpu.h
pinctrl.h
/openbmc/u-boot/include/dt-bindings/clock/bcm6318-clock.h
/openbmc/u-boot/include/dt-bindings/clock/jz4780-cgu.h
/openbmc/u-boot/include/dt-bindings/dma/bcm6318-dma.h
/openbmc/u-boot/include/dt-bindings/dma/bcm63268-dma.h
/openbmc/u-boot/include/dt-bindings/dma/bcm6328-dma.h
/openbmc/u-boot/include/dt-bindings/dma/bcm6338-dma.h
/openbmc/u-boot/include/dt-bindings/dma/bcm6348-dma.h
/openbmc/u-boot/include/dt-bindings/dma/bcm6358-dma.h
/openbmc/u-boot/include/dt-bindings/dma/bcm6362-dma.h
/openbmc/u-boot/include/dt-bindings/dma/bcm6368-dma.h
/openbmc/u-boot/include/environment/ti/boot.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/imximage.h
/openbmc/u-boot/include/linux/bitmap.h
/openbmc/u-boot/include/linux/kernel.h
/openbmc/u-boot/include/linux/types.h
/openbmc/u-boot/include/linux/usb/composite.h
/openbmc/u-boot/include/sound.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/tee.h
/openbmc/u-boot/include/vxworks.h
/openbmc/u-boot/lib/crc32.c
/openbmc/u-boot/lib/efi_loader/efi_runtime.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_block_device.c
/openbmc/u-boot/lib/hashtable.c
/openbmc/u-boot/scripts/check-config.sh
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/overlay/Kconfig
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/imagetool.h
/openbmc/u-boot/tools/imx8m_image.sh
/openbmc/u-boot/tools/imx8mimage.c
/openbmc/u-boot/tools/imx_cntr_image.sh
/openbmc/u-boot/tools/mkimage.c
/openbmc/u-boot/tools/mtk_image.c
a1b17e4f10-Dec-2018 Simon Glass <sjg@chromium.org>

dm: core: Add a function to read into a unsigned int

The current dev_read...() functions use s32 and u32 which are convenient
for device tree but not so useful for normal code, which often wants to

dm: core: Add a function to read into a unsigned int

The current dev_read...() functions use s32 and u32 which are convenient
for device tree but not so useful for normal code, which often wants to
use normal integers for values.

Add a helper which supports returning an unsigned int. Also add signed
versions of the unsigned readers.

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

show more ...

d490189810-Dec-2018 Simon Glass <sjg@chromium.org>

dm: sound: Create a uclass for sound

The sound driver pulls together the audio codec and i2s drivers in order
to actually make sounds. It supports setup() and play() methods. The
sound_find_codec_i2

dm: sound: Create a uclass for sound

The sound driver pulls together the audio codec and i2s drivers in order
to actually make sounds. It supports setup() and play() methods. The
sound_find_codec_i2s() function allows locating the linked codec and i2s
devices. They can be referred to from uclass-private data.

Add a uclass and a test for sound.

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

show more ...

e96fa6c910-Dec-2018 Simon Glass <sjg@chromium.org>

dm: sound: Create a uclass for i2s

The i2s bus is commonly used with audio codecs. It provides a way to
stream digital data sychronously in both directions. U-Boot only supports
audio output, so thi

dm: sound: Create a uclass for i2s

The i2s bus is commonly used with audio codecs. It provides a way to
stream digital data sychronously in both directions. U-Boot only supports
audio output, so this uclass is very simple, with a single tx_data()
method.

Add a uclass and a test for i2s.

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

show more ...

ce6d99a010-Dec-2018 Simon Glass <sjg@chromium.org>

dm: sound: Create a uclass for audio codecs

An audio codec provides a way to convert digital data to sound and vice
versa. Add a simple uclass which just supports setting the parameters for
the code

dm: sound: Create a uclass for audio codecs

An audio codec provides a way to convert digital data to sound and vice
versa. Add a simple uclass which just supports setting the parameters for
the codec.

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

show more ...


/openbmc/u-boot/.travis.yml
/openbmc/u-boot/Kconfig
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
/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_2
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lx2160a_serdes.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.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/dts/exynos5250-snow.dts
/openbmc/u-boot/arch/arm/dts/exynos5420-peach-pit.dts
/openbmc/u-boot/arch/arm/dts/exynos5800-peach-pi.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-qds.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-rdb.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1046a.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1088a-qds.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1088a-rdb.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1088a.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls2080a-qds.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls2080a-rdb.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls2080a.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-lx2160a.dtsi
/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/soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Kconfig
/openbmc/u-boot/arch/mips/dts/brcm,bcm6838.dtsi
/openbmc/u-boot/arch/mips/mach-bmips/Kconfig
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/test.h
/openbmc/u-boot/board/davinci/da8xxevm/MAINTAINERS
/openbmc/u-boot/board/freescale/common/vid.c
/openbmc/u-boot/board/freescale/ls1012afrdm/MAINTAINERS
/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/ls1012aqds.c
/openbmc/u-boot/board/freescale/ls1012ardb/Kconfig
/openbmc/u-boot/board/freescale/ls1012ardb/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1012ardb/ls1012ardb.c
/openbmc/u-boot/board/freescale/ls1021aqds/ls1021aqds.c
/openbmc/u-boot/board/freescale/ls1021atwr/ls1021atwr.c
/openbmc/u-boot/board/freescale/ls1043aqds/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1043aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds.c
/openbmc/u-boot/board/freescale/ls1043ardb/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1043ardb/ddr.c
/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb.c
/openbmc/u-boot/board/freescale/ls1046aqds/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1046aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds.c
/openbmc/u-boot/board/freescale/ls1046ardb/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1046ardb/ddr.c
/openbmc/u-boot/board/freescale/ls1088a/ls1088a.c
/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/configs/am335x_hs_evm_defconfig
/openbmc/u-boot/configs/am335x_hs_evm_uart_defconfig
/openbmc/u-boot/configs/am335x_pdu001_defconfig
/openbmc/u-boot/configs/chromebook_link64_defconfig
/openbmc/u-boot/configs/evb-rk3036_defconfig
/openbmc/u-boot/configs/kylin-rk3036_defconfig
/openbmc/u-boot/configs/ls1012a2g5rdb_tfa_defconfig
/openbmc/u-boot/configs/ls1012afrdm_tfa_defconfig
/openbmc/u-boot/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012afrwy_tfa_defconfig
/openbmc/u-boot/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012ardb_tfa_defconfig
/openbmc/u-boot/configs/ls1043aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_tfa_defconfig
/openbmc/u-boot/configs/ls1046aqds_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1046ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_tfa_defconfig
/openbmc/u-boot/configs/ls1088aqds_defconfig
/openbmc/u-boot/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1088aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls2080aqds_defconfig
/openbmc/u-boot/configs/ls2080ardb_defconfig
/openbmc/u-boot/configs/omap35_logic_defconfig
/openbmc/u-boot/configs/omap35_logic_somlv_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omap3_logic_somlv_defconfig
/openbmc/u-boot/configs/qemu-x86_64_defconfig
/openbmc/u-boot/configs/qemu_arm64_defconfig
/openbmc/u-boot/configs/qemu_arm_defconfig
/openbmc/u-boot/configs/sandbox64_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_flattree_defconfig
/openbmc/u-boot/configs/sandbox_noblk_defconfig
/openbmc/u-boot/configs/sandbox_spl_defconfig
/openbmc/u-boot/doc/README.qemu-arm
/openbmc/u-boot/doc/driver-model/MIGRATION.txt
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/ata/sata_ceva.c
/openbmc/u-boot/drivers/block/Makefile
/openbmc/u-boot/drivers/block/blk-uclass.c
/openbmc/u-boot/drivers/ddr/fsl/Kconfig
/openbmc/u-boot/drivers/firmware/Kconfig
/openbmc/u-boot/drivers/firmware/Makefile
/openbmc/u-boot/drivers/i2c/tegra186_bpmp_i2c.c
/openbmc/u-boot/drivers/misc/fsl_ifc.c
/openbmc/u-boot/drivers/net/fm/fm.c
/openbmc/u-boot/drivers/net/ldpaa_eth/Makefile
/openbmc/u-boot/drivers/net/ldpaa_eth/lx2160a.c
/openbmc/u-boot/drivers/qe/qe.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/sound/Kconfig
/openbmc/u-boot/drivers/sound/Makefile
/openbmc/u-boot/drivers/sound/codec-uclass.c
/openbmc/u-boot/drivers/sound/max98095.c
/openbmc/u-boot/drivers/sound/samsung-i2s.c
/openbmc/u-boot/drivers/sound/sandbox.c
/openbmc/u-boot/drivers/sound/sound-i2s.c
/openbmc/u-boot/drivers/sound/wm8994.c
/openbmc/u-boot/env/flash.c
/openbmc/u-boot/env/nand.c
/openbmc/u-boot/env/sf.c
/openbmc/u-boot/include/audio_codec.h
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/T102xQDS.h
/openbmc/u-boot/include/configs/T1040QDS.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/T4240QDS.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/ls1012a2g5rdb.h
/openbmc/u-boot/include/configs/ls1012a_common.h
/openbmc/u-boot/include/configs/ls1012afrdm.h
/openbmc/u-boot/include/configs/ls1012afrwy.h
/openbmc/u-boot/include/configs/ls1012aqds.h
/openbmc/u-boot/include/configs/ls1012ardb.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/ls1046a_common.h
/openbmc/u-boot/include/configs/ls1046aqds.h
/openbmc/u-boot/include/configs/ls1046ardb.h
/openbmc/u-boot/include/configs/ls1088a_common.h
/openbmc/u-boot/include/configs/ls1088aqds.h
/openbmc/u-boot/include/configs/ls1088ardb.h
/openbmc/u-boot/include/configs/qemu-arm.h
uclass-id.h
/openbmc/u-boot/include/environment.h
/openbmc/u-boot/include/fsl_ifc.h
/openbmc/u-boot/include/i2s.h
/openbmc/u-boot/include/sound.h
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/audio.c
/openbmc/u-boot/test/lib/hexdump.c
/openbmc/u-boot/test/overlay/cmd_ut_overlay.c
ebb73de127-Nov-2018 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

bootcount: add uclass for bootcount

The original bootcount methods do not provide an interface to DM and
rely on a static configuration for I2C devices (e.g. bus, chip-addr,
etc. are configured thro

bootcount: add uclass for bootcount

The original bootcount methods do not provide an interface to DM and
rely on a static configuration for I2C devices (e.g. bus, chip-addr,
etc. are configured through defines statically). On a modern system
that exposes multiple devices in a DTS-configurable way, this is less
than optimal and a interface to DM-based devices will be desirable.

This adds a simple driver that is DM-aware and configurable via DTS.
If ambiguous (i.e. multiple bootcount-devices are present) the
/chosen/u-boot,bootcount-device property can be used to select one
bootcount device.

Initially, this provides support for the following DM devices:
* RTC devices

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tested-by: Klaus Goger <klaus.goger@theobroma-systems.com>

show more ...


/openbmc/u-boot/.travis.yml
/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-pdu001-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-pdu001.dts
/openbmc/u-boot/arch/arm/dts/am335x-pxm2.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-rut.dts
/openbmc/u-boot/arch/arm/dts/am33xx-clocks.dtsi
/openbmc/u-boot/arch/arm/dts/am33xx.dtsi
/openbmc/u-boot/arch/arm/dts/am3517-evm-ui.dtsi
/openbmc/u-boot/arch/arm/dts/am3517-evm.dts
/openbmc/u-boot/arch/arm/dts/am3517-som.dtsi
/openbmc/u-boot/arch/arm/dts/am4372.dtsi
/openbmc/u-boot/arch/arm/dts/am437x-idk-evm.dts
/openbmc/u-boot/arch/arm/dts/armada-388-helios4-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/bcm6858.dtsi
/openbmc/u-boot/arch/arm/dts/da850-evm.dts
/openbmc/u-boot/arch/arm/dts/da850-lcdk.dts
/openbmc/u-boot/arch/arm/dts/da850.dtsi
/openbmc/u-boot/arch/arm/dts/dm816x.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-35xx-devkit.dts
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit.dts
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/gpio.h
/openbmc/u-boot/arch/arm/include/asm/io.h
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-sunxi/pmic_bus.c
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/8dtech/eco5pk/eco5pk.c
/openbmc/u-boot/board/CZ.NIC/turris_omnia/turris_omnia.c
/openbmc/u-boot/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
/openbmc/u-boot/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
/openbmc/u-boot/board/armadeus/apf27/apf27.c
/openbmc/u-boot/board/gdsys/a38x/controlcenterdc.c
/openbmc/u-boot/board/kobol/helios4/helios4.c
/openbmc/u-boot/board/solidrun/clearfog/clearfog.c
/openbmc/u-boot/board/sunxi/README.sunxi64
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/cmd/bootmenu.c
/openbmc/u-boot/common/hash.c
/openbmc/u-boot/common/xyzModem.c
/openbmc/u-boot/configs/A20-OLinuXino-Lime2-eMMC_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime2_defconfig
/openbmc/u-boot/configs/am335x_hs_evm_uart_defconfig
/openbmc/u-boot/configs/am335x_pdu001_defconfig
/openbmc/u-boot/configs/bcm968580_ram_defconfig
/openbmc/u-boot/configs/helios4_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/doc/device-tree-bindings/chosen.txt
/openbmc/u-boot/drivers/bootcount/Kconfig
/openbmc/u-boot/drivers/bootcount/Makefile
/openbmc/u-boot/drivers/bootcount/bootcount-uclass.c
/openbmc/u-boot/drivers/clk/clk_stm32mp1.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_debug.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/a38x/ddr3_training.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_bist.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_centralization.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_db.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_def.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_pbs.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_topology_def.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_training_ip_db.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/dram_if.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_build_message.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_regs.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_training_db.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/xor.c
/openbmc/u-boot/drivers/dma/Kconfig
/openbmc/u-boot/drivers/dma/Makefile
/openbmc/u-boot/drivers/dma/dma-uclass.c
/openbmc/u-boot/drivers/dma/sandbox-dma-test.c
/openbmc/u-boot/drivers/dma/ti-edma3.c
/openbmc/u-boot/drivers/gpio/stm32f7_gpio.c
/openbmc/u-boot/drivers/hwspinlock/Kconfig
/openbmc/u-boot/drivers/hwspinlock/Makefile
/openbmc/u-boot/drivers/hwspinlock/stm32_hwspinlock.c
/openbmc/u-boot/drivers/mmc/mmc_spi.c
/openbmc/u-boot/drivers/net/phy/aquantia.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.c
/openbmc/u-boot/drivers/pinctrl/pinctrl_stm32.c
/openbmc/u-boot/drivers/power/Kconfig
/openbmc/u-boot/drivers/power/axp209.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk322x.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/serial_bcm6345.c
/openbmc/u-boot/drivers/serial/serial_omap.c
/openbmc/u-boot/include/axp209.h
/openbmc/u-boot/include/bootcount.h
/openbmc/u-boot/include/configs/helios4.h
uclass-id.h
/openbmc/u-boot/include/dma-uclass.h
/openbmc/u-boot/include/dma.h
/openbmc/u-boot/include/dt-bindings/clock/am3.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/u-boot/crc.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/crc16.c
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/dma.c
/openbmc/u-boot/test/py/u_boot_console_base.py
/openbmc/u-boot/tools/Makefile
3542ff2907-Dec-2018 Jean-Jacques Hiblot <jjhiblot@ti.com>

dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL

If OF_CONTROL is not enabled and DM_SEQ_ALIAS is enabled, we must
assign an alias (requested sequence number) to devices that b

dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL

If OF_CONTROL is not enabled and DM_SEQ_ALIAS is enabled, we must
assign an alias (requested sequence number) to devices that belongs to a
class with the DM_UC_FLAG_SEQ_ALIAS flag. Otherwise
uclass_find_device_by_seq() cannot be used to get/probe a device. In
particular i2c_get_chip_for_busnum() cannot be used.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>

show more ...


/openbmc/u-boot/.travis.yml
/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-pdu001-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-pdu001.dts
/openbmc/u-boot/arch/arm/dts/am335x-pxm2.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-rut.dts
/openbmc/u-boot/arch/arm/dts/am33xx-clocks.dtsi
/openbmc/u-boot/arch/arm/dts/am33xx.dtsi
/openbmc/u-boot/arch/arm/dts/am3517-evm-ui.dtsi
/openbmc/u-boot/arch/arm/dts/am3517-evm.dts
/openbmc/u-boot/arch/arm/dts/am3517-som.dtsi
/openbmc/u-boot/arch/arm/dts/am4372.dtsi
/openbmc/u-boot/arch/arm/dts/am437x-idk-evm.dts
/openbmc/u-boot/arch/arm/dts/armada-388-helios4-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/bcm6858.dtsi
/openbmc/u-boot/arch/arm/dts/da850-evm.dts
/openbmc/u-boot/arch/arm/dts/da850-lcdk.dts
/openbmc/u-boot/arch/arm/dts/da850.dtsi
/openbmc/u-boot/arch/arm/dts/dm816x.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-35xx-devkit.dts
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit.dts
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/gpio.h
/openbmc/u-boot/arch/arm/include/asm/io.h
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-sunxi/pmic_bus.c
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/8dtech/eco5pk/eco5pk.c
/openbmc/u-boot/board/CZ.NIC/turris_omnia/turris_omnia.c
/openbmc/u-boot/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
/openbmc/u-boot/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
/openbmc/u-boot/board/armadeus/apf27/apf27.c
/openbmc/u-boot/board/gdsys/a38x/controlcenterdc.c
/openbmc/u-boot/board/kobol/helios4/helios4.c
/openbmc/u-boot/board/solidrun/clearfog/clearfog.c
/openbmc/u-boot/board/sunxi/README.sunxi64
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/bootmenu.c
/openbmc/u-boot/common/hash.c
/openbmc/u-boot/common/xyzModem.c
/openbmc/u-boot/configs/A20-OLinuXino-Lime2-eMMC_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime2_defconfig
/openbmc/u-boot/configs/am335x_hs_evm_uart_defconfig
/openbmc/u-boot/configs/am335x_pdu001_defconfig
/openbmc/u-boot/configs/bcm968580_ram_defconfig
/openbmc/u-boot/configs/helios4_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/drivers/clk/clk_stm32mp1.c
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/uclass.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_debug.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/a38x/ddr3_training.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_bist.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_centralization.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_db.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_def.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_pbs.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_topology_def.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_training_ip_db.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/dram_if.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_build_message.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_regs.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_training_db.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/xor.c
/openbmc/u-boot/drivers/dma/Kconfig
/openbmc/u-boot/drivers/dma/Makefile
/openbmc/u-boot/drivers/dma/dma-uclass.c
/openbmc/u-boot/drivers/dma/sandbox-dma-test.c
/openbmc/u-boot/drivers/dma/ti-edma3.c
/openbmc/u-boot/drivers/gpio/stm32f7_gpio.c
/openbmc/u-boot/drivers/hwspinlock/Kconfig
/openbmc/u-boot/drivers/hwspinlock/Makefile
/openbmc/u-boot/drivers/hwspinlock/stm32_hwspinlock.c
/openbmc/u-boot/drivers/i2c/i2c-uclass.c
/openbmc/u-boot/drivers/mmc/mmc_spi.c
/openbmc/u-boot/drivers/net/phy/aquantia.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.c
/openbmc/u-boot/drivers/pinctrl/pinctrl_stm32.c
/openbmc/u-boot/drivers/power/Kconfig
/openbmc/u-boot/drivers/power/axp209.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/serial_bcm6345.c
/openbmc/u-boot/drivers/serial/serial_omap.c
/openbmc/u-boot/include/axp209.h
/openbmc/u-boot/include/configs/helios4.h
uclass-internal.h
/openbmc/u-boot/include/dma-uclass.h
/openbmc/u-boot/include/dma.h
/openbmc/u-boot/include/dt-bindings/clock/am3.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/u-boot/crc.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/crc16.c
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/dma.c
/openbmc/u-boot/test/py/u_boot_console_base.py
/openbmc/u-boot/tools/Makefile
0131162429-Nov-2018 Jean-Jacques Hiblot <jjhiblot@ti.com>

dm: usb: create a new UCLASS ID for USB gadget devices

UCLASS_USB_DEV_GENERIC was meant for USB devices connected to host
controllers, not gadget devices.
Adding a new UCLASS for gadget devices alon

dm: usb: create a new UCLASS ID for USB gadget devices

UCLASS_USB_DEV_GENERIC was meant for USB devices connected to host
controllers, not gadget devices.
Adding a new UCLASS for gadget devices alone.

Also move the generic DM code for USB gadgets in a separate file for
clarity.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>

show more ...


/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/rk3399-ficus.dts
/openbmc/u-boot/arch/arm/dts/rk3399-rock960.dts
/openbmc/u-boot/arch/arm/dts/rk3399-rock960.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-sdram-lpddr3-2GB-1600.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399.dtsi
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/Kconfig
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/vamrs/rock960_rk3399/Kconfig
/openbmc/u-boot/board/vamrs/rock960_rk3399/MAINTAINERS
/openbmc/u-boot/board/vamrs/rock960_rk3399/Makefile
/openbmc/u-boot/board/vamrs/rock960_rk3399/README
/openbmc/u-boot/board/vamrs/rock960_rk3399/rock960-rk3399.c
/openbmc/u-boot/cmd/fastboot.c
/openbmc/u-boot/cmd/rockusb.c
/openbmc/u-boot/cmd/thordown.c
/openbmc/u-boot/cmd/usb_gadget_sdp.c
/openbmc/u-boot/cmd/usb_mass_storage.c
/openbmc/u-boot/common/dfu.c
/openbmc/u-boot/configs/ficus-rk3399_defconfig
/openbmc/u-boot/configs/rock960-rk3399_defconfig
/openbmc/u-boot/drivers/usb/Kconfig
/openbmc/u-boot/drivers/usb/dwc3/core.c
/openbmc/u-boot/drivers/usb/dwc3/dwc3-generic.c
/openbmc/u-boot/drivers/usb/gadget/ether.c
/openbmc/u-boot/drivers/usb/gadget/udc/Makefile
/openbmc/u-boot/drivers/usb/gadget/udc/udc-core.c
/openbmc/u-boot/drivers/usb/gadget/udc/udc-uclass.c
/openbmc/u-boot/drivers/usb/host/xhci-dwc3.c
/openbmc/u-boot/drivers/usb/musb-new/omap2430.c
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/include/configs/rock960_rk3399.h
uclass-id.h
/openbmc/u-boot/include/dwc3-uboot.h
/openbmc/u-boot/include/linux/usb/gadget.h
/openbmc/u-boot/include/usb/dwc2_udc.h
7f84fc6727-Nov-2018 Benjamin Gaignard <benjamin.gaignard@linaro.org>

dm: Add Hardware Spinlock class

This is uclass for Hardware Spinlocks.
It implements two mandatory operations: lock and unlock
and one optional relax operation.

Signed-off-by: Benjamin Gaignard <be

dm: Add Hardware Spinlock class

This is uclass for Hardware Spinlocks.
It implements two mandatory operations: lock and unlock
and one optional relax operation.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>

show more ...


/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/rk3399-ficus.dts
/openbmc/u-boot/arch/arm/dts/rk3399-rock960.dts
/openbmc/u-boot/arch/arm/dts/rk3399-rock960.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-sdram-lpddr3-2GB-1600.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399.dtsi
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/Kconfig
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/state.h
/openbmc/u-boot/board/ti/ks2_evm/board.c
/openbmc/u-boot/board/vamrs/rock960_rk3399/Kconfig
/openbmc/u-boot/board/vamrs/rock960_rk3399/MAINTAINERS
/openbmc/u-boot/board/vamrs/rock960_rk3399/Makefile
/openbmc/u-boot/board/vamrs/rock960_rk3399/README
/openbmc/u-boot/board/vamrs/rock960_rk3399/rock960-rk3399.c
/openbmc/u-boot/common/main.c
/openbmc/u-boot/configs/ficus-rk3399_defconfig
/openbmc/u-boot/configs/rock960-rk3399_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/stm32f746-disco_defconfig
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/clk-uclass.c
/openbmc/u-boot/drivers/hwspinlock/Kconfig
/openbmc/u-boot/drivers/hwspinlock/Makefile
/openbmc/u-boot/drivers/hwspinlock/hwspinlock-uclass.c
/openbmc/u-boot/drivers/hwspinlock/sandbox_hwspinlock.c
/openbmc/u-boot/drivers/w1/w1-uclass.c
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/include/configs/rock960_rk3399.h
uclass-id.h
/openbmc/u-boot/include/hwspinlock.h
/openbmc/u-boot/include/usb/dwc2_udc.h
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/hwspinlock.c
7959882003-Dec-2018 Álvaro Fernández Rojas <noltari@gmail.com>

dm: core: add functions to get/remap I/O addresses by name

This functions allow us to get and remap I/O addresses by name, which is useful when there are multiple reg addresses indexed by reg-names

dm: core: add functions to get/remap I/O addresses by name

This functions allow us to get and remap I/O addresses by name, which is useful when there are multiple reg addresses indexed by reg-names property.
This is needed in bmips dma/eth patch series, but can also be used on many
other drivers.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

759a99c225-Nov-2018 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

dm: (re)sort uclass ids alphabetically

The comment in uclass-id.h states that
"U-Boot uclasses start here - in alphabetical order"
but the subsequent list is not sorted alphabetically.
This rees

dm: (re)sort uclass ids alphabetically

The comment in uclass-id.h states that
"U-Boot uclasses start here - in alphabetical order"
but the subsequent list is not sorted alphabetically.
This reestablishes order.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arc/include/asm/arcregs.h
/openbmc/u-boot/arch/arc/lib/cpu.c
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/smccc-call.S
/openbmc/u-boot/arch/arm/cpu/armv8/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fwcall.c
/openbmc/u-boot/arch/arm/cpu/armv8/smccc-call.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-baltos.dts
/openbmc/u-boot/arch/arm/dts/armada-8040-mcbin.dts
/openbmc/u-boot/arch/arm/dts/keystone-k2g.dtsi
/openbmc/u-boot/arch/arm/dts/meson-axg-s400.dts
/openbmc/u-boot/arch/arm/dts/meson-axg.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gx.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxbb-nanopi-k2.dts
/openbmc/u-boot/arch/arm/dts/meson-gxbb.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxl-mali.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxl.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxm-khadas-vim2.dts
/openbmc/u-boot/arch/arm/dts/r8a7790-lager.dts
/openbmc/u-boot/arch/arm/dts/r8a7790.dtsi
/openbmc/u-boot/arch/arm/dts/r8a7791-koelsch.dts
/openbmc/u-boot/arch/arm/dts/r8a7791-porter-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7791-porter.dts
/openbmc/u-boot/arch/arm/dts/r8a7791.dtsi
/openbmc/u-boot/arch/arm/dts/r8a7792-blanche.dts
/openbmc/u-boot/arch/arm/dts/r8a7792.dtsi
/openbmc/u-boot/arch/arm/dts/r8a7793-gose.dts
/openbmc/u-boot/arch/arm/dts/r8a7793.dtsi
/openbmc/u-boot/arch/arm/dts/r8a7794-alt.dts
/openbmc/u-boot/arch/arm/dts/r8a7794-silk.dts
/openbmc/u-boot/arch/arm/dts/r8a7794.dtsi
/openbmc/u-boot/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7795-salvator-x-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7795-salvator-x.dts
/openbmc/u-boot/arch/arm/dts/r8a7795-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/r8a7795.dtsi
/openbmc/u-boot/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7796-salvator-x-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a7796-salvator-x.dts
/openbmc/u-boot/arch/arm/dts/r8a7796-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/r8a7796.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77965-salvator-x-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a77965-salvator-x.dts
/openbmc/u-boot/arch/arm/dts/r8a77965-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77965.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77970-eagle-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a77970-eagle.dts
/openbmc/u-boot/arch/arm/dts/r8a77970-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77970.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77990-ebisu-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a77990-ebisu.dts
/openbmc/u-boot/arch/arm/dts/r8a77990-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77990.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77995-draak.dts
/openbmc/u-boot/arch/arm/dts/r8a77995-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77995.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-puma.dtsi
/openbmc/u-boot/arch/arm/dts/rv1108.dtsi
/openbmc/u-boot/arch/arm/dts/salvator-common.dtsi
/openbmc/u-boot/arch/arm/dts/salvator-x.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria10.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria5.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria5_socdk-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria5_socdk.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de10_nano.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de1_soc.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_is1.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socdk.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sockit-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sockit.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socrates-u-boot.dtsi
/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/socfpga_cyclone5_vining_fpga-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_vining_fpga.dts
/openbmc/u-boot/arch/arm/dts/stv0991.dts
/openbmc/u-boot/arch/arm/dts/ulcb.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-cse-qspi-single.dts
/openbmc/u-boot/arch/arm/dts/zynq-cse-qspi.dtsi
/openbmc/u-boot/arch/arm/dts/zynqmp-mini-emmc0.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-mini-emmc1.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-mini.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1232-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1254-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1275-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1275-revB.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu100-revC.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu104-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu104-revC.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu106-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu111-revA.dts
/openbmc/u-boot/arch/arm/include/asm/arch-meson/axg.h
/openbmc/u-boot/arch/arm/include/asm/arch-meson/boot.h
/openbmc/u-boot/arch/arm/include/asm/arch-meson/clock-axg.h
/openbmc/u-boot/arch/arm/include/asm/arch-meson/clock-gx.h
/openbmc/u-boot/arch/arm/include/asm/arch-meson/eth.h
/openbmc/u-boot/arch/arm/include/asm/arch-meson/gx.h
/openbmc/u-boot/arch/arm/include/asm/arch-meson/mem.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3399.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rv1108.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3188.h
/openbmc/u-boot/arch/arm/lib/crt0_aarch64_efi.S
/openbmc/u-boot/arch/arm/lib/crt0_arm_efi.S
/openbmc/u-boot/arch/arm/mach-meson/Kconfig
/openbmc/u-boot/arch/arm/mach-meson/Makefile
/openbmc/u-boot/arch/arm/mach-meson/board-axg.c
/openbmc/u-boot/arch/arm/mach-meson/board-common.c
/openbmc/u-boot/arch/arm/mach-meson/board-gx.c
/openbmc/u-boot/arch/arm/mach-meson/sm.c
/openbmc/u-boot/arch/arm/mach-mvebu/cpu.c
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/soc.h
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig
/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info.c
/openbmc/u-boot/arch/arm/mach-rockchip/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/Makefile
/openbmc/u-boot/arch/arm/mach-rockchip/rk3188-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rv1108-board.c
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/base_addr_ac5.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/misc.h
/openbmc/u-boot/arch/arm/mach-socfpga/misc_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/wrap_sdram_config.c
/openbmc/u-boot/arch/mips/dts/mt7628a.dtsi
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/start.S
/openbmc/u-boot/arch/powerpc/dts/Makefile
/openbmc/u-boot/arch/powerpc/dts/mcr3000.dts
/openbmc/u-boot/arch/riscv/lib/crt0_riscv_efi.S
/openbmc/u-boot/arch/sandbox/Makefile
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/cpu/Makefile
/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/include/asm/state.h
/openbmc/u-boot/arch/x86/config.mk
/openbmc/u-boot/board/amlogic/odroid-c2/MAINTAINERS
/openbmc/u-boot/board/amlogic/odroid-c2/README.nanopi-k2
/openbmc/u-boot/board/amlogic/odroid-c2/README.odroid-c2
/openbmc/u-boot/board/amlogic/odroid-c2/odroid-c2.c
/openbmc/u-boot/board/amlogic/p212/MAINTAINERS
/openbmc/u-boot/board/amlogic/p212/README.khadas-vim
/openbmc/u-boot/board/amlogic/p212/README.libretech-cc
/openbmc/u-boot/board/amlogic/p212/README.p212
/openbmc/u-boot/board/amlogic/p212/p212.c
/openbmc/u-boot/board/amlogic/q200/MAINTAINERS
/openbmc/u-boot/board/amlogic/q200/Makefile
/openbmc/u-boot/board/amlogic/q200/README.khadas-vim2
/openbmc/u-boot/board/amlogic/q200/README.q200
/openbmc/u-boot/board/amlogic/q200/q200.c
/openbmc/u-boot/board/amlogic/s400/MAINTAINERS
/openbmc/u-boot/board/amlogic/s400/Makefile
/openbmc/u-boot/board/amlogic/s400/README
/openbmc/u-boot/board/amlogic/s400/s400.c
/openbmc/u-boot/board/cssi/MCR3000/MCR3000.c
/openbmc/u-boot/board/cssi/MCR3000/u-boot.lds
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/board.c
/openbmc/u-boot/board/gdsys/a38x/controlcenterdc.c
/openbmc/u-boot/board/gdsys/a38x/hre.c
/openbmc/u-boot/board/gdsys/a38x/hre.h
/openbmc/u-boot/board/gdsys/a38x/keyprogram.c
/openbmc/u-boot/board/gdsys/a38x/keyprogram.h
/openbmc/u-boot/board/gdsys/p1022/controlcenterd-id.c
/openbmc/u-boot/board/qualcomm/dragonboard820c/MAINTAINERS
/openbmc/u-boot/board/raspberrypi/rpi/rpi.c
/openbmc/u-boot/board/renesas/salvator-x/salvator-x.c
/openbmc/u-boot/board/renesas/ulcb/ulcb.c
/openbmc/u-boot/board/synopsys/axs10x/axs10x.c
/openbmc/u-boot/board/synopsys/emsdp/emsdp.c
/openbmc/u-boot/board/synopsys/hsdk/hsdk.c
/openbmc/u-boot/board/synopsys/iot_devkit/iot_devkit.c
/openbmc/u-boot/board/vscom/baltos/board.c
/openbmc/u-boot/board/vscom/baltos/mux.c
/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c
/openbmc/u-boot/board/xilinx/zynq/cmds.c
/openbmc/u-boot/board/xilinx/zynq/zynq-cse-nand
/openbmc/u-boot/board/xilinx/zynq/zynq-cse-nor
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-mini
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-mini-emmc0
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-mini-emmc1
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-mini-qspi
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/cmd/eeprom.c
/openbmc/u-boot/cmd/tpm-common.c
/openbmc/u-boot/cmd/tpm-v1.c
/openbmc/u-boot/cmd/tpm-v2.c
/openbmc/u-boot/cmd/tpm_test.c
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image-sig.c
/openbmc/u-boot/configs/MCR3000_defconfig
/openbmc/u-boot/configs/SBx81LIFKW_defconfig
/openbmc/u-boot/configs/SBx81LIFXCAT_defconfig
/openbmc/u-boot/configs/am335x_baltos_defconfig
/openbmc/u-boot/configs/avnet_ultra96_rev1_defconfig
/openbmc/u-boot/configs/bk4r1_defconfig
/openbmc/u-boot/configs/clearfog_gt_8k_defconfig
/openbmc/u-boot/configs/dreamplug_defconfig
/openbmc/u-boot/configs/ds109_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688-ram_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688_defconfig
/openbmc/u-boot/configs/khadas-vim2_defconfig
/openbmc/u-boot/configs/khadas-vim_defconfig
/openbmc/u-boot/configs/libretech-cc_defconfig
/openbmc/u-boot/configs/m53menlo_defconfig
/openbmc/u-boot/configs/microblaze-generic_defconfig
/openbmc/u-boot/configs/mvebu_db_armada8k_defconfig
/openbmc/u-boot/configs/mvebu_mcbin-88f8040_defconfig
/openbmc/u-boot/configs/nanopi-k2_defconfig
/openbmc/u-boot/configs/odroid-c2_defconfig
/openbmc/u-boot/configs/p212_defconfig
/openbmc/u-boot/configs/pcm052_defconfig
/openbmc/u-boot/configs/r8a7795_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7795_ulcb_defconfig
/openbmc/u-boot/configs/r8a77965_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7796_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7796_ulcb_defconfig
/openbmc/u-boot/configs/r8a77990_ebisu_defconfig
/openbmc/u-boot/configs/rock_defconfig
/openbmc/u-boot/configs/rpi_0_w_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/s400_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/vf610twr_defconfig
/openbmc/u-boot/configs/vf610twr_nand_defconfig
/openbmc/u-boot/configs/x600_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_nand_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_qspi_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu100_revC_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revC_defconfig
/openbmc/u-boot/configs/zynq_cse_nand_defconfig
/openbmc/u-boot/configs/zynq_cse_nor_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/doc/README.iscsi
/openbmc/u-boot/doc/device-tree-bindings/spi/spi-cadence.txt
/openbmc/u-boot/doc/driver-model/MIGRATION.txt
/openbmc/u-boot/doc/uImage.FIT/signature.txt
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/clk_meson.c
/openbmc/u-boot/drivers/clk/clk_meson_axg.c
/openbmc/u-boot/drivers/clk/renesas/clk-rcar-gen3.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3399.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rv1108.c
/openbmc/u-boot/drivers/core/ofnode.c
/openbmc/u-boot/drivers/firmware/psci.c
/openbmc/u-boot/drivers/gpio/dwapb_gpio.c
/openbmc/u-boot/drivers/input/i8042.c
/openbmc/u-boot/drivers/misc/cros_ec.c
/openbmc/u-boot/drivers/misc/cros_ec_sandbox.c
/openbmc/u-boot/drivers/mmc/meson_gx_mmc.c
/openbmc/u-boot/drivers/mmc/mmc-uclass.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/renesas-sdhi.c
/openbmc/u-boot/drivers/mmc/tmio-common.c
/openbmc/u-boot/drivers/mmc/tmio-common.h
/openbmc/u-boot/drivers/mmc/uniphier-sd.c
/openbmc/u-boot/drivers/mtd/nand/raw/arasan_nfc.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/sandbox-raw-bus.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/pinctrl/meson/Kconfig
/openbmc/u-boot/drivers/pinctrl/meson/Makefile
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.h
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gx-pmx.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gx.h
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxl.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.h
/openbmc/u-boot/drivers/rtc/Kconfig
/openbmc/u-boot/drivers/rtc/m41t62.c
/openbmc/u-boot/drivers/rtc/rtc-lib.c
/openbmc/u-boot/drivers/rtc/rv3029.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/serial.c
/openbmc/u-boot/drivers/serial/serial_mpc8xx.c
/openbmc/u-boot/drivers/spi/cadence_qspi.c
/openbmc/u-boot/drivers/spi/mpc8xx_spi.c
/openbmc/u-boot/drivers/sysreset/sysreset_sandbox.c
/openbmc/u-boot/drivers/tpm/tpm_tis_lpc.c
/openbmc/u-boot/drivers/usb/Kconfig
/openbmc/u-boot/drivers/video/pwm_backlight.c
/openbmc/u-boot/drivers/video/rockchip/rk_mipi.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/mpc8xx_wdt.c
/openbmc/u-boot/fs/fs.c
/openbmc/u-boot/include/asm-generic/pe.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/alt.h
/openbmc/u-boot/include/configs/baltos.h
/openbmc/u-boot/include/configs/dreamplug.h
/openbmc/u-boot/include/configs/ds109.h
/openbmc/u-boot/include/configs/emsdp.h
/openbmc/u-boot/include/configs/evb_rv1108.h
/openbmc/u-boot/include/configs/gose.h
/openbmc/u-boot/include/configs/koelsch.h
/openbmc/u-boot/include/configs/lager.h
/openbmc/u-boot/include/configs/m53menlo.h
/openbmc/u-boot/include/configs/meson64.h
/openbmc/u-boot/include/configs/pcm052.h
/openbmc/u-boot/include/configs/porter.h
/openbmc/u-boot/include/configs/rcar-gen3-common.h
/openbmc/u-boot/include/configs/rpi.h
/openbmc/u-boot/include/configs/rv1108_common.h
/openbmc/u-boot/include/configs/silk.h
/openbmc/u-boot/include/configs/stout.h
/openbmc/u-boot/include/configs/x600.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu104_revC.h
uclass-id.h
/openbmc/u-boot/include/dt-bindings/clock/axg-aoclkc.h
/openbmc/u-boot/include/dt-bindings/clock/axg-audio-clkc.h
/openbmc/u-boot/include/dt-bindings/clock/axg-clkc.h
/openbmc/u-boot/include/dt-bindings/clock/r8a77965-cpg-mssr.h
/openbmc/u-boot/include/dt-bindings/clock/r8a77990-cpg-mssr.h
/openbmc/u-boot/include/dt-bindings/clock/rv1108-cru.h
/openbmc/u-boot/include/dt-bindings/gpio/meson-axg-gpio.h
/openbmc/u-boot/include/dt-bindings/power/r8a77990-sysc.h
/openbmc/u-boot/include/dt-bindings/reset/amlogic,meson-axg-audio-arb.h
/openbmc/u-boot/include/dt-bindings/reset/amlogic,meson-axg-reset.h
/openbmc/u-boot/include/dt-bindings/reset/axg-aoclkc.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/efi_selftest.h
/openbmc/u-boot/include/i8042.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/inttypes.h
/openbmc/u-boot/include/linux/delay.h
/openbmc/u-boot/include/linux/kernel.h
/openbmc/u-boot/include/linux/psci.h
/openbmc/u-boot/include/rtc.h
/openbmc/u-boot/include/serial.h
/openbmc/u-boot/include/tpm-common.h
/openbmc/u-boot/include/tpm-v1.h
/openbmc/u-boot/include/tpm-v2.h
/openbmc/u-boot/include/u-boot/rsa.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/efi/efi.c
/openbmc/u-boot/lib/efi_loader/efi_bootmgr.c
/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_device_path.c
/openbmc/u-boot/lib/efi_loader/efi_device_path_to_text.c
/openbmc/u-boot/lib/efi_loader/efi_disk.c
/openbmc/u-boot/lib/efi_loader/efi_file.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/efi_loader/efi_smbios.c
/openbmc/u-boot/lib/efi_loader/helloworld.c
/openbmc/u-boot/lib/efi_selftest/Kconfig
/openbmc/u-boot/lib/efi_selftest/Makefile
/openbmc/u-boot/lib/efi_selftest/efi_selftest.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_config_table.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_controllers.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_crc32.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_devicepath.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_event_groups.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_events.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_exception.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_fdt.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_loaded_image.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_manageprotocols.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_memory.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_snp.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_textinput.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_tpl.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_unicode_collation.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_variables.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_watchdog.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/physmem.c
/openbmc/u-boot/lib/rsa/rsa-sign.c
/openbmc/u-boot/lib/rsa/rsa-verify.c
/openbmc/u-boot/lib/smbios.c
/openbmc/u-boot/lib/tpm-common.c
/openbmc/u-boot/lib/tpm-utils.h
/openbmc/u-boot/lib/tpm-v1.c
/openbmc/u-boot/lib/tpm-v2.c
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/sysreset.c
/openbmc/u-boot/test/py/tests/test_efi_selftest.py
/openbmc/u-boot/test/py/tests/test_vboot.py
/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha1-pss.its
/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha1.its
/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha256-pss.its
/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha256.its
/openbmc/u-boot/test/py/tests/vboot/sign-images-sha1-pss.its
/openbmc/u-boot/test/py/tests/vboot/sign-images-sha1.its
/openbmc/u-boot/test/py/tests/vboot/sign-images-sha256-pss.its
/openbmc/u-boot/test/py/tests/vboot/sign-images-sha256.its
/openbmc/u-boot/tools/buildman/toolchain.py
/openbmc/u-boot/tools/image-host.c
33810b4e18-Nov-2018 Baruch Siach <baruch@tkos.co.il>

ofnode: fix comment typo

Signed-off-by: Baruch Siach <baruch@tkos.co.il>

b7c25b1118-Nov-2018 Simon Glass <sjg@chromium.org>

dm: sandbox: i2c: Add a new 'emulation parent' uclass

Sandbox i2c works using emulation drivers which are currently children of
the i2c device:

rtc_0: rtc@43 {
reg = <0x43>;
compatible = "sand

dm: sandbox: i2c: Add a new 'emulation parent' uclass

Sandbox i2c works using emulation drivers which are currently children of
the i2c device:

rtc_0: rtc@43 {
reg = <0x43>;
compatible = "sandbox-rtc";
emul {
compatible = "sandbox,i2c-rtc";
};
};

In this case the emulation device is attached to i2c bus on address 0x43
and provides the Real-Time-Clock (RTC) functionality.

However this is not ideal, since every device on an I2C bus has a child
device. This is only really the case for sandbox, but we want to avoid
special-case code for sandbox.

A better approach seems to be to add a separate node on the bus, an
'emulation parent'. This can be given a bogus address (such as 0xff) and
hides all the emulators away. Then we can use a phandle to point from the
device to the correct emualtor, and only on sandbox. The code to find an
emulator does not interfere with normal i2c operation.

Add a new UCLASS_I2C_EMUL_PARENT uclass which allows finding an emulator
given a bus, and finding a bus given an emulator. This will be used in a
follow-on patch.

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

show more ...

25cbb47018-Nov-2018 Simon Glass <sjg@chromium.org>

dm: core: Put UCLASS_SIMPLE_BUS in order

This is currently at the top in the space for internal use. But this
uclass is used outside driver model and test code. Move it into the
correct alpha order.

dm: core: Put UCLASS_SIMPLE_BUS in order

This is currently at the top in the space for internal use. But this
uclass is used outside driver model and test code. Move it into the
correct alpha order.

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

show more ...

3abe111518-Nov-2018 Simon Glass <sjg@chromium.org>

dm: core: Add a few more specific child-finding functions

Add two functions which can find a child device by uclass or by name.
The first is useful with Multi-Function-Devices (MFDs) to find one of

dm: core: Add a few more specific child-finding functions

Add two functions which can find a child device by uclass or by name.
The first is useful with Multi-Function-Devices (MFDs) to find one of a
particular type. The second is useful when only the name is known.

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

show more ...

d0b4f68d18-Nov-2018 Simon Glass <sjg@chromium.org>

dm: core: Export uclass_find_device_by_phandle()

This function may be useful to code outside of the code driver-model
implementation. Export it and add a test.

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

dm: core: Export uclass_find_device_by_phandle()

This function may be useful to code outside of the code driver-model
implementation. Export it and add a test.

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

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/start.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-chiliboard-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am335x-chiliboard.dts
/openbmc/u-boot/arch/arm/dts/am335x-chilisom.dtsi
/openbmc/u-boot/arch/arm/dts/mt7623.dtsi
/openbmc/u-boot/arch/arm/dts/mt7623n-bananapi-bpi-r2.dts
/openbmc/u-boot/arch/arm/dts/mt7629-rfb-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/mt7629-rfb.dts
/openbmc/u-boot/arch/arm/dts/mt7629.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-mediatek/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-mediatek/misc.h
/openbmc/u-boot/arch/arm/mach-k3/Makefile
/openbmc/u-boot/arch/arm/mach-k3/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-mediatek/Kconfig
/openbmc/u-boot/arch/arm/mach-mediatek/Makefile
/openbmc/u-boot/arch/arm/mach-mediatek/cpu.c
/openbmc/u-boot/arch/arm/mach-mediatek/init.h
/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/Makefile
/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/init.c
/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/preloader.h
/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/Makefile
/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/init.c
/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-mediatek/spl.c
/openbmc/u-boot/arch/arm/mach-sunxi/Kconfig
/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a33.c
/openbmc/u-boot/arch/powerpc/include/asm/spl.h
/openbmc/u-boot/arch/riscv/Kconfig
/openbmc/u-boot/arch/riscv/cpu/ax25/Kconfig
/openbmc/u-boot/arch/riscv/cpu/ax25/Makefile
/openbmc/u-boot/arch/riscv/cpu/ax25/cache.c
/openbmc/u-boot/arch/riscv/cpu/ax25/cpu.c
/openbmc/u-boot/arch/riscv/cpu/qemu/cpu.c
/openbmc/u-boot/arch/riscv/cpu/start.S
/openbmc/u-boot/arch/riscv/dts/Makefile
/openbmc/u-boot/arch/riscv/dts/ae350.dts
/openbmc/u-boot/arch/riscv/dts/ae350_32.dts
/openbmc/u-boot/arch/riscv/dts/ae350_64.dts
/openbmc/u-boot/arch/riscv/include/asm/cache.h
/openbmc/u-boot/arch/riscv/lib/cache.c
/openbmc/u-boot/arch/sandbox/cpu/eth-raw-os.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/include/asm/handoff.h
/openbmc/u-boot/arch/sandbox/include/asm/state.h
/openbmc/u-boot/board/AndesTech/ax25-ae350/MAINTAINERS
/openbmc/u-boot/board/emulation/qemu-riscv/Kconfig
/openbmc/u-boot/board/emulation/qemu-riscv/qemu-riscv.c
/openbmc/u-boot/board/grinn/chiliboard/board.c
/openbmc/u-boot/board/mediatek/mt7623/Kconfig
/openbmc/u-boot/board/mediatek/mt7623/MAINTAINERS
/openbmc/u-boot/board/mediatek/mt7623/Makefile
/openbmc/u-boot/board/mediatek/mt7623/mt7623_rfb.c
/openbmc/u-boot/board/mediatek/mt7629/Kconfig
/openbmc/u-boot/board/mediatek/mt7629/MAINTAINERS
/openbmc/u-boot/board/mediatek/mt7629/Makefile
/openbmc/u-boot/board/mediatek/mt7629/mt7629_rfb.c
/openbmc/u-boot/board/sandbox/README.sandbox
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/bootmenu.c
/openbmc/u-boot/cmd/host.c
/openbmc/u-boot/cmd/sb.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/bloblist.c
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/console.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/init/Makefile
/openbmc/u-boot/common/init/handoff.c
/openbmc/u-boot/common/malloc_simple.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/spl.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/configs/a25-ae350_32_defconfig
/openbmc/u-boot/configs/am335x_evm_defconfig
/openbmc/u-boot/configs/ax25-ae350_64_defconfig
/openbmc/u-boot/configs/chiliboard_defconfig
/openbmc/u-boot/configs/mt7623n_bpir2_defconfig
/openbmc/u-boot/configs/mt7629_rfb_defconfig
/openbmc/u-boot/configs/sandbox_spl_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/doc/README.bloblist
/openbmc/u-boot/doc/README.mediatek
/openbmc/u-boot/doc/README.trace
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/mediatek/Makefile
/openbmc/u-boot/drivers/clk/mediatek/clk-mt7623.c
/openbmc/u-boot/drivers/clk/mediatek/clk-mt7629.c
/openbmc/u-boot/drivers/clk/mediatek/clk-mtk.c
/openbmc/u-boot/drivers/clk/mediatek/clk-mtk.h
/openbmc/u-boot/drivers/core/uclass.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/mtk-sd.c
/openbmc/u-boot/drivers/mmc/sunxi_mmc.c
/openbmc/u-boot/drivers/net/sun8i_emac.c
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/Makefile
/openbmc/u-boot/drivers/pinctrl/mediatek/Kconfig
/openbmc/u-boot/drivers/pinctrl/mediatek/Makefile
/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mt7623.c
/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mt7629.c
/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mtk-common.c
/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mtk-common.h
/openbmc/u-boot/drivers/power/domain/Kconfig
/openbmc/u-boot/drivers/power/domain/Makefile
/openbmc/u-boot/drivers/power/domain/mtk-power-domain.c
/openbmc/u-boot/drivers/power/pmic/act8846.c
/openbmc/u-boot/drivers/power/pmic/as3722.c
/openbmc/u-boot/drivers/power/pmic/as3722_gpio.c
/openbmc/u-boot/drivers/power/pmic/lp873x.c
/openbmc/u-boot/drivers/power/pmic/lp87565.c
/openbmc/u-boot/drivers/power/pmic/max77686.c
/openbmc/u-boot/drivers/power/pmic/max8997.c
/openbmc/u-boot/drivers/power/pmic/max8998.c
/openbmc/u-boot/drivers/power/pmic/mc34708.c
/openbmc/u-boot/drivers/power/pmic/palmas.c
/openbmc/u-boot/drivers/power/pmic/pfuze100.c
/openbmc/u-boot/drivers/power/pmic/rk8xx.c
/openbmc/u-boot/drivers/power/pmic/rn5t567.c
/openbmc/u-boot/drivers/power/pmic/s2mps11.c
/openbmc/u-boot/drivers/power/pmic/s5m8767.c
/openbmc/u-boot/drivers/power/pmic/sandbox.c
/openbmc/u-boot/drivers/power/pmic/stpmu1.c
/openbmc/u-boot/drivers/power/pmic/tps65090.c
/openbmc/u-boot/drivers/ram/Makefile
/openbmc/u-boot/drivers/ram/mediatek/Makefile
/openbmc/u-boot/drivers/ram/mediatek/ddr3-mt7629.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/serial_mtk.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/Makefile
/openbmc/u-boot/drivers/timer/mtk_timer.c
/openbmc/u-boot/drivers/usb/Kconfig
/openbmc/u-boot/drivers/usb/common/Makefile
/openbmc/u-boot/drivers/usb/dwc3/core.c
/openbmc/u-boot/drivers/usb/dwc3/core.h
/openbmc/u-boot/drivers/usb/eth/usb_ether.c
/openbmc/u-boot/drivers/usb/gadget/ci_udc.c
/openbmc/u-boot/drivers/usb/gadget/ether.c
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/dwc2.c
/openbmc/u-boot/drivers/usb/host/ehci-atmel.c
/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-marvell.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-vf.c
/openbmc/u-boot/drivers/usb/host/ohci-hcd.c
/openbmc/u-boot/drivers/usb/host/ohci.h
/openbmc/u-boot/drivers/usb/host/xhci-dwc3.c
/openbmc/u-boot/drivers/usb/host/xhci-fsl.c
/openbmc/u-boot/drivers/usb/host/xhci-mem.c
/openbmc/u-boot/drivers/usb/host/xhci.c
/openbmc/u-boot/drivers/usb/host/xhci.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/ti-musb.c
/openbmc/u-boot/drivers/usb/musb-new/usb-compat.h
/openbmc/u-boot/drivers/video/vidconsole-uclass.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/Makefile
/openbmc/u-boot/drivers/watchdog/mtk_wdt.c
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/bloblist.h
/openbmc/u-boot/include/configs/am65x_evm.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/edminiv2.h
/openbmc/u-boot/include/configs/km/km_arm.h
/openbmc/u-boot/include/configs/mt7623.h
/openbmc/u-boot/include/configs/mt7629.h
/openbmc/u-boot/include/configs/mv-common.h
/openbmc/u-boot/include/configs/qemu-riscv.h
/openbmc/u-boot/include/configs/vexpress_common.h
uclass-internal.h
/openbmc/u-boot/include/dt-bindings/clock/mt7623-clk.h
/openbmc/u-boot/include/dt-bindings/clock/mt7629-clk.h
/openbmc/u-boot/include/dt-bindings/power/mt7623-power.h
/openbmc/u-boot/include/dt-bindings/power/mt7629-power.h
/openbmc/u-boot/include/environment/ti/boot.h
/openbmc/u-boot/include/handoff.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/log.h
/openbmc/u-boot/include/malloc.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/test/suites.h
/openbmc/u-boot/include/usb.h
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/Makefile
/openbmc/u-boot/test/README
/openbmc/u-boot/test/bloblist.c
/openbmc/u-boot/test/cmd_ut.c
/openbmc/u-boot/test/dm/sf.c
/openbmc/u-boot/test/dm/test-fdt.c
/openbmc/u-boot/test/dm/video.c
/openbmc/u-boot/test/fs/fs-test.sh
/openbmc/u-boot/test/py/tests/test_fit.py
/openbmc/u-boot/test/py/tests/test_fs/test_basic.py
/openbmc/u-boot/test/py/tests/test_fs/test_ext.py
/openbmc/u-boot/test/py/tests/test_fs/test_mkdir.py
/openbmc/u-boot/test/py/tests/test_fs/test_unlink.py
/openbmc/u-boot/test/py/tests/test_handoff.py
/openbmc/u-boot/test/py/tests/test_ofplatdata.py
/openbmc/u-boot/test/py/tests/test_vboot.py
/openbmc/u-boot/test/py/u_boot_console_base.py
/openbmc/u-boot/test/py/u_boot_console_sandbox.py
/openbmc/u-boot/test/run
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/file2include.c
/openbmc/u-boot/tools/mtk_image.c
/openbmc/u-boot/tools/mtk_image.h
3ae6030c22-Nov-2018 Jagan Teki <jagan@amarulasolutions.com>

dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h

Rename platform_data include file as spi_pl022.h from pl022_spi.h,
this is generic notation used for spi platdata include files.

Acked-by: Quentin

dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h

Rename platform_data include file as spi_pl022.h from pl022_spi.h,
this is generic notation used for spi platdata include files.

Acked-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

show more ...

3deb1f7314-Nov-2018 Jagan Teki <jagan@amarulasolutions.com>

spi: pl022: Simplify platdata code

pl022 spi driver support both OF_CONTROL and PLATDATA, this
patch is trying to simplify the code that differentiating
platdata vs of_control.
- Move OF_CONTROL cod

spi: pl022: Simplify platdata code

pl022 spi driver support both OF_CONTROL and PLATDATA, this
patch is trying to simplify the code that differentiating
platdata vs of_control.
- Move OF_CONTROL code at one place
- Handle clock setup code directly in pl022_spi_ofdata_to_platdata

Acked-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

show more ...


/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/armada-8040-clearfog-gt-8k.dts
/openbmc/u-boot/arch/arm/dts/k3-am65-main.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am65-mcu.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am65-wakeup.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am65.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-base-board-ddr4-1600MHz.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-ddr.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-r5-base-board.dts
/openbmc/u-boot/arch/arm/include/asm/armv8/mmu.h
/openbmc/u-boot/arch/arm/lib/memcpy.S
/openbmc/u-boot/arch/arm/mach-k3/Kconfig
/openbmc/u-boot/arch/arm/mach-k3/Makefile
/openbmc/u-boot/arch/arm/mach-k3/am6_init.c
/openbmc/u-boot/arch/arm/mach-k3/common.c
/openbmc/u-boot/arch/arm/mach-k3/common.h
/openbmc/u-boot/arch/arm/mach-k3/config.mk
/openbmc/u-boot/arch/arm/mach-k3/include/mach/sys_proto.h
/openbmc/u-boot/arch/arm/mach-k3/r5_mpu.c
/openbmc/u-boot/arch/arm/mach-mvebu/arm64-common.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_mem.c
/openbmc/u-boot/arch/mips/Kconfig
/openbmc/u-boot/arch/mips/config.mk
/openbmc/u-boot/arch/mips/dts/gardena-smart-gateway-mt7688.dts
/openbmc/u-boot/arch/mips/dts/linkit-smart-7688.dts
/openbmc/u-boot/arch/mips/dts/mt7628a.dtsi
/openbmc/u-boot/arch/mips/include/asm/mach-generic/spaces.h
/openbmc/u-boot/arch/mips/include/asm/u-boot-mips.h
/openbmc/u-boot/arch/mips/mach-mt7620/Kconfig
/openbmc/u-boot/arch/mips/mach-mt7620/cpu.c
/openbmc/u-boot/arch/mips/mach-mt7620/lowlevel_init.S
/openbmc/u-boot/arch/nds32/config.mk
/openbmc/u-boot/arch/riscv/config.mk
/openbmc/u-boot/arch/riscv/include/asm/csr.h
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sh/config.mk
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/board.c
/openbmc/u-boot/board/seeed/linkit-smart-7688/board.c
/openbmc/u-boot/board/solidrun/clearfog/MAINTAINERS
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/ti/am65x/Kconfig
/openbmc/u-boot/board/ti/am65x/MAINTAINERS
/openbmc/u-boot/board/ti/am65x/README
/openbmc/u-boot/cmd/adc.c
/openbmc/u-boot/cmd/ubi.c
/openbmc/u-boot/common/image-sig.c
/openbmc/u-boot/config.mk
/openbmc/u-boot/configs/am3517_evm_defconfig
/openbmc/u-boot/configs/am65x_evm_r5_defconfig
/openbmc/u-boot/configs/clearfog_gt_8k_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688-ram_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688_defconfig
/openbmc/u-boot/configs/linkit-smart-7688-ram_defconfig
/openbmc/u-boot/configs/linkit-smart-7688_defconfig
/openbmc/u-boot/configs/omap35_logic_defconfig
/openbmc/u-boot/configs/omap35_logic_somlv_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omap3_logic_somlv_defconfig
/openbmc/u-boot/doc/device-tree-bindings/ram/k3-am654-ddrss.txt
/openbmc/u-boot/drivers/adc/adc-uclass.c
/openbmc/u-boot/drivers/clk/clk_meson.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/mt7621_gpio.c
/openbmc/u-boot/drivers/gpio/stm32f7_gpio.c
/openbmc/u-boot/drivers/i2c/stm32f7_i2c.c
/openbmc/u-boot/drivers/misc/fs_loader.c
/openbmc/u-boot/drivers/mtd/nand/raw/pxa3xx_nand.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-sandbox.c
/openbmc/u-boot/drivers/pinctrl/pinctrl_stm32.c
/openbmc/u-boot/drivers/ram/Kconfig
/openbmc/u-boot/drivers/ram/Makefile
/openbmc/u-boot/drivers/ram/k3-am654-ddrss.c
/openbmc/u-boot/drivers/ram/k3-am654-ddrss.h
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/meson_spifc.c
/openbmc/u-boot/drivers/spi/mtk_qspi.c
/openbmc/u-boot/drivers/spi/pl022_spi.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/Makefile
/openbmc/u-boot/drivers/watchdog/mt7621_wdt.c
/openbmc/u-boot/examples/standalone/Makefile
/openbmc/u-boot/fs/Makefile
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/include/adc.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/configs/am65x_evm.h
/openbmc/u-boot/include/configs/db-88f6820-amc.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/gardena-smart-gateway-mt7688.h
/openbmc/u-boot/include/configs/linkit-smart-7688.h
/openbmc/u-boot/include/configs/ti_armv7_common.h
platform_data/pl022_spi.h
/openbmc/u-boot/include/linux/const.h
/openbmc/u-boot/include/linux/sizes.h
/openbmc/u-boot/include/regmap.h
/openbmc/u-boot/include/serial.h
/openbmc/u-boot/lib/libfdt/fdt_region.c
/openbmc/u-boot/test/dm/adc.c
/openbmc/u-boot/test/dm/regmap.c
/openbmc/u-boot/test/py/tests/test_pinmux.py
/openbmc/u-boot/tools/k3_x509template.txt
afb3012922-Nov-2018 Lukas Auer <lukas.auer@aisec.fraunhofer.de>

dm: core: add missing prototype for ofnode_read_u64

Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>


/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/armada-8040-clearfog-gt-8k.dts
/openbmc/u-boot/arch/arm/dts/k3-am65-main.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am65-mcu.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am65-wakeup.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am65.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-base-board-ddr4-1600MHz.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-ddr.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-r5-base-board.dts
/openbmc/u-boot/arch/arm/include/asm/armv8/mmu.h
/openbmc/u-boot/arch/arm/lib/memcpy.S
/openbmc/u-boot/arch/arm/mach-k3/Kconfig
/openbmc/u-boot/arch/arm/mach-k3/Makefile
/openbmc/u-boot/arch/arm/mach-k3/am6_init.c
/openbmc/u-boot/arch/arm/mach-k3/common.c
/openbmc/u-boot/arch/arm/mach-k3/common.h
/openbmc/u-boot/arch/arm/mach-k3/config.mk
/openbmc/u-boot/arch/arm/mach-k3/include/mach/sys_proto.h
/openbmc/u-boot/arch/arm/mach-k3/r5_mpu.c
/openbmc/u-boot/arch/arm/mach-mvebu/arm64-common.c
/openbmc/u-boot/arch/arm/mach-stm32mp/cpu.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_mem.c
/openbmc/u-boot/arch/mips/Kconfig
/openbmc/u-boot/arch/mips/config.mk
/openbmc/u-boot/arch/mips/dts/gardena-smart-gateway-mt7688.dts
/openbmc/u-boot/arch/mips/dts/linkit-smart-7688.dts
/openbmc/u-boot/arch/mips/dts/mt7628a.dtsi
/openbmc/u-boot/arch/mips/include/asm/mach-generic/spaces.h
/openbmc/u-boot/arch/mips/include/asm/u-boot-mips.h
/openbmc/u-boot/arch/mips/mach-mt7620/Kconfig
/openbmc/u-boot/arch/mips/mach-mt7620/cpu.c
/openbmc/u-boot/arch/mips/mach-mt7620/lowlevel_init.S
/openbmc/u-boot/arch/nds32/config.mk
/openbmc/u-boot/arch/nds32/cpu/n1213/start.S
/openbmc/u-boot/arch/riscv/Kconfig
/openbmc/u-boot/arch/riscv/Makefile
/openbmc/u-boot/arch/riscv/config.mk
/openbmc/u-boot/arch/riscv/cpu/cpu.c
/openbmc/u-boot/arch/riscv/cpu/start.S
/openbmc/u-boot/arch/riscv/include/asm/barrier.h
/openbmc/u-boot/arch/riscv/include/asm/csr.h
/openbmc/u-boot/arch/riscv/include/asm/io.h
/openbmc/u-boot/arch/riscv/include/asm/posix_types.h
/openbmc/u-boot/arch/riscv/include/asm/types.h
/openbmc/u-boot/arch/riscv/lib/bootm.c
/openbmc/u-boot/arch/riscv/lib/cache.c
/openbmc/u-boot/arch/riscv/lib/interrupts.c
/openbmc/u-boot/arch/riscv/lib/setjmp.S
/openbmc/u-boot/arch/sandbox/cpu/cpu.c
/openbmc/u-boot/arch/sandbox/cpu/os.c
/openbmc/u-boot/arch/sandbox/dts/sandbox.dts
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/test.h
/openbmc/u-boot/arch/sh/config.mk
/openbmc/u-boot/board/armltd/integrator/README
/openbmc/u-boot/board/emulation/qemu-riscv/qemu-riscv.c
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/board.c
/openbmc/u-boot/board/samsung/common/board.c
/openbmc/u-boot/board/sandbox/README.sandbox
/openbmc/u-boot/board/sandbox/sandbox.c
/openbmc/u-boot/board/seeed/linkit-smart-7688/board.c
/openbmc/u-boot/board/solidrun/clearfog/MAINTAINERS
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/ti/am65x/Kconfig
/openbmc/u-boot/board/ti/am65x/MAINTAINERS
/openbmc/u-boot/board/ti/am65x/README
/openbmc/u-boot/cmd/adc.c
/openbmc/u-boot/cmd/fdt.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/cros_ec.c
/openbmc/u-boot/common/image-sig.c
/openbmc/u-boot/config.mk
/openbmc/u-boot/configs/am3517_evm_defconfig
/openbmc/u-boot/configs/am65x_evm_r5_defconfig
/openbmc/u-boot/configs/ax25-ae350_defconfig
/openbmc/u-boot/configs/clearfog_gt_8k_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688-ram_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688_defconfig
/openbmc/u-boot/configs/linkit-smart-7688-ram_defconfig
/openbmc/u-boot/configs/linkit-smart-7688_defconfig
/openbmc/u-boot/configs/omap35_logic_defconfig
/openbmc/u-boot/configs/omap35_logic_somlv_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omap3_logic_somlv_defconfig
/openbmc/u-boot/configs/qemu-riscv32_defconfig
/openbmc/u-boot/configs/qemu-riscv64_defconfig
/openbmc/u-boot/doc/README.distro
/openbmc/u-boot/doc/device-tree-bindings/ram/k3-am654-ddrss.txt
/openbmc/u-boot/drivers/adc/adc-uclass.c
/openbmc/u-boot/drivers/clk/clk_meson.c
/openbmc/u-boot/drivers/clk/clk_vexpress_osc.c
/openbmc/u-boot/drivers/core/dump.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/mt7621_gpio.c
/openbmc/u-boot/drivers/gpio/stm32f7_gpio.c
/openbmc/u-boot/drivers/i2c/stm32f7_i2c.c
/openbmc/u-boot/drivers/misc/altera_sysid.c
/openbmc/u-boot/drivers/misc/cros_ec.c
/openbmc/u-boot/drivers/misc/cros_ec_sandbox.c
/openbmc/u-boot/drivers/misc/fs_loader.c
/openbmc/u-boot/drivers/misc/misc_sandbox.c
/openbmc/u-boot/drivers/misc/rockchip-efuse.c
/openbmc/u-boot/drivers/misc/stm32mp_fuse.c
/openbmc/u-boot/drivers/mtd/spi/sandbox.c
/openbmc/u-boot/drivers/mtd/spi/sf-uclass.c
/openbmc/u-boot/drivers/mtd/spi/sf_internal.h
/openbmc/u-boot/drivers/mtd/spi/sf_probe.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-sandbox.c
/openbmc/u-boot/drivers/pinctrl/pinctrl_stm32.c
/openbmc/u-boot/drivers/ram/Kconfig
/openbmc/u-boot/drivers/ram/Makefile
/openbmc/u-boot/drivers/ram/k3-am654-ddrss.c
/openbmc/u-boot/drivers/ram/k3-am654-ddrss.h
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/spi/spi-uclass.c
/openbmc/u-boot/drivers/tpm/tpm_tis_sandbox.c
/openbmc/u-boot/drivers/video/vidconsole-uclass.c
/openbmc/u-boot/drivers/video/video-uclass.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/Makefile
/openbmc/u-boot/drivers/watchdog/mt7621_wdt.c
/openbmc/u-boot/dts/Makefile
/openbmc/u-boot/examples/standalone/Makefile
/openbmc/u-boot/fs/Makefile
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/include/adc.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/configs/am65x_evm.h
/openbmc/u-boot/include/configs/db-88f6820-amc.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/gardena-smart-gateway-mt7688.h
/openbmc/u-boot/include/configs/linkit-smart-7688.h
/openbmc/u-boot/include/configs/qemu-riscv.h
/openbmc/u-boot/include/configs/ti_armv7_common.h
/openbmc/u-boot/include/cros_ec.h
ofnode.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/linux/const.h
/openbmc/u-boot/include/linux/sizes.h
/openbmc/u-boot/include/log.h
/openbmc/u-boot/include/misc.h
/openbmc/u-boot/include/os.h
/openbmc/u-boot/include/serial.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/include/video.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/libfdt/fdt_region.c
/openbmc/u-boot/lib/string.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/adc.c
/openbmc/u-boot/test/dm/misc.c
/openbmc/u-boot/test/dm/sf.c
/openbmc/u-boot/test/py/tests/test_bind.py
/openbmc/u-boot/test/py/tests/test_pinmux.py
/openbmc/u-boot/tools/.gitignore
/openbmc/u-boot/tools/binman/README
/openbmc/u-boot/tools/binman/etype/blob.py
/openbmc/u-boot/tools/binman/etype/u_boot_elf.py
/openbmc/u-boot/tools/buildman/builder.py
/openbmc/u-boot/tools/buildman/cmdline.py
/openbmc/u-boot/tools/buildman/control.py
/openbmc/u-boot/tools/buildman/test.py
/openbmc/u-boot/tools/k3_x509template.txt
d5a8313924-Oct-2018 Patrice Chotard <patrice.chotard@st.com>

cmd: pinmux: Add pinmux command

pinmux command allows to :
- list all pin-controllers available on platforms
- select a pin-controller
- display the muxing of all pins of the current pin-controll

cmd: pinmux: Add pinmux command

pinmux command allows to :
- list all pin-controllers available on platforms
- select a pin-controller
- display the muxing of all pins of the current pin-controller
or all pin-controllers depending of given options

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
cmd: pinmux: Fix pinmux command

if "pinmux status" command is used without having
set dev using "pinmux dev", print pinmux usage
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

12345678910>>...14