summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | watchdog: cadence: Remove driver specific "timeout-sec" handlingStefan Roese2019-04-261-9/+6
| * | | watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-2614-259/+82
| * | | arm: mvebu: turris_omnia: Use thumb instructions in SPL to save spaceStefan Roese2019-04-261-2/+3
| * | | ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bpChris Packham2019-04-262-0/+2
| * | | 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 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