| Commit message (Expand) | Author | Age | Files | Lines |
* | Kconfig: spl: Add SPL support options to Kconfig | Simon Glass | 2016-09-16 | 1 | -49/+0 |
* | README: add cmd directory description | Xu Ziyuan | 2016-09-06 | 1 | -0/+1 |
* | Drop references to MAKEALL in the documentation | Simon Glass | 2016-07-31 | 1 | -29/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2016-07-27 | 1 | -0/+3 |
|\ |
|
| * | video: allow version string to be optional when using LOGO | Tim Harvey | 2016-07-11 | 1 | -0/+3 |
* | | fixing typo error in README file. CPU15 -> CP15 | yeongjun Kim | 2016-07-22 | 1 | -1/+1 |
* | | spl: Lightweight UBI and UBI fastmap support | Thomas Gleixner | 2016-07-22 | 1 | -0/+4 |
* | | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2016-07-19 | 1 | -1/+2 |
|\ \ |
|
| * | | armv8: Move secure_ram variable out of generic global data | York Sun | 2016-07-15 | 1 | -1/+2 |
| |/ |
|
* | | Various, unrelated tree-wide typo fixes. | Robert P. J. Day | 2016-07-16 | 1 | -1/+1 |
* | | README: Remove CONFIG_SYS_MALLOC_F_LEN comment | Simon Glass | 2016-07-14 | 1 | -3/+0 |
|/ |
|
* | doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README | Masahiro Yamada | 2016-07-01 | 1 | -17/+0 |
* | arm: Allow skipping of low-level init with I-cache on | Simon Glass | 2016-06-12 | 1 | -0/+5 |
* | Remove/update old generic-board documentation and warning | Simon Glass | 2016-05-27 | 1 | -10/+0 |
* | cmd: eeprom: add support for layout aware commands | Nikita Kiryanov | 2016-05-20 | 1 | -0/+1 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-05-17 | 1 | -2/+2 |
|\ |
|
| * | dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI | Simon Glass | 2016-05-17 | 1 | -2/+2 |
* | | SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE | Marek Vasut | 2016-05-17 | 1 | -0/+4 |
|/ |
|
* | README: Specify the full path for README.video | Fabio Estevam | 2016-04-11 | 1 | -1/+1 |
* | README: Specify the full path for README.displaying-bmps | Fabio Estevam | 2016-04-01 | 1 | -1/+1 |
* | Add an option to enable the command line | Simon Glass | 2016-03-22 | 1 | -0/+8 |
* | Kconfig: Move CONFIG_FIT and related options to Kconfig | Simon Glass | 2016-03-14 | 1 | -36/+3 |
* | net: bootp: Add environment variable for timeout period | Alexandre Messier | 2016-02-26 | 1 | -0/+6 |
* | doc: Remove any reference to CONFIG_MODEM_SUPPORT, CONFIG_CMD_HWFLOW, CONFIG_... | David Müller (ELSOFT AG) | 2016-02-08 | 1 | -28/+0 |
* | hush: Add rudimentary support for PS1 and PS2 | Marek Vasut | 2016-02-08 | 1 | -0/+8 |
* | Use correct spelling of "U-Boot" | Bin Meng | 2016-02-06 | 1 | -2/+2 |
* | tpm: st33zp24: Add tpm st33zp24 spi support | Christophe Ricard | 2016-01-28 | 1 | -0/+4 |
* | tpm: st33zp24: Add tpm st33zp24 support with i2c | Christophe Ricard | 2016-01-28 | 1 | -0/+7 |
* | common/console.c: Remove unused inline functions | Tom Rini | 2016-01-25 | 1 | -6/+0 |
* | vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF | Tom Rini | 2016-01-19 | 1 | -9/+0 |
* | README: Review the u-boot porting guide list | Phil Sutter | 2016-01-14 | 1 | -7/+4 |
* | doc: Tidy up first part of top-level README file | Robert P. J. Day | 2016-01-08 | 1 | -85/+43 |
* | armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server | York Sun | 2015-12-15 | 1 | -2/+2 |
* | common: Rewrite hiding the end of memory | York Sun | 2015-12-15 | 1 | -1/+1 |
* | Reserve secure memory | York Sun | 2015-12-15 | 1 | -0/+8 |
* | armv8: LS2080A: Rename LS2085A to reflect LS2080A | Prabhakar Kushwaha | 2015-11-30 | 1 | -0/+3 |
* | eeprom: Zap CONFIG_SPI_X | Marek Vasut | 2015-11-21 | 1 | -5/+0 |
* | video: input: Clean up after i8042 conversion | Simon Glass | 2015-11-19 | 1 | -17/+12 |
* | Drop CONFIG_ISA_KEYBOARD | Simon Glass | 2015-11-19 | 1 | -5/+0 |
* | video: Drop unused console functions | Simon Glass | 2015-11-19 | 1 | -7/+0 |
* | dm: cros_ec: Convert cros_ec keyboard driver to driver model | Simon Glass | 2015-11-19 | 1 | -5/+0 |
* | board_init: Change the logic to setup malloc_base | Fabio Estevam | 2015-11-12 | 1 | -0/+3 |
* | i2c: ihs_i2c: Dual channel support | Dirk Eibach | 2015-11-12 | 1 | -0/+9 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2015-10-29 | 1 | -2/+10 |
|\ |
|
| * | net: TFTP: variables cleanup and addition | Albert ARIBAUD \(3ADEV\) | 2015-10-28 | 1 | -2/+10 |
* | | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2015-10-27 | 1 | -2/+2 |
|\ \ |
|
| * | | dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon | Christophe Ricard | 2015-10-23 | 1 | -2/+2 |
| |/ |
|
* | | ubi,ubifs: sync with linux v4.2 | Heiko Schocher | 2015-10-26 | 1 | -0/+4 |
|/ |
|
* | cmd: bootvx: Always get VxWorks bootline from env | Bin Meng | 2015-10-21 | 1 | -10/+2 |
* | arndale: Apply Cortex-A15 errata #773022 and #774769 | Ian Campbell | 2015-10-11 | 1 | -1/+3 |