summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-26arm: mvebu: turris_omnia: use MMC driver modelPierre Bourdon1-0/+1
2019-04-26mmc: mv_sdhci: add driver model supportPierre Bourdon3-2/+69
2019-04-26arm: mvebu: turris_omnia: fix eeprom/mcu device namesPierre Bourdon1-2/+2
2019-04-25arm: socfpga: mailbox: Fix off-by-one error on command length checkingLey Foon Tan1-2/+2
2019-04-25arm: socfpga: clean up board config filesSimon Goldschmidt11-42/+0
2019-04-25arm: socfpga: remove CONFIG_SYS_BOOTMAPSZSimon Goldschmidt1-2/+0
2019-04-25arm: socfpga: clean up socfpga_common.hSimon Goldschmidt1-40/+0
2019-04-25arm: socfpga: move vining_fpga to DM_I2CSimon Goldschmidt4-44/+8
2019-04-25arm: socfpga: gen5: reduce SPL pre-reloc mallocSimon Goldschmidt1-0/+3
2019-04-25arm: socfpga: imply/default common config optionsSimon Goldschmidt15-116/+22
2019-04-25arm: socfpga: put initial U-Boot stack into DDRSimon Goldschmidt1-22/+20
2019-04-25arm: socfpga: fix comment about SPL memory layoutSimon Goldschmidt1-3/+3
2019-04-25configs: socfpga: socrates: enable rtc supportSimon Goldschmidt1-0/+2
2019-04-25arm: socfpga: socrates: make rtc workSimon Goldschmidt1-1/+1
2019-04-25rtc: m41t62: add compatible for m41t82Simon Goldschmidt1-0/+11
2019-04-25i2c: designware: fix reset handling on socfpga gen5Simon Goldschmidt1-6/+14
2019-04-25Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_...Simon Goldschmidt1-1/+0
2019-04-25eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUSSimon Goldschmidt1-8/+15
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini29-152/+335
2019-04-24Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini31-277/+494
2019-04-24Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-bootTom Rini38-4116/+2740
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini73-229/+4493
2019-04-24socfpga: add Simon Goldschmidt as co-custodianSimon Goldschmidt2-1/+3
2019-04-24Merge branch '2019-04-22-master-imports'Tom Rini92-264/+7993
2019-04-24image: android: fix 'iminfo' typoEugeniu Rosca1-1/+1
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca4-3/+15
2019-04-24test: env: Enable env unit tests by defaultHeinrich Schuchardt1-0/+1
2019-04-24pci: pci.h: add missing maskbitRamon Fried1-0/+1
2019-04-24fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding2-8/+4
2019-04-24dm: core: Change platform specific translation-offset handlingStefan Roese7-48/+29
2019-04-24simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driverLukas Auer1-0/+1
2019-04-24sandbox: Enable the 'trace' command when tracing is usedSimon Glass1-1/+1
2019-04-24Convert CONFIG_TRACE_BUFFER_SIZE et al to KconfigSimon Glass3-5/+50
2019-04-24Convert CONFIG_TRACE to KconfigSimon Glass3-2/+10
2019-04-24trace: Tidy up error returnsSimon Glass1-5/+9
2019-04-24div64: Don't instrument the division functionSimon Glass1-1/+7
2019-04-24div64: Use kernel typesSimon Glass2-42/+42
2019-04-24initcall: Drop use of header filesSimon Glass1-6/+5
2019-04-24sandbox: Increase the early-trace-buffer sizeSimon Glass1-1/+1
2019-04-24bootstage: Allow calling bootstage_mark() before bootstage_init()Simon Glass1-0/+7
2019-04-24sandbox: Move pre-console buffer out of the way of tracingSimon Glass2-1/+4
2019-04-24sandbox: Drop the printf() in setup_ram_buf()Simon Glass1-3/+1
2019-04-24sandbox: Correct maths in allocation routinesSimon Glass1-9/+13
2019-04-24sandbox: Improve debugging in initcall_run_list()Simon Glass7-5/+109
2019-04-24common: command: Add command execution tracer.Christoph Muellner2-0/+25
2019-04-24fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallbackEugeniu Rosca1-1/+9
2019-04-24fdt: boot_get_fdt: android: compress handling (non-functional)Eugeniu Rosca1-9/+8
2019-04-24fdt: boot_get_fdt: simplify no_fdt handling (non-functional)Eugeniu Rosca1-6/+2
2019-04-24fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt"Eugeniu Rosca1-1/+1
2019-04-24fdt: boot_get_fdt: remove redundant zeroing outEugeniu Rosca1-2/+0