summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disk: part: fix typoHeinrich Schuchardt2019-04-261-1/+1
* board/BuR/brxre1: use common resetcontroller implementationHannes Schmelzer2019-04-262-142/+18
* board/BuR/brxre1: cosmetic cleanupHannes Schmelzer2019-04-261-9/+8
* board/BuR/common: add br resetcontoller implementationHannes Schmelzer2019-04-262-0/+260
* board/BuR/common: add 'brdefaulip_setup' functionHannes Schmelzer2019-04-262-0/+36
* board/BuR/common: cosmetic: move 'overwrite_console' up to more related stuffHannes Schmelzer2019-04-261-4/+5
* board/BuR/common: prepare for compiling common into non AM33XX boardsHannes Schmelzer2019-04-261-16/+14
* Merge git://git.denx.de/u-boot-marvellTom Rini2019-04-2645-345/+743
|\
| * arm: kirkwood: openrd: Mark openrd boards as maintained againStefan Roese2019-04-262-4/+4
| * watchdog: at91sam9_wdt: Remove now superfluous wdt start and resetStefan Roese2019-04-264-57/+0
| * watchdog: mpc8xx_wdt: Watchdog driver and macros cleanupStefan Roese2019-04-265-9/+6
| * 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