History log of /openbmc/u-boot/tools/ (Results 201 – 225 of 1701)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
844e5b2001-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Mark 'align-end' as implemented

The documentation says this is not implemented, but it is. Update the
documentation, and clarify its operation.

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

c8d48efb01-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Add support for adding a name prefix to entries

Sometimes we have several sections which repeat the same entries (e.g. for
a read-only and read-write version of the same section). It is usef

binman: Add support for adding a name prefix to entries

Sometimes we have several sections which repeat the same entries (e.g. for
a read-only and read-write version of the same section). It is useful to
be able to tell these entries apart by name.

Add a new 'name-prefix' property for sections, which causes all entries
within that section to have a given name prefix.

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

show more ...

3b0c382101-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Add support for outputing a map file

It is useful to be able to see a list of regions in each image produced by
binman. Add a -m option to output this information in a '.map' file
alongside

binman: Add support for outputing a map file

It is useful to be able to see a list of regions in each image produced by
binman. Add a -m option to output this information in a '.map' file
alongside the image file.

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

show more ...

7ae5f31501-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Tidy up some docs and comments

Fix a few missing comments and tidy up some existing ones.

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

084059a301-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Allow a single test to be executed

Provide an easy way to execute a single binman test by specifying it on
the command line.

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

258fb0e601-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Add documentation for pos-unset property

This property is not documented. Add a note to the README.

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

1854695b01-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Add support for sections

It is useful to be able to split an image into multiple sections,
each with its own size and position, for cases where a flash device has
read-only and read-write po

binman: Add support for sections

It is useful to be able to split an image into multiple sections,
each with its own size and position, for cases where a flash device has
read-only and read-write portions.

Add support for this.

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

show more ...

badf0ec601-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Avoid setting sys.path globally

At present we set the Python path at the start of binman so we can read
modules in the 'etype' directory. This is a bit messy since it affects
'import' statem

binman: Avoid setting sys.path globally

At present we set the Python path at the start of binman so we can read
modules in the 'etype' directory. This is a bit messy since it affects
'import' statements through binman.

Adjust the code to set the path locally, just where it is needed. Move
the 'entry' module in with the other base modules to help with this. It
makes more sense here anyway since it does not implement an entry type.

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

show more ...

25ac0e6101-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Rename Entry property to 'section'

Entries are now passed a Section object rather than an Image. Rename this
property to avoid confusion.

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

f55382b501-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Rename ELF parameters to 'section'

We now pass a Section object to these functions rather than an Image.
Rename the parameters to avoid confusion.

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

binman: Rename ELF parameters to 'section'

We now pass a Section object to these functions rather than an Image.
Rename the parameters to avoid confusion.

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

show more ...

8f1da50c01-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Refactor much of the image code into 'section'

We want to support multiple sections within a single image. To do this,
move most of the Image class implementation into a new Section class. A

binman: Refactor much of the image code into 'section'

We want to support multiple sections within a single image. To do this,
move most of the Image class implementation into a new Section class. An
Image contains only a single Section, but at some point we will support
a new 'section' entry, thus allowing Sections within Sections.

Use the name 'bsection' for the module so we can use 'section' for the
etype module.

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

show more ...

dd57c13b01-Jun-2018 Simon Glass <sjg@chromium.org>

binman: Allow unit addresses for binaries

Allow the same binary to appear multiple times in an image by using the
device-tree unit-address feature (u-boot@0, u-boot@1).

Signed-off-by: Simon Glass <

binman: Allow unit addresses for binaries

Allow the same binary to appear multiple times in an image by using the
device-tree unit-address feature (u-boot@0, u-boot@1).

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

show more ...

48ae412430-May-2018 Alex Kiernan <alex.kiernan@gmail.com>

buildman: Add support for environment delta in summary

When summarising the builds, add the -U option to emit delta lines for
the default environment built into U-Boot at each commit.

Signed-off-by

buildman: Add support for environment delta in summary

When summarising the builds, add the -U option to emit delta lines for
the default environment built into U-Boot at each commit.

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

show more ...

0ddc510e30-May-2018 Alex Kiernan <alex.kiernan@gmail.com>

buildman: Extract environment as part of each build

As we're building the boards, extract the default U-Boot environment to
uboot.env so we can interrogate it later.

Signed-off-by: Alex Kiernan <al

buildman: Extract environment as part of each build

As we're building the boards, extract the default U-Boot environment to
uboot.env so we can interrogate it later.

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

show more ...

4225a4e416-May-2018 Simon Glass <sjg@chromium.org>

patman: Fix unit tests for SPDX

The format of this line has changed. Update the patman test to suit.

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


