summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kbuild: Do not append dtb for OF_EMBED caseMichal Simek2016-05-021-1/+1
* x86: Add a script to aid code conversion from corebootSimon Glass2016-03-171-0/+17
* kbuild: fix build rule of u-boot-spl.dtbMasahiro Yamada2016-02-081-2/+2
* kbuild: add missing FORCE where $(call if_changed, ) is usedMasahiro Yamada2016-02-081-5/+5
* kbuild: remove unneeded ifdef conditionals around build rulesMasahiro Yamada2016-02-081-4/+0
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-2/+2
* socfpga: Simplify Makefile filenamesSimon Glass2016-02-011-3/+3
* fdt: Build an SPL binary without device treeSimon Glass2016-02-011-9/+16
* Makefile: Add rules to build in .ttf filesSimon Glass2016-01-301-0/+21
* kbuild: Add clang detectionTom Rini2016-01-251-0/+4
* Move all command code into its own directorySimon Glass2016-01-251-1/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-197-91/+7
* scripts/Makefile* Add SPDX-License-Identifier tagTom Rini2016-01-197-0/+20
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
* get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" useHeiko Schocher2016-01-081-11/+11
* checkpatch: fix left brace warningHeiko Schocher2016-01-041-5/+5
* ARM: zynq: Add target for building bootable SPL image for ZynqNathan Rossi2015-11-191-0/+11
* spl: Add support for CONFIG_OF_EMBED=yMichal Simek2015-11-121-0/+1
* Fix trini email in the get_maintainer.pl scriptAndy Fleming2015-11-121-1/+1
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-103-0/+9
* dm: spl: Generate u-boot-spl-dtb.bin only when enabledSimon Glass2015-11-041-0/+2
* Move board_init_f_mem() into a common locationSimon Glass2015-10-241-0/+1
* kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada2015-09-151-19/+0
* x86: Generate a valid ACPI tableSaket Sinha2015-08-261-0/+11
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-3/+0
* of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-181-1/+1
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-181-2/+0
* spl: move SPL driver entries to driver/MakefileMasahiro Yamada2015-08-181-30/+1
* linux/kconfig.h: add CPP macros useful for per-image config optionsMasahiro Yamada2015-08-181-0/+26
* kbuild: add a makefile macro useful with per-image config optionsMasahiro Yamada2015-08-181-0/+6
* kbuild: fixdep: optimize code slightlyMasahiro Yamada2015-08-181-3/+4
* Makefile: Add target for building bootable SPL image for SoCFPGAMarek Vasut2015-08-081-0/+10
* driver/ddr/altera: Add DDR driver for Altera's SDRAM controllerDinh Nguyen2015-08-081-0/+1
* Support removing default assembler flagsSimon Glass2015-08-051-1/+2
* kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86Masahiro Yamada2015-07-271-0/+2
* kbuild: sync with Linux 4.1Masahiro Yamada2015-07-274-40/+44
* kconfig: sync with Linux 4.1Masahiro Yamada2015-07-2717-203/+189
* Merge git://git.denx.de/u-boot-marvellTom Rini2015-07-231-1/+2
|\
| * arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdrStefan Roese2015-07-231-0/+1
| * arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese2015-07-231-1/+1
* | dm: Add a clock uclassSimon Glass2015-07-211-0/+1
* | dm: Add support for RAM driversSimon Glass2015-07-211-0/+1
* | dm: power: Allow use of regulators in SPLSimon Glass2015-07-211-0/+1
* | dm: Add support for LEDsSimon Glass2015-07-211-0/+1
* | dm: Reduce SPL device tree sizeSimon Glass2015-07-211-0/+28
|/
* Remove SPL undefine of CONFIG_OF_CONTROLSimon Glass2015-06-101-0/+2
* Kconfig: Enable usage of escape char '\' in string valuesStefan Roese2015-06-082-54/+9
* kbuild: define DO_DEPS_ONLY for u-boot.cfg to fix build errorMasahiro Yamada2015-05-281-1/+1
* moveconfig: Ignore duplicate configs when movingJoe Hershberger2015-05-271-1/+2
* Create a .cfg file containing the CONFIG options used to buildSimon Glass2015-04-181-1/+8
OpenPOWER on IntegriCloud