History log of /openbmc/u-boot/tools/ (Results 1 – 25 of 1590)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7c83aad412-Apr-2023 John Keeping <john@metanate.com>

tools: env: update lock path in README

Commit aeb40f1166e0 ("tools: env: use /run to store lockfile") updated the
path to the lockfile but did not update the documentation to match.

Use the new pat

tools: env: update lock path in README

Commit aeb40f1166e0 ("tools: env: use /run to store lockfile") updated the
path to the lockfile but did not update the documentation to match.

Use the new path in the documentation.

(cherry picked from commit 51e0cacca7b8039a6c37cbd6b5f77ac2e91045f2)

Fixes: aeb40f1166 ("tools: env: use /run to store lockfile")
Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...

d51f71c110-Feb-2023 Tim Lee <timlee660101@gmail.com>

tools: env: use /run to store lockfile

According this issue https://github.com/ppp-project/ppp/issues/339.
Eventually, the dt-utils changed lock directory to fix missing /var/lock
directory error th

tools: env: use /run to store lockfile

According this issue https://github.com/ppp-project/ppp/issues/339.
Eventually, the dt-utils changed lock directory to fix missing /var/lock
directory error then make dt-utils can run normally.

We also have a similar issue with these two utilities fw_printenv and
fw_setenv will failed when the directory /var/lock is non-existent.

We have a custom linux distribution built with yocto (OpenBMC) that
use systemd and it deprecated the /var/lock directory.
More discussion in systemd/systemd#15668.

Thus, we sync with community's solution for uboot/tools/env utilities:
The current location /var/lock is considered legacy (at least by systemd).
Just use /run to store the lockfile and append the usual .lock suffix.

Tested:
Verified /run/lock is now present and fw_printenv can work in OpenBMC.

(cherry picked from commit aeb40f1166e072856f865d26d42a4bea1ec3a514)

Signed-off-by: Tim Lee <timlee660101@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...


/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2500-genesis3.dts
/openbmc/u-boot/arch/arm/dts/ast2600-greatlakes.dts
/openbmc/u-boot/arch/arm/dts/ast2600-p10bmc.dts
/openbmc/u-boot/arch/arm/include/asm/spl.h
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/board/aspeed/ast2600_ibm/ibm.c
/openbmc/u-boot/board/work-microwave/work_92105/work_92105_display.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/booti.c
/openbmc/u-boot/cmd/bootm.c
/openbmc/u-boot/cmd/bootz.c
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/tpm-common.c
/openbmc/u-boot/cmd/tpm-user-utils.h
/openbmc/u-boot/cmd/tpm-v1.c
/openbmc/u-boot/cmd/tpm-v2.c
/openbmc/u-boot/cmd/version.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/main.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/configs/ast2600_openbmc_spl_defconfig
/openbmc/u-boot/configs/ast2600_openbmc_spl_emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/doc/usage/measured_boot.rst
/openbmc/u-boot/drivers/mtd/spi/spi-nor-ids.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/tpm/tpm-uclass.c
/openbmc/u-boot/drivers/tpm/tpm2_tis_sandbox.c
/openbmc/u-boot/drivers/video/cfb_console.c
/openbmc/u-boot/include/bootm.h
/openbmc/u-boot/include/configs/aspeed-common.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_ast2600a1_spl.h
/openbmc/u-boot/include/image.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/tpm_api.h
/openbmc/u-boot/include/version.h
/openbmc/u-boot/include/version_string.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/display_options.c
/openbmc/u-boot/lib/tpm-v1.c
/openbmc/u-boot/lib/tpm-v2.c
/openbmc/u-boot/lib/tpm_api.c
/openbmc/u-boot/scripts/Makefile.build
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/test/print_ut.c
env/fw_env_main.c
6c59c11614-Jul-2022 Joel Stanley <joel@jms.id.au>

tools: Disable OpenSSL deprecation warnings

mkimage is linked against the host version of OpenSSL. If the distro
happens to be using OpenSSL 3.0 then several warnings about using
deprecated function

tools: Disable OpenSSL deprecation warnings

mkimage is linked against the host version of OpenSSL. If the distro
happens to be using OpenSSL 3.0 then several warnings about using
deprecated functions will be emitted.

warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]

These functions still work for now, so suppress the warning and delay
the need to move to the new API.

Reviewed-by: Paul Menzel <pmenzel@molgne.mpg.de>
Link: https://lore.kernel.org/r/20220715033327.1053462-1-joel@jms.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...


/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2400-ahe-50dc.dts
/openbmc/u-boot/arch/arm/dts/ast2400-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2400-palmetto.dts
/openbmc/u-boot/arch/arm/dts/ast2500-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2500-romulus.dts
/openbmc/u-boot/arch/arm/dts/ast2600-bletchley.dts
/openbmc/u-boot/arch/arm/dts/ast2600-dcscm.dts
/openbmc/u-boot/arch/arm/dts/ast2600-evb-ecc.dts
/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-p10bmc.dts
/openbmc/u-boot/arch/arm/dts/ast2600-pfr.dts
/openbmc/u-boot/arch/arm/dts/ast2600-qcom-dc-scm-v1.dts
/openbmc/u-boot/arch/arm/dts/ast2600-s6q.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.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/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/sdram_ast2600.h
/openbmc/u-boot/arch/arm/lib/crt0.S
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c
/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/board_common.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-keystone/mon.c
/openbmc/u-boot/board/aspeed/ast2600_dcscm/Kconfig
/openbmc/u-boot/board/aspeed/ast2600_dcscm/Makefile
/openbmc/u-boot/board/aspeed/ast2600_dcscm/ast2600_dcscm.c
/openbmc/u-boot/board/aspeed/ast2600_ibm/Kconfig
/openbmc/u-boot/board/aspeed/ast2600_ibm/Makefile
/openbmc/u-boot/board/aspeed/ast2600_ibm/ibm.c
/openbmc/u-boot/board/aspeed/ast2600_openbmc_mmc.txt
/openbmc/u-boot/board/qualcomm/dc-scm-v1/Kconfig
/openbmc/u-boot/board/qualcomm/dc-scm-v1/Makefile
/openbmc/u-boot/board/qualcomm/dc-scm-v1/dc-scm-v1.c
/openbmc/u-boot/board/ti/am335x/board.c
/openbmc/u-boot/board/ti/am43xx/board.c
/openbmc/u-boot/board/ti/am57xx/board.c
/openbmc/u-boot/board/ti/dra7xx/evm.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/aspeed/Kconfig
/openbmc/u-boot/cmd/aspeed/Makefile
/openbmc/u-boot/cmd/aspeed/dptest.c
/openbmc/u-boot/cmd/aspeed/dptest.h
/openbmc/u-boot/cmd/aspeed/dramtest.c
/openbmc/u-boot/cmd/aspeed/nettest/mac.c
/openbmc/u-boot/cmd/aspeed/nettest/mactest.c
/openbmc/u-boot/cmd/aspeed/nettest/phy.c
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/sf.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/configs/ast2600-dcscm_defconfig
/openbmc/u-boot/configs/evb-ast2400_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-emmc_defconfig
/openbmc/u-boot/configs/fpga-ast2600-spl_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/crypto/Kconfig
/openbmc/u-boot/drivers/crypto/Makefile
/openbmc/u-boot/drivers/crypto/aspeed_hace_v1.c
/openbmc/u-boot/drivers/gpio/aspeed_gpio.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/aspeed_i2c_global.c
/openbmc/u-boot/drivers/i2c/ast2600_i2c.c
/openbmc/u-boot/drivers/i2c/ast2600_i2c_global.h
/openbmc/u-boot/drivers/i2c/ast_i2c.c
/openbmc/u-boot/drivers/misc/aspeed_dp.c
/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h
/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-nor-core.c
/openbmc/u-boot/drivers/mtd/spi/spi-nor-ids.c
/openbmc/u-boot/drivers/net/ftgmac100.c
/openbmc/u-boot/drivers/net/phy/broadcom.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/pci/aspeed_pcie_phy.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2400.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/Kconfig
/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/spi/Kconfig
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/drivers/spi/spi-uclass.c
/openbmc/u-boot/drivers/tpm/Kconfig
/openbmc/u-boot/drivers/tpm/Makefile
/openbmc/u-boot/drivers/tpm/tpm2_tis_core.c
/openbmc/u-boot/drivers/tpm/tpm2_tis_i2c.c
/openbmc/u-boot/drivers/tpm/tpm_tis.h
/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/gadget/aspeed_udc.h
/openbmc/u-boot/drivers/usb/gadget/aspeed_usbtty.c
/openbmc/u-boot/include/configs/aspeed-common.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/linux/mtd/spi-nor.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/spi.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/include/tpm-v2.h
/openbmc/u-boot/lib/asm-offsets.c
/openbmc/u-boot/net/net.c
Makefile
113ce68619-Mar-2021 Peng Fan <peng.fan@nxp.com>