/openbmc/u-boot/.gitignore
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arc/Kconfig
/openbmc/u-boot/arch/arc/cpu/u-boot.lds
/openbmc/u-boot/arch/arc/dts/Makefile
/openbmc/u-boot/arch/arc/dts/emdk.dts
/openbmc/u-boot/arch/arc/lib/cache.c
/openbmc/u-boot/arch/arc/lib/relocate.c
/openbmc/u-boot/arch/arc/lib/reset.c
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/sctlr.S
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/clk.c
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/armada-388-clearfog.dts
/openbmc/u-boot/arch/arm/dts/bitmain-antminer-s9.dts
/openbmc/u-boot/arch/arm/dts/dragonboard410c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/exynos5.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-atl-sbx81lifkw.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-lsxl.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77990-ebisu-u-boot.dts
/openbmc/u-boot/arch/arm/dts/r8a77990-ebisu.dts
/openbmc/u-boot/arch/arm/dts/r8a77990-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/r8a77990.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-a64-amarula-relic.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-bananapi-m64.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/sun8i-a83t.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3.dtsi
/openbmc/u-boot/arch/arm/dts/sunxi-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-minized.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-clk-ccf.dtsi
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu100-revC.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu104-revA.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu104-revC.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu111-revA.dts
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/hardware.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/u-boot-arm.h
/openbmc/u-boot/arch/arm/mach-kirkwood/Kconfig
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/config.h
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/high_speed_env_spec.c
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h
/openbmc/u-boot/arch/arm/mach-omap2/boot-common.c
/openbmc/u-boot/arch/arm/mach-omap2/utils.c
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.64
/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info.c
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rmobile.h
/openbmc/u-boot/arch/arm/mach-rockchip/rk3128-board.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk322x-board.c
/openbmc/u-boot/arch/arm/mach-stm32/Kconfig
/openbmc/u-boot/arch/arm/mach-sunxi/Kconfig
/openbmc/u-boot/arch/arm/mach-sunxi/Makefile
/openbmc/u-boot/arch/sandbox/cpu/cpu.c
/openbmc/u-boot/arch/sandbox/cpu/os.c
/openbmc/u-boot/arch/sandbox/cpu/u-boot.lds
/openbmc/u-boot/arch/sandbox/include/asm/setjmp.h
/openbmc/u-boot/arch/sandbox/lib/Makefile
/openbmc/u-boot/arch/sandbox/lib/sections.c
/openbmc/u-boot/arch/x86/config.mk
/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/arch/x86/lib/bootm.c
/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/Kconfig
/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/MAINTAINERS
/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/Makefile
/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/kwbimage.cfg
/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/sbx81lifkw.c
/openbmc/u-boot/board/amazon/kc1/kc1.c
/openbmc/u-boot/board/bitmain/antminer_s9/MAINTAINERS
/openbmc/u-boot/board/bitmain/antminer_s9/Makefile
/openbmc/u-boot/board/bitmain/antminer_s9/bitmain-antminer-s9/ps7_init_gpl.c
/openbmc/u-boot/board/bitmain/antminer_s9/board.c
/openbmc/u-boot/board/lego/ev3/README
/openbmc/u-boot/board/lego/ev3/legoev3.c
/openbmc/u-boot/board/lg/sniper/sniper.c
/openbmc/u-boot/board/qualcomm/dragonboard410c/MAINTAINERS
/openbmc/u-boot/board/renesas/ebisu/Kconfig
/openbmc/u-boot/board/renesas/ebisu/MAINTAINERS
/openbmc/u-boot/board/renesas/ebisu/Makefile
/openbmc/u-boot/board/renesas/ebisu/ebisu.c
/openbmc/u-boot/board/solidrun/clearfog/clearfog.c
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/synopsys/emdk/Kconfig
/openbmc/u-boot/board/synopsys/emdk/MAINTAINERS
/openbmc/u-boot/board/synopsys/emdk/Makefile
/openbmc/u-boot/board/synopsys/emdk/emdk.c
/openbmc/u-boot/board/ti/am57xx/board.c
/openbmc/u-boot/board/ti/common/Kconfig
/openbmc/u-boot/board/ti/dra7xx/evm.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/cmd/fastboot.c
/openbmc/u-boot/cmd/fpga.c
/openbmc/u-boot/cmd/mmc.c
/openbmc/u-boot/cmd/pxe.c
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/menu.c
/openbmc/u-boot/configs/A13-OLinuXino_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime2-eMMC_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime2_defconfig
/openbmc/u-boot/configs/A20-Olimex-SOM204-EVB-eMMC_defconfig
/openbmc/u-boot/configs/A20-Olimex-SOM204-EVB_defconfig
/openbmc/u-boot/configs/B4420QDS_NAND_defconfig
/openbmc/u-boot/configs/B4860QDS_NAND_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_defconfig
/openbmc/u-boot/configs/Bananapi_m2m_defconfig
/openbmc/u-boot/configs/C29XPCIE_NAND_defconfig
/openbmc/u-boot/configs/Cubietruck_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_NAND_33_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_NAND_66_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1024RDB_NAND_defconfig
/openbmc/u-boot/configs/P1024RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1025RDB_NAND_defconfig
/openbmc/u-boot/configs/P1025RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/SBx81LIFKW_defconfig
/openbmc/u-boot/configs/Sinlinx_SinA33_defconfig
/openbmc/u-boot/configs/Sinovoip_BPI_M2_Plus_defconfig
/openbmc/u-boot/configs/T1023RDB_NAND_defconfig
/openbmc/u-boot/configs/T1023RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1024QDS_NAND_defconfig
/openbmc/u-boot/configs/T1024QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1024RDB_NAND_defconfig
/openbmc/u-boot/configs/T1024RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1040D4RDB_NAND_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1040RDB_NAND_defconfig
/openbmc/u-boot/configs/T1040RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1042D4RDB_NAND_defconfig
/openbmc/u-boot/configs/T1042D4RDB_SPIFLASH_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_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2080QDS_NAND_defconfig
/openbmc/u-boot/configs/T2080QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2080RDB_NAND_defconfig
/openbmc/u-boot/configs/T2080RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2081QDS_NAND_defconfig
/openbmc/u-boot/configs/T2081QDS_SPIFLASH_defconfig
/openbmc/u-boot/configs/T4160QDS_NAND_defconfig
/openbmc/u-boot/configs/T4240QDS_NAND_defconfig
/openbmc/u-boot/configs/alt_defconfig
/openbmc/u-boot/configs/am335x_baltos_defconfig
/openbmc/u-boot/configs/am335x_boneblack_defconfig
/openbmc/u-boot/configs/am335x_boneblack_vboot_defconfig
/openbmc/u-boot/configs/am335x_evm_defconfig
/openbmc/u-boot/configs/am335x_evm_nor_defconfig
/openbmc/u-boot/configs/am335x_evm_norboot_defconfig
/openbmc/u-boot/configs/am335x_evm_spiboot_defconfig
/openbmc/u-boot/configs/am335x_evm_usbspl_defconfig
/openbmc/u-boot/configs/am335x_hs_evm_defconfig
/openbmc/u-boot/configs/am335x_hs_evm_uart_defconfig
/openbmc/u-boot/configs/am335x_igep003x_defconfig
/openbmc/u-boot/configs/am335x_pdu001_defconfig
/openbmc/u-boot/configs/am335x_shc_defconfig
/openbmc/u-boot/configs/am335x_shc_ict_defconfig
/openbmc/u-boot/configs/am335x_shc_netboot_defconfig
/openbmc/u-boot/configs/am335x_shc_prompt_defconfig
/openbmc/u-boot/configs/am335x_shc_sdboot_defconfig
/openbmc/u-boot/configs/am335x_shc_sdboot_prompt_defconfig
/openbmc/u-boot/configs/am335x_sl50_defconfig
/openbmc/u-boot/configs/am57xx_evm_defconfig
/openbmc/u-boot/configs/am57xx_hs_evm_defconfig
/openbmc/u-boot/configs/amarula_a64_relic_defconfig
/openbmc/u-boot/configs/ap121_defconfig
/openbmc/u-boot/configs/ap143_defconfig
/openbmc/u-boot/configs/apf27_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/ax25-ae350_defconfig
/openbmc/u-boot/configs/axm_defconfig
/openbmc/u-boot/configs/axs101_defconfig
/openbmc/u-boot/configs/axs103_defconfig
/openbmc/u-boot/configs/bananapi_m64_defconfig
/openbmc/u-boot/configs/bcm23550_w1d_defconfig
/openbmc/u-boot/configs/bcm28155_ap_defconfig
/openbmc/u-boot/configs/birdland_bav335a_defconfig
/openbmc/u-boot/configs/birdland_bav335b_defconfig
/openbmc/u-boot/configs/bitmain_antminer_s9_defconfig
/openbmc/u-boot/configs/brppt1_mmc_defconfig
/openbmc/u-boot/configs/brppt1_nand_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/brxre1_defconfig
/openbmc/u-boot/configs/cgtqmx6eval_defconfig
/openbmc/u-boot/configs/cherryhill_defconfig
/openbmc/u-boot/configs/chiliboard_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_link_defconfig
/openbmc/u-boot/configs/chromebook_minnie_defconfig
/openbmc/u-boot/configs/chromebook_samus_defconfig
/openbmc/u-boot/configs/cl-som-am57x_defconfig
/openbmc/u-boot/configs/cl-som-imx7_defconfig
/openbmc/u-boot/configs/clearfog_defconfig
/openbmc/u-boot/configs/cm_fx6_defconfig
/openbmc/u-boot/configs/cm_t335_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/cm_t54_defconfig
/openbmc/u-boot/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
/openbmc/u-boot/configs/controlcenterdc_defconfig
/openbmc/u-boot/configs/corvus_defconfig
/openbmc/u-boot/configs/da850_am18xxevm_defconfig
/openbmc/u-boot/configs/da850evm_defconfig
/openbmc/u-boot/configs/db-88f6720_defconfig
/openbmc/u-boot/configs/db-88f6820-amc_defconfig
/openbmc/u-boot/configs/db-88f6820-gp_defconfig
/openbmc/u-boot/configs/db-mv784mp-gp_defconfig
/openbmc/u-boot/configs/devkit3250_defconfig
/openbmc/u-boot/configs/dh_imx6_defconfig
/openbmc/u-boot/configs/display5_defconfig
/openbmc/u-boot/configs/display5_factory_defconfig
/openbmc/u-boot/configs/dra7xx_evm_defconfig
/openbmc/u-boot/configs/dra7xx_hs_evm_defconfig
/openbmc/u-boot/configs/draco_defconfig
/openbmc/u-boot/configs/dragonboard410c_defconfig
/openbmc/u-boot/configs/ds414_defconfig
/openbmc/u-boot/configs/duovero_defconfig
/openbmc/u-boot/configs/efi-x86_defconfig
/openbmc/u-boot/configs/emdk_defconfig
/openbmc/u-boot/configs/etamin_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/ge_bx50v3_defconfig
/openbmc/u-boot/configs/geekbox_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/gwventana_emmc_defconfig
/openbmc/u-boot/configs/gwventana_gw5904_defconfig
/openbmc/u-boot/configs/gwventana_nand_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/hsdk_defconfig
/openbmc/u-boot/configs/imx6dl_icore_nand_defconfig
/openbmc/u-boot/configs/imx6dl_mamoj_defconfig
/openbmc/u-boot/configs/imx6q_icore_nand_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_mipi_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_mmc_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_nand_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_rqs_defconfig
/openbmc/u-boot/configs/imx6ul_geam_mmc_defconfig
/openbmc/u-boot/configs/imx6ul_geam_nand_defconfig
/openbmc/u-boot/configs/imx6ul_isiot_emmc_defconfig
/openbmc/u-boot/configs/imx6ul_isiot_nand_defconfig
/openbmc/u-boot/configs/ipam390_defconfig
/openbmc/u-boot/configs/k2e_evm_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2hk_evm_defconfig
/openbmc/u-boot/configs/k2l_evm_defconfig
/openbmc/u-boot/configs/kc1_defconfig
/openbmc/u-boot/configs/khadas-vim_defconfig
/openbmc/u-boot/configs/koelsch_defconfig
/openbmc/u-boot/configs/kp_imx53_defconfig
/openbmc/u-boot/configs/kp_imx6q_tpc_defconfig
/openbmc/u-boot/configs/kylin-rk3036_defconfig
/openbmc/u-boot/configs/lager_defconfig
/openbmc/u-boot/configs/legoev3_defconfig
/openbmc/u-boot/configs/libretech-cc_defconfig
/openbmc/u-boot/configs/lion-rk3368_defconfig
/openbmc/u-boot/configs/liteboard_defconfig
/openbmc/u-boot/configs/ls1021aqds_nand_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1043aqds_nand_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1043aqds_sdcard_qspi_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/ls2080aqds_nand_defconfig
/openbmc/u-boot/configs/ls2080ardb_nand_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_defconfig
/openbmc/u-boot/configs/m53evk_defconfig
/openbmc/u-boot/configs/ma5d4evk_defconfig
/openbmc/u-boot/configs/maxbcm_defconfig
/openbmc/u-boot/configs/minnowmax_defconfig
/openbmc/u-boot/configs/miqi-rk3288_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/mx31pdk_defconfig
/openbmc/u-boot/configs/mx6cuboxi_defconfig
/openbmc/u-boot/configs/mx6memcal_defconfig
/openbmc/u-boot/configs/mx6qsabrelite_defconfig
/openbmc/u-boot/configs/mx6sabreauto_defconfig
/openbmc/u-boot/configs/mx6sabresd_defconfig
/openbmc/u-boot/configs/mx6slevk_spl_defconfig
/openbmc/u-boot/configs/mx6sxsabresd_spl_defconfig
/openbmc/u-boot/configs/mx6ul_14x14_evk_defconfig
/openbmc/u-boot/configs/mx6ul_9x9_evk_defconfig
/openbmc/u-boot/configs/nitrogen6dl2g_defconfig
/openbmc/u-boot/configs/nitrogen6dl_defconfig
/openbmc/u-boot/configs/nitrogen6q2g_defconfig
/openbmc/u-boot/configs/nitrogen6q_defconfig
/openbmc/u-boot/configs/nitrogen6s1g_defconfig
/openbmc/u-boot/configs/nitrogen6s_defconfig
/openbmc/u-boot/configs/novena_defconfig
/openbmc/u-boot/configs/nsim_700_defconfig
/openbmc/u-boot/configs/nsim_700be_defconfig
/openbmc/u-boot/configs/nsim_hs38_defconfig
/openbmc/u-boot/configs/nsim_hs38be_defconfig
/openbmc/u-boot/configs/nyan-big_defconfig
/openbmc/u-boot/configs/odroid-c2_defconfig
/openbmc/u-boot/configs/omap3_beagle_defconfig
/openbmc/u-boot/configs/omap3_evm_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omap4_panda_defconfig
/openbmc/u-boot/configs/omap4_sdp4430_defconfig
/openbmc/u-boot/configs/omap5_uevm_defconfig
/openbmc/u-boot/configs/omapl138_lcdk_defconfig
/openbmc/u-boot/configs/opos6uldev_defconfig
/openbmc/u-boot/configs/orangepi_pc2_defconfig
/openbmc/u-boot/configs/orangepi_prime_defconfig
/openbmc/u-boot/configs/ot1200_spl_defconfig
/openbmc/u-boot/configs/p212_defconfig
/openbmc/u-boot/configs/parrot_r16_defconfig
/openbmc/u-boot/configs/pcm051_rev1_defconfig
/openbmc/u-boot/configs/pcm051_rev3_defconfig
/openbmc/u-boot/configs/pcm058_defconfig
/openbmc/u-boot/configs/pengwyn_defconfig
/openbmc/u-boot/configs/pepper_defconfig
/openbmc/u-boot/configs/pfla02_defconfig
/openbmc/u-boot/configs/phycore-rk3288_defconfig
/openbmc/u-boot/configs/picosam9g45_defconfig
/openbmc/u-boot/configs/platinum_picon_defconfig
/openbmc/u-boot/configs/platinum_titanium_defconfig
/openbmc/u-boot/configs/popmetal-rk3288_defconfig
/openbmc/u-boot/configs/porter_defconfig
/openbmc/u-boot/configs/puma-rk3399_defconfig
/openbmc/u-boot/configs/pxm2_defconfig
/openbmc/u-boot/configs/qemu-x86_64_defconfig
/openbmc/u-boot/configs/r8a77990_ebisu_defconfig
/openbmc/u-boot/configs/rastaban_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/rock_defconfig
/openbmc/u-boot/configs/rut_defconfig
/openbmc/u-boot/configs/sama5d27_som1_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_ek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_mmc_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_nandflash_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_spiflash_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_mmc_defconfig
/openbmc/u-boot/configs/sama5d3xek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d4ek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_spiflash_defconfig
/openbmc/u-boot/configs/sandbox64_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_flattree_defconfig
/openbmc/u-boot/configs/sandbox_noblk_defconfig
/openbmc/u-boot/configs/sandbox_spl_defconfig
/openbmc/u-boot/configs/sheep-rk3368_defconfig
/openbmc/u-boot/configs/sheevaplug_defconfig
/openbmc/u-boot/configs/silk_defconfig
/openbmc/u-boot/configs/sksimx6_defconfig
/openbmc/u-boot/configs/smartweb_defconfig
/openbmc/u-boot/configs/sniper_defconfig
/openbmc/u-boot/configs/snow_defconfig
/openbmc/u-boot/configs/socfpga_arria10_defconfig
/openbmc/u-boot/configs/socfpga_arria5_defconfig
/openbmc/u-boot/configs/socfpga_cyclone5_defconfig
/openbmc/u-boot/configs/socfpga_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_mcvevk_defconfig
/openbmc/u-boot/configs/socfpga_sockit_defconfig
/openbmc/u-boot/configs/socfpga_socrates_defconfig
/openbmc/u-boot/configs/socfpga_sr1500_defconfig
/openbmc/u-boot/configs/socfpga_vining_fpga_defconfig
/openbmc/u-boot/configs/som-db5800-som-6867_defconfig
/openbmc/u-boot/configs/spring_defconfig
/openbmc/u-boot/configs/stih410-b2260_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/configs/stout_defconfig
/openbmc/u-boot/configs/syzygy_hub_defconfig
/openbmc/u-boot/configs/taurus_defconfig
/openbmc/u-boot/configs/tbs2910_defconfig
/openbmc/u-boot/configs/tbs_a711_defconfig
/openbmc/u-boot/configs/theadorable_debug_defconfig
/openbmc/u-boot/configs/thuban_defconfig
/openbmc/u-boot/configs/thunderx_88xx_defconfig
/openbmc/u-boot/configs/ti814x_evm_defconfig
/openbmc/u-boot/configs/ti816x_evm_defconfig
/openbmc/u-boot/configs/tinker-rk3288_defconfig
/openbmc/u-boot/configs/topic_miami_defconfig
/openbmc/u-boot/configs/topic_miamilite_defconfig
/openbmc/u-boot/configs/topic_miamiplus_defconfig
/openbmc/u-boot/configs/turris_mox_defconfig
/openbmc/u-boot/configs/turris_omnia_defconfig
/openbmc/u-boot/configs/udoo_defconfig
/openbmc/u-boot/configs/udoo_neo_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_v7_defconfig
/openbmc/u-boot/configs/vyasa-rk3288_defconfig
/openbmc/u-boot/configs/wandboard_defconfig
/openbmc/u-boot/configs/warp7_defconfig
/openbmc/u-boot/configs/wb45n_defconfig
/openbmc/u-boot/configs/wb50n_defconfig
/openbmc/u-boot/configs/woodburn_sd_defconfig
/openbmc/u-boot/configs/work_92105_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_r5_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1232_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1254_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1275_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1275_revB_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu100_revC_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revC_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu106_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu111_revA_defconfig
/openbmc/u-boot/configs/xpress_spl_defconfig
/openbmc/u-boot/configs/zc5202_defconfig
/openbmc/u-boot/configs/zc5601_defconfig
/openbmc/u-boot/configs/zynq_cc108_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/configs/zynq_minized_defconfig
/openbmc/u-boot/configs/zynq_z_turn_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/configs/zynq_zc706_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_x16_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/doc/DocBook/Makefile
/openbmc/u-boot/doc/DocBook/efi.tmpl
/openbmc/u-boot/doc/README.android-fastboot
/openbmc/u-boot/doc/README.uefi
/openbmc/u-boot/doc/device-tree-bindings/phy/sun4i-usb-phy.txt
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/clk_bcm6345.c
/openbmc/u-boot/drivers/clk/renesas/Kconfig
/openbmc/u-boot/drivers/clk/renesas/Makefile
/openbmc/u-boot/drivers/clk/renesas/clk-rcar-gen3.c
/openbmc/u-boot/drivers/clk/renesas/r8a77990-cpg-mssr.c
/openbmc/u-boot/drivers/clk/renesas/rcar-gen3-cpg.h
/openbmc/u-boot/drivers/core/fdtaddr.c
/openbmc/u-boot/drivers/core/read.c
/openbmc/u-boot/drivers/cpu/bmips_cpu.c
/openbmc/u-boot/drivers/fastboot/Kconfig
/openbmc/u-boot/drivers/fastboot/Makefile
/openbmc/u-boot/drivers/fastboot/fb_command.c
/openbmc/u-boot/drivers/fastboot/fb_common.c
/openbmc/u-boot/drivers/fastboot/fb_getvar.c
/openbmc/u-boot/drivers/fastboot/fb_mmc.c
/openbmc/u-boot/drivers/fastboot/fb_nand.c
/openbmc/u-boot/drivers/fpga/fpga.c
/openbmc/u-boot/drivers/fpga/xilinx.c
/openbmc/u-boot/drivers/fpga/zynqmppl.c
/openbmc/u-boot/drivers/gpio/bcm6345_gpio.c
/openbmc/u-boot/drivers/gpio/gpio-rcar.c
/openbmc/u-boot/drivers/led/led_bcm6328.c
/openbmc/u-boot/drivers/led/led_bcm6358.c
/openbmc/u-boot/drivers/misc/stm32_rcc.c
/openbmc/u-boot/drivers/mmc/renesas-sdhi.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/zynq_sdhci.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash_ids.c
/openbmc/u-boot/drivers/net/ravb.c
/openbmc/u-boot/drivers/phy/allwinner/Kconfig
/openbmc/u-boot/drivers/phy/allwinner/Makefile
/openbmc/u-boot/drivers/phy/allwinner/phy-sun4i-usb.c
/openbmc/u-boot/drivers/phy/bcm6318-usbh-phy.c
/openbmc/u-boot/drivers/phy/bcm6348-usbh-phy.c
/openbmc/u-boot/drivers/phy/bcm6358-usbh-phy.c
/openbmc/u-boot/drivers/phy/bcm6368-usbh-phy.c
/openbmc/u-boot/drivers/pinctrl/renesas/Kconfig
/openbmc/u-boot/drivers/pinctrl/renesas/Makefile
/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a77990.c
/openbmc/u-boot/drivers/pinctrl/renesas/pfc.c
/openbmc/u-boot/drivers/pinctrl/renesas/sh_pfc.h
/openbmc/u-boot/drivers/power/domain/bcm6328-power-domain.c
/openbmc/u-boot/drivers/ram/bmips_ram.c
/openbmc/u-boot/drivers/reset/reset-bcm6345.c
/openbmc/u-boot/drivers/rtc/Kconfig
/openbmc/u-boot/drivers/rtc/mvrtc.c
/openbmc/u-boot/drivers/rtc/mvrtc.h
/openbmc/u-boot/drivers/serial/serial_bcm6345.c
/openbmc/u-boot/drivers/serial/serial_zynq.c
/openbmc/u-boot/drivers/spi/bcm63xx_hsspi.c
/openbmc/u-boot/drivers/spi/bcm63xx_spi.c
/openbmc/u-boot/drivers/spi/cadence_qspi.c
/openbmc/u-boot/drivers/timer/cadence-ttc.c
/openbmc/u-boot/drivers/usb/gadget/f_fastboot.c
/openbmc/u-boot/drivers/usb/gadget/f_thor.c
/openbmc/u-boot/drivers/usb/host/ehci-sunxi.c
/openbmc/u-boot/drivers/usb/host/ohci-sunxi.c
/openbmc/u-boot/drivers/usb/host/xhci-rcar.c
/openbmc/u-boot/drivers/usb/host/xhci-rockchip.c
/openbmc/u-boot/drivers/usb/host/xhci-zynqmp.c
/openbmc/u-boot/drivers/usb/host/xhci.c
/openbmc/u-boot/drivers/usb/musb-new/musb_core.h
/openbmc/u-boot/drivers/usb/musb-new/musb_regs.h
/openbmc/u-boot/drivers/usb/musb-new/musb_uboot.c
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/drivers/video/sunxi/sunxi_de2.c
/openbmc/u-boot/drivers/watchdog/bcm6345_wdt.c
/openbmc/u-boot/drivers/watchdog/cdns_wdt.c
/openbmc/u-boot/fs/fs.c
/openbmc/u-boot/include/asm-generic/unaligned.h
/openbmc/u-boot/include/bootm.h
/openbmc/u-boot/include/configs/SBx81LIFKW.h
/openbmc/u-boot/include/configs/bitmain_antminer_s9.h
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/ebisu.h
/openbmc/u-boot/include/configs/emdk.h
/openbmc/u-boot/include/configs/guruplug.h
/openbmc/u-boot/include/configs/legoev3.h
/openbmc/u-boot/include/configs/odroid_xu3.h
/openbmc/u-boot/include/configs/rcar-gen2-common.h
/openbmc/u-boot/include/configs/rpi.h
/openbmc/u-boot/include/configs/sheevaplug.h
/openbmc/u-boot/include/configs/stih410-b2260.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h
/openbmc/u-boot/include/dm/fdtaddr.h
/openbmc/u-boot/include/dm/read.h
/openbmc/u-boot/include/dt-bindings/clock/r8a77990-cpg-mssr.h
/openbmc/u-boot/include/efi_api.h
/openbmc/u-boot/include/efi_loader.h
/openbmc/u-boot/include/fastboot-internal.h
/openbmc/u-boot/include/fastboot.h
/openbmc/u-boot/include/fb_mmc.h
/openbmc/u-boot/include/fb_nand.h
/openbmc/u-boot/include/fpga.h
/openbmc/u-boot/include/fs.h
/openbmc/u-boot/include/image-sparse.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/net/fastboot.h
/openbmc/u-boot/include/os.h
/openbmc/u-boot/include/part_efi.h
/openbmc/u-boot/include/phy-sun4i-usb.h
/openbmc/u-boot/include/smbios.h
/openbmc/u-boot/include/xilinx.h
/openbmc/u-boot/include/zynqmppl.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/efi_loader/Kconfig
/openbmc/u-boot/lib/efi_loader/efi_bootmgr.c
/openbmc/u-boot/lib/efi_loader/efi_boottime.c
/openbmc/u-boot/lib/efi_loader/efi_console.c
/openbmc/u-boot/lib/efi_loader/efi_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_loader/efi_variable.c
/openbmc/u-boot/lib/efi_selftest/Kconfig
/openbmc/u-boot/lib/efi_selftest/Makefile
/openbmc/u-boot/lib/efi_selftest/efi_selftest_controllers.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_manageprotocols.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_textoutput.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_unaligned.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_variables.c
/openbmc/u-boot/lib/image-sparse.c
/openbmc/u-boot/net/Makefile
/openbmc/u-boot/net/fastboot.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/scripts/mailmapper
/openbmc/u-boot/test/dm/test-fdt.c
/openbmc/u-boot/test/py/tests/test_log.py
patman/test.py
1aef95a121-May-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

