summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: kirkwood: add db-88f6281-bp boardChris Packham2019-04-2614-0/+555
* arm: kirkwood: lsxl: add note about sata in READMEMichael Walle2019-04-261-0/+10
* arm: kirkwood: openrd: Increase U-Boot size in flash to make it fitStefan Roese2019-04-261-1/+1
* arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDRStefan Roese2019-04-261-1/+0
* arm: kirkwood: dts: Add openrd-* dtb makefile build targetsStefan Roese2019-04-261-0/+3
* arm: mvebu: turris_omnia: use MMC driver modelPierre Bourdon2019-04-261-0/+1
* mmc: mv_sdhci: add driver model supportPierre Bourdon2019-04-263-2/+69
* arm: mvebu: turris_omnia: fix eeprom/mcu device namesPierre Bourdon2019-04-261-2/+2
* Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-2429-152/+335
|\
| * pci: pci.h: add missing maskbitRamon Fried2019-04-231-0/+1
| * fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding2019-04-232-8/+4
| * dm: core: Change platform specific translation-offset handlingStefan Roese2019-04-237-48/+29
| * simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driverLukas Auer2019-04-231-0/+1
| * sandbox: Enable the 'trace' command when tracing is usedSimon Glass2019-04-231-1/+1
| * Convert CONFIG_TRACE_BUFFER_SIZE et al to KconfigSimon Glass2019-04-233-5/+50
| * Convert CONFIG_TRACE to KconfigSimon Glass2019-04-233-2/+10
| * trace: Tidy up error returnsSimon Glass2019-04-231-5/+9
| * div64: Don't instrument the division functionSimon Glass2019-04-231-1/+7
| * div64: Use kernel typesSimon Glass2019-04-232-42/+42
| * initcall: Drop use of header filesSimon Glass2019-04-231-6/+5
| * sandbox: Increase the early-trace-buffer sizeSimon Glass2019-04-231-1/+1
| * bootstage: Allow calling bootstage_mark() before bootstage_init()Simon Glass2019-04-231-0/+7
| * sandbox: Move pre-console buffer out of the way of tracingSimon Glass2019-04-232-1/+4
| * sandbox: Drop the printf() in setup_ram_buf()Simon Glass2019-04-231-3/+1
| * sandbox: Correct maths in allocation routinesSimon Glass2019-04-231-9/+13
| * sandbox: Improve debugging in initcall_run_list()Simon Glass2019-04-237-5/+109
| * common: command: Add command execution tracer.Christoph Muellner2019-04-232-0/+25
| * fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallbackEugeniu Rosca2019-04-231-1/+9
| * fdt: boot_get_fdt: android: compress handling (non-functional)Eugeniu Rosca2019-04-231-9/+8
| * fdt: boot_get_fdt: simplify no_fdt handling (non-functional)Eugeniu Rosca2019-04-231-6/+2
| * fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt"Eugeniu Rosca2019-04-231-1/+1
| * fdt: boot_get_fdt: remove redundant zeroing outEugeniu Rosca2019-04-231-2/+0
* | Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini2019-04-2431-277/+494
|\ \
| * | efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt2019-04-231-0/+3
| * | efi_loader: check memory type in AllocatePages()Heinrich Schuchardt2019-04-232-0/+8
| * | efi_loader: need either ACPI table or device treeHeinrich Schuchardt2019-04-232-27/+72
| * | efi_selftest: do not run FDT test with ACPI table.Heinrich Schuchardt2019-04-233-12/+36
| * | test/py: pytest.mark.notbuildconfigspec()Heinrich Schuchardt2019-04-232-5/+10
| * | efi_loader: disable EFI_LOADER on vexpress_ca15_tc2 and ca9x4Heinrich Schuchardt2019-04-232-0/+2
| * | efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro2019-04-234-110/+119
| * | efi_loader: correctly split device path of loaded imageHeinrich Schuchardt2019-04-231-10/+2
| * | cmd: bootefi: carve out do_bootefi_image() from do_bootefi()AKASHI Takahiro2019-04-231-55/+67
| * | cmd: bootefi: carve out bootmgr code from do_bootefi()AKASHI Takahiro2019-04-231-8/+36
| * | cmd: bootefi: move do_bootefi_bootmgr_exec() forwardAKASHI Takahiro2019-04-231-21/+21
| * | cmd: bootefi: carve out efi_selftest code from do_bootefi()AKASHI Takahiro2019-04-231-53/+92
| * | cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()AKASHI Takahiro2019-04-231-38/+27
| * | cmd: bootefi: carve out fdt handling from do_bootefi()AKASHI Takahiro2019-04-231-16/+38
| * | cmd: bootefi: rework set_load_options()AKASHI Takahiro2019-04-231-9/+27
| * | efi_loader: more short texts for protocols in efidebugHeinrich Schuchardt2019-04-231-0/+20
| * | efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt2019-04-2316-35/+31