tools: imx image: fix write warning

Fix the warning by set the variable zero to uint64_t
"warning: ‘write’ reading 5 bytes from a region of size 4"

Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherr

tools: imx image: fix write warning

Fix the warning by set the variable zero to uint64_t
"warning: ‘write’ reading 5 bytes from a region of size 4"

Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 16841a6a500766662f6e5d3c07ad1595c7deaceb)
Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...


/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2500.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600-evb.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.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/scu_ast2600.h
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c
/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/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/sandbox/dts/test.dts
/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.c
/openbmc/u-boot/cmd/aspeed/dramtest.c
/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/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/otp.c
/openbmc/u-boot/cmd/otp_info.h
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/hash.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image-sig.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_fit.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-ast2500-spl_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-cot_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_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl_defconfig
/openbmc/u-boot/configs/evb-ast2605_defconfig
/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio.txt
/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/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h
/openbmc/u-boot/drivers/mtd/spi/spi-nor-core.c
/openbmc/u-boot/drivers/net/phy/ncsi.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/pci/Makefile
/openbmc/u-boot/drivers/pci/aspeed_pcie_phy.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.h
/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/aspeed/Kconfig
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/spi/aspeed_spi.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/include/asm-generic/gpio.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_ast2600a1_spl.h
/openbmc/u-boot/include/configs/intel_ast2600.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dt-bindings/clock/ast2600-clock.h
/openbmc/u-boot/include/hw_sha.h
/openbmc/u-boot/include/linux/mtd/spi-nor.h
/openbmc/u-boot/include/u-boot/rsa.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/rsa/Kconfig
/openbmc/u-boot/net/net.c
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/nop.c
imx8image.c
imx8mimage.c
e9221d0316-Apr-2020 Reuben Dowle <reubendowle0@gmail.com>

Add support for SHA384 and SHA512

The current recommendation for best security practice from the US government
is to use SHA384 for TOP SECRET [1].

This patch adds support for SHA384 and SHA512 in

Add support for SHA384 and SHA512

The current recommendation for best security practice from the US government
is to use SHA384 for TOP SECRET [1].

This patch adds support for SHA384 and SHA512 in the hash command, and also
allows FIT images to be hashed with these algorithms, and signed with
sha384,rsaXXXX and sha512,rsaXXXX

The SHA implementation is adapted from the linux kernel implementation.

[1] Commercial National Security Algorithm Suite
http://www.iad.gov/iad/programs/iad-initiatives/cnsa-suite.cfm

Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
(cherry picked from commit d16b38f42704fe3cc94fbee1601be96045013151)
Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...

d7d7111318-Mar-2020 Simon Glass <sjg@chromium.org>

image: Be a little more verbose when checking signatures

It is useful to be a little more specific about what is being checked.
Update a few messages to help with this.

Signed-off-by: Simon Glass <

image: Be a little more verbose when checking signatures

It is useful to be a little more specific about what is being checked.
Update a few messages to help with this.

Signed-off-by: Simon Glass <sjg@chromium.org>
(cherry picked from commit 382cf62039f775a1aec771645e3cbc32e1e2f0e3)
Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...


/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2600-evb.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/ast2600a1-evb.dts
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h
/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/ast2600/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl_boot.c
/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_ast2600/evb_ast2600.c
/openbmc/u-boot/cmd/aspeed/dramtest.c
/openbmc/u-boot/cmd/aspeed/nettest/comminf.h
/openbmc/u-boot/cmd/aspeed/nettest/mactest.c
/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_tbl.h
/openbmc/u-boot/cmd/aspeed/nettest/swfunc.h
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/otp_info.h
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image-sig.c
/openbmc/u-boot/configs/ast2600_openbmc_defconfig
/openbmc/u-boot/configs/evb-ast2500-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600-obmc-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-obmc-emmc_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci_ic.c
/openbmc/u-boot/drivers/mtd/spi/spi-nor-core.c
/openbmc/u-boot/drivers/net/phy/broadcom.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/include/configs/evb_ast2600_spl.h
/openbmc/u-boot/include/configs/intel_ast2600.h
/openbmc/u-boot/include/linux/mtd/spi-nor.h
image-host.c
c16019f221-Jan-2021 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

tools/ast2600_ubimg_gen.sh: Add UART booting image generator

This tool pre-append an UART booting header to a given
booting image. Thus the AST2600 boot-from-uart engine
can recognize the image and

tools/ast2600_ubimg_gen.sh: Add UART booting image generator

This tool pre-append an UART booting header to a given
booting image. Thus the AST2600 boot-from-uart engine
can recognize the image and starts the UART booting operations.

Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

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-ncsi.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/dts/fsl-imx8qxp-mek.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/h2x_ast2600.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/arm/mach-sunxi/Kconfig
/openbmc/u-boot/arch/mips/mach-mt7620/cpu.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/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/Makefile
/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/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/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/image-fdt.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/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-cot_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/Kconfig
/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/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/aspeed_h2x.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/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/ftgmac100.c
/openbmc/u-boot/drivers/net/ftgmac100.h
/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/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/pci/Kconfig
/openbmc/u-boot/drivers/pci/Makefile
/openbmc/u-boot/drivers/pci/pci_auto.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/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_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/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-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/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/drivers/sysreset/sysreset_ast.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_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/ncsi_ast2600a0.h
/openbmc/u-boot/include/configs/ncsi_ast2600a1.h
/openbmc/u-boot/include/configs/slt_ast2600.h
/openbmc/u-boot/include/dm/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/ast2500-reset.h
/openbmc/u-boot/include/dt-bindings/reset/ast2600-reset.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/mdio.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/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
ast2600_ubimg_gen.sh
d7edeba730-Mar-2019 Thomas Petazzoni <thomas.petazzoni@bootlin.com>

tools/Makefile: build host tools with -std=gnu99

Parts of the code are using C99 constructs (such as variables declared
inside loops), but also GNU extensions (such as typeof), so using
-std=gnu99 i

tools/Makefile: build host tools with -std=gnu99

Parts of the code are using C99 constructs (such as variables declared
inside loops), but also GNU extensions (such as typeof), so using
-std=gnu99 is necessary to build with older versions of gcc that don't
default to building with gnu99.

It fixes the following build failure:

./tools/../lib/crc16.c: In function "crc16_ccitt":
./tools/../lib/crc16.c:70:2: error: "for" loop initial declarations are only allowed in C99 mode
for (int i = 0; i < len; i++)
^
./tools/../lib/crc16.c:70:2: note: use option -std=c99 or -std=gnu99 to compile your code

when building the host tools with gcc 4.7.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...


/openbmc/u-boot/.travis.yml
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/r8a7794-alt-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/r8a77990-ebisu-u-boot.dts
/openbmc/u-boot/arch/arm/mach-exynos/spl_boot.c
/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-rockchip/boot_mode.c
/openbmc/u-boot/arch/mips/dts/Makefile
/openbmc/u-boot/arch/powerpc/dts/Makefile
/openbmc/u-boot/board/Arcturus/ucp1020/cmd_arc.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/synopsys/axs10x/Makefile
/openbmc/u-boot/board/synopsys/hsdk/README
/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/tqc/tqma6/tqma6.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/spi.c
/openbmc/u-boot/common/image-android-dt.c
/openbmc/u-boot/configs/B4420QDS_NAND_defconfig
/openbmc/u-boot/configs/B4420QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/B4420QDS_defconfig
/openbmc/u-boot/configs/B4860QDS_NAND_defconfig
/openbmc/u-boot/configs/B4860QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/B4860QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/B4860QDS_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig
/openbmc/u-boot/configs/C29XPCIE_NAND_defconfig
/openbmc/u-boot/configs/C29XPCIE_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_defconfig
/openbmc/u-boot/configs/C29XPCIE_defconfig
/openbmc/u-boot/configs/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/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/bcm7445_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/brppt1_spi_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_minnie_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/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/controlcenterdc_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/ethernut5_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/helios4_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/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/kylin-rk3036_defconfig
/openbmc/u-boot/configs/legoev3_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/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_sdcard_ifc_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_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_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/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/omapl138_lcdk_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/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/popmetal-rk3288_defconfig
/openbmc/u-boot/configs/portl2_defconfig
/openbmc/u-boot/configs/puma-rk3399_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/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/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/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/tec-ng_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/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/usb_a9263_dataflash_defconfig
/openbmc/u-boot/configs/venice2_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.uefi
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/clk/renesas/clk-rcar-gen2.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a10.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/sh_mmcif.c
/openbmc/u-boot/drivers/mmc/tmio-common.c
/openbmc/u-boot/drivers/mtd/spi/Kconfig
/openbmc/u-boot/drivers/phy/Kconfig
/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/video/sunxi/sunxi_dw_hdmi.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/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/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.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/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/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/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/ethernut5.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/helios4.h
/openbmc/u-boot/include/configs/imx6_logic.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/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/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1046a_common.h
/openbmc/u-boot/include/configs/ls1046aqds.h
/openbmc/u-boot/include/configs/ls1088aqds.h
/openbmc/u-boot/include/configs/lsxl.h
/openbmc/u-boot/include/configs/maxbcm.h
/openbmc/u-boot/include/configs/mccmon6.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/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/pcm051.h
/openbmc/u-boot/include/configs/pcm058.h
/openbmc/u-boot/include/configs/pfla02.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/rcar-gen2-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/siemens-am33x-common.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/stmark2.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/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/usb_a9263.h
/openbmc/u-boot/include/configs/vcoreiii.h
/openbmc/u-boot/include/configs/venice2.h
/openbmc/u-boot/include/configs/vinco.h
/openbmc/u-boot/include/configs/x530.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/efi_api.h
/openbmc/u-boot/include/ext4fs.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/lib/bch.c
/openbmc/u-boot/lib/efi_loader/efi_file.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_devicepath_util.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/config_whitelist.txt
Makefile
8a0746db02-Jan-2019 Baruch Siach <baruch@tkos.co.il>

