| Commit message (Expand) | Author | Age | Files | Lines |
* | dts: automatically build necessary .dtb files | Rasmus Villemoes | 2022-02-09 | 1 | -4/+4 |
* | introduce CONFIG_DEVICE_TREE_INCLUDES | Rasmus Villemoes | 2022-01-25 | 1 | -0/+9 |
* | fdt: Avoid emitting an device tree when not needed | Simon Glass | 2021-12-23 | 1 | -0/+10 |
* | fdt: Add a Kconfig for boards with a prior stage | Simon Glass | 2021-12-23 | 1 | -5/+28 |
* | fdt: Drop #ifdefs with MULTI_DTB_FIT | Simon Glass | 2021-12-23 | 1 | -1/+0 |
* | fdt: Drop CONFIG_BINMAN_STANDALONE_FDT | Simon Glass | 2021-12-23 | 1 | -18/+0 |
* | fdt: Make OF_BOARD a bool option | Simon Glass | 2021-12-23 | 1 | -5/+6 |
* | sandbox: Remove OF_HOSTFILE | Ilias Apalodimas | 2021-10-27 | 1 | -9/+1 |
* | Makefile: Only build dtc if needed | Simon Glass | 2021-10-19 | 1 | -4/+0 |
* | treewide: Remove OF_PRIOR_STAGE | Ilias Apalodimas | 2021-10-18 | 1 | -9/+2 |
* | riscv: Remove OF_PRIOR_STAGE from RISC-V boards | Ilias Apalodimas | 2021-10-18 | 1 | -1/+1 |
* | treewide: Simply conditions with the new OF_REAL | Simon Glass | 2021-09-25 | 1 | -1/+2 |
* | fdt: Create a new OF_REAL Kconfig | Simon Glass | 2021-09-25 | 1 | -1/+27 |
* | binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE | Bin Meng | 2021-05-19 | 1 | -0/+18 |
* | dm: core: Create a struct for device runtime info | Simon Glass | 2021-03-26 | 1 | -0/+20 |
* | dm: core: Add an option to support SPL in read-only memory | Simon Glass | 2021-03-26 | 1 | -0/+22 |
* | dm: core: Allow dropping run-time binding of devices | Simon Glass | 2021-03-22 | 1 | -0/+18 |
* | dm: of-platadata: Add option for device instantiation | Simon Glass | 2021-03-22 | 1 | -2/+21 |
* | dts: Fix OF_LIVE dependency | Bin Meng | 2021-03-03 | 1 | -1/+1 |
* | dts: Log name of expected .dtb file | Florian Klink | 2021-01-16 | 1 | -1/+1 |
* | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() | Simon Glass | 2021-01-05 | 1 | -4/+4 |
* | Makefile: Tidy up SPL dtb production | Simon Glass | 2021-01-05 | 1 | -9/+9 |
* | Makefile: Build SPL dtbs in the spl/ directory | Simon Glass | 2021-01-05 | 1 | -4/+5 |
* | Makefile: Build a separate .dtb for TPL | Simon Glass | 2021-01-05 | 1 | -3/+8 |
* | dm: Support parent devices with of-platdata | Simon Glass | 2020-10-29 | 1 | -0/+18 |
* | Kconfig: Create a new tools menu | Simon Glass | 2020-10-09 | 1 | -9/+0 |
* | dts: add property removal option CONFIG_OF_REMOVE_PROPS | Anatolij Gustschin | 2020-01-27 | 2 | -0/+25 |
* | Add dependencies for MALLOC_F and OF_LIBFDT | Sean Anderson | 2020-01-15 | 1 | -0/+3 |
* | dts: Add support for adding DT overlays in u-boot.img | Jean-Jacques Hiblot | 2020-01-07 | 1 | -0/+8 |
* | dts: fix MULTI_DTB_FIT compression choice prompt | Baruch Siach | 2019-10-31 | 1 | -1/+1 |
* | dts: Kconfig: Fix help for SPL_OF_CONTROL | Walter Lozano | 2019-10-30 | 1 | -1/+1 |
* | dm: Also remove interrupts property from SPL DT | Michal Simek | 2019-04-11 | 1 | -4/+4 |
* | lib: fdt: Allow LZO and GZIP DT compression in U-Boot | Marek Vasut | 2019-04-09 | 1 | -0/+57 |
* | Revert "Ensure device tree DTS is compiled" | Masahiro Yamada | 2019-03-22 | 1 | -10/+3 |
* | kbuild: make arch-dtbs target PHONY | Stephen Warren | 2019-02-28 | 1 | -0/+1 |
* | of-platdata: improve documentation | Simon Goldschmidt | 2019-02-09 | 1 | -4/+2 |
* | kbuild: add .SECONDARY special target to scripts/Kbuild.include | Masahiro Yamada | 2019-01-15 | 1 | -3/+0 |
* | dts: riscv: update makefile to also clean the RISC-V dts directory | Lukas Auer | 2018-11-26 | 1 | -1/+1 |
* | powerpc/dts: Makefile changes to clean and build dts | Jagdish Gediya | 2018-09-27 | 1 | -1/+1 |
* | dts: Fix typo in OF_LIVE Kconfig help | Michal Simek | 2018-08-17 | 1 | -1/+1 |
* | Kconfig: Remove trailing whitespaces in prompt | Michal Simek | 2018-07-30 | 1 | -1/+1 |
* | board: arm: Add support for Broadcom BCM7445 | Thomas Fitzsimmons | 2018-07-10 | 1 | -0/+7 |
* | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore | Masahiro Yamada | 2018-06-18 | 1 | -2/+0 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -3/+1 |
* | spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED | Simon Goldschmidt | 2018-02-14 | 1 | -16/+0 |
* | spl: make CONFIG_OF_EMBED pass dts through fdtgrep | Goldschmidt Simon | 2017-11-29 | 1 | -4/+31 |
* | pylibfdt: compile pylibfdt only when dtoc/binman is necessary | Masahiro Yamada | 2017-11-17 | 1 | -0/+13 |
* | spl: dm: Make it possible for the SPL to pick its own DTB from a FIT | Jean-Jacques Hiblot | 2017-10-06 | 1 | -0/+83 |
* | dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig | Jean-Jacques Hiblot | 2017-10-05 | 1 | -1/+19 |
* | tools/mkimage: Make the path to the dtc binary that mkimage calls configurable | Tom Rini | 2017-09-24 | 1 | -0/+9 |