logos: provide U-Boot logo

Provide a logo showing a submarine.

U-Boot currently lacks an icon identifying the project.
The German word U-Boot translates to submarine.

Signed-off-by: Heinrich Schuc

logos: provide U-Boot logo

Provide a logo showing a submarine.

U-Boot currently lacks an icon identifying the project.
The German word U-Boot translates to submarine.

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

show more ...

db405d1919-May-2018 Rob Herring <robh@kernel.org>

scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987

This adds the following commits from upstream:

aadd0b65c987 checks: centralize printing of property names in failure messages
88960e39

scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987

This adds the following commits from upstream:

aadd0b65c987 checks: centralize printing of property names in failure messages
88960e398907 checks: centralize printing of node path in check_msg
f1879e1a50eb Add limited read-only support for older (V2 and V3) device tree to libfdt.
37dea76e9700 srcpos: drop special handling of tab
65893da4aee0 libfdt: overlay: Add missing license
962a45ca034d Avoid installing pylibfdt when dependencies are missing
cd6ea1b2bea6 Makefile: Split INSTALL out into INSTALL_{PROGRAM,LIB,DATA,SCRIPT}
51b3a16338df Makefile.tests: Add LIBDL make(1) variable for portability sake
333d533a8f4d Attempt to auto-detect stat(1) being used if not given proper invocation
e54388015af1 dtc: Bump version to v1.4.6
a1fe86f380cb fdtoverlay: Switch from using alloca to malloc
c8d5472de3ff tests: Improve compatibility with other platforms
c81d389a10cc checks: add chosen node checks
e671852042a7 checks: add aliases node checks
d0c44ebe3f42 checks: check for #{size,address}-cells without child nodes
18a3d84bb802 checks: add string list check for *-names properties
8fe94fd6f19f checks: add string list check
6c5730819604 checks: add a string check for 'label' property
a384191eba09 checks: fix sound-dai phandle with arg property check
b260c4f610c0 Fix ambiguous grammar for devicetree rule
fe667e382bac tests: Add some basic tests for the pci_bridge checks
7975f6422260 Fix widespread incorrect use of strneq(), replace with new strprefixeq()
fca296445eab Add strstarts() helper function
cc392f089007 tests: Check non-matching cases for fdt_node_check_compatible()
bba26a5291c8 livetree: avoid assertion of orphan phandles with overlays
c8f8194d76cc implement strnlen for systems that need it
c8b38f65fdec libfdt: Remove leading underscores from identifiers
3b62fdaebfe5 Remove leading underscores from identifiers
2d45d1c5c65e Replace FDT_VERSION() with stringify()
2e6fe5a107b5 Fix some errors in comments
b0ae9e4b0ceb tests: Correct warning in sw_tree1.c

