| Commit message (Expand) | Author | Age | Files | Lines |
* | log: Add a test command | Simon Glass | 2017-12-07 | 2 | -1/+8 |
* | log: Add a 'log level' command | Simon Glass | 2017-12-07 | 3 | -0/+63 |
* | Drop the log buffer | Simon Glass | 2017-12-07 | 2 | -314/+0 |
* | mtdparts: Correct use of debug() | Simon Glass | 2017-12-07 | 1 | -3/+0 |
* | cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C | Nobuhiro Iwamatsu | 2017-12-07 | 1 | -2/+12 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2017-12-05 | 1 | -12/+61 |
|\ |
|
| * | efi_loader: pass handle of loaded image | Heinrich Schuchardt | 2017-12-01 | 1 | -3/+4 |
| * | efi_loader: Exit in efi_set_bootdev() upon invalid "desc" | Stefan Roese | 2017-12-01 | 1 | -0/+2 |
| * | efi_loader: use bootargs as load options | Heinrich Schuchardt | 2017-12-01 | 1 | -0/+2 |
| * | efi_selftest: correctly cleanup after selftest | Heinrich Schuchardt | 2017-12-01 | 1 | -1/+3 |
| * | efi_selftest: allow to select a single test for execution | Heinrich Schuchardt | 2017-12-01 | 1 | -1/+36 |
| * | efi_selftest: provide a dummy device path | Heinrich Schuchardt | 2017-12-01 | 1 | -0/+6 |
| * | efi_loader: consistently use efi_status_t in bootefi | Heinrich Schuchardt | 2017-12-01 | 1 | -9/+9 |
| * | efi_loader: implement SetWatchdogTimer | Heinrich Schuchardt | 2017-12-01 | 1 | -0/+1 |
* | | mtd: nand: Rename nand.h into rawnand.h | Masahiro Yamada | 2017-12-04 | 2 | -2/+2 |
|/ |
|
* | cmd: blk: remove unreachable code | Heinrich Schuchardt | 2017-11-29 | 1 | -2/+0 |
* | cmd: usb: ignore blk, emulation devices in usb tree/info display | Suneel Garapati | 2017-11-26 | 1 | -3/+19 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2017-11-19 | 1 | -1/+1 |
|\ |
|
| * | cmd/fdt.c align data buffer to avoid unaligned word access | Bernhard Messerklinger | 2017-11-16 | 1 | -1/+1 |
* | | cmd: mac: Update description of help | Prabhakar Kushwaha | 2017-11-15 | 1 | -14/+14 |
|/ |
|
* | Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT | Tom Rini | 2017-11-05 | 1 | -3/+4 |
* | cmd: fastboot: Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devices | Benjamin Young | 2017-10-25 | 1 | -0/+10 |
* | cmd: gpt: solve issue for swap and rename command | Patrick Delaunay | 2017-10-23 | 1 | -6/+6 |
* | cmd/pxe.c: Rework bootargs construction to clarify string checks | Tom Rini | 2017-10-16 | 1 | -9/+10 |
* | Drop CONFIG_HAS_DATAFLASH | Tuomas Tynkkynen | 2017-10-16 | 2 | -128/+11 |
* | env: Drop CONFIG_ENV_IS_IN_DATAFLASH | Tuomas Tynkkynen | 2017-10-16 | 1 | -2/+1 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2017-10-13 | 1 | -0/+23 |
|\ |
|
| * | efi_loader: Add mem-mapped for fallback | Rob Clark | 2017-10-12 | 1 | -0/+23 |
* | | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2017-10-12 | 1 | -0/+2 |
|\ \ |
|
| * | | cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not defined | York Sun | 2017-10-09 | 1 | -0/+2 |
| |/ |
|
* | | cmd: Toggle the default value of CONFIG_CMD_IMLS | Tuomas Tynkkynen | 2017-10-10 | 1 | -1/+0 |
* | | cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTI | Tom Rini | 2017-10-08 | 1 | -0/+2 |
* | | scripts: Move Kconfig contents to cmd/Kconfig | Sam Protsenko | 2017-10-08 | 1 | -0/+3 |
* | | cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity | Tom Rini | 2017-10-07 | 2 | -2/+2 |
* | | cmd/time.c: Initialize 'repeatable' variable | Tom Rini | 2017-10-06 | 1 | -1/+1 |
* | | cmd/pxe.c: Rework initrd and bootargs handling slightly | Tom Rini | 2017-10-06 | 1 | -6/+6 |
* | | cmd/nvedit.c: Update input handling to cover overflow cases | Tom Rini | 2017-10-06 | 1 | -4/+7 |
* | | GPT: fix memory leaks identified by Coverity | Alison Chaiken | 2017-10-06 | 1 | -18/+69 |
* | | Merge git://git.denx.de/u-boot-sunxi | Tom Rini | 2017-10-05 | 2 | -0/+14 |
|\ \ |
|
| * | | sunxi: Remove the MMC index hack | Maxime Ripard | 2017-10-03 | 1 | -0/+2 |
| * | | cmd: Move CONFIG_RANDOM_UUID to Kconfig | Maxime Ripard | 2017-10-03 | 1 | -0/+7 |
| * | | cmd: fastboot: Rework fastboot dependency | Maxime Ripard | 2017-10-03 | 1 | -0/+5 |
| |/ |
|
* | | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 7 | -16/+16 |
|/ |
|
* | cmd: Add the 'btrsubvol' command to list BTRFS subvolumes | Marek BehĂșn | 2017-10-02 | 3 | -0/+39 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2017-10-01 | 2 | -148/+142 |
|\ |
|
| * | efi_loader: fix efi_exit | Rob Clark | 2017-09-21 | 1 | -1/+0 |
| * | efi_loader: reenable selftest | Heinrich Schuchardt | 2017-09-20 | 1 | -2/+6 |
| * | efi_loader: add bootmgr | Rob Clark | 2017-09-20 | 1 | -2/+47 |
| * | efi_loader: efi variable support | Rob Clark | 2017-09-20 | 1 | -0/+4 |
| * | efi_loader: refactor boot device and loaded_image handling | Rob Clark | 2017-09-20 | 1 | -142/+59 |