tools/imx8m_image.sh: remove bashism

Use a single '=' to test string equality for compatibility with non-bash
shells. Otherwise, if /bin/sh is dash, build fails:

./tools/imx8m_image.sh: 15: [: sign

tools/imx8m_image.sh: remove bashism

Use a single '=' to test string equality for compatibility with non-bash
shells. Otherwise, if /bin/sh is dash, build fails:

./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator
./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator
./tools/imx8m_image.sh: 15: [: spl/u-boot-spl-ddr.bin: unexpected operator
./tools/imx8m_image.sh: 15: [: spl/u-boot-spl-ddr.bin: unexpected operator
WARNING './spl/u-boot-spl-ddr.bin' not found, resulting binary is not-functional

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Tested-by: Chris Spencer <christopher.spencer@sea.co.uk>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/dts/Makefile
/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/r8a77990-ebisu-u-boot.dts
/openbmc/u-boot/arch/arm/mach-exynos/spl_boot.c
/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/mips/dts/Makefile
/openbmc/u-boot/arch/powerpc/dts/Makefile
/openbmc/u-boot/board/Arcturus/ucp1020/cmd_arc.c
/openbmc/u-boot/board/raspberrypi/rpi/MAINTAINERS
/openbmc/u-boot/board/synopsys/axs10x/Makefile
/openbmc/u-boot/board/synopsys/hsdk/README
/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/tqc/tqma6/tqma6.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/spi.c
/openbmc/u-boot/common/image-android-dt.c
/openbmc/u-boot/configs/B4420QDS_NAND_defconfig
/openbmc/u-boot/configs/B4420QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/B4420QDS_defconfig
/openbmc/u-boot/configs/B4860QDS_NAND_defconfig
/openbmc/u-boot/configs/B4860QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/B4860QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/B4860QDS_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig
/openbmc/u-boot/configs/C29XPCIE_NAND_defconfig
/openbmc/u-boot/configs/C29XPCIE_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_defconfig
/openbmc/u-boot/configs/C29XPCIE_defconfig
/openbmc/u-boot/configs/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/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/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/bcm7445_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/brppt1_spi_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_minnie_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/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/controlcenterdc_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/ethernut5_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/helios4_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/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/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/kylin-rk3036_defconfig
/openbmc/u-boot/configs/legoev3_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/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_sdcard_ifc_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_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_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/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/omapl138_lcdk_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/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/popmetal-rk3288_defconfig
/openbmc/u-boot/configs/portl2_defconfig
/openbmc/u-boot/configs/puma-rk3399_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/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/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/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/tec-ng_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/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/usb_a9263_dataflash_defconfig
/openbmc/u-boot/configs/venice2_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.uefi
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/clk/renesas/clk-rcar-gen2.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/sh_mmcif.c
/openbmc/u-boot/drivers/mmc/tmio-common.c
/openbmc/u-boot/drivers/mtd/spi/Kconfig
/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/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/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.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/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/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/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/ethernut5.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/helios4.h
/openbmc/u-boot/include/configs/imx6_logic.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/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/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1046a_common.h
/openbmc/u-boot/include/configs/ls1046aqds.h
/openbmc/u-boot/include/configs/ls1088aqds.h
/openbmc/u-boot/include/configs/lsxl.h
/openbmc/u-boot/include/configs/maxbcm.h
/openbmc/u-boot/include/configs/mccmon6.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/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/pcm051.h
/openbmc/u-boot/include/configs/pcm058.h
/openbmc/u-boot/include/configs/pfla02.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/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/siemens-am33x-common.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/stmark2.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/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/usb_a9263.h
/openbmc/u-boot/include/configs/vcoreiii.h
/openbmc/u-boot/include/configs/venice2.h
/openbmc/u-boot/include/configs/vinco.h
/openbmc/u-boot/include/configs/x530.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/efi_api.h
/openbmc/u-boot/include/ext4fs.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/lib/efi_loader/efi_file.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_devicepath_util.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/config_whitelist.txt
imx8m_image.sh
cabde44912-Mar-2019 Abel Vesa <abel.vesa@nxp.com>

tools: fit_image: Add the loadable property to configs

When running mkimage with "-f auto", the loadable property
needs to be set in order to allow SPL FIT support to boot.

Signed-off-by: Abel Vesa

tools: fit_image: Add the loadable property to configs

When running mkimage with "-f auto", the loadable property
needs to be set in order to allow SPL FIT support to boot.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Tested-by: Fabio Estevam <festevam@gmail.com>

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/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/start.S
/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/exynos5422-odroidxu3.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/r8a77965-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_stratix10.dtsi
/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/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-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl_a10.c
/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-tangier/acpi/southcluster.asl
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/arch/x86/lib/i8254.c
/openbmc/u-boot/board/altera/arria10-socdk/Kconfig
/openbmc/u-boot/board/boundary/nitrogen6x/README.mx6qsabrelite
/openbmc/u-boot/board/engicam/common/board.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/lx2160a/eth_lx2160aqds.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/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/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/technexion/pico-imx6ul/README
/openbmc/u-boot/board/technexion/pico-imx6ul/pico-imx6ul.c
/openbmc/u-boot/board/warp7/README
/openbmc/u-boot/board/warp7/warp7.c
/openbmc/u-boot/cmd/fastboot.c
/openbmc/u-boot/cmd/nvedit_efi.c
/openbmc/u-boot/cmd/thordown.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/configs/clearfog_gt_8k_defconfig
/openbmc/u-boot/configs/crownbay_defconfig
/openbmc/u-boot/configs/db-88f6820-amc_defconfig
/openbmc/u-boot/configs/dra7xx_evm_defconfig
/openbmc/u-boot/configs/dra7xx_hs_evm_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/imx6q_logic_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_mmc_defconfig
/openbmc/u-boot/configs/imx8mq_evk_defconfig
/openbmc/u-boot/configs/liteboard_defconfig
/openbmc/u-boot/configs/odroid-xu3_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/porter_defconfig
/openbmc/u-boot/configs/silk_defconfig
/openbmc/u-boot/configs/stout_defconfig
/openbmc/u-boot/doc/device-tree-bindings/regulator/regulator.txt
/openbmc/u-boot/drivers/adc/exynos-adc.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_a31.c
/openbmc/u-boot/drivers/clk/sunxi/clk_a64.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/ddr/altera/sdram_arria10.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/i2c/i2c-cdns.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_spl.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/ldpaa_eth/ls1088a.c
/openbmc/u-boot/drivers/net/ldpaa_eth/lx2160a.c
/openbmc/u-boot/drivers/pci/pci_mvebu.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/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/serial/serial_mxc.c
/openbmc/u-boot/drivers/sysreset/sysreset_x86.c
/openbmc/u-boot/drivers/usb/gadget/udc/udc-uclass.c
/openbmc/u-boot/env/sf.c
/openbmc/u-boot/include/command.h
/openbmc/u-boot/include/configs/espresso7420.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/ls1021aiot.h
/openbmc/u-boot/include/configs/ls1021atwr.h
/openbmc/u-boot/include/configs/ls1088a_common.h
/openbmc/u-boot/include/configs/ls2080a_common.h
/openbmc/u-boot/include/configs/lx2160a_common.h
/openbmc/u-boot/include/configs/odroid.h
/openbmc/u-boot/include/configs/odroid_xu3.h
/openbmc/u-boot/include/configs/pico-imx6ul.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/socfpga_arria10_socdk.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/power/regulator.h
/openbmc/u-boot/include/samsung/misc.h
/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_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_hii.c
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.spl
fit_image.c
d32aa3ca05-Mar-2019 Jordan Hand <jordanhand22@gmail.com>

fdt: Fix FIT header verification in mkimage and conduct same checks as bootm

FIT header verification in mkimage was treating a return code as a boolean,
which meant that failures in validating the f

fdt: Fix FIT header verification in mkimage and conduct same checks as bootm

FIT header verification in mkimage was treating a return code as a boolean,
which meant that failures in validating the fit were seen as successes.

Additionally, mkimage was checking all formats to find a header which
passes validation, rather than using the image type specified to
mkimage.

checkpatch.pl checks for lines ending with '(' and alignment matching
open parentheses are ignored to keep with existing coding style.

Signed-off-by: Jordan Hand <jorhand@microsoft.com>

show more ...


/openbmc/u-boot/.gitignore
/openbmc/u-boot/.travis.yml
/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/Kconfig
/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/Kconfig
/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/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/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/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/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/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/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-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-vf610/imx-regs.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/cache-pl310.c
/openbmc/u-boot/arch/arm/lib/relocate_64.S
/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-omap2/boot-common.c
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.32
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.64
/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-socfpga/spl_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/powerpc/cpu/mpc85xx/Kconfig
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/Kconfig
/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/i386/call64.S
/openbmc/u-boot/arch/x86/cpu/i386/cpu.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/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/include/asm/string.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/arch/x86/lib/i8254.c
/openbmc/u-boot/board/BuR/brxre1/MAINTAINERS
/openbmc/u-boot/board/BuR/brxre1/board.c
/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/davinci/da8xxevm/README.da850
/openbmc/u-boot/board/eets/pdu001/mux.c
/openbmc/u-boot/board/emulation/qemu-riscv/Kconfig
/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/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/mx6sabreauto.c
/openbmc/u-boot/board/freescale/mx6sabresd/mx6sabresd.c
/openbmc/u-boot/board/freescale/t104xrdb/ddr.h
/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/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/ti/beagle/beagle.c
/openbmc/u-boot/board/ti/evm/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/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/Makefile
/openbmc/u-boot/cmd/bmp.c
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/cmd/date.c
/openbmc/u-boot/cmd/efidebug.c
/openbmc/u-boot/cmd/elf.c
/openbmc/u-boot/cmd/fs.c
/openbmc/u-boot/cmd/gpio.c
/openbmc/u-boot/cmd/nvedit.c
/openbmc/u-boot/cmd/nvedit_efi.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/log.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/alt_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/apalis-tk1_defconfig
/openbmc/u-boot/configs/apalis_t30_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_spiflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_spiflash_defconfig
/openbmc/u-boot/configs/avnet_ultra96_rev1_defconfig
/openbmc/u-boot/configs/bananapi_m2_plus_h3_defconfig
/openbmc/u-boot/configs/bananapi_m2_plus_h5_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/bitmain_antminer_s9_defconfig
/openbmc/u-boot/configs/blanche_defconfig
/openbmc/u-boot/configs/brppt1_mmc_defconfig
/openbmc/u-boot/configs/brppt1_nand_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/brxre1_defconfig
/openbmc/u-boot/configs/cairo_defconfig
/openbmc/u-boot/configs/cardhu_defconfig
/openbmc/u-boot/configs/cei-tk1-som_defconfig
/openbmc/u-boot/configs/chromebook_link64_defconfig
/openbmc/u-boot/configs/chromebook_link_defconfig
/openbmc/u-boot/configs/chromebook_samus_defconfig
/openbmc/u-boot/configs/colibri_t20_defconfig
/openbmc/u-boot/configs/colibri_t30_defconfig
/openbmc/u-boot/configs/coreboot_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/dalmore_defconfig
/openbmc/u-boot/configs/e2220-1170_defconfig
/openbmc/u-boot/configs/edison_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/hikey_defconfig
/openbmc/u-boot/configs/imx6q_logic_defconfig
/openbmc/u-boot/configs/jetson-tk1_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/koelsch_defconfig
/openbmc/u-boot/configs/kp_imx6q_tpc_defconfig
/openbmc/u-boot/configs/lager_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/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/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/medcom-wide_defconfig
/openbmc/u-boot/configs/mx6sabreauto_defconfig
/openbmc/u-boot/configs/mx6sabresd_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/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/omap3_pandora_defconfig
/openbmc/u-boot/configs/orangepi_zero_plus_defconfig
/openbmc/u-boot/configs/origen_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/plutux_defconfig
/openbmc/u-boot/configs/porter_defconfig
/openbmc/u-boot/configs/qemu-x86_64_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/s5pc210_universal_defconfig
/openbmc/u-boot/configs/sama5d27_som1_ek_mmc1_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_mmc_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_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_mmc_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/stm32f429-discovery_defconfig
/openbmc/u-boot/configs/stm32f429-evaluation_defconfig
/openbmc/u-boot/configs/stm32f469-discovery_defconfig
/openbmc/u-boot/configs/stout_defconfig
/openbmc/u-boot/configs/syzygy_hub_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/topic_miami_defconfig
/openbmc/u-boot/configs/topic_miamilite_defconfig
/openbmc/u-boot/configs/topic_miamiplus_defconfig
/openbmc/u-boot/configs/trats2_defconfig
/openbmc/u-boot/configs/trats_defconfig
/openbmc/u-boot/configs/trimslice_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/venice2_defconfig
/openbmc/u-boot/configs/ventana_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.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/sound/intel-hda.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/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/clk_fixed_factor.c
/openbmc/u-boot/drivers/clk/renesas/Kconfig
/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/of_access.c
/openbmc/u-boot/drivers/core/read.c
/openbmc/u-boot/drivers/core/syscon-uclass.c
/openbmc/u-boot/drivers/cpu/riscv_cpu.c
/openbmc/u-boot/drivers/ddr/fsl/Kconfig
/openbmc/u-boot/drivers/ddr/fsl/options.c
/openbmc/u-boot/drivers/fpga/stratix10.c
/openbmc/u-boot/drivers/gpio/altera_pio.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/designware_i2c.c
/openbmc/u-boot/drivers/i2c/i2c-cdns.c
/openbmc/u-boot/drivers/i2c/i2c-uclass.c
/openbmc/u-boot/drivers/i2c/muxes/i2c-mux-uclass.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/misc/Kconfig
/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/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/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/macb.c
/openbmc/u-boot/drivers/net/phy/mv88e61xx.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/pcie_dw_mvebu.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/scsi/scsi.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/designware_spi.c
/openbmc/u-boot/drivers/spi/omap3_spi.c
/openbmc/u-boot/drivers/spi/spi-sunxi.c
/openbmc/u-boot/drivers/spi/zynqmp_gqspi.c
/openbmc/u-boot/drivers/timer/tsc_timer.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/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/dts/Makefile
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/fat/fat_write.c
/openbmc/u-boot/fs/fs.c
/openbmc/u-boot/include/bootm.h
/openbmc/u-boot/include/charset.h
/openbmc/u-boot/include/command.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/BSC9132QDS.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/P1023RDB.h
/openbmc/u-boot/include/configs/T102xRDB.h
/openbmc/u-boot/include/configs/T1040QDS.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/T208xRDB.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/UCP1020.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/am57xx_evm.h
/openbmc/u-boot/include/configs/apalis-tk1.h
/openbmc/u-boot/include/configs/apalis_t30.h
/openbmc/u-boot/include/configs/beaver.h
/openbmc/u-boot/include/configs/brxre1.h
/openbmc/u-boot/include/configs/cardhu.h
/openbmc/u-boot/include/configs/cei-tk1-som.h
/openbmc/u-boot/include/configs/colibri_t20.h
/openbmc/u-boot/include/configs/colibri_t30.h
/openbmc/u-boot/include/configs/dalmore.h
/openbmc/u-boot/include/configs/e2220-1170.h
/openbmc/u-boot/include/configs/harmony.h
/openbmc/u-boot/include/configs/hikey.h
/openbmc/u-boot/include/configs/imx6_logic.h
/openbmc/u-boot/include/configs/jetson-tk1.h
/openbmc/u-boot/include/configs/km/kmp204x-common.h
/openbmc/u-boot/include/configs/ls1012a_common.h
/openbmc/u-boot/include/configs/ls1021aqds.h
/openbmc/u-boot/include/configs/ls1021atwr.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1043aqds.h
/openbmc/u-boot/include/configs/ls1043ardb.h
/openbmc/u-boot/include/configs/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/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/lx2160a_common.h
/openbmc/u-boot/include/configs/lx2160aqds.h
/openbmc/u-boot/include/configs/lx2160ardb.h
/openbmc/u-boot/include/configs/medcom-wide.h
/openbmc/u-boot/include/configs/nyan-big.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/plutux.h
/openbmc/u-boot/include/configs/sbc8548.h
/openbmc/u-boot/include/configs/seaboard.h
/openbmc/u-boot/include/configs/sifive-fu540.h
/openbmc/u-boot/include/configs/socrates.h
/openbmc/u-boot/include/configs/syzygy_hub.h
/openbmc/u-boot/include/configs/t4qds.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/trimslice.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/venice2.h
/openbmc/u-boot/include/configs/ventana.h
/openbmc/u-boot/include/configs/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/xpedite520x.h
/openbmc/u-boot/include/configs/xpedite537x.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/dm/of_access.h
/openbmc/u-boot/include/dm/read.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dt-bindings/clk/sifive-fu540-prci.h
/openbmc/u-boot/include/dt-bindings/sound/azalia.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/fsl_sec.h
/openbmc/u-boot/include/hda_codec.h
/openbmc/u-boot/include/log.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/pch.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/pci_ids.h
/openbmc/u-boot/include/sound.h
/openbmc/u-boot/include/spl.h
/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/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/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/dm/test-fdt.c
/openbmc/u-boot/test/image/test-imagetools.sh
/openbmc/u-boot/test/py/conftest.py
/openbmc/u-boot/test/py/tests/test_net.py
/openbmc/u-boot/test/unicode_ut.c
fit_common.c
fit_common.h
imagetool.c
imagetool.h
mkimage.c
58804b8c18-Jan-2019 Chris Packham <judge.packham@gmail.com>

buildman: fix typo

Fix a typo in the error message from CheckOutputDir().

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

e5fc79ea07-Jan-2019 Simon Glass <sjg@chromium.org>

buildman: Write the environment out to an 'env' file

Sometimes it is useful to see the environment that was used to build
U-Boot. Write this out to a file in the build directory.

Signed-off-by: Sim

buildman: Write the environment out to an 'env' file

Sometimes it is useful to see the environment that was used to build
U-Boot. Write this out to a file in the build directory.

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

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am33xx-u-boot.dtsi
/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-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/exynos5250-spring.dts
/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-sdram-lpddr3-samsung-4GB-1866.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399.dtsi
/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/mach-exynos/Kconfig
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/mmc.h
/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/am33xx/Kconfig
/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-s5pc1xx/Kconfig
/openbmc/u-boot/arch/arm/mach-s5pc1xx/Makefile
/openbmc/u-boot/arch/arm/mach-s5pc1xx/pinmux.c
/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,luton.dtsi
/openbmc/u-boot/arch/sh/include/asm/bitops.h
/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080a/MAINTAINERS
/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/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/mscc/jr2/jr2.c
/openbmc/u-boot/board/rockchip/evb_rk3399/README
/openbmc/u-boot/board/samsung/common/board.c
/openbmc/u-boot/board/samsung/common/exynos5-dt.c
/openbmc/u-boot/board/theadorable/theadorable.c
/openbmc/u-boot/cmd/gpio.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/spl/Kconfig
/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/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/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/am57xx_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_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/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/bg0900_defconfig
/openbmc/u-boot/configs/blanche_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_minnie_defconfig
/openbmc/u-boot/configs/chromebook_speedy_defconfig
/openbmc/u-boot/configs/cl-som-am57x_defconfig
/openbmc/u-boot/configs/clearfog_defconfig
/openbmc/u-boot/configs/clearfog_gt_8k_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/controlcenterdc_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/display5_defconfig
/openbmc/u-boot/configs/display5_factory_defconfig
/openbmc/u-boot/configs/dra7xx_evm_defconfig
/openbmc/u-boot/configs/dra7xx_hs_evm_defconfig
/openbmc/u-boot/configs/ds109_defconfig
/openbmc/u-boot/configs/ds414_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/geekbox_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/h8_homlet_v2_defconfig
/openbmc/u-boot/configs/helios4_defconfig
/openbmc/u-boot/configs/i12-tvbox_defconfig
/openbmc/u-boot/configs/icnova-a20-swac_defconfig
/openbmc/u-boot/configs/imx6q_logic_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/jesurun_q5_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2g_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/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/ls1088aqds_sdcard_ifc_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/maxbcm_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_serval_defconfig
/openbmc/u-boot/configs/mscc_servalt_defconfig
/openbmc/u-boot/configs/mt7629_rfb_defconfig
/openbmc/u-boot/configs/mvebu_db_armada8k_defconfig
/openbmc/u-boot/configs/mvebu_mcbin-88f8040_defconfig
/openbmc/u-boot/configs/mx53cx9020_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_qspi_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/odroid-c2_defconfig
/openbmc/u-boot/configs/odroid-xu3_defconfig
/openbmc/u-boot/configs/odroid_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/p212_defconfig
/openbmc/u-boot/configs/parrot_r16_defconfig
/openbmc/u-boot/configs/phycore-rk3288_defconfig
/openbmc/u-boot/configs/phycore_pcl063_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/pinebook_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/r7-tv-dongle_defconfig
/openbmc/u-boot/configs/r8a77970_eagle_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/rock960-rk3399_defconfig
/openbmc/u-boot/configs/rock_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_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/sheep-rk3368_defconfig
/openbmc/u-boot/configs/silk_defconfig
/openbmc/u-boot/configs/socfpga_arria5_defconfig
/openbmc/u-boot/configs/socfpga_cyclone5_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/sopine_baseboard_defconfig
/openbmc/u-boot/configs/spring_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/tbs_a711_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/turris_mox_defconfig
/openbmc/u-boot/configs/turris_omnia_defconfig
/openbmc/u-boot/configs/uDPU_defconfig
/openbmc/u-boot/configs/vf610twr_defconfig
/openbmc/u-boot/configs/vf610twr_nand_defconfig
/openbmc/u-boot/configs/vyasa-rk3288_defconfig
/openbmc/u-boot/configs/warp7_bl33_defconfig
/openbmc/u-boot/configs/warp7_defconfig
/openbmc/u-boot/configs/x530_defconfig
/openbmc/u-boot/configs/xilinx_versal_virt_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_xm018_dc4_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_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.rockchip
/openbmc/u-boot/doc/SPI/README.ti_qspi_dra_test
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/clk/clk-uclass.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3288.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3399.c
/openbmc/u-boot/drivers/gpio/rk_gpio.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/s5p_sdhci.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/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/pci/Kconfig
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/pci/pci_mvebu.c
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/Makefile
/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/regulator/regulator-uclass.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/rockchip_i2s.c
/openbmc/u-boot/drivers/sound/rockchip_sound.c
/openbmc/u-boot/drivers/sound/samsung_sound.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/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/video/mvebu_lcd.c
/openbmc/u-boot/fs/fs.c
/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/axs10x.h
/openbmc/u-boot/include/configs/cgtqmx6eval.h
/openbmc/u-boot/include/configs/clearfog.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/ds414.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/hsdk.h
/openbmc/u-boot/include/configs/ib62x0.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/ls2080aqds.h
/openbmc/u-boot/include/configs/mv-plug-common.h
/openbmc/u-boot/include/configs/nsa310s.h
/openbmc/u-boot/include/configs/odroid.h
/openbmc/u-boot/include/configs/odroid_xu3.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/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_stratix10_socdk.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/turris_omnia.h
/openbmc/u-boot/include/configs/x530.h
/openbmc/u-boot/include/fdtdec.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/pci.h
/openbmc/u-boot/include/power/regulator.h
/openbmc/u-boot/include/samsung/misc.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/include/spl_gpio.h
/openbmc/u-boot/lib/display_options.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/lmb.c
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/regulator.c
/openbmc/u-boot/test/lib/lmb.c
buildman/builderthread.py
45b7f5b401-Feb-2019 Andrew F. Davis <afd@ti.com>

armv7R: K3: am654: Fix order of debug elements in x509 template

The first element in the debug section is expected to be debugUID.
ROM will not parse this correctly when out of order, fix this here.

armv7R: K3: am654: Fix order of debug elements in x509 template

The first element in the debug section is expected to be debugUID.
ROM will not parse this correctly when out of order, fix this here.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

show more ...


/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/dts/bcm63158.dtsi
/openbmc/u-boot/arch/arm/dts/bcm963158.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi
/openbmc/u-boot/board/BuR/brppt1/board.c
/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/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/cmd/sata.c
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/configs/am65x_evm_r5_defconfig
/openbmc/u-boot/configs/bcm963158_ram_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/stm32mp15_basic_defconfig
/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32mp1.txt
/openbmc/u-boot/drivers/clk/clk_stm32mp1.c
/openbmc/u-boot/drivers/core/uclass.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/serial/serial_pl01x.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/include/configs/am65x_evm.h
/openbmc/u-boot/include/configs/broadcom_bcm963158.h
/openbmc/u-boot/include/dt-bindings/clock/stm32mp1-clks.h
/openbmc/u-boot/include/initcall.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/hashtable.c
/openbmc/u-boot/test/dm/core.c
/openbmc/u-boot/test/env/Makefile
/openbmc/u-boot/test/env/hashtable.c
k3_x509template.txt
4d9dbb1f30-Jan-2019 Chris Packham <judge.packham@gmail.com>

moveconfig: add a second pass for empty #if/#endif blocks

Moveconfig already attempts to remove empty #if/#endif blocks when there
is a matching CONFIG_ being moved. Add a second pass which covers f

moveconfig: add a second pass for empty #if/#endif blocks

Moveconfig already attempts to remove empty #if/#endif blocks when there
is a matching CONFIG_ being moved. Add a second pass which covers files
without a match.

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

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am33xx-u-boot.dtsi
/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-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/bcm6858.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-sdram-lpddr3-samsung-4GB-1866.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399.dtsi
/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/mach-mvebu/include/mach/config.h
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/cpu.h
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Kconfig
/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/mips/dts/brcm,bcm6838.dtsi
/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,luton.dtsi
/openbmc/u-boot/arch/sh/include/asm/bitops.h
/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080a/MAINTAINERS
/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/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/mscc/jr2/jr2.c
/openbmc/u-boot/board/rockchip/evb_rk3399/README
/openbmc/u-boot/board/theadorable/theadorable.c
/openbmc/u-boot/cmd/gpio.c
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/spl/Kconfig
/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/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/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/am57xx_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_usb_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/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/bcm968380gerg_ram_defconfig
/openbmc/u-boot/configs/bcm968580_ram_defconfig
/openbmc/u-boot/configs/bg0900_defconfig
/openbmc/u-boot/configs/blanche_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_minnie_defconfig
/openbmc/u-boot/configs/chromebook_speedy_defconfig
/openbmc/u-boot/configs/cl-som-am57x_defconfig
/openbmc/u-boot/configs/clearfog_defconfig
/openbmc/u-boot/configs/clearfog_gt_8k_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/controlcenterdc_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/display5_defconfig
/openbmc/u-boot/configs/display5_factory_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/ds109_defconfig
/openbmc/u-boot/configs/ds414_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/geekbox_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/h8_homlet_v2_defconfig
/openbmc/u-boot/configs/helios4_defconfig
/openbmc/u-boot/configs/i12-tvbox_defconfig
/openbmc/u-boot/configs/icnova-a20-swac_defconfig
/openbmc/u-boot/configs/imx6q_logic_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/jesurun_q5_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2g_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/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/ls1088aqds_sdcard_ifc_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/maxbcm_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_serval_defconfig
/openbmc/u-boot/configs/mscc_servalt_defconfig
/openbmc/u-boot/configs/mt7629_rfb_defconfig
/openbmc/u-boot/configs/mvebu_db_armada8k_defconfig
/openbmc/u-boot/configs/mvebu_mcbin-88f8040_defconfig
/openbmc/u-boot/configs/mx53cx9020_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_qspi_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/odroid-c2_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/p212_defconfig
/openbmc/u-boot/configs/parrot_r16_defconfig
/openbmc/u-boot/configs/phycore-rk3288_defconfig
/openbmc/u-boot/configs/phycore_pcl063_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/pinebook_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/r7-tv-dongle_defconfig
/openbmc/u-boot/configs/r8a77970_eagle_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/rock960-rk3399_defconfig
/openbmc/u-boot/configs/rock_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_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/sheep-rk3368_defconfig
/openbmc/u-boot/configs/silk_defconfig
/openbmc/u-boot/configs/socfpga_arria5_defconfig
/openbmc/u-boot/configs/socfpga_cyclone5_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/sopine_baseboard_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/tbs_a711_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/turris_mox_defconfig
/openbmc/u-boot/configs/turris_omnia_defconfig
/openbmc/u-boot/configs/uDPU_defconfig
/openbmc/u-boot/configs/vf610twr_defconfig
/openbmc/u-boot/configs/vf610twr_nand_defconfig
/openbmc/u-boot/configs/vyasa-rk3288_defconfig
/openbmc/u-boot/configs/warp7_bl33_defconfig
/openbmc/u-boot/configs/warp7_defconfig
/openbmc/u-boot/configs/x530_defconfig
/openbmc/u-boot/configs/xilinx_versal_virt_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_xm018_dc4_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_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.rockchip
/openbmc/u-boot/doc/README.ti-secure
/openbmc/u-boot/doc/SPI/README.ti_qspi_dra_test
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/clk/clk-uclass.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3288.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3399.c
/openbmc/u-boot/drivers/gpio/rk_gpio.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/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/pci/Kconfig
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/pci/pci_mvebu.c
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/Makefile
/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/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/spi-mem-nodm.c
/openbmc/u-boot/drivers/spi/spi-mem.c
/openbmc/u-boot/drivers/spi/stm32_qspi.c
/openbmc/u-boot/drivers/video/mvebu_lcd.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/bcm6345_wdt.c
/openbmc/u-boot/fs/fs.c
/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/cgtqmx6eval.h
/openbmc/u-boot/include/configs/clearfog.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/ds414.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/ib62x0.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/ls2080aqds.h
/openbmc/u-boot/include/configs/mv-plug-common.h
/openbmc/u-boot/include/configs/nsa310s.h
/openbmc/u-boot/include/configs/omap3_cairo.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/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_stratix10_socdk.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/turris_omnia.h
/openbmc/u-boot/include/configs/x530.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/pci.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/include/spl_gpio.h
/openbmc/u-boot/include/test/lib.h
/openbmc/u-boot/include/test/suites.h
/openbmc/u-boot/lib/display_options.c
/openbmc/u-boot/lib/lmb.c
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/Kconfig
/openbmc/u-boot/test/cmd_ut.c
/openbmc/u-boot/test/lib/Makefile
/openbmc/u-boot/test/lib/cmd_ut_lib.c
/openbmc/u-boot/test/lib/lmb.c
/openbmc/u-boot/test/lib/string.c
moveconfig.py
e3b4fc9525-Jan-2019 Martyn Welch <martyn.welch@collabora.com>

tools: dumpimage: Clarify help

Help message isn't clear over the use of the "-T" option (it's to declare
the type of image that the tool is operating on), which also is optional
as it defaults to th

tools: dumpimage: Clarify help

Help message isn't clear over the use of the "-T" option (it's to declare
the type of image that the tool is operating on), which also is optional
as it defaults to the default image type. It's also missing a description
of the "-o" option, so add it.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>

show more ...

65a80b4325-Jan-2019 Martyn Welch <martyn.welch@collabora.com>

tools: dumpimage: Add help option and make error paths consistent

The utility dumpimage has error paths that display the usage and others
that exit without displaying usage. Add an explicit help opt

tools: dumpimage: Add help option and make error paths consistent

The utility dumpimage has error paths that display the usage and others
that exit without displaying usage. Add an explicit help option to
dumpimage to display the usage and remove it's use in error paths to make
the error messages more obvious and errors paths more consistent.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>

show more ...

11e3c1fd25-Jan-2019 Martyn Welch <martyn.welch@collabora.com>

tools: dumpimage: Simplify internal logic

There are 3 supported modes of operation:

1) Show version
2) List image contents
3) Extract image component

