| Commit message (Expand) | Author | Age | Files | Lines |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 18 | -40/+18 |
* | vsprintf.c: add EFI device path printing | Heinrich Schuchardt | 2018-01-22 | 1 | -0/+3 |
* | riscv: Support standalone | Rick Chen | 2018-01-12 | 2 | -0/+53 |
* | examples: add fallback memcpy | Rob Clark | 2017-09-12 | 1 | -0/+12 |
* | vsprintf.c: add GUID printing | Rob Clark | 2017-09-12 | 1 | -0/+1 |
* | vsprintf.c: add UTF-16 string (%ls) support | Rob Clark | 2017-09-12 | 1 | -0/+1 |
* | avr32: Retire AVR32 for good | Andy Shevchenko | 2017-07-06 | 1 | -13/+0 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 2 | -66/+0 |
* | powerpc, 8260: remove support for mpc8260 | Heiko Schocher | 2017-06-12 | 2 | -380/+0 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 5 | -795/+0 |
* | OpenRISC: Remove | Tom Rini | 2017-04-05 | 1 | -14/+0 |
* | SPARC: Remove | Tom Rini | 2017-04-05 | 1 | -15/+0 |
* | Blackfin: Remove | Tom Rini | 2017-04-05 | 1 | -13/+0 |
* | ARM: Default to using optimized memset and memcpy routines | Tom Rini | 2017-01-20 | 1 | -1/+4 |
* | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2016-09-26 | 1 | -7/+0 |
* | xtensa: add support for the xtensa processor architecture [1/2] | Chris Zankel | 2016-08-15 | 1 | -0/+47 |
* | Add support for 64-bit MIPS to examples/standalone | Stanislav Galabov | 2016-05-21 | 1 | -0/+18 |
* | Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets. | Stanislav Galabov | 2016-05-21 | 3 | -15/+20 |
* | api: Add FreeBSD API support for MIPS platforms | Stanislav Galabov | 2016-02-08 | 2 | -0/+27 |
* | Use correct spelling of "U-Boot" | Bin Meng | 2016-02-06 | 3 | -6/+6 |
* | lib/tiny-printf.c: Add tiny printf function for space limited environments | Stefan Roese | 2015-11-23 | 1 | -36/+4 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 2 | -0/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2015-11-10 | 1 | -0/+10 |
|\ |
|
| * | arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD | Albert ARIBAUD | 2015-11-10 | 1 | -0/+10 |
* | | Various Makefiles: Add SPDX-License-Identifier tags | Tom Rini | 2015-11-10 | 1 | -0/+4 |
|/ |
|
* | net: Remove all references to CONFIG_ETHADDR and friends | Joe Hershberger | 2015-05-19 | 1 | -23/+0 |
* | Export redesign | Martin Dorwig | 2015-01-29 | 1 | -31/+33 |
* | mpc8xx: remove lwmon board support | Masahiro Yamada | 2015-01-05 | 1 | -19/+0 |
* | kbuild: standalone: simplify clean-files | Masahiro Yamada | 2014-09-16 | 1 | -1/+1 |
* | standalone: use GCC_VERSION defined in compiler-gcc.h | Masahiro Yamada | 2014-09-16 | 1 | -5/+2 |
* | examples: select libgcc for non-default architecture | Alexey Brodkin | 2014-05-23 | 1 | -3/+1 |
* | standalone: delete an unused source file | Masahiro Yamada | 2014-04-17 | 1 | -100/+0 |
* | powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 | Masahiro Yamada | 2014-03-07 | 1 | -1/+1 |
* | kbuild: improve Kbuild speed | Masahiro Yamada | 2014-03-07 | 1 | -3/+2 |
* | kbuild: use shorten logs for misc targets | Masahiro Yamada | 2014-02-25 | 2 | -33/+32 |
* | kbuild: use shorten logs objcopy rules | Masahiro Yamada | 2014-02-25 | 2 | -6/+10 |
* | examples: move api/ and standalone/ entry to examples/Makefile | Masahiro Yamada | 2014-02-19 | 3 | -8/+9 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | 2 | -19/+18 |
* | kbuild: change out-of-tree build | Masahiro Yamada | 2014-02-19 | 2 | -15/+15 |
* | Makefile: move some flags to examples makefiles | Masahiro Yamada | 2014-02-19 | 2 | -0/+8 |
* | Makfile: move suffix rules to Makefile.build | Masahiro Yamada | 2014-02-19 | 1 | -2/+2 |
* | examples: Use scripts/Makefile.build | Masahiro Yamada | 2014-02-19 | 2 | -48/+19 |
* | arc: add support for standalone programs | Alexey Brodkin | 2014-02-07 | 1 | -0/+13 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-01-10 | 1 | -2/+17 |
|\ |
|
| * | arm64: core support | David Feng | 2014-01-09 | 1 | -0/+15 |
| * | ARM: fix the standalone programs | Jeroen Hofstee | 2013-12-12 | 1 | -2/+2 |
* | | Makefile, .gitignore: Cleanup non-existing binaries | Masahiro Yamada | 2013-12-16 | 1 | -1/+0 |
* | | examples: x86: delete 82559_eeprom | Masahiro Yamada | 2013-12-16 | 3 | -362/+0 |
* | | Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) | Masahiro Yamada | 2013-12-16 | 1 | -13/+13 |
|/ |
|
* | Makefile: descend into subdirectories only when CONFIG_API is defined | Masahiro Yamada | 2013-11-25 | 1 | -15/+12 |