| Commit message (Expand) | Author | Age | Files | Lines |
* | Kconfig: Move SPL settings into their own file | Simon Glass | 2016-09-16 | 1 | -68/+0 |
* | Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL | Masahiro Yamada | 2016-09-07 | 1 | -0/+1 |
* | Kconfig: DISTRO_DEFAULTS: Only enable CMD_BOOTZ for ARM | Tom Rini | 2016-08-20 | 1 | -1/+1 |
* | cmd: booti: move CONFIG_CMD_BOOTI to Kconfig | Masahiro Yamada | 2016-08-20 | 1 | -0/+1 |
* | common: image: Add support for post-processing of images | Andreas Dannenberg | 2016-08-12 | 1 | -0/+14 |
* | treewide: move CONFIG_PHYS_64BIT to Kconfig | Masahiro Yamada | 2016-08-05 | 1 | -0/+8 |
* | libfdt: Introduce new ARCH_FIXUP_FDT option | Michal Simek | 2016-07-31 | 1 | -0/+9 |
* | tools: Allow building with debug enabled | Simon Glass | 2016-07-14 | 1 | -0/+9 |
* | spl: fit: add support for post-processing of images | Daniel Allred | 2016-07-14 | 1 | -0/+14 |
* | Kconfig: Add a new DISTRO_DEFAULTS Kconfig option | Hans de Goede | 2016-06-20 | 1 | -0/+17 |
* | verified-boot: Minimal support for booting U-Boot proper from SPL | Teddy Reed | 2016-06-12 | 1 | -0/+11 |
* | MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig | Paul Burton | 2016-05-26 | 1 | -1/+1 |
* | Kconfig: Simple aesthetic/grammar fixes to top-level Kconfig | Robert P. J. Day | 2016-04-18 | 1 | -10/+11 |
* | spl: Add an option to load a FIT containing U-Boot | Simon Glass | 2016-03-14 | 1 | -0/+11 |
* | Kconfig: Move CONFIG_FIT and related options to Kconfig | Simon Glass | 2016-03-14 | 1 | -2/+60 |
* | Move all command code into its own directory | Simon Glass | 2016-01-25 | 1 | -0/+2 |
* | microblaze: move CONFIG_SYS_TEXT_BASE to defconfig | Masahiro Yamada | 2016-01-20 | 1 | -1/+1 |
* | m68k: move CONFIG_SYS_TEXT_BASE to defconfig files | Masahiro Yamada | 2016-01-20 | 1 | -1/+2 |
* | dm: spl: Support device tree when BSS is in a different section | Simon Glass | 2015-11-04 | 1 | -0/+10 |
* | malloc_simple: Add support for switching to DRAM heap | Hans de Goede | 2015-10-20 | 1 | -0/+10 |
* | malloc_simple: Add Kconfig option for using only malloc_simple in the SPL | Hans de Goede | 2015-10-20 | 1 | -0/+10 |
* | Kconfig: fix typo in CONFIG_FIT description | Igor Grinberg | 2015-09-28 | 1 | -1/+1 |
* | efi: Drop CONFIG_SYS_TEXT_BASE for EFI | Ben Stoltz | 2015-08-05 | 1 | -0/+1 |
* | Kconfig: zynqmp: Move CONFIG_SYS_TEXT_BASE to defconfig | Siva Durga Prasad Paladugu | 2015-07-28 | 1 | -1/+1 |
* | ARM: UniPhier: move CONFIG_SYS_TEXT_BASE to Kconfig | Masahiro Yamada | 2015-05-31 | 1 | -1/+1 |
* | x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS | Bin Meng | 2015-04-29 | 1 | -1/+1 |
* | sunxi: use CONFIG_SYS_CLK_FREQ to set cpu clock | Iain Paton | 2015-03-29 | 1 | -1/+1 |
* | malloc_f: enable SYS_MALLOC_F by default if DM is on | Masahiro Yamada | 2015-03-28 | 1 | -1/+1 |
* | dlmalloc: do memset in malloc init as new default config | Przemyslaw Marczak | 2015-03-09 | 1 | -7/+25 |
* | arm: spl: Allow board_init_r() to run with a larger stack | Simon Glass | 2015-03-04 | 1 | -0/+18 |
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2015-02-25 | 1 | -1/+3 |
|\ |
|
| * | crypto/fsl - Add progressive hashing support using hardware acceleration. | gaurav rana | 2015-02-25 | 1 | -1/+3 |
* | | kconfig: remove unneeded dependency on !SPL_BUILD | Masahiro Yamada | 2015-02-24 | 1 | -10/+2 |
* | | kconfig: switch to single .config configuration | Masahiro Yamada | 2015-02-24 | 1 | -14/+0 |
* | | kconfig: Adjust ordering so that defaults work as expected | Simon Glass | 2015-02-24 | 1 | -2/+3 |
|/ |
|
* | dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig | Simon Glass | 2015-02-12 | 1 | -0/+19 |
* | dm: test: Add a Kconfig file | Simon Glass | 2015-02-12 | 1 | -0/+2 |
* | RSA depends on DM | Chris Kuethe | 2015-02-12 | 1 | -0/+1 |
* | arc: move SYS_MONITOR_BASE setup in Konfig | Alexey Brodkin | 2015-02-09 | 1 | -1/+1 |
* | FIT: Modify option FIT_SIGNATURE in Kconfig | Ruchika Gupta | 2015-01-29 | 1 | -1/+2 |
* | Kconfig: move CONFIG_SYS_CLK_FREQ to Kconfig | Alexey Brodkin | 2015-01-14 | 1 | -0/+6 |
* | Kconfig: move EXPERT option under "General setup" menu | Masahiro Yamada | 2015-01-07 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-11-24 | 1 | -0/+8 |
|\ |
|
| * | Kconfig: Add EXPERT option | Tom Rini | 2014-11-24 | 1 | -0/+8 |
* | | FIT: add some FIT configurations to Kconfig | Masahiro Yamada | 2014-11-23 | 1 | -0/+22 |
|/ |
|
* | sparc: move CONFIG_SYS_TEXT_BASE to Kconfig | Masahiro Yamada | 2014-11-04 | 1 | -0/+6 |
* | kconfig: add CONFIG_SUPPORT_TPL | Masahiro Yamada | 2014-10-27 | 1 | -1/+4 |
* | kconfig: add CONFIG_SUPPORT_SPL | Masahiro Yamada | 2014-10-27 | 1 | -0/+4 |
* | kconfig: move CONFIG_OF_* to Kconfig | Masahiro Yamada | 2014-09-25 | 1 | -0/+2 |
* | kconfig: add blank Kconfig files | Masahiro Yamada | 2014-09-24 | 1 | -1/+11 |