History log of /openbmc/u-boot/tools/ (Results 151 – 175 of 1701)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8122f39617-Jul-2018 Simon Glass <sjg@chromium.org>

binman: Enhance the map and fdt-update output

At present the .map file produced for each image does not include the
overall image size. This is useful information.

Update the code to generate it in

binman: Enhance the map and fdt-update output

At present the .map file produced for each image does not include the
overall image size. This is useful information.

Update the code to generate it in the .map file as well as the updated
FDT. Also fix a few comments while we are here.

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

show more ...

ea6922e317-Jul-2018 Simon Glass <sjg@chromium.org>

binman: Tidy up some comments in the tests

A few lines are commented out and can be removed. Also fix return-value
docs for _DoReadFile() and _DoReadFileDtb().

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

binman: Tidy up some comments in the tests

A few lines are commented out and can be removed. Also fix return-value
docs for _DoReadFile() and _DoReadFileDtb().

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

show more ...

b2b0df8f17-Jul-2018 Simon Glass <sjg@chromium.org>

binman: Add comments to elf_test

The purpose of some of the tests is not obvious from the function names.
Add a few comments to help with understanding.

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

3ab9598d01-Aug-2018 Simon Glass <sjg@chromium.org>

binman: Rename 'position' to 'offset'

After some thought, I believe there is an unfortunate naming flaw in
binman. Entries have a position and size, but now that we support
hierarchical sections it

binman: Rename 'position' to 'offset'

After some thought, I believe there is an unfortunate naming flaw in
binman. Entries have a position and size, but now that we support
hierarchical sections it is unclear whether a position should be an
absolute position within the image, or a relative position within its
parent section.

At present 'position' actually means the relative position. This indicates
a need for an 'image position' for code that wants to find the location of
an entry without having to do calculations back through parents to
discover this image position.

A better name for the current 'position' or 'pos' is 'offset'. It is not
always an absolute position, but it is always an offset from its parent
offset.

It is unfortunate to rename this concept now, 18 months after binman was
introduced. However I believe it is the right thing to do. The impact is
mostly limited to binman itself and a few changes to in-tree users to
binman:

tegra
sunxi
x86

The change makes old binman definitions (e.g. downstream or out-of-tree)
incompatible if they use the 'pos = <...>' property. Later work will
adjust binman to generate an error when it is used.

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

show more ...

46d61a2f17-Jul-2018 Simon Glass <sjg@chromium.org>

binman: Don't depend on dict order in ELF testOutsideFile()

At present this test assumes that the symbols are returned in address
order. However, objdump can list symbols in any order and dictionari

binman: Don't depend on dict order in ELF testOutsideFile()

At present this test assumes that the symbols are returned in address
order. However, objdump can list symbols in any order and dictionaries do
not guarantee any particular order when iterating through item.

Update elf.GetSymbols() to return an OrderedDict, sorted by address, to
avoid any problems.

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

show more ...


/openbmc/u-boot/.travis.yml
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arc/dts/axs10x_mb.dtsi
/openbmc/u-boot/arch/arc/dts/hsdk.dts
/openbmc/u-boot/arch/arc/include/asm/arcregs.h
/openbmc/u-boot/arch/arc/lib/start.S
/openbmc/u-boot/arch/arm/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/nonsec_virt.S
/openbmc/u-boot/arch/arm/cpu/armv8/u-boot.lds
/openbmc/u-boot/arch/arm/cpu/u-boot.lds
/openbmc/u-boot/arch/arm/mach-imx/mx7/Kconfig
/openbmc/u-boot/arch/arm/mach-zynq/u-boot.lds
/openbmc/u-boot/arch/riscv/cpu/ax25/u-boot.lds
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/cpu/u-boot.lds
/openbmc/u-boot/arch/x86/config.mk
/openbmc/u-boot/arch/x86/cpu/start.S
/openbmc/u-boot/arch/x86/cpu/start64.S
/openbmc/u-boot/arch/x86/cpu/u-boot-64.lds
/openbmc/u-boot/arch/x86/cpu/u-boot.lds
/openbmc/u-boot/arch/x86/lib/reloc_ia32_efi.c
/openbmc/u-boot/arch/x86/lib/reloc_x86_64_efi.c
/openbmc/u-boot/board/Marvell/openrd/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1046ardb/MAINTAINERS
/openbmc/u-boot/board/qualcomm/dragonboard410c/u-boot.lds
/openbmc/u-boot/board/qualcomm/dragonboard820c/u-boot.lds
/openbmc/u-boot/board/synopsys/axs10x/config.mk
/openbmc/u-boot/board/synopsys/axs10x/headerize-axs.py
/openbmc/u-boot/board/synopsys/hsdk/README
/openbmc/u-boot/board/synopsys/hsdk/config.mk
/openbmc/u-boot/board/technexion/pico-imx7d/MAINTAINERS
/openbmc/u-boot/board/ti/am335x/u-boot.lds
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/configs/axs101_defconfig
/openbmc/u-boot/configs/axs103_defconfig
/openbmc/u-boot/doc/README.uefi
/openbmc/u-boot/doc/device-tree-bindings/gpio/snps,creg-gpio.txt
/openbmc/u-boot/drivers/gpio/hsdk-creg-gpio.c
/openbmc/u-boot/drivers/rtc/at91sam9_rtt.c
/openbmc/u-boot/drivers/rtc/davinci.c
/openbmc/u-boot/drivers/rtc/ds1302.c
/openbmc/u-boot/drivers/rtc/ds1306.c
/openbmc/u-boot/drivers/rtc/ds1307.c
/openbmc/u-boot/drivers/rtc/ds1337.c
/openbmc/u-boot/drivers/rtc/ds1374.c
/openbmc/u-boot/drivers/rtc/ds164x.c
/openbmc/u-boot/drivers/rtc/ds174x.c
/openbmc/u-boot/drivers/rtc/ds3231.c
/openbmc/u-boot/drivers/rtc/imxdi.c
/openbmc/u-boot/drivers/rtc/m41t11.c
/openbmc/u-boot/drivers/rtc/m41t60.c
/openbmc/u-boot/drivers/rtc/m41t62.c
/openbmc/u-boot/drivers/rtc/m48t35ax.c
/openbmc/u-boot/drivers/rtc/max6900.c
/openbmc/u-boot/drivers/rtc/mc146818.c
/openbmc/u-boot/drivers/rtc/mcfrtc.c
/openbmc/u-boot/drivers/rtc/mk48t59.c
/openbmc/u-boot/drivers/rtc/pcf8563.c
/openbmc/u-boot/drivers/rtc/rs5c372.c
/openbmc/u-boot/drivers/rtc/rx8025.c
/openbmc/u-boot/drivers/rtc/s3c24x0_rtc.c
/openbmc/u-boot/drivers/rtc/x1205.c
/openbmc/u-boot/fs/fat/fat_write.c
/openbmc/u-boot/include/configs/T104xRDB.h
/openbmc/u-boot/include/configs/axs10x.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.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/elf.h
/openbmc/u-boot/lib/efi_driver/efi_block_device.c
/openbmc/u-boot/lib/efi_loader/Kconfig
/openbmc/u-boot/lib/efi_loader/Makefile
/openbmc/u-boot/lib/efi_loader/efi_boottime.c
/openbmc/u-boot/lib/efi_loader/efi_console.c
/openbmc/u-boot/lib/efi_loader/efi_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_smbios.c
/openbmc/u-boot/lib/efi_selftest/.gitignore
/openbmc/u-boot/lib/efi_selftest/Makefile
/openbmc/u-boot/lib/efi_selftest/efi_selftest.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_block_device.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_config_table.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_console.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_crc32.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_rtc.c
/openbmc/u-boot/lib/vsprintf.c
/openbmc/u-boot/test/fs/fs-test.sh
binman/elf.py
6080170224-Jul-2018 Peng Fan <peng.fan@nxp.com>

tools: genboardscfg: move buildman path to first

To system which has kconfiglib installed, genboardscfg will
use system kconfiglib, we need it use U-Boot owned version,
so move the buildman path to

tools: genboardscfg: move buildman path to first

To system which has kconfiglib installed, genboardscfg will
use system kconfiglib, we need it use U-Boot owned version,
so move the buildman path to first.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arc/Kconfig
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/spl.c
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-2g5rdb.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-qds.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-rdb.dtsi
/openbmc/u-boot/arch/arm/dts/fsl-ls1012a.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h
/openbmc/u-boot/arch/arm/mach-at91/Kconfig
/openbmc/u-boot/arch/arm/mach-davinci/Kconfig
/openbmc/u-boot/arch/arm/mach-exynos/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/mx3/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/mx5/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/mx7/Kconfig
/openbmc/u-boot/arch/arm/mach-meson/Kconfig
/openbmc/u-boot/arch/arm/mach-mvebu/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/omap3/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/omap5/Kconfig
/openbmc/u-boot/arch/arm/mach-qemu/Kconfig
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.32
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/Kconfig
/openbmc/u-boot/arch/arm/mach-socfpga/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig
/openbmc/u-boot/arch/microblaze/Kconfig
/openbmc/u-boot/arch/mips/Kconfig
/openbmc/u-boot/arch/mips/mach-ath79/Kconfig
/openbmc/u-boot/arch/mips/mach-bmips/Kconfig
/openbmc/u-boot/arch/mips/mach-pic32/Kconfig
/openbmc/u-boot/arch/powerpc/Kconfig
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/Kconfig
/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_qspi_pbi.cfg
/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_rcw_qspi.cfg
/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/tpm-common.c
/openbmc/u-boot/cmd/tpm-v1.c
/openbmc/u-boot/cmd/tpm-v2.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/configs/ls1012a2g5rdb_qspi_defconfig
/openbmc/u-boot/configs/ls1012afrdm_qspi_defconfig
/openbmc/u-boot/configs/ls1012aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1043ardb_sdcard_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/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/ls1088aqds_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1088aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2088ardb_qspi_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/drivers/ata/sata_ceva.c
/openbmc/u-boot/drivers/ddr/fsl/options.c
/openbmc/u-boot/drivers/power/pmic/Kconfig
/openbmc/u-boot/drivers/rtc/mc146818.c
/openbmc/u-boot/drivers/tpm/Kconfig
/openbmc/u-boot/drivers/tpm/tpm-uclass.c
/openbmc/u-boot/drivers/tpm/tpm2_tis_sandbox.c
/openbmc/u-boot/drivers/tpm/tpm2_tis_spi.c
/openbmc/u-boot/dts/Kconfig
/openbmc/u-boot/env/env.c
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/configs/B4860QDS.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/T4240QDS.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1046a_common.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/ls2080ardb.h
/openbmc/u-boot/include/configs/mv-common.h
/openbmc/u-boot/include/configs/openrd.h
/openbmc/u-boot/include/tpm-common.h
/openbmc/u-boot/test/py/tests/test_tpm2.py
genboardscfg.py
2ae23a2826-Jul-2018 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-dm


