summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-04-2636-288/+104
|\ \ | |/ |/|
| * arm: socfpga: mailbox: Fix off-by-one error on command length checkingLey Foon Tan2019-04-251-2/+2
| * arm: socfpga: clean up board config filesSimon Goldschmidt2019-04-2511-42/+0
| * arm: socfpga: remove CONFIG_SYS_BOOTMAPSZSimon Goldschmidt2019-04-251-2/+0
| * arm: socfpga: clean up socfpga_common.hSimon Goldschmidt2019-04-251-40/+0
| * arm: socfpga: move vining_fpga to DM_I2CSimon Goldschmidt2019-04-254-44/+8
| * arm: socfpga: gen5: reduce SPL pre-reloc mallocSimon Goldschmidt2019-04-251-0/+3
| * arm: socfpga: imply/default common config optionsSimon Goldschmidt2019-04-2515-116/+22
| * arm: socfpga: put initial U-Boot stack into DDRSimon Goldschmidt2019-04-251-22/+20
| * arm: socfpga: fix comment about SPL memory layoutSimon Goldschmidt2019-04-251-3/+3
| * configs: socfpga: socrates: enable rtc supportSimon Goldschmidt2019-04-251-0/+2
| * arm: socfpga: socrates: make rtc workSimon Goldschmidt2019-04-251-1/+1
| * rtc: m41t62: add compatible for m41t82Simon Goldschmidt2019-04-251-0/+11
| * i2c: designware: fix reset handling on socfpga gen5Simon Goldschmidt2019-04-251-6/+14
| * Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_...Simon Goldschmidt2019-04-251-1/+0
| * eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUSSimon Goldschmidt2019-04-251-8/+15
| * socfpga: add Simon Goldschmidt as co-custodianSimon Goldschmidt2019-04-242-1/+3
* | 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