| Commit message (Expand) | Author | Age | Lines |
* | dm: sunxi: Add a new config for an FDT-based pcDuino3 | Simon Glass | 2014-11-05 | -1/+2 |
* | kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntax | Masahiro Yamada | 2014-10-23 | -4/+0 |
* | Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image | Stefan Roese | 2014-10-23 | -0/+5 |
* | arm: armada-xp: Add basic support for Marvell Armada XP SoC | Stefan Roese | 2014-10-23 | -1/+1 |
* | arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common | Stefan Roese | 2014-10-23 | -0/+4 |
* | Prepare v2014.10 | Tom Rini | 2014-10-14 | -1/+1 |
* | Makefile: drop "tools-only" from no-dot-config-targets | Tom Rini | 2014-10-13 | -1/+1 |
* | Prepare v2014.10-rc3 | Tom Rini | 2014-10-06 | -1/+1 |
* | kbuild: refactor some makefiles | Masahiro Yamada | 2014-09-24 | -3/+0 |
* | kconfig: fix a bug of "make config" | Masahiro Yamada | 2014-09-16 | -1/+1 |
* | kbuild: force to define __UBOOT__ in all the C sources | Masahiro Yamada | 2014-09-16 | -1/+1 |
* | Makefile: default to cc for host compiler | Jeroen Hofstee | 2014-09-11 | -2/+2 |
* | Prepare v2014.10-rc2 | Tom Rini | 2014-09-02 | -1/+1 |
* | kconfig: add CONFIG_CC_OPTIMIZE_FOR_SIZE | Masahiro Yamada | 2014-08-28 | -1/+5 |
* | kconfig: convert Kconfig helper script into a shell script | Masahiro Yamada | 2014-08-22 | -2/+2 |
* | Makefile: remove generated boards.cfg within make distclean | Roger Meier | 2014-08-22 | -0/+1 |
* | Makefile: Use Kbuild style for system_map.o generation step | Vasili Galka | 2014-08-21 | -3/+7 |
* | kbuild: sync mixed targets handling with Linux 3.16 | Masahiro Yamada | 2014-08-21 | -3/+3 |
* | kbuild: move extra gcc checks to scripts/Makefile.extrawarn | Masahiro Yamada | 2014-08-21 | -4/+2 |
* | Makefile: use u-boot.map for binary_size_check | Chris Packham | 2014-08-09 | -3/+4 |
* | Makefile: use $(shell ...) for determining file_size | Chris Packham | 2014-08-09 | -1/+1 |
* | Prepare v2014.10-rc1 | Tom Rini | 2014-08-06 | -2/+2 |
* | kconfig: switch to Kconfig | Masahiro Yamada | 2014-07-30 | -62/+54 |
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-07-28 | -0/+6 |
|\ |
|
| * | keystone: add support for NAND gpheader image | Khoronzhuk, Ivan | 2014-07-25 | -0/+6 |
* | | Makefile: fix tags target documentation | Igor Grinberg | 2014-07-22 | -1/+2 |
* | | Makefile: fix ctags/etags clean targets | Igor Grinberg | 2014-07-22 | -1/+1 |
* | | Makefile: fix the {c, e}tags/cscope build targets | Igor Grinberg | 2014-07-22 | -2/+2 |
* | | Prepare v2014.07 | Tom Rini | 2014-07-14 | -1/+1 |
* | | Makefile: drop arch/*/include/asm/proc from make mrproper pattern | Masahiro Yamada | 2014-07-07 | -1/+1 |
* | | Avoid using gawk-specific strtonum() | Simon Glass | 2014-07-07 | -1/+2 |
|/ |
|
* | Prepare v2014.07-rc4 | Tom Rini | 2014-07-02 | -1/+1 |
* | cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) | Masahiro Yamada | 2014-06-20 | -8/+8 |
* | fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB | Simon Glass | 2014-06-19 | -1/+1 |
* | kbuild: move spl/Makefile to scripts/Makefile.spl | Masahiro Yamada | 2014-06-11 | -5/+3 |
* | kbuild: export HOSTCXX and HOSTCXXFLAGS | Masahiro Yamada | 2014-06-11 | -1/+1 |
* | fdt: Add DEV_TREE_BIN option to specify a device tree binary file | Simon Glass | 2014-06-11 | -1/+1 |
* | Check that u-boot.bin size looks correct | Simon Glass | 2014-06-11 | -1/+13 |
* | Makefile: fix clang warnings due to clang support | Jeroen Hofstee | 2014-06-11 | -28/+0 |
* | Prepare v2014.07-rc3 | Tom Rini | 2014-06-10 | -1/+1 |
* | nand_spl: remove nand_spl infrastructure | Masahiro Yamada | 2014-06-05 | -27/+1 |
* | kbuild: add missing PERL definition | Masahiro Yamada | 2014-06-05 | -1/+2 |
* | kbuild: remove unused RANLIB | Masahiro Yamada | 2014-06-05 | -1/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-05-30 | -0/+10 |
|\ |
|
| * | sunxi: non-FEL SPL boot support for sun7i | Ian Campbell | 2014-05-25 | -0/+10 |
* | | Prepare v2014.07-rc2 | Tom Rini | 2014-05-27 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-05-24 | -0/+8 |
|\ |
|
| * | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-05-23 | -0/+8 |
| |\ |
|
| | * | build: support a new image u-boot-dtb.img | Masahiro Yamada | 2014-05-15 | -0/+8 |
* | | | examples: select libgcc for non-default architecture | Alexey Brodkin | 2014-05-23 | -0/+1 |
|/ / |
|