Option (1) terminates early, so only options (

tools: dumpimage: Simplify internal logic

There are 3 supported modes of operation:

1) Show version
2) List image contents
3) Extract image component

Option (1) terminates early, so only options (2) and (3) remain. Remove
redundant check for these modes.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>

show more ...

12b8318725-Jan-2019 Martyn Welch <martyn.welch@collabora.com>

tools: dumpimage: Simplify arguments

The dump image utility has very confusing syntax. If called to list image
contents ("-l") it takes the image name as a positional argument. If the
utility is cal

tools: dumpimage: Simplify arguments

The dump image utility has very confusing syntax. If called to list image
contents ("-l") it takes the image name as a positional argument. If the
utility is called to extract something from the image, the image must be
provided via the optional argument "-i" as well as the positional argument
but the value passed in the positional argument will be completely
ignored.

Simplify dumpimage by always providing the image as the first positional
argument. Assume we want to dump something from the image if we do not
provide the "-l" option for now.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>

show more ...

57a608e925-Jan-2019 Martyn Welch <martyn.welch@collabora.com>

tools: dumpimage: Provide more feedback on error

The dumpimage utility errors out in a number of places without providing
sufficient feedback to allow the user to easily determine what they have
don

tools: dumpimage: Provide more feedback on error

The dumpimage utility errors out in a number of places without providing
sufficient feedback to allow the user to easily determine what they have
done wrong. Add addtional error messages to make the cause of the failure
more obvious.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi
/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/am3517-evm.dts
/openbmc/u-boot/arch/arm/dts/am4372-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/da850-evm.dts
/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/sun50i-a64-pinebook-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/sunxi-u-boot.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-meson/meson-vpu.h
/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-meson/board-gx.c
/openbmc/u-boot/arch/arm/mach-omap2/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Kconfig
/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-sunxi/Kconfig
/openbmc/u-boot/arch/arm/mach-zynq/Kconfig
/openbmc/u-boot/arch/arm/mach-zynqmp/Kconfig
/openbmc/u-boot/board/bosch/shc/MAINTAINERS
/openbmc/u-boot/board/bosch/shc/board.c
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/Makefile
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/configs/Linksprite_pcDuino3_defconfig
/openbmc/u-boot/configs/am335x_baltos_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/am65x_evm_a53_defconfig
/openbmc/u-boot/configs/am65x_evm_r5_defconfig
/openbmc/u-boot/configs/amarula_a64_relic_defconfig
/openbmc/u-boot/configs/birdland_bav335a_defconfig
/openbmc/u-boot/configs/birdland_bav335b_defconfig
/openbmc/u-boot/configs/cgtqmx6eval_defconfig
/openbmc/u-boot/configs/chiliboard_defconfig
/openbmc/u-boot/configs/cl-som-am57x_defconfig
/openbmc/u-boot/configs/cm_t335_defconfig
/openbmc/u-boot/configs/cm_t35_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/draco_defconfig
/openbmc/u-boot/configs/eco5pk_defconfig
/openbmc/u-boot/configs/etamin_defconfig
/openbmc/u-boot/configs/igep00x0_defconfig
/openbmc/u-boot/configs/imx6q_logic_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/mcx_defconfig
/openbmc/u-boot/configs/mt_ventoux_defconfig
/openbmc/u-boot/configs/mx6cuboxi_defconfig
/openbmc/u-boot/configs/mx6sabreauto_defconfig
/openbmc/u-boot/configs/mx6sabresd_defconfig
/openbmc/u-boot/configs/mx6slevk_spl_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/novena_defconfig
/openbmc/u-boot/configs/odroid-c2_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/omap4_panda_defconfig
/openbmc/u-boot/configs/p212_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/pengwyn_defconfig
/openbmc/u-boot/configs/pepper_defconfig
/openbmc/u-boot/configs/pfla02_defconfig
/openbmc/u-boot/configs/picosam9g45_defconfig
/openbmc/u-boot/configs/platinum_picon_defconfig
/openbmc/u-boot/configs/platinum_titanium_defconfig
/openbmc/u-boot/configs/pxm2_defconfig
/openbmc/u-boot/configs/rastaban_defconfig
/openbmc/u-boot/configs/riotboard_spl_defconfig
/openbmc/u-boot/configs/rut_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/sama5d3_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d3xek_mmc_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d4ek_mmc_defconfig
/openbmc/u-boot/configs/sksimx6_defconfig
/openbmc/u-boot/configs/sniper_defconfig
/openbmc/u-boot/configs/socfpga_stratix10_defconfig
/openbmc/u-boot/configs/tao3530_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/twister_defconfig
/openbmc/u-boot/configs/udoo_defconfig
/openbmc/u-boot/configs/udoo_neo_defconfig
/openbmc/u-boot/configs/wandboard_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_xm016_dc2_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_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/doc/README.SPL
/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/dfu/dfu_mmc.c
/openbmc/u-boot/drivers/mmc/sunxi_mmc.c
/openbmc/u-boot/drivers/power/domain/Kconfig
/openbmc/u-boot/drivers/power/regulator/pbias_regulator.c
/openbmc/u-boot/drivers/usb/gadget/ether.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/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/videomodes.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/configs/imx6_spl.h
/openbmc/u-boot/include/configs/imx7_spl.h
/openbmc/u-boot/include/configs/meson64.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/dfu.h
/openbmc/u-boot/include/dw_hdmi.h
/openbmc/u-boot/include/media_bus_format.h
/openbmc/u-boot/include/part.h
dumpimage.c
9ec1791e18-Jan-2019 Fabio Estevam <festevam@gmail.com>

