| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2018-08-11 | 3 | -0/+361 |
|\ |
|
| * | cmd: Add axi command | Mario Six | 2018-08-11 | 3 | -0/+361 |
* | | elf: Add support for PPC64 ELF V1 ABI in bootelf | Rob Bracero | 2018-08-10 | 1 | -0/+75 |
* | | sata: fix sata_Probe return value check | Troy Kisky | 2018-08-10 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2018-07-30 | 1 | -20/+70 |
|\ |
|
| * | efi_loader: remove unused efi_get_time_init() | Heinrich Schuchardt | 2018-07-25 | 1 | -3/+0 |
| * | efi_loader: calculate crc32 for EFI tables | Heinrich Schuchardt | 2018-07-25 | 1 | -0/+5 |
| * | efi: Drop error return in efi_carve_out_dt_rsv() | Simon Glass | 2018-07-25 | 1 | -10/+14 |
| * | efi: Tidy up device-tree-size calculation in copy_fdt() | Simon Glass | 2018-07-25 | 1 | -2/+6 |
| * | efi_loader: Use map_sysmem() in bootefi command | Alexander Graf | 2018-07-25 | 1 | -5/+8 |
| * | efi_loader: ARM: don't attempt to enter non-secure mode twice | Mark Kettenis | 2018-07-25 | 1 | -1/+5 |
| * | efi_loader: ARM: run EFI payloads non-secure | Mark Kettenis | 2018-07-25 | 1 | -0/+33 |
* | | tpmv2: Make it select CMD_LOG | Tom Rini | 2018-07-30 | 1 | -0/+1 |
* | | dm: Change CMD_DM enabling | Michal Simek | 2018-07-30 | 1 | -1/+0 |
* | | Kconfig: Sort bool, default, select and imply options | Michal Simek | 2018-07-30 | 1 | -7/+7 |
* | | Kconfig: Replace spaces with tabs and missing newline | Michal Simek | 2018-07-30 | 1 | -2/+3 |
* | | tpm: allow TPM v1 and v2 to be compiled at the same time | Miquel Raynal | 2018-07-28 | 3 | -4/+26 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2018-07-26 | 1 | -0/+6 |
|\ \ |
|
| * | | net: Read bootfile from env on netboot_common() | Joe Hershberger | 2018-07-26 | 1 | -0/+6 |
* | | | cmd/ubi.c: Fix format warning | Tom Rini | 2018-07-26 | 1 | -1/+1 |
|/ / |
|
* | | avb2.0: add proper dependencies | Igor Opaniuk | 2018-07-24 | 1 | -1/+1 |
* | | mtdparts: fixed buffer overflow bug | Kay Potthoff | 2018-07-24 | 1 | -1/+1 |
|/ |
|
* | Convert CONFIG_MTD_PARTITIONS et al to Kconfig | Adam Ford | 2018-07-22 | 1 | -0/+1 |
* | cmd: nvedit: env import can now import only variables passed as parameters | Quentin Schulz | 2018-07-20 | 1 | -7/+19 |
* | env: add the same prefix to error messages to make it detectable by tests | Quentin Schulz | 2018-07-20 | 1 | -4/+8 |
* | env: common: accept flags on reset to default env | Yaniv Levinsky | 2018-07-19 | 1 | -1/+2 |
* | cmd: nvedit: set H_INTERACTIVE in do_env_default | Yaniv Levinsky | 2018-07-19 | 1 | -1/+1 |
* | cmd: nvedit: propagate envflag to set_default_vars | Yaniv Levinsky | 2018-07-19 | 1 | -1/+1 |
* | cmd: nvedit: rename flags in do_env_default | Yaniv Levinsky | 2018-07-19 | 1 | -3/+3 |
* | cmd: fit_image: Add default property for FIT format scripts | Alex Kiernan | 2018-07-19 | 1 | -5/+26 |
* | cmd: ubi: Add additional message upon UBI attach error | Stefan Roese | 2018-07-12 | 1 | -0/+1 |
* | cmd: ubi: print load size after establishing volume size | Stefan Agner | 2018-07-12 | 1 | -3/+2 |
* | cmd: Kconfig: Move CONFIG_MP to Kconfig | Siva Durga Prasad Paladugu | 2018-07-10 | 1 | -0/+7 |
* | net: Add option to prefer bootp/dhcp serverip | Alexander Graf | 2018-07-02 | 1 | -0/+10 |
* | net: Prefer command line arguments | Alexander Graf | 2018-07-02 | 1 | -2/+8 |
* | net: Add new wol command - Wake on LAN | Lothar Felten | 2018-07-02 | 3 | -0/+39 |
* | efi_loader: Install ACPI configuration tables | Bin Meng | 2018-07-02 | 1 | -0/+5 |
* | cmd: efi: Fix wrong memory descriptor end address | Bin Meng | 2018-06-24 | 1 | -1/+1 |
* | ARM: image: Add option for ignoring ep bit 3 | Marek Vasut | 2018-06-19 | 1 | -1/+1 |
* | mmc: Remove hwpartition help text when command is disabled | Alex Kiernan | 2018-06-18 | 1 | -0/+2 |
* | iotrace: fix behaviour when buffer is full | Ramon Fried | 2018-06-18 | 1 | -5/+6 |
* | cmd: iotrace: add dump trace command | Ramon Fried | 2018-06-18 | 1 | -1/+35 |
* | avb2.0: add boot states and dm-verity support | Igor Opaniuk | 2018-06-18 | 1 | -1/+16 |
* | cmd: avb2.0: avb command for performing verification | Igor Opaniuk | 2018-06-18 | 3 | -0/+376 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2018-06-14 | 1 | -0/+9 |
|\ |
|
| * | efi_loader: Allocate memory handle for mem dp | Alexander Graf | 2018-06-14 | 1 | -0/+9 |
* | | net: Express LINK_LOCAL dependency on LIB_RAND | Joe Hershberger | 2018-06-13 | 1 | -0/+1 |
|/ |
|
* | u-boot: Fix several typos | Shyam Saini | 2018-06-13 | 1 | -1/+1 |
* | cmd: add missing line breaks for pr_err() | Seung-Woo Kim | 2018-06-07 | 4 | -8/+8 |
* | cmd: iotrace: add set region command | Ramon Fried | 2018-06-07 | 1 | -0/+22 |