| Commit message (Expand) | Author | Age | Files | Lines |
* | spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() | Seung-Woo Kim | 2017-09-29 | 1 | -2/+3 |
* | dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled | Bin Meng | 2017-09-27 | 1 | -2/+17 |
* | usb: storage: Refactor to use max_xfer_blk from struct us_data | Bin Meng | 2017-09-27 | 1 | -19/+30 |
* | spl: Fix compiling warning on gunzip argument | York Sun | 2017-09-22 | 1 | -1/+4 |
* | spl: stash bootstage info before jump to next stage | Kever Yang | 2017-09-22 | 1 | -7/+7 |
* | bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL | Philipp Tomsich | 2017-09-18 | 1 | -1/+1 |
* | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2017-09-17 | 3 | -12/+13 |
|\ |
|
| * | bootstage: Provide a separate record count setting for SPL | Simon Glass | 2017-09-16 | 2 | -3/+10 |
| * | bootstage: Drop unused options | Simon Glass | 2017-09-16 | 2 | -10/+1 |
| * | board_f: Drop the timer after relocation | Simon Glass | 2017-09-16 | 1 | -0/+3 |
* | | fit: Introduce methods for applying overlays on fit-load | Pantelis Antoniou | 2017-09-15 | 2 | -8/+180 |
* | | fit: Do not throw away extra configuration on fit_image_load() | Pantelis Antoniou | 2017-09-15 | 1 | -4/+7 |
* | | fit: Allow multiple images per property | Pantelis Antoniou | 2017-09-15 | 1 | -3/+15 |
* | | fdt: Introduce helper method fdt_overlay_apply_verbose() | Pantelis Antoniou | 2017-09-15 | 1 | -0/+31 |
|/ |
|
* | spl: add newline in debug output | Anatolij Gustschin | 2017-09-13 | 1 | -2/+2 |
* | image: Add TI PMMC image type | Andrew F. Davis | 2017-09-12 | 1 | -0/+1 |
* | spl: fit: Add booting OS first | York Sun | 2017-09-11 | 1 | -19/+41 |
* | spl: fit: Support both external and embedded data | York Sun | 2017-09-11 | 1 | -19/+33 |
* | spl: fit: Eanble GZIP support for image decompression | York Sun | 2017-09-11 | 1 | -2/+30 |
* | spl: typo fix for SPL_ATF_SUPPORT description | Kever Yang | 2017-09-07 | 1 | -1/+1 |
* | splash_source: Verify FIT magic | Niko Mauno | 2017-09-04 | 1 | -0/+5 |
* | Revert "Merge git://git.denx.de/u-boot-video" | Tom Rini | 2017-09-01 | 1 | -5/+0 |
* | Merge git://git.denx.de/u-boot-video | Tom Rini | 2017-09-01 | 1 | -0/+5 |
|\ |
|
| * | splash_source: Verify FIT magic | Niko Mauno | 2017-08-29 | 1 | -0/+5 |
* | | Merge git://git.denx.de/u-boot-imx | Tom Rini | 2017-09-01 | 4 | -1/+45 |
|\ \ |
|
| * | | spl: do not repeat timer init on i.MX6 | Anatolij Gustschin | 2017-08-29 | 1 | -1/+1 |
| * | | spl: add serial download protocol (SDP) support | Stefan Agner | 2017-08-23 | 3 | -0/+44 |
| |/ |
|
* | | bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks boot | Hannes Schmelzer | 2017-08-28 | 1 | -0/+3 |
* | | common: console: Fix duplicated CONFIG in silent env callback | Wilson Lee | 2017-08-28 | 1 | -2/+2 |
|/ |
|
* | fb_mmc.c: Correct blk_dread() return value checks | Tom Rini | 2017-08-21 | 1 | -2/+2 |
* | common/fb_mmc.c: Fix warnings about casts | Tom Rini | 2017-08-21 | 1 | -2/+2 |
* | common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA | Thomas Petazzoni | 2017-08-20 | 1 | -27/+0 |
* | spl: spl_mmc.c Correct blk_dread() return value check | Tom Rini | 2017-08-20 | 1 | -1/+1 |
* | hash: Compile only hardware or software versions of SHA algorithms | Tom Rini | 2017-08-20 | 1 | -51/+44 |
* | lcd: avoid possible NULL dereference | xypron.glpk@gmx.de | 2017-08-19 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Tom Rini | 2017-08-18 | 1 | -1/+1 |
|\ |
|
| * | dm: sata: Support driver model with the 'sata' command | Simon Glass | 2017-08-17 | 1 | -1/+1 |
* | | spl: fix Makefile for NOR, XIP and YMODEM | Philipp Tomsich | 2017-08-17 | 1 | -3/+3 |
* | | env: Rename some other getenv()-related functions | Simon Glass | 2017-08-16 | 3 | -13/+13 |
* | | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() | Simon Glass | 2017-08-16 | 1 | -6/+6 |
* | | env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() | Simon Glass | 2017-08-16 | 4 | -8/+8 |
* | | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 26 | -64/+67 |
* | | env: Rename common functions related to setenv() | Simon Glass | 2017-08-16 | 4 | -7/+7 |
* | | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 12 | -16/+16 |
* | | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 21 | -4553/+1 |
|/ |
|
* | common: Move CONFIG_BOOTARGS to Kconfig | Sam Protsenko | 2017-08-14 | 1 | -0/+16 |
* | Merge branch 'master' of git://git.denx.de/u-boot-rockchip | Tom Rini | 2017-08-14 | 5 | -38/+157 |
|\ |
|
| * | dm: timer: normalise SPL and TPL support | Philipp Tomsich | 2017-08-13 | 1 | -8/+0 |
| * | moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE | Philipp Tomsich | 2017-08-13 | 1 | -0/+1 |
| * | spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig | Philipp Tomsich | 2017-08-13 | 1 | -0/+39 |