Revert "tools: imx8image: set dcd_skip to true"

This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.

This commit breaks the boot on imx8qxp evk and it should only
be re-applied after imx8q

Revert "tools: imx8image: set dcd_skip to true"

This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.

This commit breaks the boot on imx8qxp evk and it should only
be re-applied after imx8qxp evk is converted to SPL.

Revert it for now, so that imx8qxp evk can be functional.

Reported-by: Breno Lima <breno.lima@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Tested-by: Breno Lima <breno.lima@nxp.com>

show more ...

eb7f908a17-Dec-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

tools: imx8image: use correct printf escape sequence

core is of type uint64_t. So for printing we need "%"PRIu64 (not "%lu").

Without the patch a warning is issued when building on a 32bit system.

tools: imx8image: use correct printf escape sequence

core is of type uint64_t. So for printing we need "%"PRIu64 (not "%lu").

Without the patch a warning is issued when building on a 32bit system.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/Makefile
/openbmc/u-boot/arch/arm/dts/Makefile
/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/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/zynq-topic-miamiplus.dts
/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/mach-imx/hab.c
/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-k3/arm64-mmu.c
/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-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/powerpc/cpu/mpc85xx/config.mk
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S
/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/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/technexion/pico-imx7d/pico-imx7d.c
/openbmc/u-boot/board/topic/zynq/zynq-topic-miamiplus/ps7_init_gpl.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/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/avnet_ultra96_rev1_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/emlid_neutis_n5_devboard_defconfig
/openbmc/u-boot/configs/ga10h_v1_1_defconfig
/openbmc/u-boot/configs/h8_homlet_v2_defconfig
/openbmc/u-boot/configs/i12-tvbox_defconfig
/openbmc/u-boot/configs/icnova-a20-swac_defconfig
/openbmc/u-boot/configs/inet1_defconfig
/openbmc/u-boot/configs/inet_q972_defconfig
/openbmc/u-boot/configs/jesurun_q5_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/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/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/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/parrot_r16_defconfig
/openbmc/u-boot/configs/phycore_pcl063_defconfig
/openbmc/u-boot/configs/pico-hobbit-imx7d_defconfig
/openbmc/u-boot/configs/pico-imx7d_defconfig
/openbmc/u-boot/configs/pico-pi-imx7d_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/pinebook_defconfig
/openbmc/u-boot/configs/r7-tv-dongle_defconfig
/openbmc/u-boot/configs/sopine_baseboard_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/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_virt_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/zynq_dlc20_rev1_0_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/configs/zynq_zybo_z7_defconfig
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/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/i2c/i2c-cdns.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/macb.c
/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/tsec.c
/openbmc/u-boot/drivers/phy/allwinner/phy-sun4i-usb.c
/openbmc/u-boot/drivers/reset/Kconfig
/openbmc/u-boot/drivers/reset/Makefile
/openbmc/u-boot/drivers/reset/reset-sunxi.c
/openbmc/u-boot/drivers/usb/gadget/ether.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/include/configs/m53menlo.h
/openbmc/u-boot/include/configs/pcl063.h
/openbmc/u-boot/include/configs/pico-imx7d.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/zynq-common.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/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/env_callback.h
/openbmc/u-boot/include/env_flags.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/reset.h
/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/scripts/Makefile.spl
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/eth.c
imx8image.c
e4478d9a21-Jan-2019 Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>

