summaryrefslogtreecommitdiff
path: root/dts
Commit message (Expand)AuthorAgeFilesLines
* vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini2022-06-281-0/+1
* vpl: Add Kconfig options for VPLSimon Glass2022-05-021-0/+17
* dts: automatically build necessary .dtb filesRasmus Villemoes2022-02-091-4/+4
* introduce CONFIG_DEVICE_TREE_INCLUDESRasmus Villemoes2022-01-251-0/+9
* fdt: Avoid emitting an device tree when not neededSimon Glass2021-12-231-0/+10
* fdt: Add a Kconfig for boards with a prior stageSimon Glass2021-12-231-5/+28
* fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass2021-12-231-1/+0
* fdt: Drop CONFIG_BINMAN_STANDALONE_FDTSimon Glass2021-12-231-18/+0
* fdt: Make OF_BOARD a bool optionSimon Glass2021-12-231-5/+6
* sandbox: Remove OF_HOSTFILEIlias Apalodimas2021-10-271-9/+1
* Makefile: Only build dtc if neededSimon Glass2021-10-191-4/+0
* treewide: Remove OF_PRIOR_STAGEIlias Apalodimas2021-10-181-9/+2
* riscv: Remove OF_PRIOR_STAGE from RISC-V boardsIlias Apalodimas2021-10-181-1/+1
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-1/+2
* fdt: Create a new OF_REAL KconfigSimon Glass2021-09-251-1/+27
* binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGEBin Meng2021-05-191-0/+18
* dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-0/+20
* dm: core: Add an option to support SPL in read-only memorySimon Glass2021-03-261-0/+22
* dm: core: Allow dropping run-time binding of devicesSimon Glass2021-03-221-0/+18
* dm: of-platadata: Add option for device instantiationSimon Glass2021-03-221-2/+21
* dts: Fix OF_LIVE dependencyBin Meng2021-03-031-1/+1
* dts: Log name of expected .dtb fileFlorian Klink2021-01-161-1/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-4/+4
* Makefile: Tidy up SPL dtb productionSimon Glass2021-01-051-9/+9
* Makefile: Build SPL dtbs in the spl/ directorySimon Glass2021-01-051-4/+5
* Makefile: Build a separate .dtb for TPLSimon Glass2021-01-051-3/+8
* dm: Support parent devices with of-platdataSimon Glass2020-10-291-0/+18
* Kconfig: Create a new tools menuSimon Glass2020-10-091-9/+0
* dts: add property removal option CONFIG_OF_REMOVE_PROPSAnatolij Gustschin2020-01-272-0/+25
* Add dependencies for MALLOC_F and OF_LIBFDTSean Anderson2020-01-151-0/+3
* dts: Add support for adding DT overlays in u-boot.imgJean-Jacques Hiblot2020-01-071-0/+8
* dts: fix MULTI_DTB_FIT compression choice promptBaruch Siach2019-10-311-1/+1
* dts: Kconfig: Fix help for SPL_OF_CONTROLWalter Lozano2019-10-301-1/+1
* dm: Also remove interrupts property from SPL DTMichal Simek2019-04-111-4/+4
* lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut2019-04-091-0/+57
* Revert "Ensure device tree DTS is compiled"Masahiro Yamada2019-03-221-10/+3
* kbuild: make arch-dtbs target PHONYStephen Warren2019-02-281-0/+1
* of-platdata: improve documentationSimon Goldschmidt2019-02-091-4/+2
* kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada2019-01-151-3/+0
* dts: riscv: update makefile to also clean the RISC-V dts directoryLukas Auer2018-11-261-1/+1
* powerpc/dts: Makefile changes to clean and build dtsJagdish Gediya2018-09-271-1/+1
* dts: Fix typo in OF_LIVE Kconfig helpMichal Simek2018-08-171-1/+1
* Kconfig: Remove trailing whitespaces in promptMichal Simek2018-07-301-1/+1
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-101-0/+7
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-181-2/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBEDSimon Goldschmidt2018-02-141-16/+0
* spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon2017-11-291-4/+31
* pylibfdt: compile pylibfdt only when dtoc/binman is necessaryMasahiro Yamada2017-11-171-0/+13
* spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot2017-10-061-0/+83