aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.spl
AgeCommit message (Expand)AuthorFilesLines
2017-01-02Makefile: preserve output for images that can contain HAB BlocksSven Ebenfeld1-1/+3
2016-11-28spl: add USB Gadget config optionStefan Agner1-1/+1
2016-11-28spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner1-3/+0
2016-11-15tools: mkimage: Add support for initialization table for Zynq and ZynqMPMike Looijmans1-2/+2
2016-10-30sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki1-1/+1
2016-10-07kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mkMasahiro Yamada1-19/+1
2016-09-27spl: dfu: add dfu support in SPLB, Ravi1-0/+4
2016-09-22Makefile: rm u-boot.cfg dependencies are missingStephen Warren1-0/+11
2016-09-22Makefile: use if_change_dep for u-boot.cfgStephen Warren1-1/+1
2016-09-16Use separate options for TPL supportSimon Glass1-1/+9
2016-07-14dm: Don't attach the device tree to SPL with of-platdataSimon Glass1-1/+1
2016-07-14dm: Makefile: Build of-platdata files when the feature is enabledSimon Glass1-3/+36
2016-07-14Makefile: Allow the SPL final link rule to be overriddenSimon Glass1-2/+4
2016-06-06ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMPMichal Simek1-5/+2
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek1-0/+7
2016-05-02kbuild: Do not append dtb for OF_EMBED caseMichal Simek1-1/+1
2016-02-08kbuild: fix build rule of u-boot-spl.dtbMasahiro Yamada1-2/+2
2016-02-08kbuild: add missing FORCE where $(call if_changed, ) is usedMasahiro Yamada1-5/+5
2016-02-08kbuild: remove unneeded ifdef conditionals around build rulesMasahiro Yamada1-4/+0
2016-02-01socfpga: Simplify Makefile filenamesSimon Glass1-3/+3
2016-02-01fdt: Build an SPL binary without device treeSimon Glass1-9/+16
2016-01-25Move all command code into its own directorySimon Glass1-1/+1
2015-11-19ARM: zynq: Add target for building bootable SPL image for ZynqNathan Rossi1-0/+11
2015-11-12spl: Add support for CONFIG_OF_EMBED=yMichal Simek1-0/+1
2015-11-04dm: spl: Generate u-boot-spl-dtb.bin only when enabledSimon Glass1-0/+2
2015-10-24Move board_init_f_mem() into a common locationSimon Glass1-0/+1
2015-08-18spl: move SPL driver entries to driver/MakefileMasahiro Yamada1-30/+1
2015-08-08Makefile: Add target for building bootable SPL image for SoCFPGAMarek Vasut1-0/+10
2015-08-08driver/ddr/altera: Add DDR driver for Altera's SDRAM controllerDinh Nguyen1-0/+1
2015-07-23Merge git://git.denx.de/u-boot-marvellTom Rini1-1/+2
2015-07-23arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdrStefan Roese1-0/+1
2015-07-23arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese1-1/+1
2015-07-21dm: Add a clock uclassSimon Glass1-0/+1
2015-07-21dm: Add support for RAM driversSimon Glass1-0/+1
2015-07-21dm: power: Allow use of regulators in SPLSimon Glass1-0/+1
2015-07-21dm: Add support for LEDsSimon Glass1-0/+1
2015-07-21dm: Reduce SPL device tree sizeSimon Glass1-0/+28
2015-05-28kbuild: define DO_DEPS_ONLY for u-boot.cfg to fix build errorMasahiro Yamada1-1/+1
2015-04-18Create a .cfg file containing the CONFIG options used to buildSimon Glass1-1/+8
2015-02-24kconfig: switch to single .config configurationMasahiro Yamada1-4/+6
2015-02-16sunxi: Normalise FEL supportSimon Glass1-2/+0
2015-02-06scripts/Makefile.spl: Add MVEBU DDR code to SPLStefan Roese1-0/+1
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-22/+1
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-0/+1
2014-11-23spl: fix descending condition to drivers/mtd/nand/Masahiro Yamada1-1/+1
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada1-3/+0
2014-11-21dm: spl: Allow driver model to be usedSimon Glass1-0/+1
2014-11-17arm, at91: generate boot.bin file for all atmel SoCHeiko Schocher1-0/+4
2014-10-23kbuild: fix a bug of the u-boot-spl link ruleMasahiro Yamada1-4/+4
2014-07-30kconfig: switch to KconfigMasahiro Yamada1-28/+3