tests: dtoc: adapt tests to changed dtoc output

The dtoc tests need to be adapted to dtoc being changed to output platdata
structs as const, which has been introduced in commit 7d05d3a8e35f ("dtoc:

tests: dtoc: adapt tests to changed dtoc output

The dtoc tests need to be adapted to dtoc being changed to output platdata
structs as const, which has been introduced in commit 7d05d3a8e35f ("dtoc:
make generated platdata structs const").

Fixes: 7d05d3a8e35f ("dtoc: make generated platdata structs const")
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/Makefile
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/dragonboard820c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard820c.dts
/openbmc/u-boot/arch/arm/dts/hi3798cv200-poplar.dts
/openbmc/u-boot/arch/arm/dts/hi3798cv200.dtsi
/openbmc/u-boot/arch/arm/dts/poplar-pinctrl.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/zynq-topic-miamiplus.dts
/openbmc/u-boot/arch/arm/include/asm/arch-hi3798cv200/hi3798cv200.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/mach-k3/arm64-mmu.c
/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-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-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-stm32mp/config.mk
/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-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/powerpc/cpu/mpc85xx/config.mk
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S
/openbmc/u-boot/board/hisilicon/poplar/poplar.c
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/topic/zynq/zynq-topic-miamiplus/ps7_init_gpl.c
/openbmc/u-boot/cmd/ximg.c
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/cli.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/Makefile
/openbmc/u-boot/common/spl/spl_ram.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/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/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/avnet_ultra96_rev1_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/chiliboard_defconfig
/openbmc/u-boot/configs/colibri_imx6_defconfig
/openbmc/u-boot/configs/colibri_imx6_nospl_defconfig
/openbmc/u-boot/configs/dragonboard820c_defconfig
/openbmc/u-boot/configs/emlid_neutis_n5_devboard_defconfig
/openbmc/u-boot/configs/ga10h_v1_1_defconfig
/openbmc/u-boot/configs/h8_homlet_v2_defconfig
/openbmc/u-boot/configs/i12-tvbox_defconfig
/openbmc/u-boot/configs/icnova-a20-swac_defconfig
/openbmc/u-boot/configs/inet1_defconfig
/openbmc/u-boot/configs/inet_q972_defconfig
/openbmc/u-boot/configs/jesurun_q5_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/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/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/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/parrot_r16_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/pinebook_defconfig
/openbmc/u-boot/configs/r7-tv-dongle_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_defconfig
/openbmc/u-boot/configs/sopine_baseboard_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/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_virt_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/zynq_dlc20_rev1_0_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/configs/zynq_zybo_z7_defconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/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/dfu/Makefile
/openbmc/u-boot/drivers/i2c/i2c-cdns.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/hi6220_dw_mmc.c
/openbmc/u-boot/drivers/mmc/mtk-sd.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/macb.c
/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/tsec.c
/openbmc/u-boot/drivers/phy/allwinner/phy-sun4i-usb.c
/openbmc/u-boot/drivers/reset/Kconfig
/openbmc/u-boot/drivers/reset/Makefile
/openbmc/u-boot/drivers/reset/reset-sunxi.c
/openbmc/u-boot/drivers/usb/gadget/Makefile
/openbmc/u-boot/drivers/usb/gadget/ether.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/env/common.c
/openbmc/u-boot/env/env.c
/openbmc/u-boot/include/configs/apalis_imx6.h
/openbmc/u-boot/include/configs/colibri_imx6.h
/openbmc/u-boot/include/configs/dra7xx_evm.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/ti_omap5_common.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/dfu.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/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/env_callback.h
/openbmc/u-boot/include/env_flags.h
/openbmc/u-boot/include/fsl_esdhc.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/reset.h
/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/scripts/Makefile.spl
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/eth.c
dtoc/test_dtoc.py
775ed87a14-Dec-2018 Michal Simek <michal.simek@xilinx.com>

tools: zynqmpimage: Align image_size/image_stored_size

Bootrom is not capable to work with non aligned bootloader sizes.
SPL with OF_SEPARATE generates non-align images quite often that's
why this c

tools: zynqmpimage: Align image_size/image_stored_size

Bootrom is not capable to work with non aligned bootloader sizes.
SPL with OF_SEPARATE generates non-align images quite often that's
why this change is required before OF_SEPARATE enableding.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>

show more ...


/openbmc/u-boot/.travis.yml
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/dts/zynqmp.dtsi
/openbmc/u-boot/board/xilinx/zynqmp/cmds.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/configs/avnet_ultra96_rev1_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/drivers/fpga/zynqmppl.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/net/phy/phy.c
/openbmc/u-boot/drivers/net/zynq_gem.c
zynqmpbif.c
16c78cba03-Dec-2018 Michael Tretter <m.tretter@pengutronix.de>

tools: zynqmpimage: round up partition size

The FSBL copies "Total Partition Word Length" * 4 bytes from the boot.bin,
which implies that the partition size is 4 byte aligned. When writing the
parti

tools: zynqmpimage: round up partition size

The FSBL copies "Total Partition Word Length" * 4 bytes from the boot.bin,
which implies that the partition size is 4 byte aligned. When writing the
partition, mkimage calculates "Total Partition Word Length" by dividing
the size by 4. This implicitly cuts unaligned bytes at the end of the
added binary.

Instead of rounding down, the size must be round up to 4 bytes and the
binary padded accordingly.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

show more ...


/openbmc/u-boot/.travis.yml
/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arc/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/fdt.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-pdu001.dts
/openbmc/u-boot/arch/arm/dts/armada-3720-turris-mox.dts
/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/dragonboard410c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls2088a-rdb-qspi.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/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/lib/bootm.c
/openbmc/u-boot/arch/arm/mach-bcm283x/Kconfig
/openbmc/u-boot/arch/arm/mach-mvebu/Kconfig
/openbmc/u-boot/arch/arm/mach-mvebu/arm64-common.c
/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-apq8016.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/x86/cpu/qemu/Kconfig
/openbmc/u-boot/arch/x86/cpu/quark/Kconfig
/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/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/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/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/gdsys/a38x/controlcenterdc.c
/openbmc/u-boot/board/kobol/helios4/helios4.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/solidrun/clearfog/clearfog.c
/openbmc/u-boot/board/ti/am335x/MAINTAINERS
/openbmc/u-boot/board/ti/am43xx/MAINTAINERS
/openbmc/u-boot/board/work-microwave/work_92105/Kconfig
/openbmc/u-boot/cmd/mtd.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/spl/Kconfig
/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_sl50_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/aristainetos2_defconfig
/openbmc/u-boot/configs/aristainetos2b_defconfig
/openbmc/u-boot/configs/aristainetos_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/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/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/cgtqmx6eval_defconfig
/openbmc/u-boot/configs/ci20_mmc_defconfig
/openbmc/u-boot/configs/cl-som-imx7_defconfig
/openbmc/u-boot/configs/clearfog_gt_8k_defconfig
/openbmc/u-boot/configs/cm_fx6_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/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/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/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/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/huawei_hg556a_ram_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/kp_imx6q_tpc_defconfig
/openbmc/u-boot/configs/liteboard_defconfig
/openbmc/u-boot/configs/ls1043aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1043ardb_tfa_defconfig
/openbmc/u-boot/configs/ls1046aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1046ardb_tfa_defconfig
/openbmc/u-boot/configs/ls1088aqds_tfa_defconfig
/openbmc/u-boot/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_tfa_defconfig
/openbmc/u-boot/configs/ls2088aqds_tfa_defconfig
/openbmc/u-boot/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2088ardb_tfa_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/mccmon6_nor_defconfig
/openbmc/u-boot/configs/mccmon6_sd_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/mvebu_db_armada8k_defconfig
/openbmc/u-boot/configs/mvebu_mcbin-88f8040_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/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/opos6uldev_defconfig
/openbmc/u-boot/configs/ot1200_defconfig
/openbmc/u-boot/configs/ot1200_spl_defconfig
/openbmc/u-boot/configs/pcm058_defconfig
/openbmc/u-boot/configs/pfla02_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/platinum_picon_defconfig
/openbmc/u-boot/configs/platinum_titanium_defconfig
/openbmc/u-boot/configs/riotboard_defconfig
/openbmc/u-boot/configs/sagem_f@st1704_ram_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_ek_nandflash_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/sandbox_defconfig
/openbmc/u-boot/configs/secomx6quq7_defconfig
/openbmc/u-boot/configs/sfr_nb4-ser_ram_defconfig
/openbmc/u-boot/configs/sksimx6_defconfig
/openbmc/u-boot/configs/socfpga_arria10_defconfig
/openbmc/u-boot/configs/tbs2910_defconfig
/openbmc/u-boot/configs/titanium_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/turris_mox_defconfig
/openbmc/u-boot/configs/udoo_defconfig
/openbmc/u-boot/configs/udoo_neo_defconfig
/openbmc/u-boot/configs/vining_2000_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/xpress_defconfig
/openbmc/u-boot/configs/xpress_spl_defconfig
/openbmc/u-boot/configs/zc5202_defconfig
/openbmc/u-boot/configs/zc5601_defconfig
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/doc/README.atmel_pmecc
/openbmc/u-boot/doc/device-tree-bindings/gpio/mscc_sgpio.txt
/openbmc/u-boot/drivers/core/Kconfig
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/mscc_sgpio.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/misc/fsl_ifc.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/jz_mmc.c
/openbmc/u-boot/drivers/mmc/mmc_write.c
/openbmc/u-boot/drivers/mtd/nand/raw/Kconfig
/openbmc/u-boot/drivers/mtd/nand/raw/nand_base.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/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/ocelot_switch.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/pinctrl/Kconfig
/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/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/mscc_bb_spi.c
/openbmc/u-boot/drivers/video/rockchip/Kconfig
/openbmc/u-boot/drivers/watchdog/armada-37xx-wdt.c
/openbmc/u-boot/env/sf.c
/openbmc/u-boot/fs/fs.c
/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/emsdp.h
/openbmc/u-boot/include/configs/exynos-common.h
/openbmc/u-boot/include/configs/hikey.h
/openbmc/u-boot/include/configs/hsdk.h
/openbmc/u-boot/include/configs/iot_devkit.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/mt7623.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/poplar.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/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/tegra-common.h
/openbmc/u-boot/include/configs/turris_mox.h
/openbmc/u-boot/include/configs/vcoreiii.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/environment.h
/openbmc/u-boot/include/fsl-mc/fsl_mc.h
/openbmc/u-boot/include/lmb.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/lmb.c
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/lib/Makefile
/openbmc/u-boot/test/lib/lmb.c
zynqmpbif.c

12345678910>>...64