| Commit message (Expand) | Author | Age | Lines |
* | MLK-12416-11: support saveenv for sata | Peng Fan | 2016-03-25 | -0/+170 |
* | MLK-12527-2 android: Add FSL android fastboot support | Ye Li | 2016-03-25 | -5/+92 |
* | MLK-12444-1 mfgtool: Add mfgtool support | Ye Li | 2016-03-25 | -0/+23 |
* | MLK-11211 lcd: fix build warning | Peng Fan | 2016-03-25 | -4/+1 |
* | MLK-12425-2: video: epdc: introduce epdc support | Peng Fan | 2016-03-25 | -9/+24 |
* | malloc: remove !gd handling | Stephen Warren | 2016-03-08 | -1/+1 |
* | timer: Set up the real timer after driver model is available | Simon Glass | 2016-02-26 | -2/+18 |
* | Revert "image-fit: Fix signature checking" | Simon Glass | 2016-02-26 | -3/+8 |
* | image: Correct the OS location code to work on sandbox | Simon Glass | 2016-02-26 | -1/+6 |
* | spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS | Guillaume GARDET | 2016-02-19 | -1/+1 |
* | tools: fix env_flags build | Lubomir Rintel | 2016-02-15 | -0/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2016-02-11 | -0/+8 |
|\ |
|
| * | dm: video: Add a temporary work-around for old stdout var | Simon Glass | 2016-02-11 | -0/+8 |
* | | Revert "common/memsize.c: Simplify RAM size detection" | Hans de Goede | 2016-02-10 | -21/+26 |
* | | Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. | David Müller (ELSOFT AG) | 2016-02-08 | -118/+0 |
* | | board_r: fix a typo in comment block | Masahiro Yamada | 2016-02-08 | -1/+1 |
* | | image: fix getenv_bootm_size() function again | Masahiro Yamada | 2016-02-08 | -8/+13 |
* | | malloc: solve dead code issue in memalign() | Stephen Warren | 2016-02-08 | -1/+1 |
* | | common/memsize.c: Simplify RAM size detection | Eddy Petrișor | 2016-02-08 | -26/+21 |
* | | hush: Add rudimentary support for PS1 and PS2 | Marek Vasut | 2016-02-08 | -0/+10 |
* | | hush: Pull out U-Boot prompt display and read functionality | Marek Vasut | 2016-02-08 | -5/+16 |
* | | tools: env validate: pass values as 0-based array | Andreas Fenkart | 2016-02-08 | -7/+7 |
* | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging | Tom Rini | 2016-02-08 | -3/+3 |
|\ \ |
|
| * | | Use correct spelling of "U-Boot" | Bin Meng | 2016-02-06 | -3/+3 |
| |/ |
|
* | | autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set | Stefan Roese | 2016-02-05 | -2/+2 |
|/ |
|
* | malloc: work around some memalign fragmentation issues | Stephen Warren | 2016-02-01 | -0/+22 |
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2016-01-27 | -0/+29 |
|\ |
|
| * | dm: env_sf: fix saveenv() to use driver model | Gong Qianyu | 2016-01-27 | -0/+29 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2016-01-26 | -1/+15 |
|\ \ |
|
| * | | lcd: fix the color testpattern in 16bit mode | Andreas Neubacher | 2016-01-24 | -1/+15 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2016-01-25 | -1/+1 |
|\ \ |
|
| * | | usb: kbd: Prevent out of bound access | Marek Vasut | 2016-01-25 | -1/+1 |
| |/ |
|
* | | common/console.c: Remove unused inline functions | Tom Rini | 2016-01-25 | -48/+0 |
* | | env_mmc: support overriding mmc dev from board code | Clemens Gruber | 2016-01-25 | -7/+12 |
* | | bootm: fix size arg of flush_cache() in bootm_load_os(). | Purna Chandra Mandal | 2016-01-25 | -1/+1 |
* | | Move all command code into its own directory | Simon Glass | 2016-01-25 | -43190/+6 |
|/ |
|
* | gpio: Warn about invalid GPIOs used with the 'gpio' command | Simon Glass | 2016-01-21 | -1/+3 |
* | stdio: Correct a build error with driver model | Simon Glass | 2016-01-21 | -0/+3 |
* | gpio: Allow 's' as an abbreviation for 'status' | Simon Glass | 2016-01-21 | -1/+1 |
* | dm: pmic: Add 'reg status' to show all regulators | Simon Glass | 2016-01-21 | -10/+56 |
* | dm: video: sandbox: Convert sandbox to use driver model for video | Simon Glass | 2016-01-20 | -11/+0 |
* | dm: stdio: video: Plumb the video uclass into stdio | Simon Glass | 2016-01-20 | -4/+15 |
* | dm: video: Implement the bmp command for driver model | Simon Glass | 2016-01-20 | -1/+21 |
* | dm: common: Add memory reservation for the video uclass | Simon Glass | 2016-01-20 | -12/+35 |
* | common: Move LCD and video memory reservation together | Simon Glass | 2016-01-20 | -14/+14 |
* | dm: lcd: Avoid using the lcd.h header file with driver model | Simon Glass | 2016-01-20 | -0/+2 |
* | Revert "fdt_support: Add multi-serial support for stdout fixup" | Bin Meng | 2016-01-20 | -15/+1 |
* | usb: Define USB_MAX_STOR_DEV in only one place | Simon Glass | 2016-01-20 | -1/+0 |
* | sandbox: Support the bmp command | Simon Glass | 2016-01-20 | -5/+8 |
* | i2c: Correct command return values | Simon Glass | 2016-01-20 | -2/+4 |