Commit c8b38f65fdec upstream ("libfdt: Remove leading underscores from
identifiers") changed the multiple inclusion define protection, so the
kernel's libfdt_env.h needs the corresponding update.

Signed-off-by: Rob Herring <robh@kernel.org>
[ Linux commit: 9130ba884640328bb78aaa4840e5ddf06ccafb1c ]
[erosca: - Fixup conflicts in include/linux/libfdt_env.h caused by v2018.03-rc4
commit b08c8c487083 ("libfdt: move headers to <linux/libfdt.h>
and <linux/libfdt_env.h>")
- Fix build errors in lib/libfdt/fdt_ro.c, tools/libfdt/fdt_rw.c by:
- s/_fdt_mem_rsv/fdt_mem_rsv_/
- s/_fdt_offset_ptr/fdt_offset_ptr_/
- s/_fdt_check_node_offset/fdt_check_node_offset_/
- s/_fdt_check_prop_offset/fdt_check_prop_offset_/
- s/_fdt_find_add_string/fdt_find_add_string_/]
Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>

show more ...


/openbmc/u-boot/.gitignore
/openbmc/u-boot/.travis.yml
/openbmc/u-boot/Kconfig
/openbmc/u-boot/Licenses/README
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arc/lib/start.S
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7m/config.mk
/openbmc/u-boot/arch/arm/cpu/armv8/generic_timer.c
/openbmc/u-boot/arch/arm/dts/armada-8040-db.dts
/openbmc/u-boot/arch/arm/dts/armada-8040-mcbin.dts
/openbmc/u-boot/arch/arm/dts/armada-ap806.dtsi
/openbmc/u-boot/arch/arm/dts/armada-cp110-master.dtsi
/openbmc/u-boot/arch/arm/dts/armada-cp110-slave.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/kirkwood-d2net.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-dreamplug.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-ds109.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-is2.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-km_common.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-km_kirkwood.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-lschlv2.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-lsxhl.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-lsxl.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-net2big.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-netxbig.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-ns2-common.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-ns2.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-ns2lite.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-ns2max.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-ns2mini.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-synology.dtsi
/openbmc/u-boot/arch/arm/dts/stm32f429-disco-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32f746.dtsi
/openbmc/u-boot/arch/arm/lib/interrupts.c
/openbmc/u-boot/arch/arm/mach-mvebu/Makefile
/openbmc/u-boot/arch/arm/mach-snapdragon/Kconfig
/openbmc/u-boot/arch/arm/mach-snapdragon/Makefile
/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8016.c
/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8096.c
/openbmc/u-boot/arch/arm/mach-snapdragon/clock-snapdragon.c
/openbmc/u-boot/arch/arm/mach-snapdragon/clock-snapdragon.h
/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h
/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-apq8016.c
/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-snapdragon.c
/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-snapdragon.h
/openbmc/u-boot/arch/arm/mach-stm32mp/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32mp/Makefile
/openbmc/u-boot/arch/arm/mach-stm32mp/bsec.c
/openbmc/u-boot/arch/arm/mach-stm32mp/cpu.c
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/stm32.h
/openbmc/u-boot/arch/arm/mach-stm32mp/spl.c
/openbmc/u-boot/arch/riscv/Kconfig
/openbmc/u-boot/arch/riscv/config.mk
/openbmc/u-boot/arch/riscv/cpu/ax25/Makefile
/openbmc/u-boot/arch/riscv/cpu/ax25/cpu.c
/openbmc/u-boot/arch/riscv/cpu/ax25/start.S
/openbmc/u-boot/arch/riscv/cpu/ax25/u-boot.lds
/openbmc/u-boot/arch/riscv/dts/Makefile
/openbmc/u-boot/arch/riscv/dts/ae350.dts
/openbmc/u-boot/arch/riscv/include/asm/mach-types.h
/openbmc/u-boot/arch/riscv/include/asm/setjmp.h
/openbmc/u-boot/arch/riscv/include/asm/u-boot-riscv.h
/openbmc/u-boot/arch/riscv/lib/Makefile
/openbmc/u-boot/arch/riscv/lib/bootm.c
/openbmc/u-boot/arch/riscv/lib/crt0_riscv_efi.S
/openbmc/u-boot/arch/riscv/lib/elf_riscv32_efi.lds
/openbmc/u-boot/arch/riscv/lib/elf_riscv64_efi.lds
/openbmc/u-boot/arch/riscv/lib/reloc_riscv_efi.c
/openbmc/u-boot/arch/riscv/lib/setjmp.S
/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/board/AndesTech/ax25-ae350/Kconfig
/openbmc/u-boot/board/AndesTech/ax25-ae350/MAINTAINERS
/openbmc/u-boot/board/AndesTech/ax25-ae350/Makefile
/openbmc/u-boot/board/AndesTech/ax25-ae350/ax25-ae350.c
/openbmc/u-boot/board/eets/pdu001/Kconfig
/openbmc/u-boot/board/emulation/qemu-arm/qemu-arm.c
/openbmc/u-boot/board/gdsys/a38x/controlcenterdc.c
/openbmc/u-boot/board/gdsys/a38x/hre.c
/openbmc/u-boot/board/gdsys/a38x/keyprogram.c
/openbmc/u-boot/board/gdsys/p1022/controlcenterd-id.c
/openbmc/u-boot/board/st/stm32mp1/board.c
/openbmc/u-boot/board/technexion/twister/twister.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/bootcount.c
/openbmc/u-boot/cmd/mmc.c
/openbmc/u-boot/cmd/tpm-common.c
/openbmc/u-boot/cmd/tpm-user-utils.h
/openbmc/u-boot/cmd/tpm-v1.c
/openbmc/u-boot/cmd/tpm-v2.c
/openbmc/u-boot/cmd/tpm_test.c
/openbmc/u-boot/common/dlmalloc.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/configs/at91sam9x5ek_dataflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_nandflash_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_spiflash_defconfig
/openbmc/u-boot/configs/ax25-ae350_defconfig
/openbmc/u-boot/configs/axs101_defconfig
/openbmc/u-boot/configs/axs103_defconfig
/openbmc/u-boot/configs/d2net_v2_defconfig
/openbmc/u-boot/configs/dragonboard410c_defconfig
/openbmc/u-boot/configs/dreamplug_defconfig
/openbmc/u-boot/configs/ds109_defconfig
/openbmc/u-boot/configs/gwventana_emmc_defconfig
/openbmc/u-boot/configs/gwventana_gw5904_defconfig
/openbmc/u-boot/configs/gwventana_nand_defconfig
/openbmc/u-boot/configs/hsdk_defconfig
/openbmc/u-boot/configs/inetspace_v2_defconfig
/openbmc/u-boot/configs/km_kirkwood_128m16_defconfig
/openbmc/u-boot/configs/km_kirkwood_defconfig
/openbmc/u-boot/configs/km_kirkwood_pci_defconfig
/openbmc/u-boot/configs/kmcoge5un_defconfig
/openbmc/u-boot/configs/kmnusa_defconfig
/openbmc/u-boot/configs/kmsugp1_defconfig
/openbmc/u-boot/configs/kmsuv31_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_defconfig
/openbmc/u-boot/configs/mgcoge3un_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/net2big_v2_defconfig
/openbmc/u-boot/configs/netspace_lite_v2_defconfig
/openbmc/u-boot/configs/netspace_max_v2_defconfig
/openbmc/u-boot/configs/netspace_mini_v2_defconfig
/openbmc/u-boot/configs/netspace_v2_defconfig
/openbmc/u-boot/configs/nsim_700_defconfig
/openbmc/u-boot/configs/nsim_700be_defconfig
/openbmc/u-boot/configs/nsim_hs38_defconfig
/openbmc/u-boot/configs/nsim_hs38be_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sandbox64_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_flattree_defconfig
/openbmc/u-boot/configs/sandbox_noblk_defconfig
/openbmc/u-boot/configs/sandbox_spl_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/configs/turris_mox_defconfig
/openbmc/u-boot/configs/vining_2000_defconfig
/openbmc/u-boot/doc/README.AX25
/openbmc/u-boot/doc/README.ae350
/openbmc/u-boot/doc/README.commands
/openbmc/u-boot/doc/README.qemu-arm
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/marvell,mvebu-pinctrl.txt
/openbmc/u-boot/doc/device-tree-bindings/tpm2/sandbox.txt
/openbmc/u-boot/doc/device-tree-bindings/tpm2/tis-tpm2-spi.txt
/openbmc/u-boot/doc/driver-model/i2c-howto.txt
/openbmc/u-boot/drivers/ata/Kconfig
/openbmc/u-boot/drivers/ata/Makefile
/openbmc/u-boot/drivers/ata/ahci_mvebu.c
/openbmc/u-boot/drivers/clk/at91/clk-h32mx.c
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/stm32mp_fuse.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/bcm2835_sdhost.c
/openbmc/u-boot/drivers/mmc/ftsdc010_mci.c
/openbmc/u-boot/drivers/mmc/stm32_sdmmc2.c
/openbmc/u-boot/drivers/mtd/Makefile
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash_ids.c
/openbmc/u-boot/drivers/mtd/ubi/fastmap-wl.c
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/ftmac100.c
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/pci/pci_auto.c
/openbmc/u-boot/drivers/pci/pci_auto_common.c
/openbmc/u-boot/drivers/pci/pci_auto_old.c
/openbmc/u-boot/drivers/pinctrl/mvebu/pinctrl-mvebu.c
/openbmc/u-boot/drivers/ram/stm32_sdram.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/serial_arc.c
/openbmc/u-boot/drivers/serial/serial_msm.c
/openbmc/u-boot/drivers/serial/serial_stm32.c
/openbmc/u-boot/drivers/serial/serial_stm32.h
/openbmc/u-boot/drivers/spi/atcspi200_spi.c
/openbmc/u-boot/drivers/spi/fsl_qspi.c
/openbmc/u-boot/drivers/spi/lpc32xx_ssp.c
/openbmc/u-boot/drivers/spi/stm32_qspi.c
/openbmc/u-boot/drivers/tpm/Kconfig
/openbmc/u-boot/drivers/tpm/Makefile
/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/drivers/tpm/tpm_atmel_twi.c
/openbmc/u-boot/drivers/tpm/tpm_tis.h
/openbmc/u-boot/drivers/tpm/tpm_tis_infineon.c
/openbmc/u-boot/drivers/tpm/tpm_tis_lpc.c
/openbmc/u-boot/drivers/tpm/tpm_tis_sandbox.c
/openbmc/u-boot/drivers/tpm/tpm_tis_st33zp24_i2c.c
/openbmc/u-boot/drivers/tpm/tpm_tis_st33zp24_spi.c
/openbmc/u-boot/fs/ext4/ext4fs.c
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/configs/at91-sama5_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/ax25-ae350.h
/openbmc/u-boot/include/configs/dns325.h
/openbmc/u-boot/include/configs/ds414.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/ib62x0.h
/openbmc/u-boot/include/configs/iconnect.h
/openbmc/u-boot/include/configs/mv-common.h
/openbmc/u-boot/include/configs/mv-plug-common.h
/openbmc/u-boot/include/configs/nsa310s.h
/openbmc/u-boot/include/configs/nsim.h
/openbmc/u-boot/include/configs/openrd.h
/openbmc/u-boot/include/configs/pogo_e02.h
/openbmc/u-boot/include/configs/rpi.h
/openbmc/u-boot/include/configs/sama5d2_xplained.h
/openbmc/u-boot/include/configs/sheevaplug.h
/openbmc/u-boot/include/configs/stm32f429-discovery.h
/openbmc/u-boot/include/configs/vining_2000.h
/openbmc/u-boot/include/dt-bindings/leds/leds-netxbig.h
/openbmc/u-boot/include/dt-bindings/leds/leds-ns2.h
/openbmc/u-boot/include/dt-bindings/pinctrl/pinctrl-snapdragon.h
/openbmc/u-boot/include/dt_table.h
/openbmc/u-boot/include/efi_loader.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/linux/libfdt_env.h
/openbmc/u-boot/include/netdev.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/serial.h
/openbmc/u-boot/include/tpm-common.h
/openbmc/u-boot/include/tpm-v1.h
/openbmc/u-boot/include/tpm-v2.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/efi_loader/Kconfig
/openbmc/u-boot/lib/efi_loader/efi_image_loader.c
/openbmc/u-boot/lib/efi_loader/efi_runtime.c
/openbmc/u-boot/lib/libfdt/fdt_ro.c
/openbmc/u-boot/lib/tpm-common.c
/openbmc/u-boot/lib/tpm-utils.h
/openbmc/u-boot/lib/tpm-v1.c
/openbmc/u-boot/lib/tpm-v2.c
/openbmc/u-boot/scripts/Makefile.build
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/scripts/decodecode
/openbmc/u-boot/scripts/dtc/checks.c
/openbmc/u-boot/scripts/dtc/dtc-parser.y
/openbmc/u-boot/scripts/dtc/dtc.c
/openbmc/u-boot/scripts/dtc/dtc.h
/openbmc/u-boot/scripts/dtc/flattree.c
/openbmc/u-boot/scripts/dtc/libfdt/fdt.c
/openbmc/u-boot/scripts/dtc/libfdt/fdt.h
/openbmc/u-boot/scripts/dtc/libfdt/fdt_overlay.c
/openbmc/u-boot/scripts/dtc/libfdt/fdt_ro.c
/openbmc/u-boot/scripts/dtc/libfdt/fdt_rw.c
/openbmc/u-boot/scripts/dtc/libfdt/fdt_sw.c
/openbmc/u-boot/scripts/dtc/libfdt/fdt_wip.c
/openbmc/u-boot/scripts/dtc/libfdt/libfdt.h
/openbmc/u-boot/scripts/dtc/libfdt/libfdt_env.h
/openbmc/u-boot/scripts/dtc/libfdt/libfdt_internal.h
/openbmc/u-boot/scripts/dtc/livetree.c
/openbmc/u-boot/scripts/dtc/pylibfdt/Makefile
/openbmc/u-boot/scripts/dtc/srcpos.c
/openbmc/u-boot/scripts/dtc/srcpos.h
/openbmc/u-boot/scripts/dtc/util.h
/openbmc/u-boot/scripts/dtc/version_gen.h
/openbmc/u-boot/scripts/kconfig/.gitignore
/openbmc/u-boot/scripts/kconfig/Makefile
/openbmc/u-boot/scripts/kconfig/check.sh
/openbmc/u-boot/scripts/kconfig/conf.c
/openbmc/u-boot/scripts/kconfig/confdata.c
/openbmc/u-boot/scripts/kconfig/expr.c
/openbmc/u-boot/scripts/kconfig/expr.h
/openbmc/u-boot/scripts/kconfig/gconf.c
/openbmc/u-boot/scripts/kconfig/kconf_id.c
/openbmc/u-boot/scripts/kconfig/kxgettext.c
/openbmc/u-boot/scripts/kconfig/list.h
/openbmc/u-boot/scripts/kconfig/lkc.h
/openbmc/u-boot/scripts/kconfig/lkc_proto.h
/openbmc/u-boot/scripts/kconfig/lxdialog/check-lxdialog.sh
/openbmc/u-boot/scripts/kconfig/mconf.c
/openbmc/u-boot/scripts/kconfig/menu.c
/openbmc/u-boot/scripts/kconfig/nconf.c
/openbmc/u-boot/scripts/kconfig/nconf.gui.c
/openbmc/u-boot/scripts/kconfig/nconf.h
/openbmc/u-boot/scripts/kconfig/streamline_config.pl
/openbmc/u-boot/scripts/kconfig/symbol.c
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/Kconfig
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/__init__.py
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/expected_stdout
/openbmc/u-boot/scripts/kconfig/tests/choice/Kconfig
/openbmc/u-boot/scripts/kconfig/tests/choice/__init__.py
/openbmc/u-boot/scripts/kconfig/tests/choice/alldef_expected_config
/openbmc/u-boot/scripts/kconfig/tests/choice/allmod_expected_config
/openbmc/u-boot/scripts/kconfig/tests/choice/allno_expected_config
/openbmc/u-boot/scripts/kconfig/tests/choice/allyes_expected_config
/openbmc/u-boot/scripts/kconfig/tests/choice/oldask0_expected_stdout
/openbmc/u-boot/scripts/kconfig/tests/choice/oldask1_config
/openbmc/u-boot/scripts/kconfig/tests/choice/oldask1_expected_stdout
/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/Kconfig
/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/__init__.py
/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/config
/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/expected_config
/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/expected_stdout
/openbmc/u-boot/scripts/kconfig/tests/conftest.py
/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig
/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc1
/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc2
/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc3
/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/__init__.py
/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/expected_stderr
/openbmc/u-boot/scripts/kconfig/tests/inter_choice/Kconfig
/openbmc/u-boot/scripts/kconfig/tests/inter_choice/__init__.py
/openbmc/u-boot/scripts/kconfig/tests/inter_choice/defconfig
/openbmc/u-boot/scripts/kconfig/tests/inter_choice/expected_config
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/Kconfig
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/__init__.py
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/config
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/expected_stdout
/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/Kconfig
/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py
/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/config
/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/expected_config
/openbmc/u-boot/scripts/kconfig/tests/pytest.ini
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/Kconfig
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/__init__.py
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout0
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout1
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout2
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/Kconfig
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/__init__.py
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/expected_stderr
/openbmc/u-boot/scripts/kconfig/util.c
/openbmc/u-boot/scripts/kconfig/zconf.l
/openbmc/u-boot/scripts/kconfig/zconf.y
/openbmc/u-boot/test/fs/fs-test.sh
/openbmc/u-boot/test/py/tests/test_tpm2.py
libfdt/fdt_rw.c
4c58d27310-May-2018 Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

buildman: support newer gcc versions from kernel.org

Add support for gcc versions 7.3.0, 6.4.0 and 4.9.4.

Also use a regex for matching the tarball names. Some gcc versions
use '-ARCH-' instead of

buildman: support newer gcc versions from kernel.org

Add support for gcc versions 7.3.0, 6.4.0 and 4.9.4.

Also use a regex for matching the tarball names. Some gcc versions
use '-ARCH-' instead of '_ARCH-'.

As part of this, we switch TravisCI to also using these toolchains for
all platforms.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...


/openbmc/u-boot/.travis.yml
/openbmc/u-boot/Documentation/devicetree/bindings/phy/phy-stm32-usbphyc.txt
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/imx53-kp.dts
/openbmc/u-boot/arch/arm/dts/imx53-pinfunc.h
/openbmc/u-boot/arch/arm/dts/imx53.dtsi
/openbmc/u-boot/arch/arm/dts/imx6dl-icore-mipi-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6dl-icore-mipi.dts
/openbmc/u-boot/arch/arm/dts/imx6dl-icore-rqs-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6dl-icore-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6dl-mamoj-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6dl-mamoj.dts
/openbmc/u-boot/arch/arm/dts/imx6q-icore-mipi-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6q-icore-mipi.dts
/openbmc/u-boot/arch/arm/dts/imx6q-icore-rqs-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6q-icore-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-icore-rqs-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-icore-rqs.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-icore-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-icore.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6qdl.dtsi
/openbmc/u-boot/arch/arm/dts/imx6ul-geam-kit-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6ul-geam-kit.dts
/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-emmc.dts
/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-nand.dts
/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6ul-isiot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6ul-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/imx6ul.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-6192.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-6281.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-98dx4122.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-blackarmor-nas220.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-dns325.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-dnskw.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-dockstar.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-goflexnet.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-guruplug-server-plus.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-ib62x0.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-iconnect.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-openrd-base.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-openrd-client.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-openrd-ultimate.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-openrd.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-pogo_e02.dts
/openbmc/u-boot/arch/arm/dts/kirkwood-sheevaplug-common.dtsi
/openbmc/u-boot/arch/arm/dts/kirkwood-sheevaplug.dts
/openbmc/u-boot/arch/arm/dts/kirkwood.dtsi
/openbmc/u-boot/arch/arm/dts/r8a7792-blanche-u-boot.dts
/openbmc/u-boot/arch/arm/dts/socfpga.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria10.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts
/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_stratix10.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_stratix10_socdk.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ld11.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ld20-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ld20.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pro4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pxs2.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pxs3.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/hardware.h
/openbmc/u-boot/arch/arm/mach-at91/spl.c
/openbmc/u-boot/arch/arm/mach-at91/spl_at91.c
/openbmc/u-boot/arch/arm/mach-at91/spl_atmel.c
/openbmc/u-boot/arch/arm/mach-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-rmobile/Kconfig.32
/openbmc/u-boot/arch/arm/mach-rmobile/Makefile
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/gpio.h
/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/clock_manager.c
/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_arria10.c
/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_s10.c
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/base_addr_s10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_s10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/handoff_s10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager_s10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/scu.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_arria10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_gen5.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager_s10.h
/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/reset_manager.c
/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_arria10.c
/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_s10.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl.c
/openbmc/u-boot/arch/arm/mach-socfpga/system_manager_s10.c
/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pinmux_config_s10.c
/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pll_config_s10.c
/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c
/openbmc/u-boot/arch/nds32/include/asm/bitops.h
/openbmc/u-boot/arch/nios2/include/asm/bitops/non-atomic.h
/openbmc/u-boot/arch/riscv/include/asm/bitops.h
/openbmc/u-boot/arch/sandbox/dts/sandbox.dts
/openbmc/u-boot/arch/sandbox/dts/sandbox64.dts
/openbmc/u-boot/arch/sandbox/dts/sandbox_pmic.dtsi
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/x86/include/asm/bitops.h
/openbmc/u-boot/board/bticino/mamoj/Kconfig
/openbmc/u-boot/board/bticino/mamoj/MAINTAINERS
/openbmc/u-boot/board/bticino/mamoj/Makefile
/openbmc/u-boot/board/bticino/mamoj/README
/openbmc/u-boot/board/bticino/mamoj/mamoj.c
/openbmc/u-boot/board/bticino/mamoj/spl.c
/openbmc/u-boot/board/engicam/imx6q/MAINTAINERS
/openbmc/u-boot/board/engicam/imx6ul/MAINTAINERS
/openbmc/u-boot/board/ge/bx50v3/Kconfig
/openbmc/u-boot/board/ge/bx50v3/bx50v3.c
/openbmc/u-boot/board/k+p/kp_imx53/Kconfig
/openbmc/u-boot/board/k+p/kp_imx53/MAINTAINERS
/openbmc/u-boot/board/k+p/kp_imx53/Makefile
/openbmc/u-boot/board/k+p/kp_imx53/kp_id_rev.c
/openbmc/u-boot/board/k+p/kp_imx53/kp_id_rev.h
/openbmc/u-boot/board/k+p/kp_imx53/kp_imx53.c
/openbmc/u-boot/board/renesas/blanche/Makefile
/openbmc/u-boot/board/renesas/blanche/blanche.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/cmd/pmic.c
/openbmc/u-boot/configs/blanche_defconfig
/openbmc/u-boot/configs/dns325_defconfig
/openbmc/u-boot/configs/dockstar_defconfig
/openbmc/u-boot/configs/edminiv2_defconfig
/openbmc/u-boot/configs/ge_bx50v3_defconfig
/openbmc/u-boot/configs/goflexhome_defconfig
/openbmc/u-boot/configs/guruplug_defconfig
/openbmc/u-boot/configs/ib62x0_defconfig
/openbmc/u-boot/configs/iconnect_defconfig
/openbmc/u-boot/configs/imx6dl_mamoj_defconfig
/openbmc/u-boot/configs/kp_imx53_defconfig
/openbmc/u-boot/configs/lager_defconfig
/openbmc/u-boot/configs/mx31pdk_defconfig
/openbmc/u-boot/configs/mx53ppd_defconfig
/openbmc/u-boot/configs/mx6qsabrelite_defconfig
/openbmc/u-boot/configs/nas220_defconfig
/openbmc/u-boot/configs/openrd_base_defconfig
/openbmc/u-boot/configs/openrd_client_defconfig
/openbmc/u-boot/configs/openrd_ultimate_defconfig
/openbmc/u-boot/configs/pogo_e02_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_flattree_defconfig
/openbmc/u-boot/configs/sandbox_spl_defconfig
/openbmc/u-boot/configs/sheevaplug_defconfig
/openbmc/u-boot/configs/silk_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_zcu100_revC_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revC_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu106_revA_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu111_revA_defconfig
/openbmc/u-boot/drivers/ddr/altera/Kconfig
/openbmc/u-boot/drivers/ddr/altera/Makefile
/openbmc/u-boot/drivers/ddr/altera/sdram_arria10.c
/openbmc/u-boot/drivers/ddr/altera/sdram_gen5.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/rcar_i2c.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/phy/Kconfig
/openbmc/u-boot/drivers/phy/Makefile
/openbmc/u-boot/drivers/phy/phy-stm32-usbphyc.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-uclass.c
/openbmc/u-boot/drivers/power/pmic/Kconfig
/openbmc/u-boot/drivers/power/pmic/Makefile
/openbmc/u-boot/drivers/power/pmic/i2c_pmic_emul.c
/openbmc/u-boot/drivers/power/pmic/mc34708.c
/openbmc/u-boot/drivers/power/pmic/pmic-uclass.c
/openbmc/u-boot/drivers/usb/common/common.c
/openbmc/u-boot/drivers/usb/dwc3/Kconfig
/openbmc/u-boot/drivers/usb/dwc3/Makefile
/openbmc/u-boot/drivers/usb/dwc3/core.c
/openbmc/u-boot/drivers/usb/dwc3/core.h
/openbmc/u-boot/drivers/usb/dwc3/dwc3-generic.c
/openbmc/u-boot/drivers/usb/dwc3/dwc3-omap.c
/openbmc/u-boot/drivers/usb/dwc3/gadget.c
/openbmc/u-boot/drivers/usb/dwc3/linux-compat.h
/openbmc/u-boot/drivers/usb/dwc3/ti_usb_phy.c
/openbmc/u-boot/drivers/usb/gadget/composite.c
/openbmc/u-boot/drivers/usb/gadget/f_mass_storage.c
/openbmc/u-boot/drivers/usb/gadget/f_thor.c
/openbmc/u-boot/drivers/usb/gadget/f_thor.h
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/xhci-zynqmp.c
/openbmc/u-boot/include/configs/advantech_dms-ba16.h
/openbmc/u-boot/include/configs/apalis_imx6.h
/openbmc/u-boot/include/configs/blanche.h
/openbmc/u-boot/include/configs/colibri_imx6.h
/openbmc/u-boot/include/configs/dh_imx6.h
/openbmc/u-boot/include/configs/ge_bx50v3.h
/openbmc/u-boot/include/configs/imx6dl-mamoj.h
/openbmc/u-boot/include/configs/kp_imx53.h
/openbmc/u-boot/include/configs/kp_imx6q_tpc.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx53ppd.h
/openbmc/u-boot/include/configs/mx6_common.h
/openbmc/u-boot/include/configs/mx7_common.h
/openbmc/u-boot/include/configs/nitrogen6x.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm015_dc1.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1751_xm017_dc3.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu100.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu102.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu104.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu106.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu111.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/fsl_pmic.h
/openbmc/u-boot/include/linux/usb/otg.h
/openbmc/u-boot/include/power/pmic.h
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/pmic.c
buildman/toolchain.py
409fc02908-Apr-2018 Lothar Waßmann <LW@KARO-electronics.de>

tools: buildman: Don't use the working dir as build dir

When the U-Boot base directory happens to have the same name as the branch
that buildman is directed to use via the '-b' option and no output

tools: buildman: Don't use the working dir as build dir

When the U-Boot base directory happens to have the same name as the branch
that buildman is directed to use via the '-b' option and no output
directory is specified with '-o', buildman happily starts removing the
whole U-Boot sources eventually only stopped with the error message:

OSError: [Errno 20] Not a directory: '../<branch-name>/boards.cfg

Add a check to avoid this and also deal with the case where '-o' points
to the source directory, or any subdirectory of it.

Finally, tidy up the confusing logic for removing the old tree when using
-b. This is only done when building a branch.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Lothar Waßmann <LW@KARO-electronics.de>

show more ...


/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/armada-3720-turris-mox.dts
/openbmc/u-boot/arch/arm/dts/armada-37xx.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-a64.dtsi
/openbmc/u-boot/arch/arm/dts/tegra124-apalis.dts
/openbmc/u-boot/arch/arm/dts/tegra30-apalis.dts
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/pwm.h
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/config.h
/openbmc/u-boot/arch/arm/mach-mvebu/Kconfig
/openbmc/u-boot/arch/arm/mach-mvebu/Makefile
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h
/openbmc/u-boot/board/CZ.NIC/turris_mox/MAINTAINERS
/openbmc/u-boot/board/CZ.NIC/turris_mox/Makefile
/openbmc/u-boot/board/CZ.NIC/turris_mox/turris_mox.c
/openbmc/u-boot/board/CZ.NIC/turris_omnia/turris_omnia.c
/openbmc/u-boot/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
/openbmc/u-boot/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
/openbmc/u-boot/board/gdsys/a38x/controlcenterdc.c
/openbmc/u-boot/board/solidrun/clearfog/clearfog.c
/openbmc/u-boot/board/toradex/apalis-tk1/Kconfig
/openbmc/u-boot/board/toradex/apalis-tk1/apalis-tk1.c
/openbmc/u-boot/board/toradex/apalis_t30/Kconfig
/openbmc/u-boot/board/toradex/apalis_t30/apalis_t30.c
/openbmc/u-boot/board/toradex/apalis_t30/pinmux-config-apalis_t30.h
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/configs/10m50_defconfig
/openbmc/u-boot/configs/3c120_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_NAND_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig
/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig
/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig
/openbmc/u-boot/configs/C29XPCIE_NAND_defconfig
/openbmc/u-boot/configs/C29XPCIE_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_defconfig
/openbmc/u-boot/configs/C29XPCIE_defconfig
/openbmc/u-boot/configs/MPC8308RDB_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_33_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_66_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_NAND_33_defconfig
/openbmc/u-boot/configs/MPC8313ERDB_NAND_66_defconfig
/openbmc/u-boot/configs/MPC8315ERDB_defconfig
/openbmc/u-boot/configs/MPC8349EMDS_defconfig
/openbmc/u-boot/configs/MPC8349ITXGP_defconfig
/openbmc/u-boot/configs/MPC8349ITX_LOWBOOT_defconfig
/openbmc/u-boot/configs/MPC8349ITX_defconfig
/openbmc/u-boot/configs/MPC837XEMDS_HOST_defconfig
/openbmc/u-boot/configs/MPC837XEMDS_defconfig
/openbmc/u-boot/configs/MPC837XERDB_defconfig
/openbmc/u-boot/configs/MPC8536DS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8536DS_SDCARD_defconfig
/openbmc/u-boot/configs/MPC8536DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/MPC8536DS_defconfig
/openbmc/u-boot/configs/MPC8541CDS_defconfig
/openbmc/u-boot/configs/MPC8541CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8544DS_defconfig
/openbmc/u-boot/configs/MPC8548CDS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8548CDS_defconfig
/openbmc/u-boot/configs/MPC8548CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8555CDS_defconfig
/openbmc/u-boot/configs/MPC8555CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8568MDS_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/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NAND_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NAND_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_NOR_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SDCARD_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_defconfig
/openbmc/u-boot/configs/P1022DS_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_defconfig
/openbmc/u-boot/configs/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/TQM834x_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/clearfog_defconfig
/openbmc/u-boot/configs/colibri_t20_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/controlcenterdc_defconfig
/openbmc/u-boot/configs/d2net_v2_defconfig
/openbmc/u-boot/configs/db-88f6720_defconfig
/openbmc/u-boot/configs/db-88f6820-amc_defconfig
/openbmc/u-boot/configs/db-88f6820-gp_defconfig
/openbmc/u-boot/configs/db-mv784mp-gp_defconfig
/openbmc/u-boot/configs/devkit8000_defconfig
/openbmc/u-boot/configs/dns325_defconfig
/openbmc/u-boot/configs/dockstar_defconfig
/openbmc/u-boot/configs/dreamplug_defconfig
/openbmc/u-boot/configs/ds109_defconfig
/openbmc/u-boot/configs/ds414_defconfig
/openbmc/u-boot/configs/goflexhome_defconfig
/openbmc/u-boot/configs/guruplug_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/hrcon_defconfig
/openbmc/u-boot/configs/hrcon_dh_defconfig
/openbmc/u-boot/configs/ib62x0_defconfig
/openbmc/u-boot/configs/iconnect_defconfig
/openbmc/u-boot/configs/ids8313_defconfig
/openbmc/u-boot/configs/inetspace_v2_defconfig
/openbmc/u-boot/configs/k2e_evm_defconfig
/openbmc/u-boot/configs/k2e_hs_evm_defconfig
/openbmc/u-boot/configs/k2g_evm_defconfig
/openbmc/u-boot/configs/k2g_hs_evm_defconfig
/openbmc/u-boot/configs/k2hk_evm_defconfig
/openbmc/u-boot/configs/k2hk_hs_evm_defconfig
/openbmc/u-boot/configs/k2l_evm_defconfig
/openbmc/u-boot/configs/k2l_hs_evm_defconfig
/openbmc/u-boot/configs/km_kirkwood_128m16_defconfig
/openbmc/u-boot/configs/km_kirkwood_defconfig
/openbmc/u-boot/configs/km_kirkwood_pci_defconfig
/openbmc/u-boot/configs/kmcoge4_defconfig
/openbmc/u-boot/configs/kmcoge5un_defconfig
/openbmc/u-boot/configs/kmlion1_defconfig
/openbmc/u-boot/configs/kmnusa_defconfig
/openbmc/u-boot/configs/kmsugp1_defconfig
/openbmc/u-boot/configs/kmsuv31_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_defconfig
/openbmc/u-boot/configs/maxbcm_defconfig
/openbmc/u-boot/configs/mgcoge3un_defconfig
/openbmc/u-boot/configs/mpc8308_p1m_defconfig
/openbmc/u-boot/configs/mvebu_db-88f3720_defconfig
/openbmc/u-boot/configs/mvebu_espressobin-88f3720_defconfig
/openbmc/u-boot/configs/nas220_defconfig
/openbmc/u-boot/configs/net2big_v2_defconfig
/openbmc/u-boot/configs/netspace_lite_v2_defconfig
/openbmc/u-boot/configs/netspace_max_v2_defconfig
/openbmc/u-boot/configs/netspace_mini_v2_defconfig
/openbmc/u-boot/configs/netspace_v2_defconfig
/openbmc/u-boot/configs/nsa310s_defconfig
/openbmc/u-boot/configs/openrd_base_defconfig
/openbmc/u-boot/configs/openrd_client_defconfig
/openbmc/u-boot/configs/openrd_ultimate_defconfig
/openbmc/u-boot/configs/pogo_e02_defconfig
/openbmc/u-boot/configs/portl2_defconfig
/openbmc/u-boot/configs/sbc8349_PCI_33_defconfig
/openbmc/u-boot/configs/sbc8349_PCI_66_defconfig
/openbmc/u-boot/configs/sbc8349_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_33_PCIE_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_33_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_66_PCIE_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_66_defconfig
/openbmc/u-boot/configs/sbc8548_defconfig
/openbmc/u-boot/configs/sbc8641d_defconfig
/openbmc/u-boot/configs/sheevaplug_defconfig
/openbmc/u-boot/configs/socfpga_sr1500_defconfig
/openbmc/u-boot/configs/socrates_defconfig
/openbmc/u-boot/configs/strider_con_defconfig
/openbmc/u-boot/configs/strider_con_dp_defconfig
/openbmc/u-boot/configs/strider_cpu_defconfig
/openbmc/u-boot/configs/strider_cpu_dp_defconfig
/openbmc/u-boot/configs/theadorable_debug_defconfig
/openbmc/u-boot/configs/turris_mox_defconfig
/openbmc/u-boot/configs/turris_omnia_defconfig
/openbmc/u-boot/configs/ve8313_defconfig
/openbmc/u-boot/configs/vme8349_defconfig
/openbmc/u-boot/configs/xpedite517x_defconfig
/openbmc/u-boot/configs/xpedite520x_defconfig
/openbmc/u-boot/configs/xpedite537x_defconfig
/openbmc/u-boot/configs/xpedite550x_defconfig
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/mvebu/Kconfig
/openbmc/u-boot/drivers/clk/mvebu/Makefile
/openbmc/u-boot/drivers/clk/mvebu/armada-37xx-periph.c
/openbmc/u-boot/drivers/clk/mvebu/armada-37xx-tbg.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3288.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/Makefile
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_debug.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_init.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_init.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_logging_def.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_topology_def.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_bist.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_centralization.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_db.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_bist.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_db.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_def.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_pbs.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_topology_def.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_build_message.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_regs.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/seq_exec.h
/openbmc/u-boot/drivers/ddr/marvell/a38x/xor.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/xor.h
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mmc_legacy.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mtd/nand/tegra_nand.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/mvgbe.c
/openbmc/u-boot/drivers/net/mvgbe.h
/openbmc/u-boot/drivers/net/mvneta.c
/openbmc/u-boot/drivers/pci/pci_tegra.c
/openbmc/u-boot/drivers/phy/marvell/comphy.h
/openbmc/u-boot/drivers/phy/marvell/comphy_a3700.c
/openbmc/u-boot/drivers/phy/marvell/comphy_a3700.h
/openbmc/u-boot/drivers/phy/marvell/comphy_core.c
/openbmc/u-boot/drivers/phy/marvell/comphy_mux.c
/openbmc/u-boot/drivers/power/regulator/as3722_regulator.c
/openbmc/u-boot/drivers/pwm/Kconfig
/openbmc/u-boot/drivers/pwm/Makefile
/openbmc/u-boot/drivers/pwm/sunxi_pwm.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/mvebu_a3700_spi.c
/openbmc/u-boot/drivers/video/dw_hdmi.c
/openbmc/u-boot/drivers/video/sunxi/sunxi_dw_hdmi.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/Makefile
/openbmc/u-boot/drivers/watchdog/armada-37xx-wdt.c
/openbmc/u-boot/include/config_phylib_all_drivers.h
/openbmc/u-boot/include/configs/10m50_devboard.h
/openbmc/u-boot/include/configs/3c120_devboard.h
/openbmc/u-boot/include/configs/MPC8548CDS.h
/openbmc/u-boot/include/configs/apalis-tk1.h
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/controlcenterdc.h
/openbmc/u-boot/include/configs/db-88f6720.h
/openbmc/u-boot/include/configs/db-88f6820-amc.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/db-mv784mp-gp.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/ds414.h
/openbmc/u-boot/include/configs/edminiv2.h
/openbmc/u-boot/include/configs/harmony.h
/openbmc/u-boot/include/configs/km/km_arm.h
/openbmc/u-boot/include/configs/km/kmp204x-common.h
/openbmc/u-boot/include/configs/maxbcm.h
/openbmc/u-boot/include/configs/mvebu_armada-37xx.h
/openbmc/u-boot/include/configs/rockchip-common.h
/openbmc/u-boot/include/configs/socfpga_sr1500.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/configs/turris_mox.h
/openbmc/u-boot/include/configs/turris_omnia.h
/openbmc/u-boot/include/pci_tegra.h
/openbmc/u-boot/include/power/as3722.h
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/scripts/config_whitelist.txt
buildman/builderthread.py
buildman/control.py
buildman/func_test.py
57a72d0511-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Correct SPDX tags from recent xilinx merge

Correct the SPDX tag format.

Fixes: 3b52847a451a ("Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze")
Signed-off-by: Tom R

SPDX: Correct SPDX tags from recent xilinx merge

Correct the SPDX tag format.

Fixes: 3b52847a451a ("Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze")
Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...

3b52847a11-May-2018 Tom Rini <trini@konsulko.com>

Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze

Xilinx changes for v2018.07

microblaze:
- Align defconfig

zynq:
- Rework fpga initialization and cpuinfo handling

zynqmp

Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze

Xilinx changes for v2018.07

microblaze:
- Align defconfig

zynq:
- Rework fpga initialization and cpuinfo handling

zynqmp:
- Add ZynqMP R5 support
- Wire and enable watchdog on zcu100-revC
- Setup MMU map for DDR at run time
- Show board info based on DT and cleanup IDENT_STRING

zynqmp tools:
- Add read partition support
- Add initial support for Xilinx bif format for boot.bin generation

mmc:
- Fix get_timer usage on 64bit cpus
- Add support for SD3.0 UHS mode

nand-zynq:
- Add support for 16bit buswidth
- Use address cycles from onfi params

scsi:
- convert ceva sata to UCLASS_AHCI

timer:
- Add Cadence TTC for ZynqMP r5

watchdog:
- Minor cadence driver cleanup

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/sec_firmware.c
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/zynqmp-clk.dtsi
/openbmc/u-boot/arch/arm/dts/zynqmp-r5.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1275-revB.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu100-revC.dts
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/openbmc/u-boot/arch/arm/mach-zynq/cpu.c
/openbmc/u-boot/arch/arm/mach-zynq/spl.c
/openbmc/u-boot/arch/arm/mach-zynqmp-r5/Kconfig
/openbmc/u-boot/arch/arm/mach-zynqmp-r5/Makefile
/openbmc/u-boot/arch/arm/mach-zynqmp-r5/cpu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/release.S
/openbmc/u-boot/board/freescale/ls1088a/ddr.h
/openbmc/u-boot/board/freescale/ls1088a/eth_ls1088aqds.c
/openbmc/u-boot/board/xilinx/zynq/board.c
/openbmc/u-boot/board/xilinx/zynqmp/Makefile
/openbmc/u-boot/board/xilinx/zynqmp/tap_delays.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1275-revB/psu_init_gpl.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu100-revC/psu_init_gpl.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/board/xilinx/zynqmp_r5/MAINTAINERS
/openbmc/u-boot/board/xilinx/zynqmp_r5/Makefile
/openbmc/u-boot/board/xilinx/zynqmp_r5/board.c
/openbmc/u-boot/common/image.c
/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/microblaze-generic_defconfig
/openbmc/u-boot/configs/syzygy_hub_defconfig
/openbmc/u-boot/configs/topic_miami_defconfig
/openbmc/u-boot/configs/topic_miamilite_defconfig
/openbmc/u-boot/configs/topic_miamiplus_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_r5_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_cc108_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_z_turn_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/configs/zynq_zc706_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_x16_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/doc/uImage.FIT/sec_firmware_ppa.its
/openbmc/u-boot/drivers/ata/sata_ceva.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/zynq_sdhci.c
/openbmc/u-boot/drivers/mtd/nand/fsl_ifc_nand.c
/openbmc/u-boot/drivers/mtd/nand/zynq_nand.c
/openbmc/u-boot/drivers/net/fsl-mc/dpbp.c
/openbmc/u-boot/drivers/net/fsl-mc/dpio/dpio.c
/openbmc/u-boot/drivers/net/fsl-mc/dpmac.c
/openbmc/u-boot/drivers/net/fsl-mc/dpni.c
/openbmc/u-boot/drivers/net/fsl-mc/dprc.c
/openbmc/u-boot/drivers/net/fsl-mc/fsl_dpmng_cmd.h
/openbmc/u-boot/drivers/net/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.c
/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.h
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/serial_zynq.c
/openbmc/u-boot/drivers/spi/fsl_qspi.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/Makefile
/openbmc/u-boot/drivers/timer/cadence-ttc.c
/openbmc/u-boot/drivers/watchdog/cdns_wdt.c
/openbmc/u-boot/include/configs/ls1088a_common.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_r5.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1275_revB.h
/openbmc/u-boot/include/fsl-mc/fsl_dpbp.h
/openbmc/u-boot/include/fsl-mc/fsl_dpio.h
/openbmc/u-boot/include/fsl-mc/fsl_dpmac.h
/openbmc/u-boot/include/fsl-mc/fsl_dpni.h
/openbmc/u-boot/include/fsl-mc/fsl_dprc.h
/openbmc/u-boot/include/fsl-mc/fsl_mc_cmd.h
/openbmc/u-boot/include/fsl-mc/fsl_mc_private.h
/openbmc/u-boot/include/fsl_ifc.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/sdhci.h
/openbmc/u-boot/include/zynqmp_tap_delay.h
/openbmc/u-boot/include/zynqpl.h
Makefile
imagetool.h
mkimage.c
zynqmpbif.c
zynqmpimage.c
zynqmpimage.h
6915dcf313-Apr-2018 Alexander Graf <agraf@suse.de>

tools: zynqmpimage: Add bif support

The officially described way to generate boot.bin files for ZynqMP is to
describe the contents of the target binary using a file of the "bif"
format. This file t

tools: zynqmpimage: Add bif support

The officially described way to generate boot.bin files for ZynqMP is to
describe the contents of the target binary using a file of the "bif"
format. This file then links to other files that all get packed into a
bootable image.

This patch adds support to read such a .bif file and generate a respective
ZynqMP boot.bin file that can include the normal image and pmu files, but
also supports image partitions now. This makes it a handy replacement for
the proprietary "bootgen" utility that is currently used to generate
boot.bin files with FSBL.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

show more ...

e384cdf813-Apr-2018 Alexander Graf <agraf@suse.de>

tools: zynqmpimage: Move defines to header

We will add support for ZynqMP bif input files later, so let's move
all structure definitions into a header file that can be used by that
one as well.

Sig

tools: zynqmpimage: Move defines to header

We will add support for ZynqMP bif input files later, so let's move
all structure definitions into a header file that can be used by that
one as well.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

show more ...

e9dbfb3213-Apr-2018 Alexander Graf <agraf@suse.de>

tools: zynqmpimage: Add partition read support

The zynqmp image format has support for inline partitions which are
used by FSBL to describe payloads that are loaded by FSBL itself.

While we can't c

tools: zynqmpimage: Add partition read support

The zynqmp image format has support for inline partitions which are
used by FSBL to describe payloads that are loaded by FSBL itself.

While we can't create images that contain partitions (yet), we should
still at least be able to examine them and show the user what's inside
when we analyze an image created by bootgen.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/psci.S
/openbmc/u-boot/arch/arm/cpu/armv7/mpu_v7r.c
/openbmc/u-boot/arch/arm/cpu/armv7/psci-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/psci.S
/openbmc/u-boot/arch/arm/cpu/armv7/start.S
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/psci.c
/openbmc/u-boot/arch/arm/cpu/armv7m/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7m/mpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/armada-38x-controlcenterdc.dts
/openbmc/u-boot/arch/arm/dts/dragonboard410c-uboot.dtsi
/openbmc/u-boot/arch/arm/dts/dragonboard410c.dts
/openbmc/u-boot/arch/arm/dts/meson-gx.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxbb-odroidc2.dts
/openbmc/u-boot/arch/arm/dts/meson-gxbb.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-khadas-vim.dts
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dts
/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dtsi
/openbmc/u-boot/arch/arm/dts/meson-gxl.dtsi
/openbmc/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5-libretech-all-h3-cc.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-libretech-all-h3-cc.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts
/openbmc/u-boot/arch/arm/dts/sun8i-r40.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-v40-bananapi-m2-berry.dts
/openbmc/u-boot/arch/arm/dts/sunxi-libretech-all-h3-cc.dtsi
/openbmc/u-boot/arch/arm/dts/zynqmp-clk.dtsi
/openbmc/u-boot/arch/arm/dts/zynqmp-zc1275-revB.dts
/openbmc/u-boot/arch/arm/dts/zynqmp-zcu100-revC.dts
/openbmc/u-boot/arch/arm/include/asm/arch-meson/gx.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/armv7_mpu.h
/openbmc/u-boot/arch/arm/include/asm/bitops.h
/openbmc/u-boot/arch/arm/include/asm/psci.h
/openbmc/u-boot/arch/arm/include/asm/system.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/cache-cp15.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/sdram_ast2500.c
/openbmc/u-boot/arch/arm/mach-at91/Kconfig
/openbmc/u-boot/arch/arm/mach-at91/Makefile
/openbmc/u-boot/arch/arm/mach-at91/config.mk
/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_pio4.h
/openbmc/u-boot/arch/arm/mach-bcm283x/Kconfig
/openbmc/u-boot/arch/arm/mach-exynos/Kconfig
/openbmc/u-boot/arch/arm/mach-exynos/Makefile
/openbmc/u-boot/arch/arm/mach-exynos/soc.c
/openbmc/u-boot/arch/arm/mach-imx/mx7/psci.S
/openbmc/u-boot/arch/arm/mach-meson/board.c
/openbmc/u-boot/arch/arm/mach-meson/eth.c
/openbmc/u-boot/arch/arm/mach-meson/sm.c
/openbmc/u-boot/arch/arm/mach-mvebu/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/utils.c
/openbmc/u-boot/arch/arm/mach-qemu/Kconfig
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig
/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info-rcar.c
/openbmc/u-boot/arch/arm/mach-rockchip/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32/soc.c
/openbmc/u-boot/arch/arm/mach-stm32mp/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32mp/Makefile
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/stm32.h
/openbmc/u-boot/arch/arm/mach-stm32mp/psci.c
/openbmc/u-boot/arch/arm/mach-stm32mp/pwr_regulator.c
/openbmc/u-boot/arch/arm/mach-stm32mp/syscon.c
/openbmc/u-boot/arch/arm/mach-sunxi/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/psci.S
/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/psci.c
/openbmc/u-boot/arch/arm/mach-zynq/cpu.c
/openbmc/u-boot/arch/arm/mach-zynq/spl.c
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/amlogic/khadas-vim/khadas-vim.c
/openbmc/u-boot/board/amlogic/libretech-cc/libretech-cc.c
/openbmc/u-boot/board/amlogic/odroid-c2/odroid-c2.c
/openbmc/u-boot/board/amlogic/p212/p212.c
/openbmc/u-boot/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c
/openbmc/u-boot/board/atmel/sama5d2_xplained/sama5d2_xplained.c
/openbmc/u-boot/board/gdsys/common/ihs_mdio.c
/openbmc/u-boot/board/gdsys/common/ihs_mdio.h
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/xilinx/zynq/board.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1275-revB/psu_init_gpl.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu100-revC/psu_init_gpl.c
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/adc.c
/openbmc/u-boot/cmd/mmc.c
/openbmc/u-boot/cmd/smccc.c
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/fb_mmc.c
/openbmc/u-boot/common/fb_nand.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image-sparse.c
/openbmc/u-boot/configs/bananapi_m2_berry_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/sama5d2_ptc_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_ek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_nandflash_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_spiflash_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4ek_spiflash_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/configs/syzygy_hub_defconfig
/openbmc/u-boot/configs/topic_miami_defconfig
/openbmc/u-boot/configs/topic_miamilite_defconfig
/openbmc/u-boot/configs/topic_miamiplus_defconfig
/openbmc/u-boot/configs/trats2_defconfig
/openbmc/u-boot/configs/uniphier_v8_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_cc108_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_z_turn_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/configs/zynq_zc706_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_x16_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/doc/device-tree-bindings/regulator/st,stm32-vrefbuf.txt
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/adc/Kconfig
/openbmc/u-boot/drivers/adc/Makefile
/openbmc/u-boot/drivers/adc/meson-saradc.c
/openbmc/u-boot/drivers/ata/sata_ceva.c
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/clk_stm32f.c
/openbmc/u-boot/drivers/clk/clk_stm32mp1.c
/openbmc/u-boot/drivers/clk/ics8n3qv01.c
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/ofnode.c
/openbmc/u-boot/drivers/core/regmap.c
/openbmc/u-boot/drivers/core/syscon-uclass.c
/openbmc/u-boot/drivers/gpio/atmel_pio4.c
/openbmc/u-boot/drivers/led/led_gpio.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/gdsys_rxaui_ctrl.c
/openbmc/u-boot/drivers/misc/stm32_rcc.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/meson_gx_mmc.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/socfpga_dw_mmc.c
/openbmc/u-boot/drivers/mtd/nand/zynq_nand.c
/openbmc/u-boot/drivers/pci/Kconfig
/openbmc/u-boot/drivers/pci/Makefile
/openbmc/u-boot/drivers/pci/pci_indirect.c
/openbmc/u-boot/drivers/pci/pcie_intel_fpga.c
/openbmc/u-boot/drivers/phy/meson-gxl-usb2.c
/openbmc/u-boot/drivers/phy/meson-gxl-usb3.c
/openbmc/u-boot/drivers/phy/sti_usb_phy.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxl.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-sti.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier.h
/openbmc/u-boot/drivers/power/pmic/Makefile
/openbmc/u-boot/drivers/power/pmic/stpmu1.c
/openbmc/u-boot/drivers/power/regulator/Kconfig
/openbmc/u-boot/drivers/power/regulator/Makefile
/openbmc/u-boot/drivers/power/regulator/pwm_regulator.c
/openbmc/u-boot/drivers/power/regulator/stm32-vrefbuf.c
/openbmc/u-boot/drivers/power/regulator/stpmu1.c
/openbmc/u-boot/drivers/ram/rockchip/dmc-rk3368.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3188.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk322x.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3288.c
/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3399.c
/openbmc/u-boot/drivers/ram/stm32mp1/stm32mp1_ram.c
/openbmc/u-boot/drivers/reset/reset-meson.c
/openbmc/u-boot/drivers/reset/sti-reset.c
/openbmc/u-boot/drivers/serial/arm_dcc.c
/openbmc/u-boot/drivers/serial/serial_zynq.c
/openbmc/u-boot/drivers/sysreset/sysreset_sti.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/Makefile
/openbmc/u-boot/drivers/timer/cadence-ttc.c
/openbmc/u-boot/drivers/usb/host/dwc3-sti-glue.c
/openbmc/u-boot/drivers/watchdog/cdns_wdt.c
/openbmc/u-boot/fs/ubifs/ubifs.c
/openbmc/u-boot/include/configs/am57xx_evm.h
/openbmc/u-boot/include/configs/cl-som-am57x.h
/openbmc/u-boot/include/configs/cm_t54.h
/openbmc/u-boot/include/configs/dra7xx_evm.h
/openbmc/u-boot/include/configs/khadas-vim.h
/openbmc/u-boot/include/configs/libretech-cc.h
/openbmc/u-boot/include/configs/meson-gx-common.h
/openbmc/u-boot/include/configs/odroid-c2.h
/openbmc/u-boot/include/configs/p212.h
/openbmc/u-boot/include/configs/stm32mp1.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zc1275_revB.h
/openbmc/u-boot/include/dm/ofnode.h
/openbmc/u-boot/include/dt-bindings/clock/gxbb-aoclkc.h
/openbmc/u-boot/include/dt-bindings/clock/gxbb-clkc.h
/openbmc/u-boot/include/dt-bindings/clock/sun8i-r40-ccu.h
/openbmc/u-boot/include/dt-bindings/gpio/meson-gxbb-gpio.h
/openbmc/u-boot/include/dt-bindings/gpio/meson-gxl-gpio.h
/openbmc/u-boot/include/dt-bindings/mfd/st,stpmu1.h
/openbmc/u-boot/include/dt-bindings/reset/sun8i-r40-ccu.h
/openbmc/u-boot/include/environment/ti/boot.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/image-sparse.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/regmap.h
/openbmc/u-boot/include/stm32_rcc.h
/openbmc/u-boot/include/syscon.h
/openbmc/u-boot/include/zynqpl.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/led.c
/openbmc/u-boot/test/dm/ofnode.c
/openbmc/u-boot/test/dm/regmap.c
zynqmpimage.c
3aba3fd610-May-2018 Tom Rini <trini@konsulko.com>

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

12345678910>>...69