summaryrefslogtreecommitdiff
path: root/scripts/Makefile.spl
AgeCommit message (Expand)Author
2017-10-06spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot
2017-09-15dtoc: Rename the auto-generated dt-structs.h fileSimon Glass
2017-08-20Makefile: honor PYTHON configuration properlyClément Bœsch
2017-08-15Move environment files from common/ to env/Simon Glass
2017-08-13spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich
2017-08-13spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPLPhilipp Tomsich
2017-08-13spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPLPhilipp Tomsich
2017-06-02fdt: Makefile: Build python libfdt library if neededSimon Glass
2017-05-17sunxi: Store the device tree name in the SPL headerSiarhei Siamashka
2017-05-11spl: Makefile: include /config in the (reduced) FDT used by the SPL stagePhilipp Tomsich
2017-04-10Makefile: Fix linking with modern binutilsJoel Stanley
2017-04-07scripts: sunxi: Build an raw SPL imageMaxime Ripard
2017-04-05Makefile: Provide an option to select SPL or TPLSimon Glass
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner
2017-02-06x86: Add SPL build rules for start-up codeSimon Glass
2017-02-06spl: Don't create a BSS padding when it is separateSimon Glass
2017-02-06spl: Makefile: Define SPL_ earlierSimon Glass
2017-01-02Makefile: preserve output for images that can contain HAB BlocksSven Ebenfeld
2016-11-28spl: add USB Gadget config optionStefan Agner
2016-11-28spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner
2016-11-15tools: mkimage: Add support for initialization table for Zynq and ZynqMPMike Looijmans
2016-10-30sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki
2016-10-07kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mkMasahiro Yamada
2016-09-27spl: dfu: add dfu support in SPLB, Ravi
2016-09-22Makefile: rm u-boot.cfg dependencies are missingStephen Warren
2016-09-22Makefile: use if_change_dep for u-boot.cfgStephen Warren
2016-09-16Use separate options for TPL supportSimon Glass
2016-07-14dm: Don't attach the device tree to SPL with of-platdataSimon Glass
2016-07-14dm: Makefile: Build of-platdata files when the feature is enabledSimon Glass
2016-07-14Makefile: Allow the SPL final link rule to be overriddenSimon Glass
2016-06-06ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMPMichal Simek
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek
2016-05-02kbuild: Do not append dtb for OF_EMBED caseMichal Simek
2016-02-08kbuild: fix build rule of u-boot-spl.dtbMasahiro Yamada
2016-02-08kbuild: add missing FORCE where $(call if_changed, ) is usedMasahiro Yamada
2016-02-08kbuild: remove unneeded ifdef conditionals around build rulesMasahiro Yamada
2016-02-01socfpga: Simplify Makefile filenamesSimon Glass
2016-02-01fdt: Build an SPL binary without device treeSimon Glass
2016-01-25Move all command code into its own directorySimon Glass
2015-11-19ARM: zynq: Add target for building bootable SPL image for ZynqNathan Rossi
2015-11-12spl: Add support for CONFIG_OF_EMBED=yMichal Simek
2015-11-04dm: spl: Generate u-boot-spl-dtb.bin only when enabledSimon Glass
2015-10-24Move board_init_f_mem() into a common locationSimon Glass
2015-08-18spl: move SPL driver entries to driver/MakefileMasahiro Yamada
2015-08-08Makefile: Add target for building bootable SPL image for SoCFPGAMarek Vasut
2015-08-08driver/ddr/altera: Add DDR driver for Altera's SDRAM controllerDinh Nguyen
2015-07-23Merge git://git.denx.de/u-boot-marvellTom Rini
2015-07-23arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdrStefan Roese
2015-07-23arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese
2015-07-21dm: Add a clock uclassSimon Glass