summaryrefslogtreecommitdiff
path: root/scripts/Makefile.spl
AgeCommit message (Expand)AuthorFilesLines
2021-03-22dm: of-platadata: Add option for device instantiationSimon Glass1-0/+4
2021-03-22Makefile: Pass the U-Boot phase to dtocSimon Glass1-1/+1
2021-03-08Makefile: socfpga: Add target to generate hex output for combined spl and dtbDalon Westergreen1-0/+7
2021-01-12sunxi: Use mkimage for SPL boot image generationAndre Przywara1-4/+4
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass1-1/+1
2021-01-05Makefile: Invoke dtoc only onceSimon Glass1-12/+9
2021-01-05Makefile: Use common args for dtocSimon Glass1-2/+5
2021-01-05Makefile: Tidy up SPL dtb productionSimon Glass1-3/+4
2021-01-05Makefile: Build SPL dtbs in the spl/ directorySimon Glass1-1/+1
2021-01-05Makefile: Build a separate .dtb for TPLSimon Glass1-1/+3
2020-10-29Makefile: Generate a symbol file for u-boot-splSimon Glass1-1/+6
2020-10-29dm: test: Build tests for SPLSimon Glass1-0/+1
2020-07-29Makefile: Rename ALL-y to INPUTS-ySimon Glass1-12/+12
2020-05-14kbuild: spl: Add shrunk arch-dtbs to targets listJan Kiszka1-1/+4
2020-05-14kbuild: spl: Fix parallel buildJan Kiszka1-1/+1
2020-04-28kbuild: SPL/TPL: generate separate asm-offsets.h for SPL and TPLMasahiro Yamada1-2/+8
2020-04-24kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.oMasahiro Yamada1-2/+3
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini1-1/+1
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner1-0/+4
2019-11-07usb: Add Cadence USB3 host and gadget driverVignesh Raghavendra1-0/+1
2019-10-15binman: x86: Separate out 16-bit reset and init codeSimon Glass1-6/+16
2019-05-08x86: Allow 16-bit init to be in TPLSimon Glass1-1/+9
2019-05-08spl: Allow sandbox to build a device-tree fileSimon Glass1-1/+13
2019-04-09Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directoryStefan Roese1-3/+3
2019-03-21ARM: socfpga: Build sfp image only for Gen5 and Arria10 devicesDalon Westergreen1-1/+1
2019-01-27linker: Modify linker scripts to be more genericTom Rini1-0/+9
2019-01-27PowerPC: Stop re-using CONFIG_SPL_TEXT_BASE for TPLTom Rini1-6/+1
2019-01-24arm64: zynqmp: Align u-boot-spl.bin for boot.bin creationMichal Simek1-1/+4
2019-01-10Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGETJean-Jacques Hiblot1-1/+1
2018-12-12blk: Rework guard around part_init callTom Rini1-1/+3
2018-11-29tools: MediaTek: add MTK boot header generation to mkimageRyder Lee1-0/+11
2018-10-09fdt: Allow C++ comments in link scripts and DT filesSimon Glass1-1/+1
2018-10-09Makefile: Add a warning if SPL/TPL cannot be builtSimon Glass1-0/+7
2018-09-11armv8: K3: am654: Add support for generating build targetsLokesh Vutla1-0/+9
2018-06-15arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILELuca Ceresoli1-1/+7
2018-06-04Set time and umask on multi-dtb fit images to ensure reproducibile builds.Vagrant Cascadian1-0/+4
2018-05-08spl: socfpga: Generate Arria10 SFP header V1Marek Vasut1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-04-15Makefile: always preserve output for images that can contain HAB BlocksRasmus Villemoes1-1/+1
2018-02-14spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBEDSimon Goldschmidt1-0/+2
2017-11-30spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon1-18/+2
2017-11-28tools: mkimage: Extend mkimage to also include pmufwMichal Simek1-1/+2
2017-11-17pylibfdt: compile pylibfdt only when dtoc/binman is necessaryMasahiro Yamada1-13/+2
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada1-2/+2
2017-10-06spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot1-1/+34
2017-09-15dtoc: Rename the auto-generated dt-structs.h fileSimon Glass1-2/+3
2017-08-20Makefile: honor PYTHON configuration properlyClément Bœsch1-1/+1
2017-08-15Move environment files from common/ to env/Simon Glass1-2/+2
2017-08-13spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich1-1/+8
2017-08-13spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPLPhilipp Tomsich1-2/+8