/openbmc/u-boot/.mailmap
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/dts/socfpga_arria10.dtsi
/openbmc/u-boot/arch/arm/dts/tegra30-apalis.dts
/openbmc/u-boot/arch/arm/dts/tegra30-beaver.dts
/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/flow.h
/openbmc/u-boot/arch/arm/include/asm/proc-armv/ptrace.h
/openbmc/u-boot/arch/arm/lib/psci-dt.c
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.32
/openbmc/u-boot/arch/arm/mach-socfpga/board.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_arria10.c
/openbmc/u-boot/arch/arm/mach-tegra/board2.c
/openbmc/u-boot/arch/arm/mach-tegra/powergate.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/cpu.c
/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram_init.c
/openbmc/u-boot/arch/arm/mach-uniphier/fdt-fixup.c
/openbmc/u-boot/arch/sandbox/cpu/eth-raw-os.c
/openbmc/u-boot/arch/sandbox/dts/sandbox.dts
/openbmc/u-boot/arch/sandbox/dts/sandbox64.dts
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/eth-raw-os.h
/openbmc/u-boot/board/CarMediaLab/flea3/flea3.c
/openbmc/u-boot/board/compulab/cm_fx6/cm_fx6.c
/openbmc/u-boot/board/freescale/bsc9131rdb/bsc9131rdb.c
/openbmc/u-boot/board/freescale/bsc9132qds/bsc9132qds.c
/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana.c
/openbmc/u-boot/board/isee/igep003x/board.c
/openbmc/u-boot/board/isee/igep00x0/igep00x0.c
/openbmc/u-boot/board/logicpd/am3517evm/MAINTAINERS
/openbmc/u-boot/board/toradex/colibri_imx7/colibri_imx7.c
/openbmc/u-boot/board/toradex/colibri_vf/colibri_vf.c
/openbmc/u-boot/cmd/net.c
/openbmc/u-boot/cmd/ubi.c
/openbmc/u-boot/common/console.c
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/configs/am3517_evm_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/doc/README.uniphier
/openbmc/u-boot/doc/device-tree-bindings/phy/no-op.txt
/openbmc/u-boot/doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt
/openbmc/u-boot/doc/device-tree-bindings/rtc/brcm,brcmstb-waketimer.txt
/openbmc/u-boot/doc/driver-model/README.txt
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/mtd/nand/denali.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/cpsw.c
/openbmc/u-boot/drivers/net/mvgbe.c
/openbmc/u-boot/drivers/net/mvgbe.h
/openbmc/u-boot/drivers/net/phy/atheros.c
/openbmc/u-boot/drivers/net/phy/broadcom.c
/openbmc/u-boot/drivers/net/phy/davicom.c
/openbmc/u-boot/drivers/net/phy/generic_10g.c
/openbmc/u-boot/drivers/net/phy/lxt.c
/openbmc/u-boot/drivers/net/phy/marvell.c
/openbmc/u-boot/drivers/net/phy/micrel_ksz8xxx.c
/openbmc/u-boot/drivers/net/phy/micrel_ksz90x1.c
/openbmc/u-boot/drivers/net/phy/natsemi.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/net/phy/smsc.c
/openbmc/u-boot/drivers/net/phy/teranetics.c
/openbmc/u-boot/drivers/net/phy/ti.c
/openbmc/u-boot/drivers/net/phy/vitesse.c
/openbmc/u-boot/drivers/net/phy/xilinx_phy.c
/openbmc/u-boot/drivers/net/sandbox-raw-bus.c
/openbmc/u-boot/drivers/net/sandbox-raw.c
/openbmc/u-boot/drivers/net/sandbox.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/serial/sandbox.c
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/C29XPCIE.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/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/T4240RDB.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/t4qds.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/exports.h
/openbmc/u-boot/include/fdt_support.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/phy_interface.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/efi_loader/efi_net.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/net/eth-uclass.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/net/nfs.c
/openbmc/u-boot/net/nfs.h
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/scripts/kconfig/confdata.c
patman/settings.py
b8a48fbc27-Jun-2018 Adam Sampson <ats@offog.org>

patman: Split alias entries on arbitrary whitespace

Previously the first three words in a git-mailrc alias entry could only
be separated by spaces. git-send-email and Mutt both allow arbitrary
white

patman: Split alias entries on arbitrary whitespace

Previously the first three words in a git-mailrc alias entry could only
be separated by spaces. git-send-email and Mutt both allow arbitrary
whitespace here.

Signed-off-by: Adam Sampson <ats@offog.org>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-brppt1-mmc.dts
/openbmc/u-boot/arch/arm/dts/am335x-brppt1-nand.dts
/openbmc/u-boot/arch/arm/dts/am335x-brppt1-spi.dts
/openbmc/u-boot/arch/arm/dts/am33xx.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard410c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard410c.dts
/openbmc/u-boot/arch/arm/dts/dragonboard820c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard820c.dts
/openbmc/u-boot/arch/arm/dts/meson-gxbb-nanopi-k2.dts
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp15-ddr.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-cse-nand.dts
/openbmc/u-boot/arch/arm/dts/zynq-cse-nor.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-mini-qspi.dts
/openbmc/u-boot/arch/arm/include/asm/bitops.h
/openbmc/u-boot/arch/arm/lib/crt0_aarch64_efi.S
/openbmc/u-boot/arch/arm/lib/crt0_arm_efi.S
/openbmc/u-boot/arch/arm/lib/reloc_aarch64_efi.c
/openbmc/u-boot/arch/arm/lib/reloc_arm_efi.c
/openbmc/u-boot/arch/arm/mach-imx/mx6/opos6ul.c
/openbmc/u-boot/arch/arm/mach-meson/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32mp/Kconfig
/openbmc/u-boot/arch/arm/mach-zynq/spl.c
/openbmc/u-boot/arch/riscv/lib/reloc_riscv_efi.c
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/x86/lib/crt0_x86_64_efi.S
/openbmc/u-boot/arch/x86/lib/reloc_ia32_efi.c
/openbmc/u-boot/arch/x86/lib/reloc_x86_64_efi.c
/openbmc/u-boot/board/BuR/brppt1/board.c
/openbmc/u-boot/board/BuR/brppt1/config.mk
/openbmc/u-boot/board/BuR/common/common.c
/openbmc/u-boot/board/amlogic/khadas-vim/README
/openbmc/u-boot/board/amlogic/libretech-cc/README
/openbmc/u-boot/board/amlogic/nanopi-k2/Kconfig
/openbmc/u-boot/board/amlogic/nanopi-k2/MAINTAINERS
/openbmc/u-boot/board/amlogic/nanopi-k2/Makefile
/openbmc/u-boot/board/amlogic/nanopi-k2/README
/openbmc/u-boot/board/amlogic/nanopi-k2/nanopi-k2.c
/openbmc/u-boot/board/amlogic/odroid-c2/README
/openbmc/u-boot/board/amlogic/p212/README
/openbmc/u-boot/board/imgtec/boston/MAINTAINERS
/openbmc/u-boot/board/st/stm32mp1/README
/openbmc/u-boot/cmd/nvedit.c
/openbmc/u-boot/cmd/source.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/spl/spl_dfu.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/spl/spl_nand.c
/openbmc/u-boot/common/spl/spl_nor.c
/openbmc/u-boot/configs/bitmain_antminer_s9_defconfig
/openbmc/u-boot/configs/brppt1_mmc_defconfig
/openbmc/u-boot/configs/brppt1_nand_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/khadas-vim_defconfig
/openbmc/u-boot/configs/nanopi-k2_defconfig
/openbmc/u-boot/configs/qemu_arm64_defconfig
/openbmc/u-boot/configs/qemu_arm_defconfig
/openbmc/u-boot/configs/sandbox64_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_nand_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_qspi_defconfig
/openbmc/u-boot/configs/zynq_cse_nand_defconfig
/openbmc/u-boot/configs/zynq_cse_nor_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32mp1.txt
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/clk_stm32mp1.c
/openbmc/u-boot/drivers/fpga/zynqpl.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/stm32_rcc.c
/openbmc/u-boot/drivers/mmc/stm32_sdmmc2.c
/openbmc/u-boot/drivers/phy/phy-uclass.c
/openbmc/u-boot/drivers/power/regulator/stpmu1.c
/openbmc/u-boot/drivers/reset/stm32-reset.c
/openbmc/u-boot/drivers/rtc/Kconfig
/openbmc/u-boot/drivers/rtc/Makefile
/openbmc/u-boot/drivers/rtc/date.c
/openbmc/u-boot/drivers/rtc/i2c_rtc_emul.c
/openbmc/u-boot/drivers/rtc/mc146818.c
/openbmc/u-boot/drivers/rtc/rtc-lib.c
/openbmc/u-boot/drivers/smem/Kconfig
/openbmc/u-boot/drivers/smem/Makefile
/openbmc/u-boot/drivers/smem/msm_smem.c
/openbmc/u-boot/drivers/smem/sandbox_smem.c
/openbmc/u-boot/drivers/smem/smem-uclass.c
/openbmc/u-boot/drivers/sysreset/sysreset_syscon.c
/openbmc/u-boot/env/Kconfig
/openbmc/u-boot/env/common.c
/openbmc/u-boot/env/ext4.c
/openbmc/u-boot/env/fat.c
/openbmc/u-boot/env/mmc.c
/openbmc/u-boot/env/nand.c
/openbmc/u-boot/env/sata.c
/openbmc/u-boot/env/sf.c
/openbmc/u-boot/env/ubi.c
/openbmc/u-boot/fs/btrfs/chunk-map.c
/openbmc/u-boot/include/configs/bitmain_antminer_s9.h
/openbmc/u-boot/include/configs/brppt1.h
/openbmc/u-boot/include/configs/bur_am335x_common.h
/openbmc/u-boot/include/configs/nanopi-k2.h
/openbmc/u-boot/include/configs/qemu-arm.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_emmc.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_nand.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_qspi.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/configs/zynq_cse.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dt-bindings/clock/stm32mp1-clks.h
/openbmc/u-boot/include/dt-bindings/pinctrl/stm32-pinfunc.h
/openbmc/u-boot/include/dt-bindings/reset/stm32mp1-resets.h
/openbmc/u-boot/include/env_default.h
/openbmc/u-boot/include/environment.h
/openbmc/u-boot/include/power/stpmu1.h
/openbmc/u-boot/include/rtc.h
/openbmc/u-boot/include/smem.h
/openbmc/u-boot/include/stm32_rcc.h
/openbmc/u-boot/include/test/ut.h
/openbmc/u-boot/lib/hashtable.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/smem.c
/openbmc/u-boot/test/py/tests/test_efi_loader.py
/openbmc/u-boot/test/py/tests/test_env.py
/openbmc/u-boot/test/py/tests/test_net.py
/openbmc/u-boot/test/py/tests/test_tpm2.py
/openbmc/u-boot/test/py/u_boot_utils.py
patman/settings.py
4a8b6e0120-Jul-2018 Michal Simek <michal.simek@xilinx.com>

