| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
| * | efi_selftest: provide an EFI selftest application | Heinrich Schuchardt | 2017-09-18 | 2 | -3/+24 |
| * | efi_loader: rename __efi_hello_world_* | Heinrich Schuchardt | 2017-09-18 | 1 | -2/+2 |
| * | efi_loader: bootefi hello should use loadaddr | Heinrich Schuchardt | 2017-09-18 | 1 | -1/+5 |
* | | GPT: incomplete initialization in allocate_disk_part | Heinrich Schuchardt | 2017-09-26 | 1 | -2/+1 |
|/ |
|
* | Merge git://git.denx.de/u-boot-fdt | Tom Rini | 2017-09-15 | 1 | -4/+3 |
|\ |
|
| * | fdt: Switch to using the verbose overlay application method | Pantelis Antoniou | 2017-09-15 | 1 | -4/+3 |
* | | Merge git://git.denx.de/u-boot-ubi | Tom Rini | 2017-09-15 | 1 | -0/+5 |
|\ \ |
|
| * | | cmd: set filesize variable in ubi read | Holger Dengler | 2017-09-12 | 1 | -0/+5 |
* | | | cmd: blk: Use LBAFU in the common block command | Bin Meng | 2017-09-15 | 1 | -6/+4 |
* | | | blk: Remove various places that do flush cache after read | Bin Meng | 2017-09-15 | 1 | -2/+0 |
| |/
|/| |
|
* | | cmd: spl: Fix compiling warning | York Sun | 2017-09-11 | 1 | -4/+4 |
|/ |
|
* | cmd: ide: Make the first device the default one | Bin Meng | 2017-09-10 | 1 | -1/+1 |
* | fdt: fix 'prop (...) not found!' error in 'fdt set' command | Hannes Schmelzer | 2017-09-04 | 1 | -5/+3 |
* | Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs | Tom Rini | 2017-09-01 | 1 | -7/+16 |
* | Merge git://git.denx.de/u-boot-imx | Tom Rini | 2017-09-01 | 3 | -0/+58 |
|\ |
|
| * | cmd: add sdp command | Stefan Agner | 2017-08-23 | 3 | -0/+58 |
* | | nvme: Adjust the 'nvme' command to use blk_common_cmd() | Bin Meng | 2017-08-28 | 1 | -168/+27 |
* | | cmd/spl.c: Include <libfdt.h> for fdt_totalsize | Tom Rini | 2017-08-26 | 1 | -0/+1 |
* | | mtdparts: Fix uninitialized scalar usage | Tom Rini | 2017-08-26 | 1 | -0/+1 |
* | | mtdparts: Fix final outstanding issue reported by Coverity | Tom Rini | 2017-08-26 | 1 | -2/+2 |
* | | cmd: spl: provide address and size of prepared FDT in environment | Anatolij Gustschin | 2017-08-26 | 1 | -0/+5 |
|/ |
|
* | cmd/read.c: Fix checking blk_dread return value | Tom Rini | 2017-08-20 | 1 | -1/+1 |
* | mtdparts: Fix various issues reported by Coverity | Tom Rini | 2017-08-20 | 1 | -15/+18 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2017-08-18 | 1 | -2/+2 |
|\ |
|
| * | efi_loader: use EFI_PAGE_SIZE instead of 4096 | xypron.glpk@gmx.de | 2017-08-12 | 1 | -2/+2 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Tom Rini | 2017-08-18 | 7 | -387/+231 |
|\ \ |
|
| * | | cmd: mmc: add mmc partconf read capability | Angelo Dureghello | 2017-08-17 | 1 | -6/+32 |
| * | | dm: sata: Support driver model with the 'sata' command | Simon Glass | 2017-08-17 | 1 | -11/+84 |
| * | | dm: usb: Adjust the 'usb' command to use blk_common_cmd() | Simon Glass | 2017-08-17 | 1 | -108/+3 |
| * | | dm: ide: Adjust the 'ide' command to use blk_common_cmd() | Simon Glass | 2017-08-17 | 1 | -104/+3 |
| * | | dm: scsi: Adjust the 'scsi' command to use blk_common_cmd() | Simon Glass | 2017-08-17 | 1 | -76/+3 |
| * | | dm: sata: Adjust the 'sata' command to use blk_common_cmd() | Simon Glass | 2017-08-17 | 1 | -82/+1 |
| * | | dm: blk: Add a generic function for block device commands | Simon Glass | 2017-08-17 | 2 | -0/+105 |
* | | | env: Rename some other getenv()-related functions | Simon Glass | 2017-08-16 | 3 | -5/+5 |
* | | | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() | Simon Glass | 2017-08-16 | 2 | -4/+3 |
* | | | env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() | Simon Glass | 2017-08-16 | 5 | -8/+8 |
* | | | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 23 | -82/+84 |
* | | | env: Rename common functions related to setenv() | Simon Glass | 2017-08-16 | 17 | -32/+32 |
* | | | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 11 | -59/+62 |
* | | | env: Drop saveenv() in favour of env_save() | Simon Glass | 2017-08-15 | 1 | -1/+1 |
* | | | env: Drop the env_name_spec global | Simon Glass | 2017-08-15 | 1 | -1/+3 |
|/ / |
|