mkimage: fit_image: Use macros from image.h

There is no reason not to use macros which are already defined.
It is also much easier for grepping.

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

mkimage: fit_image: Use macros from image.h

There is no reason not to use macros which are already defined.
It is also much easier for grepping.

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

show more ...


/openbmc/u-boot/Documentation/.gitignore
/openbmc/u-boot/Documentation/Makefile
/openbmc/u-boot/Documentation/conf.py
/openbmc/u-boot/Documentation/index.rst
/openbmc/u-boot/Documentation/media/Makefile
/openbmc/u-boot/Documentation/media/linker_lists.h.rst.exceptions
/openbmc/u-boot/Documentation/sphinx-static/theme_overrides.css
/openbmc/u-boot/Documentation/sphinx/cdomain.py
/openbmc/u-boot/Documentation/sphinx/kernel_include.py
/openbmc/u-boot/Documentation/sphinx/kerneldoc.py
/openbmc/u-boot/Documentation/sphinx/kfigure.py
/openbmc/u-boot/Documentation/sphinx/load_config.py
/openbmc/u-boot/Documentation/sphinx/parse-headers.pl
/openbmc/u-boot/Documentation/sphinx/requirements.txt
/openbmc/u-boot/Documentation/sphinx/rstFlatTable.py
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/dts/am3517-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/am3517-evm.dts
/openbmc/u-boot/arch/arm/dts/am3517-som.dtsi
/openbmc/u-boot/arch/arm/dts/am3517.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit.dts
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-baseboard.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-som-lv.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts
/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-baseboard.dtsi
/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-som.dtsi
/openbmc/u-boot/arch/arm/dts/omap3.dtsi
/openbmc/u-boot/arch/arm/dts/omap36xx.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-mx25/imx-regs.h
/openbmc/u-boot/arch/m68k/Kconfig
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/mtdparts.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/avb_verify.c
/openbmc/u-boot/common/spl/spl_ymodem.c
/openbmc/u-boot/configs/10m50_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/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/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/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_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_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_defconfig
/openbmc/u-boot/configs/TQM834x_defconfig
/openbmc/u-boot/configs/TWR-P1025_defconfig
/openbmc/u-boot/configs/alt_defconfig
/openbmc/u-boot/configs/am335x_evm_norboot_defconfig
/openbmc/u-boot/configs/am335x_evm_spiboot_defconfig
/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9260ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs3_defconfig
/openbmc/u-boot/configs/at91sam9261ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9263ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9263ek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9263ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9263ek_norflash_boot_defconfig
/openbmc/u-boot/configs/at91sam9263ek_norflash_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs3_defconfig
/openbmc/u-boot/configs/at91sam9g10ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_2mmc_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_2mmc_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9g20ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9m10g45ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9m10g45ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_spiflash_defconfig
/openbmc/u-boot/configs/at91sam9rlek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9rlek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9rlek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_spiflash_defconfig
/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs0_defconfig
/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs1_defconfig
/openbmc/u-boot/configs/at91sam9xeek_nandflash_defconfig
/openbmc/u-boot/configs/axm_defconfig
/openbmc/u-boot/configs/bitmain_antminer_s9_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/calimain_defconfig
/openbmc/u-boot/configs/cm_fx6_defconfig
/openbmc/u-boot/configs/cm_t3517_defconfig
/openbmc/u-boot/configs/cm_t35_defconfig
/openbmc/u-boot/configs/colibri-imx6ull_defconfig
/openbmc/u-boot/configs/corvus_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/devkit3250_defconfig
/openbmc/u-boot/configs/display5_defconfig
/openbmc/u-boot/configs/display5_factory_defconfig
/openbmc/u-boot/configs/ds414_defconfig
/openbmc/u-boot/configs/ea20_defconfig
/openbmc/u-boot/configs/ethernut5_defconfig
/openbmc/u-boot/configs/flea3_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/gurnard_defconfig
/openbmc/u-boot/configs/gwventana_emmc_defconfig
/openbmc/u-boot/configs/gwventana_gw5904_defconfig
/openbmc/u-boot/configs/hikey_defconfig
/openbmc/u-boot/configs/imx6q_logic_defconfig
/openbmc/u-boot/configs/ipam390_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/kmeter1_defconfig
/openbmc/u-boot/configs/kmopti2_defconfig
/openbmc/u-boot/configs/kmsupx5_defconfig
/openbmc/u-boot/configs/kmtepr2_defconfig
/openbmc/u-boot/configs/kmvect1_defconfig
/openbmc/u-boot/configs/koelsch_defconfig
/openbmc/u-boot/configs/lager_defconfig
/openbmc/u-boot/configs/ls2080aqds_nand_defconfig
/openbmc/u-boot/configs/ls2080ardb_nand_defconfig
/openbmc/u-boot/configs/mccmon6_nor_defconfig
/openbmc/u-boot/configs/mccmon6_sd_defconfig
/openbmc/u-boot/configs/meesc_defconfig
/openbmc/u-boot/configs/microblaze-generic_defconfig
/openbmc/u-boot/configs/mx35pdk_defconfig
/openbmc/u-boot/configs/omap3_beagle_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omapl138_lcdk_defconfig
/openbmc/u-boot/configs/pfla02_defconfig
/openbmc/u-boot/configs/pm9261_defconfig
/openbmc/u-boot/configs/pm9263_defconfig
/openbmc/u-boot/configs/pm9g45_defconfig
/openbmc/u-boot/configs/porter_defconfig
/openbmc/u-boot/configs/r8a77995_draak_defconfig
/openbmc/u-boot/configs/s5pc210_universal_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/silk_defconfig
/openbmc/u-boot/configs/smartweb_defconfig
/openbmc/u-boot/configs/smdkc100_defconfig
/openbmc/u-boot/configs/snapper9260_defconfig
/openbmc/u-boot/configs/snapper9g20_defconfig
/openbmc/u-boot/configs/socfpga_arria10_defconfig
/openbmc/u-boot/configs/socfpga_arria5_defconfig
/openbmc/u-boot/configs/socfpga_cyclone5_defconfig
/openbmc/u-boot/configs/socfpga_dbm_soc1_defconfig
/openbmc/u-boot/configs/socfpga_de0_nano_soc_defconfig
/openbmc/u-boot/configs/socfpga_de10_nano_defconfig
/openbmc/u-boot/configs/socfpga_de1_soc_defconfig
/openbmc/u-boot/configs/socfpga_is1_defconfig
/openbmc/u-boot/configs/socfpga_sockit_defconfig
/openbmc/u-boot/configs/socfpga_socrates_defconfig
/openbmc/u-boot/configs/socfpga_sr1500_defconfig
/openbmc/u-boot/configs/socfpga_vining_fpga_defconfig
/openbmc/u-boot/configs/spear300_defconfig
/openbmc/u-boot/configs/spear300_nand_defconfig
/openbmc/u-boot/configs/spear300_usbtty_defconfig
/openbmc/u-boot/configs/spear300_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear310_defconfig
/openbmc/u-boot/configs/spear310_nand_defconfig
/openbmc/u-boot/configs/spear310_pnor_defconfig
/openbmc/u-boot/configs/spear310_usbtty_defconfig
/openbmc/u-boot/configs/spear310_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear310_usbtty_pnor_defconfig
/openbmc/u-boot/configs/spear320_defconfig
/openbmc/u-boot/configs/spear320_nand_defconfig
/openbmc/u-boot/configs/spear320_pnor_defconfig
/openbmc/u-boot/configs/spear320_usbtty_defconfig
/openbmc/u-boot/configs/spear320_usbtty_nand_defconfig
/openbmc/u-boot/configs/spear320_usbtty_pnor_defconfig
/openbmc/u-boot/configs/spear600_defconfig
/openbmc/u-boot/configs/spear600_nand_defconfig
/openbmc/u-boot/configs/spear600_usbtty_defconfig
/openbmc/u-boot/configs/spear600_usbtty_nand_defconfig
/openbmc/u-boot/configs/stmark2_defconfig
/openbmc/u-boot/configs/stout_defconfig
/openbmc/u-boot/configs/suvd3_defconfig
/openbmc/u-boot/configs/taurus_defconfig
/openbmc/u-boot/configs/tuge1_defconfig
/openbmc/u-boot/configs/tuxx1_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_v7_defconfig
/openbmc/u-boot/configs/uniphier_v8_defconfig
/openbmc/u-boot/configs/usb_a9263_dataflash_defconfig
/openbmc/u-boot/configs/vct_platinum_onenand_defconfig
/openbmc/u-boot/configs/vct_platinum_onenand_small_defconfig
/openbmc/u-boot/configs/vct_platinumavc_onenand_defconfig
/openbmc/u-boot/configs/vct_platinumavc_onenand_small_defconfig
/openbmc/u-boot/configs/vct_premium_onenand_defconfig
/openbmc/u-boot/configs/vct_premium_onenand_small_defconfig
/openbmc/u-boot/configs/wb45n_defconfig
/openbmc/u-boot/configs/wb50n_defconfig
/openbmc/u-boot/configs/woodburn_defconfig
/openbmc/u-boot/configs/woodburn_sd_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/zynq_cse_nand_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_x16_defconfig
/openbmc/u-boot/doc/README.avb2
/openbmc/u-boot/drivers/bios_emulator/atibios.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/mtd/Kconfig
/openbmc/u-boot/drivers/mtd/nand/Kconfig
/openbmc/u-boot/drivers/rtc/date.c
/openbmc/u-boot/drivers/spi/stm32_qspi.c
/openbmc/u-boot/include/configs/10m50_devboard.h
/openbmc/u-boot/include/configs/BSC9131RDB.h
/openbmc/u-boot/include/configs/BSC9132QDS.h
/openbmc/u-boot/include/configs/M54418TWR.h
/openbmc/u-boot/include/configs/MPC8313ERDB.h
/openbmc/u-boot/include/configs/MPC8315ERDB.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.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/TQM834x.h
/openbmc/u-boot/include/configs/am335x_igep003x.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/apf27.h
/openbmc/u-boot/include/configs/apx4devkit.h
/openbmc/u-boot/include/configs/aristainetos-common.h
/openbmc/u-boot/include/configs/at91sam9260ek.h
/openbmc/u-boot/include/configs/at91sam9261ek.h
/openbmc/u-boot/include/configs/at91sam9263ek.h
/openbmc/u-boot/include/configs/at91sam9m10g45ek.h
/openbmc/u-boot/include/configs/at91sam9n12ek.h
/openbmc/u-boot/include/configs/at91sam9rlek.h
/openbmc/u-boot/include/configs/at91sam9x5ek.h
/openbmc/u-boot/include/configs/baltos.h
/openbmc/u-boot/include/configs/brppt1.h
/openbmc/u-boot/include/configs/calimain.h
/openbmc/u-boot/include/configs/cm_fx6.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/cm_t3517.h
/openbmc/u-boot/include/configs/colibri-imx6ull.h
/openbmc/u-boot/include/configs/colibri_imx7.h
/openbmc/u-boot/include/configs/colibri_t20.h
/openbmc/u-boot/include/configs/colibri_vf.h
/openbmc/u-boot/include/configs/corvus.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/devkit3250.h
/openbmc/u-boot/include/configs/display5.h
/openbmc/u-boot/include/configs/dns325.h
/openbmc/u-boot/include/configs/dockstar.h
/openbmc/u-boot/include/configs/draak.h
/openbmc/u-boot/include/configs/ds414.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/ethernut5.h
/openbmc/u-boot/include/configs/flea3.h
/openbmc/u-boot/include/configs/goflexhome.h
/openbmc/u-boot/include/configs/guruplug.h
/openbmc/u-boot/include/configs/gw_ventana.h
/openbmc/u-boot/include/configs/harmony.h
/openbmc/u-boot/include/configs/hikey.h
/openbmc/u-boot/include/configs/ib62x0.h
/openbmc/u-boot/include/configs/iconnect.h
/openbmc/u-boot/include/configs/ids8313.h
/openbmc/u-boot/include/configs/imx27lite-common.h
/openbmc/u-boot/include/configs/imx6-engicam.h
/openbmc/u-boot/include/configs/imx6_logic.h
/openbmc/u-boot/include/configs/ipam390.h
/openbmc/u-boot/include/configs/km/keymile-common.h
/openbmc/u-boot/include/configs/mccmon6.h
/openbmc/u-boot/include/configs/mcx.h
/openbmc/u-boot/include/configs/meesc.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/mx28evk.h
/openbmc/u-boot/include/configs/mx35pdk.h
/openbmc/u-boot/include/configs/nas220.h
/openbmc/u-boot/include/configs/nokia_rx51.h
/openbmc/u-boot/include/configs/nsa310s.h
/openbmc/u-boot/include/configs/omap3_beagle.h
/openbmc/u-boot/include/configs/omap3_evm.h
/openbmc/u-boot/include/configs/omap3_igep00x0.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/omap3_overo.h
/openbmc/u-boot/include/configs/omap3_pandora.h
/openbmc/u-boot/include/configs/omapl138_lcdk.h
/openbmc/u-boot/include/configs/openrd.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/p1_twr.h
/openbmc/u-boot/include/configs/pcm052.h
/openbmc/u-boot/include/configs/pcm058.h
/openbmc/u-boot/include/configs/pfla02.h
/openbmc/u-boot/include/configs/platinum.h
/openbmc/u-boot/include/configs/pm9261.h
/openbmc/u-boot/include/configs/pm9263.h
/openbmc/u-boot/include/configs/pm9g45.h
/openbmc/u-boot/include/configs/pogo_e02.h
/openbmc/u-boot/include/configs/rcar-gen2-common.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/sama5d2_ptc_ek.h
/openbmc/u-boot/include/configs/sama5d3_xplained.h
/openbmc/u-boot/include/configs/sama5d3xek.h
/openbmc/u-boot/include/configs/sama5d4_xplained.h
/openbmc/u-boot/include/configs/sama5d4ek.h
/openbmc/u-boot/include/configs/sheevaplug.h
/openbmc/u-boot/include/configs/siemens-am33x-common.h
/openbmc/u-boot/include/configs/smartweb.h
/openbmc/u-boot/include/configs/smdkc100.h
/openbmc/u-boot/include/configs/snapper9260.h
/openbmc/u-boot/include/configs/snapper9g45.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/spear-common.h
/openbmc/u-boot/include/configs/stih410-b2260.h
/openbmc/u-boot/include/configs/stmark2.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/tam3517-common.h
/openbmc/u-boot/include/configs/tao3530.h
/openbmc/u-boot/include/configs/taurus.h
/openbmc/u-boot/include/configs/ti_armv7_common.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/configs/titanium.h
/openbmc/u-boot/include/configs/tricorder.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/usb_a9263.h
/openbmc/u-boot/include/configs/vct.h
/openbmc/u-boot/include/configs/vf610twr.h
/openbmc/u-boot/include/configs/wb45n.h
/openbmc/u-boot/include/configs/wb50n.h
/openbmc/u-boot/include/configs/woodburn_common.h
/openbmc/u-boot/include/configs/x600.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/dt-bindings/bus/ti-sysc.h
/openbmc/u-boot/include/linker_lists.h
/openbmc/u-boot/include/linux/mtd/mtd.h
/openbmc/u-boot/include/linux/mtd/rawnand.h
/openbmc/u-boot/lib/efi_loader/efi_boottime.c
/openbmc/u-boot/lib/hashtable.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/scripts/kernel-doc
fit_image.c
7e1a048306-Jul-2018 Holger Dengler <dengler@linutronix.de>

tools/imximage: get HAB information from header

Signing parts of a u-boot imximage for image verification in High
Assurance Boot (HAB) in a post-build process, requires some
information from the imx

tools/imximage: get HAB information from header

Signing parts of a u-boot imximage for image verification in High
Assurance Boot (HAB) in a post-build process, requires some
information from the imximage header. Currently, this information is
only provided during the image build, which makes the transfer of this
information to the post-build process harder than necessary.

The i.MX HAB information (start and length) can be calculated either
by using information from the image-configuration file, or from the
information in the flash header of the imximage.
The advantage of using information from flash header is, that they are
not only available during image creation, but also available if
existing images are processed.

Example:
$ tools/mkimage -l u-boot.imx
Image Type: Freescale IMX Boot Image
Image Ver: 2 (i.MX53/6/7 compatible)
Mode: DCD
Data Size: 483328 Bytes = 472.00 KiB = 0.46 MiB
Load Address: 877ff420
Entry Point: 87800000
HAB Blocks: 0x877ff400 0x00000000 0x00071c00
DCD Blocks: 0x00910000 0x0000002c 0x00000208

Signed-off-by: Holger Dengler <dengler@linutronix.de>
Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/psci.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-brppt1-mmc.dts
/openbmc/u-boot/arch/arm/dts/am335x-brppt1-nand.dts
/openbmc/u-boot/arch/arm/dts/am335x-brppt1-spi.dts
/openbmc/u-boot/arch/arm/dts/am33xx.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard410c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard410c.dts
/openbmc/u-boot/arch/arm/dts/dragonboard820c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard820c.dts
/openbmc/u-boot/arch/arm/dts/imx6ull-colibri.dts
/openbmc/u-boot/arch/arm/dts/imx6ull.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxbb-nanopi-k2.dts
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp15-ddr.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-cse-nand.dts
/openbmc/u-boot/arch/arm/dts/zynq-cse-nor.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-mini-qspi.dts
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/bitops.h
/openbmc/u-boot/arch/arm/include/asm/mach-imx/iomux-v3.h
/openbmc/u-boot/arch/arm/lib/crt0_aarch64_efi.S
/openbmc/u-boot/arch/arm/lib/crt0_arm_efi.S
/openbmc/u-boot/arch/arm/lib/reloc_aarch64_efi.c
/openbmc/u-boot/arch/arm/lib/reloc_arm_efi.c
/openbmc/u-boot/arch/arm/mach-imx/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/mx6/opos6ul.c
/openbmc/u-boot/arch/arm/mach-imx/mx6/soc.c
/openbmc/u-boot/arch/arm/mach-imx/mx7/Kconfig
/openbmc/u-boot/arch/arm/mach-imx/mx7/Makefile
/openbmc/u-boot/arch/arm/mach-imx/mx7/psci-mx7.c
/openbmc/u-boot/arch/arm/mach-imx/mx7/soc.c
/openbmc/u-boot/arch/arm/mach-meson/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/rk3188-board.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399-board-spl.c
/openbmc/u-boot/arch/arm/mach-stm32mp/Kconfig
/openbmc/u-boot/arch/arm/mach-zynq/spl.c
/openbmc/u-boot/arch/riscv/lib/reloc_riscv_efi.c
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/x86/cpu/baytrail/valleyview.c
/openbmc/u-boot/arch/x86/cpu/braswell/braswell.c
/openbmc/u-boot/arch/x86/cpu/cpu.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/early_me.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/sdram.c
/openbmc/u-boot/arch/x86/cpu/qemu/qemu.c
/openbmc/u-boot/arch/x86/cpu/quark/acpi.c
/openbmc/u-boot/arch/x86/cpu/quark/quark.c
/openbmc/u-boot/arch/x86/cpu/tangier/Makefile
/openbmc/u-boot/arch/x86/cpu/tangier/sysreset.c
/openbmc/u-boot/arch/x86/cpu/tangier/tangier.c
/openbmc/u-boot/arch/x86/dts/bayleybay.dts
/openbmc/u-boot/arch/x86/dts/baytrail_som-db5800-som-6867.dts
/openbmc/u-boot/arch/x86/dts/broadwell_som-6896.dts
/openbmc/u-boot/arch/x86/dts/cherryhill.dts
/openbmc/u-boot/arch/x86/dts/chromebook_link.dts
/openbmc/u-boot/arch/x86/dts/chromebook_samus.dts
/openbmc/u-boot/arch/x86/dts/chromebox_panther.dts
/openbmc/u-boot/arch/x86/dts/conga-qeval20-qa3-e3845.dts
/openbmc/u-boot/arch/x86/dts/cougarcanyon2.dts
/openbmc/u-boot/arch/x86/dts/crownbay.dts
/openbmc/u-boot/arch/x86/dts/dfi-bt700.dtsi
/openbmc/u-boot/arch/x86/dts/edison.dts
/openbmc/u-boot/arch/x86/dts/efi-x86_app.dts
/openbmc/u-boot/arch/x86/dts/efi-x86_payload.dts
/openbmc/u-boot/arch/x86/dts/galileo.dts
/openbmc/u-boot/arch/x86/dts/minnowmax.dts
/openbmc/u-boot/arch/x86/dts/qemu-x86_i440fx.dts
/openbmc/u-boot/arch/x86/dts/qemu-x86_q35.dts
/openbmc/u-boot/arch/x86/dts/reset.dtsi
/openbmc/u-boot/arch/x86/include/asm/acpi.h
/openbmc/u-boot/arch/x86/include/asm/acpi_table.h
/openbmc/u-boot/arch/x86/include/asm/processor.h
/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/arch/x86/lib/acpi.c
/openbmc/u-boot/arch/x86/lib/acpi_s3.c
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/arch/x86/lib/crt0_x86_64_efi.S
/openbmc/u-boot/arch/x86/lib/fsp/fsp_common.c
/openbmc/u-boot/arch/x86/lib/reloc_ia32_efi.c
/openbmc/u-boot/arch/x86/lib/reloc_x86_64_efi.c
/openbmc/u-boot/board/BuR/brppt1/board.c
/openbmc/u-boot/board/BuR/brppt1/config.mk
/openbmc/u-boot/board/BuR/common/common.c
/openbmc/u-boot/board/amlogic/khadas-vim/README
/openbmc/u-boot/board/amlogic/libretech-cc/README
/openbmc/u-boot/board/amlogic/nanopi-k2/Kconfig
/openbmc/u-boot/board/amlogic/nanopi-k2/MAINTAINERS
/openbmc/u-boot/board/amlogic/nanopi-k2/Makefile
/openbmc/u-boot/board/amlogic/nanopi-k2/README
/openbmc/u-boot/board/amlogic/nanopi-k2/nanopi-k2.c
/openbmc/u-boot/board/amlogic/odroid-c2/README
/openbmc/u-boot/board/amlogic/p212/README
/openbmc/u-boot/board/dhelectronics/dh_imx6/dh_imx6_spl.c
/openbmc/u-boot/board/engicam/common/spl.c
/openbmc/u-boot/board/imgtec/boston/MAINTAINERS
/openbmc/u-boot/board/logicpd/imx6/imx6logic.c
/openbmc/u-boot/board/rockchip/evb_rk3399/README
/openbmc/u-boot/board/solidrun/mx6cuboxi/mx6cuboxi.c
/openbmc/u-boot/board/st/stm32mp1/README
/openbmc/u-boot/board/technexion/pico-imx7d/Makefile
/openbmc/u-boot/board/technexion/pico-imx7d/README
/openbmc/u-boot/board/technexion/pico-imx7d/pico-imx7d.c
/openbmc/u-boot/board/technexion/pico-imx7d/spl.c
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/puma-rk3399.c
/openbmc/u-boot/board/toradex/colibri-imx6ull/Kconfig
/openbmc/u-boot/board/toradex/colibri-imx6ull/MAINTAINERS
/openbmc/u-boot/board/toradex/colibri-imx6ull/Makefile
/openbmc/u-boot/board/toradex/colibri-imx6ull/colibri-imx6ull.c
/openbmc/u-boot/board/toradex/colibri-imx6ull/imximage.cfg
/openbmc/u-boot/board/toradex/colibri_imx7/colibri_imx7.c
/openbmc/u-boot/board/toradex/colibri_imx7/imximage.cfg
/openbmc/u-boot/board/toradex/common/tdx-cfg-block.c
/openbmc/u-boot/board/toradex/common/tdx-cfg-block.h
/openbmc/u-boot/cmd/nvedit.c
/openbmc/u-boot/cmd/source.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_dfu.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/spl/spl_nand.c
/openbmc/u-boot/common/spl/spl_nor.c
/openbmc/u-boot/configs/bitmain_antminer_s9_defconfig
/openbmc/u-boot/configs/brppt1_mmc_defconfig
/openbmc/u-boot/configs/brppt1_nand_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/chromebit_mickey_defconfig
/openbmc/u-boot/configs/chromebook_jerry_defconfig
/openbmc/u-boot/configs/chromebook_link64_defconfig
/openbmc/u-boot/configs/chromebook_minnie_defconfig
/openbmc/u-boot/configs/cl-som-imx7_defconfig
/openbmc/u-boot/configs/colibri-imx6ull_defconfig
/openbmc/u-boot/configs/dh_imx6_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/firefly-rk3288_defconfig
/openbmc/u-boot/configs/firefly-rk3399_defconfig
/openbmc/u-boot/configs/geekbox_defconfig
/openbmc/u-boot/configs/imx6q_logic_defconfig
/openbmc/u-boot/configs/khadas-vim_defconfig
/openbmc/u-boot/configs/kylin-rk3036_defconfig
/openbmc/u-boot/configs/lion-rk3368_defconfig
/openbmc/u-boot/configs/miqi-rk3288_defconfig
/openbmc/u-boot/configs/nanopi-k2_defconfig
/openbmc/u-boot/configs/phycore-rk3288_defconfig
/openbmc/u-boot/configs/pico-imx7d_defconfig
/openbmc/u-boot/configs/pico-pi-imx7d_defconfig
/openbmc/u-boot/configs/popmetal-rk3288_defconfig
/openbmc/u-boot/configs/puma-rk3399_defconfig
/openbmc/u-boot/configs/qemu_arm64_defconfig
/openbmc/u-boot/configs/qemu_arm_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/rock_defconfig
/openbmc/u-boot/configs/sandbox64_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sheep-rk3368_defconfig
/openbmc/u-boot/configs/smartweb_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/configs/tinker-rk3288_defconfig
/openbmc/u-boot/configs/vyasa-rk3288_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_nand_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_qspi_defconfig
/openbmc/u-boot/configs/zynq_cse_nand_defconfig
/openbmc/u-boot/configs/zynq_cse_nor_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/doc/README.rockchip
/openbmc/u-boot/doc/device-tree-bindings/chosen.txt
/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32mp1.txt
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/bootcount/bootcount.c
/openbmc/u-boot/drivers/clk/clk_stm32mp1.c
/openbmc/u-boot/drivers/fpga/zynqpl.c
/openbmc/u-boot/drivers/i2c/rk_i2c.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/stm32_rcc.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/stm32_sdmmc2.c
/openbmc/u-boot/drivers/mtd/nand/mxs_nand_dt.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fec_mxc.h
/openbmc/u-boot/drivers/phy/phy-uclass.c
/openbmc/u-boot/drivers/power/regulator/stpmu1.c
/openbmc/u-boot/drivers/reset/stm32-reset.c
/openbmc/u-boot/drivers/rtc/Kconfig
/openbmc/u-boot/drivers/rtc/Makefile
/openbmc/u-boot/drivers/rtc/date.c
/openbmc/u-boot/drivers/rtc/i2c_rtc_emul.c
/openbmc/u-boot/drivers/rtc/mc146818.c
/openbmc/u-boot/drivers/rtc/rtc-lib.c
/openbmc/u-boot/drivers/smem/Kconfig
/openbmc/u-boot/drivers/smem/Makefile
/openbmc/u-boot/drivers/smem/msm_smem.c
/openbmc/u-boot/drivers/smem/sandbox_smem.c
/openbmc/u-boot/drivers/smem/smem-uclass.c
/openbmc/u-boot/drivers/sysreset/Kconfig
/openbmc/u-boot/drivers/sysreset/Makefile
/openbmc/u-boot/drivers/sysreset/sysreset-uclass.c
/openbmc/u-boot/drivers/sysreset/sysreset_syscon.c
/openbmc/u-boot/drivers/sysreset/sysreset_x86.c
/openbmc/u-boot/env/Kconfig
/openbmc/u-boot/env/Makefile
/openbmc/u-boot/env/common.c
/openbmc/u-boot/env/ext4.c
/openbmc/u-boot/env/fat.c
/openbmc/u-boot/env/mmc.c
/openbmc/u-boot/env/nand.c
/openbmc/u-boot/env/sata.c
/openbmc/u-boot/env/sf.c
/openbmc/u-boot/env/ubi.c
/openbmc/u-boot/fs/btrfs/chunk-map.c
/openbmc/u-boot/include/configs/bitmain_antminer_s9.h
/openbmc/u-boot/include/configs/brppt1.h
/openbmc/u-boot/include/configs/bur_am335x_common.h
/openbmc/u-boot/include/configs/colibri-imx6ull.h
/openbmc/u-boot/include/configs/imx6_logic.h
/openbmc/u-boot/include/configs/lion_rk3368.h
/openbmc/u-boot/include/configs/mx6cuboxi.h
/openbmc/u-boot/include/configs/nanopi-k2.h
/openbmc/u-boot/include/configs/pico-imx7d.h
/openbmc/u-boot/include/configs/qemu-arm.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/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_emmc.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_nand.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_qspi.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/configs/zynq_cse.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dt-bindings/clock/stm32mp1-clks.h
/openbmc/u-boot/include/dt-bindings/pinctrl/stm32-pinfunc.h
/openbmc/u-boot/include/dt-bindings/reset/stm32mp1-resets.h
/openbmc/u-boot/include/env_default.h
/openbmc/u-boot/include/environment.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/power/stpmu1.h
/openbmc/u-boot/include/rtc.h
/openbmc/u-boot/include/smem.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/stm32_rcc.h
/openbmc/u-boot/include/test/ut.h
/openbmc/u-boot/lib/efi/efi_app.c
/openbmc/u-boot/lib/hashtable.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/smem.c
/openbmc/u-boot/test/py/tests/test_efi_loader.py
/openbmc/u-boot/test/py/tests/test_env.py
/openbmc/u-boot/test/py/tests/test_net.py
/openbmc/u-boot/test/py/tests/test_tpm2.py
/openbmc/u-boot/test/py/u_boot_utils.py
imximage.c
12308b1216-Jul-2018 Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>

lib: fdtdec: Rename routine fdtdec_setup_memory_size()

This patch renames the routine fdtdec_setup_memory_size()
to fdtdec_setup_mem_size_base() as it now fills the
mem base as well along with size.

lib: fdtdec: Rename routine fdtdec_setup_memory_size()

This patch renames the routine fdtdec_setup_memory_size()
to fdtdec_setup_mem_size_base() as it now fills the
mem base as well along with size.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

show more ...


/openbmc/u-boot/.gitignore
/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/axp803.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_stratix10_socdk.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-bananapi-m64.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-nanopi-a64.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-olinuxino.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-orangepi-win.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-plus.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-sopine-baseboard.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-sopine.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-a64.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-h5-libretech-all-h3-cc.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5-nanopi-neo-plus2.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5-nanopi-neo2.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-pc2.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-prime.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-zero-plus2.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-m1-plus.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-m1.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-neo-air.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-neo.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-2.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-lite.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-one.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-pc.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-plus.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-plus2e.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-r40-bananapi-m2-ultra.dts
/openbmc/u-boot/arch/arm/dts/sun8i-r40.dtsi
/openbmc/u-boot/arch/arm/dts/sunxi-h3-h5.dtsi
/openbmc/u-boot/arch/arm/dts/sunxi-libretech-all-h3-cc.dtsi
/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/include/asm/arch-sunxi/clock_sun6i.h
/openbmc/u-boot/arch/arm/mach-mvebu/arm64-common.c
/openbmc/u-boot/arch/arm/mach-socfpga/Kconfig
/openbmc/u-boot/arch/arm/mach-socfpga/Makefile
/openbmc/u-boot/arch/arm/mach-socfpga/board.c
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/firewall_s10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/mailbox_s10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/misc.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_s10.h
/openbmc/u-boot/arch/arm/mach-socfpga/mailbox_s10.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_arria10.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_s10.c
/openbmc/u-boot/arch/arm/mach-socfpga/mmu-arm64_s10.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl_a10.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl_s10.c
/openbmc/u-boot/arch/arm/mach-socfpga/timer_s10.c
/openbmc/u-boot/arch/arm/mach-stm32/Kconfig
/openbmc/u-boot/arch/arm/mach-sunxi/Kconfig
/openbmc/u-boot/arch/arm/mach-zynq/include/mach/hardware.h
/openbmc/u-boot/arch/microblaze/Kconfig
/openbmc/u-boot/arch/microblaze/cpu/spl.c
/openbmc/u-boot/arch/microblaze/cpu/timer.c
/openbmc/u-boot/arch/microblaze/include/asm/gpio.h
/openbmc/u-boot/arch/microblaze/include/asm/io.h
/openbmc/u-boot/board/altera/stratix10-socdk/MAINTAINERS
/openbmc/u-boot/board/altera/stratix10-socdk/Makefile
/openbmc/u-boot/board/altera/stratix10-socdk/socfpga.c
/openbmc/u-boot/board/broadcom/bcmstb/bcmstb.c
/openbmc/u-boot/board/emulation/qemu-arm/qemu-arm.c
/openbmc/u-boot/board/renesas/alt/alt.c
/openbmc/u-boot/board/renesas/blanche/blanche.c
/openbmc/u-boot/board/renesas/draak/draak.c
/openbmc/u-boot/board/renesas/eagle/eagle.c
/openbmc/u-boot/board/renesas/ebisu/ebisu.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/salvator-x/salvator-x.c
/openbmc/u-boot/board/renesas/silk/silk.c
/openbmc/u-boot/board/renesas/stout/stout.c
/openbmc/u-boot/board/renesas/ulcb/ulcb.c
/openbmc/u-boot/board/st/stm32f429-discovery/stm32f429-discovery.c
/openbmc/u-boot/board/st/stm32f429-evaluation/stm32f429-evaluation.c
/openbmc/u-boot/board/st/stm32f469-discovery/stm32f469-discovery.c
/openbmc/u-boot/board/st/stm32h743-disco/stm32h743-disco.c
/openbmc/u-boot/board/st/stm32h743-eval/stm32h743-eval.c
/openbmc/u-boot/board/xilinx/Kconfig
/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c
/openbmc/u-boot/board/xilinx/microblaze-generic/xparameters.h
/openbmc/u-boot/board/xilinx/zynq/Kconfig
/openbmc/u-boot/board/xilinx/zynq/Makefile
/openbmc/u-boot/board/xilinx/zynq/board.c
/openbmc/u-boot/board/xilinx/zynq/bootimg.c
/openbmc/u-boot/board/xilinx/zynq/cmds.c
/openbmc/u-boot/board/xilinx/zynqmp/Makefile
/openbmc/u-boot/board/xilinx/zynqmp/cmds.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/board/xilinx/zynqmp_r5/board.c
/openbmc/u-boot/cmd/ubi.c
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/command.c
/openbmc/u-boot/common/usb_kbd.c
/openbmc/u-boot/configs/Bananapi_M2_Ultra_defconfig
/openbmc/u-boot/configs/boston32r6_defconfig
/openbmc/u-boot/configs/boston32r6el_defconfig
/openbmc/u-boot/configs/boston64r6_defconfig
/openbmc/u-boot/configs/boston64r6el_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/microblaze-generic_defconfig
/openbmc/u-boot/configs/socfpga_stratix10_defconfig
/openbmc/u-boot/configs/sopine_baseboard_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_cse_qspi_defconfig
/openbmc/u-boot/configs/zynq_z_turn_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/drivers/clk/clk_zynqmp.c
/openbmc/u-boot/drivers/cpu/bmips_cpu.c
/openbmc/u-boot/drivers/ddr/altera/Makefile
/openbmc/u-boot/drivers/ddr/altera/sdram_arria10.c
/openbmc/u-boot/drivers/ddr/altera/sdram_s10.c
/openbmc/u-boot/drivers/fpga/zynqpl.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/gpio/xilinx_gpio.c
/openbmc/u-boot/drivers/gpio/zynq_gpio.c
/openbmc/u-boot/drivers/i2c/imx_lpi2c.c
/openbmc/u-boot/drivers/led/led_bcm6328.c
/openbmc/u-boot/drivers/mmc/sunxi_mmc.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash_ids.c
/openbmc/u-boot/drivers/net/sun8i_emac.c
/openbmc/u-boot/drivers/serial/serial_zynq.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/cadence_qspi.c
/openbmc/u-boot/drivers/spi/cadence_qspi_apb.c
/openbmc/u-boot/drivers/spi/xilinx_spi.c
/openbmc/u-boot/drivers/spi/zynqmp_gqspi.c
/openbmc/u-boot/drivers/sysreset/Kconfig
/openbmc/u-boot/drivers/sysreset/Makefile
/openbmc/u-boot/drivers/sysreset/sysreset-uclass.c
/openbmc/u-boot/drivers/sysreset/sysreset_gpio.c
/openbmc/u-boot/drivers/sysreset/sysreset_microblaze.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/cdns_wdt.c
/openbmc/u-boot/drivers/watchdog/wdt-uclass.c
/openbmc/u-boot/drivers/watchdog/xilinx_tb_wdt.c
/openbmc/u-boot/fs/ubifs/super.c
/openbmc/u-boot/fs/ubifs/ubifs.h
/openbmc/u-boot/include/command.h
/openbmc/u-boot/include/configs/ls1021aiot.h
/openbmc/u-boot/include/configs/ls1088a_common.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/s32v234evb.h
/openbmc/u-boot/include/configs/socfpga_stratix10_socdk.h
/openbmc/u-boot/include/configs/tplink_wdr4300.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu100.h
/openbmc/u-boot/include/dt-bindings/clock/sun8i-de2.h
/openbmc/u-boot/include/dt-bindings/clock/sun8i-r-ccu.h
/openbmc/u-boot/include/dt-bindings/reset/sun8i-de2.h
/openbmc/u-boot/include/dt-bindings/reset/sun8i-r-ccu.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/imx_lpi2c.h
/openbmc/u-boot/include/u-boot/rsa-mod-exp.h
/openbmc/u-boot/include/zynq_bootimg.h
/openbmc/u-boot/include/zynqpl.h
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/rsa/rsa-mod-exp.c
/openbmc/u-boot/test/py/conftest.py
/openbmc/u-boot/test/py/test.py
/openbmc/u-boot/test/py/tests/test_fit.py
/openbmc/u-boot/test/py/tests/test_hush_if_test.py
/openbmc/u-boot/test/py/tests/test_vboot.py
/openbmc/u-boot/test/py/u_boot_console_sandbox.py
/openbmc/u-boot/test/py/u_boot_spawn.py
/openbmc/u-boot/test/py/u_boot_utils.py
patman/func_test.py
patman/test/0000-cover-letter.patch
patman/test/0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_memory_.patch
patman/test/test01.txt
795f452e20-Jun-2018 Alex Kiernan <alex.kiernan@gmail.com>

mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures

When generating timestamps in signatures, use imagetool_get_source_date()
so we can be overridden by SOURCE_DATE_EPOCH to generate

mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures

When generating timestamps in signatures, use imagetool_get_source_date()
so we can be overridden by SOURCE_DATE_EPOCH to generate reproducible
images.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Simon Glass <sjg@chromum.org>

show more ...

87925df220-Jun-2018 Alex Kiernan <alex.kiernan@gmail.com>

mkimage: Refactor imagetool_get_source_date to take command name

So we can use imagetool_get_source_date() from callers who do not have
the image tool params struct, just pass in the command name fo

mkimage: Refactor imagetool_get_source_date to take command name

So we can use imagetool_get_source_date() from callers who do not have
the image tool params struct, just pass in the command name for the error
message.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Simon Glass <sjg@chromum.org>

show more ...


/openbmc/u-boot/Makefile
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/memsize.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/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/Cyrus_P5020_defconfig
/openbmc/u-boot/configs/Cyrus_P5040_defconfig
/openbmc/u-boot/configs/MPC8572DS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8572DS_defconfig
/openbmc/u-boot/configs/MPC8641HPCN_36BIT_defconfig
/openbmc/u-boot/configs/MPC8641HPCN_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_defconfig
/openbmc/u-boot/configs/P1022DS_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_defconfig
/openbmc/u-boot/configs/P1023RDB_defconfig
/openbmc/u-boot/configs/P1024RDB_36BIT_defconfig
/openbmc/u-boot/configs/P1024RDB_NAND_defconfig
/openbmc/u-boot/configs/P1024RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P1024RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1024RDB_defconfig
/openbmc/u-boot/configs/P1025RDB_36BIT_defconfig
/openbmc/u-boot/configs/P1025RDB_NAND_defconfig
/openbmc/u-boot/configs/P1025RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P1025RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1025RDB_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_defconfig
/openbmc/u-boot/configs/P2041RDB_NAND_defconfig
/openbmc/u-boot/configs/P2041RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P2041RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P2041RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P2041RDB_defconfig
/openbmc/u-boot/configs/P3041DS_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P3041DS_NAND_defconfig
/openbmc/u-boot/configs/P3041DS_SDCARD_defconfig
/openbmc/u-boot/configs/P3041DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P3041DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P3041DS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P3041DS_defconfig
/openbmc/u-boot/configs/P4080DS_SDCARD_defconfig
/openbmc/u-boot/configs/P4080DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P4080DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P4080DS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P4080DS_defconfig
/openbmc/u-boot/configs/P5020DS_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5020DS_NAND_defconfig
/openbmc/u-boot/configs/P5020DS_SDCARD_defconfig
/openbmc/u-boot/configs/P5020DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5020DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P5020DS_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/P5020DS_defconfig
/openbmc/u-boot/configs/P5040DS_NAND_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5040DS_NAND_defconfig
/openbmc/u-boot/configs/P5040DS_SDCARD_defconfig
/openbmc/u-boot/configs/P5040DS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/P5040DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P5040DS_defconfig
/openbmc/u-boot/configs/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/TWR-P1025_defconfig
/openbmc/u-boot/configs/UCP1020_SPIFLASH_defconfig
/openbmc/u-boot/configs/UCP1020_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_defconfig
/openbmc/u-boot/configs/kmcoge4_defconfig
/openbmc/u-boot/configs/kmlion1_defconfig
/openbmc/u-boot/configs/ls1043aqds_defconfig
/openbmc/u-boot/configs/ls1043aqds_lpuart_defconfig
/openbmc/u-boot/configs/ls1043aqds_nand_defconfig
/openbmc/u-boot/configs/ls1043aqds_nor_ddr3_defconfig
/openbmc/u-boot/configs/ls1043aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1043ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1043ardb_defconfig
/openbmc/u-boot/configs/ls1043ardb_nand_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/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/ls1046ardb_emmc_defconfig
/openbmc/u-boot/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls1088aqds_defconfig
/openbmc/u-boot/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088aqds_qspi_defconfig
/openbmc/u-boot/configs/ls1088aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1088aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_qspi_defconfig
/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls2080a_emu_defconfig
/openbmc/u-boot/configs/ls2080a_simu_defconfig
/openbmc/u-boot/configs/ls2080aqds_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080aqds_defconfig
/openbmc/u-boot/configs/ls2080aqds_nand_defconfig
/openbmc/u-boot/configs/ls2080aqds_qspi_defconfig
/openbmc/u-boot/configs/ls2080aqds_sdcard_defconfig
/openbmc/u-boot/configs/ls2080ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080ardb_defconfig
/openbmc/u-boot/configs/ls2080ardb_nand_defconfig
/openbmc/u-boot/configs/ls2081ardb_defconfig
/openbmc/u-boot/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2088ardb_qspi_defconfig
/openbmc/u-boot/configs/sbc8641d_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/xpedite537x_defconfig
/openbmc/u-boot/configs/xpedite550x_defconfig
/openbmc/u-boot/drivers/gpio/omap_gpio.c
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/BSC9132QDS.h
/openbmc/u-boot/include/configs/MPC8572DS.h
/openbmc/u-boot/include/configs/MPC8641HPCN.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/P1023RDB.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/T102xQDS.h
/openbmc/u-boot/include/configs/T102xRDB.h
/openbmc/u-boot/include/configs/T1040QDS.h
/openbmc/u-boot/include/configs/T104xRDB.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/T208xRDB.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/UCP1020.h
/openbmc/u-boot/include/configs/controlcenterd.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/cyrus.h
/openbmc/u-boot/include/configs/km/kmp204x-common.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1046a_common.h
/openbmc/u-boot/include/configs/ls1088a_common.h
/openbmc/u-boot/include/configs/ls2080a_common.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/p1_twr.h
/openbmc/u-boot/include/configs/sbc8641d.h
/openbmc/u-boot/include/configs/t4qds.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h
/openbmc/u-boot/include/configs/xpedite537x.h
/openbmc/u-boot/include/configs/xpedite550x.h
/openbmc/u-boot/scripts/config_whitelist.txt
default_image.c
fit_image.c
imagetool.c
imagetool.h
7346c1e109-Jun-2018 Teddy Reed <teddy.reed@gmail.com>

vboot: Do not use hashed-strings offset

The hashed-strings signature property includes two uint32_t values.
The first is unneeded as there should never be a start offset into the
strings region. The

vboot: Do not use hashed-strings offset

The hashed-strings signature property includes two uint32_t values.
The first is unneeded as there should never be a start offset into the
strings region. The second, the size, is needed because the added
signature node appends to this region.

See tools/image-host.c, where a static 0 value is used for the offset.

Signed-off-by: Teddy Reed <teddy.reed@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

72239fc809-Jun-2018 Teddy Reed <teddy.reed@gmail.com>

vboot: Add FIT_SIGNATURE_MAX_SIZE protection

This adds a new config value FIT_SIGNATURE_MAX_SIZE, which controls the
max size of a FIT header's totalsize field. The field is checked before
signature

vboot: Add FIT_SIGNATURE_MAX_SIZE protection

This adds a new config value FIT_SIGNATURE_MAX_SIZE, which controls the
max size of a FIT header's totalsize field. The field is checked before
signature checks are applied to protect from reading past the intended
FIT regions.

This field is not part of the vboot signature so it should be sanity
checked. If the field is corrupted then the structure or string region
reads may have unintended behavior, such as reading from device memory.
A default value of 256MB is set and intended to support most max storage
sizes.

Suggested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Teddy Reed <teddy.reed@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/dts/bubblegum_96.dts
/openbmc/u-boot/arch/arm/dts/s900.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-owl/clk_s900.h
/openbmc/u-boot/arch/arm/include/asm/arch-owl/regs_s900.h
/openbmc/u-boot/arch/arm/mach-bcmstb/Kconfig
/openbmc/u-boot/arch/arm/mach-bcmstb/Makefile
/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/prior_stage.h
/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/sdhci.h
/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/timer.h
/openbmc/u-boot/arch/arm/mach-bcmstb/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-owl/Kconfig
/openbmc/u-boot/arch/arm/mach-owl/Makefile
/openbmc/u-boot/arch/arm/mach-owl/sysmap-s900.c
/openbmc/u-boot/arch/arm/mach-stm32mp/Kconfig
/openbmc/u-boot/arch/powerpc/include/asm/config.h
/openbmc/u-boot/board/broadcom/bcmstb/MAINTAINERS
/openbmc/u-boot/board/broadcom/bcmstb/Makefile
/openbmc/u-boot/board/broadcom/bcmstb/bcmstb.c
/openbmc/u-boot/board/ucRobotics/bubblegum_96/Kconfig
/openbmc/u-boot/board/ucRobotics/bubblegum_96/MAINTAINERS
/openbmc/u-boot/board/ucRobotics/bubblegum_96/Makefile
/openbmc/u-boot/board/ucRobotics/bubblegum_96/bubblegum_96.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image-sig.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/spl_fat.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_spi.c
/openbmc/u-boot/configs/ax25-ae350_defconfig
/openbmc/u-boot/configs/bcm7445_defconfig
/openbmc/u-boot/configs/bubblegum_96_defconfig
/openbmc/u-boot/configs/display5_defconfig
/openbmc/u-boot/configs/display5_factory_defconfig
/openbmc/u-boot/configs/helios4_defconfig
/openbmc/u-boot/configs/khadas-vim_defconfig
/openbmc/u-boot/configs/kp_imx53_defconfig
/openbmc/u-boot/configs/libretech-cc_defconfig
/openbmc/u-boot/configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1012afrwy_qspi_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/odroid-c2_defconfig
/openbmc/u-boot/configs/p212_defconfig
/openbmc/u-boot/configs/pengwyn_defconfig
/openbmc/u-boot/configs/sheevaplug_defconfig
/openbmc/u-boot/configs/turris_mox_defconfig
/openbmc/u-boot/doc/README.bcm7xxx
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/owl/Kconfig
/openbmc/u-boot/drivers/clk/owl/Makefile
/openbmc/u-boot/drivers/clk/owl/clk_s900.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/bcmstb_sdhci.c
/openbmc/u-boot/drivers/mmc/socfpga_dw_mmc.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/serial_owl.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/bcmstb_spi.c
/openbmc/u-boot/drivers/spi/spi-uclass.c
/openbmc/u-boot/dts/Kconfig
/openbmc/u-boot/include/configs/MPC8610HPCD.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/T102xQDS.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/UCP1020.h
/openbmc/u-boot/include/configs/advantech_dms-ba16.h
/openbmc/u-boot/include/configs/bcm7445.h
/openbmc/u-boot/include/configs/bcmstb.h
/openbmc/u-boot/include/configs/bubblegum_96.h
/openbmc/u-boot/include/configs/controlcenterd.h
/openbmc/u-boot/include/configs/cyrus.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/ethernut5.h
/openbmc/u-boot/include/configs/ge_bx50v3.h
/openbmc/u-boot/include/configs/ipam390.h
/openbmc/u-boot/include/configs/lacie_kw.h
/openbmc/u-boot/include/configs/mx6ul_14x14_evk.h
/openbmc/u-boot/include/configs/omapl138_lcdk.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/tegra-common-post.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/dt-bindings/clock/s900_cmu.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/reset.h
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/py/tests/test_vboot.py
Makefile
16b8d6b706-Jul-2018 Simon Glass <sjg@chromium.org>

binman: Support updating the device tree with calc'd info

It is useful to write the position and size of each entry back to the
device tree so that U-Boot can access this at runtime. Add a feature t

binman: Support updating the device tree with calc'd info

It is useful to write the position and size of each entry back to the
device tree so that U-Boot can access this at runtime. Add a feature to
support this, along with associated tests.

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

show more ...

078ab1a206-Jul-2018 Simon Glass <sjg@chromium.org>

binman: Add a SetCalculatedProperties() method

Once binman has packed the image, the position and size of each entry is
known. It is then possible for binman to update the device tree with these
pos

binman: Add a SetCalculatedProperties() method

Once binman has packed the image, the position and size of each entry is
known. It is then possible for binman to update the device tree with these
positions. Since placeholder values have been added, this does not affect
the size of the device tree and therefore the packing does not need to be
performed again.

Add a new SetCalculatedProperties method to handle this.

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

show more ...

ecab897306-Jul-2018 Simon Glass <sjg@chromium.org>

binman: Add a ProcessFdt() method

Some entry types modify the device tree, e.g. to remove microcode or add a
property. So far this just modifies their local copy and does not affect
a 'shared' devic

binman: Add a ProcessFdt() method

Some entry types modify the device tree, e.g. to remove microcode or add a
property. So far this just modifies their local copy and does not affect
a 'shared' device tree.

Rather than doing this modification in the ObtainContents() method, and a
new ProcessFdt() method which is specifically designed to modify this
shared device tree.

Move the existing device-tree code over to use this method, reducing
ObtainContents() to the goal of just obtaining the contents without any
processing, even for device tree.

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

show more ...

0a4357c406-Jul-2018 Simon Glass <sjg@chromium.org>

binman: Complete documentation of stages

At present one of the stages is badly numbered and not described. Fix
this.

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

116adecb06-Jul-2018 Simon Glass <sjg@chromium.org>

dtoc: Add functions to add integer properties

Add a few simple functions to add a placeholder integer property, and
set its value.

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

fe57c78406-Jul-2018 Simon Glass <sjg@chromium.org>

dtoc: Avoid unwanted output during tests

At present some warnings are printed to indicate failures which are a
known part of running the tests. Suppress these.

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

dtoc: Avoid unwanted output during tests

At present some warnings are printed to indicate failures which are a
known part of running the tests. Suppress these.

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

show more ...

8512ea2e06-Jul-2018 Simon Glass <sjg@chromium.org>

dtoc: Increase code coverage to 100%

Add more tests to increase dtoc code coverage to 100%.

Correct a whitespace error in some test .dts files at the same time.

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

dtoc: Increase code coverage to 100%

Add more tests to increase dtoc code coverage to 100%.

Correct a whitespace error in some test .dts files at the same time.

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

show more ...

c3f9454106-Jul-2018 Simon Glass <sjg@chromium.org>

binman: Move capture_sys_output() to test_util

This function is useful in various tests. Move it into the common test
utility module.

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

ba76521706-Jul-2018 Simon Glass <sjg@chromium.org>

dtoc: Add a test for code coverage

Add a -T option to run a code-coverage test on dtoc. At present this is
about 96%. Future work will increase it to 100%.

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

dtoc: Add a test for code coverage

Add a -T option to run a code-coverage test on dtoc. At present this is
about 96%. Future work will increase it to 100%.

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

show more ...

dfe5f5b906-Jul-2018 Simon Glass <sjg@chromium.org>

dtoc: Fix some minor errors

Fix some comments and a printf string which is incorrect.

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

12345678910>>...69