summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: Switch to QEMU v4.2.0 globallyWIP/update-travisTom Rini2020-01-111-3/+1
* gitlab/azure: Update to latest containerTom Rini2020-01-102-2/+2
* Merge branch '2020-01-10-master-imports'Tom Rini2020-01-10180-1211/+2496
|\
| * cmd: adtimg: Refactor usage styleWIP/2020-01-10-master-importsEugeniu Rosca2020-01-101-59/+158
| * cmd: adtimg: Rename internal symbolsEugeniu Rosca2020-01-101-25/+26
| * dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca2020-01-107-7/+7
| * virtio: fix typo devicdHeinrich Schuchardt2020-01-101-1/+1
| * arm: cpu: armv8: add support for arm psci reset2.Rajesh Ravi2020-01-103-0/+21
| * arch: arm: Program GIC LPI configuration tableBharat Kumar Reddy Gooty2020-01-104-0/+245
| * mkimage: simplify fit_check_params()Heinrich Schuchardt2020-01-101-3/+3
| * cmd/eeprom.c: prepend 0x to hex numbers in output message formatKlaus H. Sorensen2020-01-101-1/+1
| * test/cmd_ut.c: fix cmd_ut_categoryPhilippe Reynes2020-01-101-1/+1
| * gcc-9: silence 'address-of-packed-member' warningAndy Shevchenko2020-01-101-1/+2
| * boards/km_arm: enable support for Macronix SPI NOR flashHolger Brunck2020-01-104-0/+4
| * arm/km: remove board KMCOGE3UNHolger Brunck2020-01-105-119/+2
| * km/boards: add MAC address offset as argument to ivm_populate_envHolger Brunck2020-01-105-10/+13
| * km/boards: fix typo for MAC address offset config optionHolger Brunck2020-01-104-6/+6
| * poweroff: add poweroff for mt6323 pmicFrank Wunderlich2020-01-103-0/+45
| * rtc: add support for DS3232 deviceHan Nandor2020-01-104-0/+298
| * spl: fix stack usage check if gd is not initializedSimon Goldschmidt2020-01-101-0/+17
| * m68k: Drop CONFIG_MCFPIT supportTom Rini2020-01-1018-121/+0
| * bootcount: add a DM i2c eeprom backing store for bootcountRobert Beckett2020-01-103-0/+106
| * drivers: mcfmii: add dm supportAngelo Durgehello2020-01-101-23/+25
| * drivers: fsl_mcdmafec: conversion to dmAngelo Durgehello2020-01-102-337/+389
| * drivers: mcffec: conversion to dmAngelo Durgehello2020-01-102-294/+315
| * drivers: net: add mcf fec dm Kconfig supportAngelo Durgehello2020-01-101-0/+16
| * m68k: add dm fec supportAngelo Durgehello2020-01-1010-44/+151
| * configs: purge unneeded fec definesAngelo Durgehello2020-01-1016-104/+17
| * configs: add eth dm support for all ColdFire boardsAngelo Durgehello2020-01-1041-0/+97
| * m68k: add fec fdt overrides to all boardsAngelo Durgehello2020-01-1042-0/+290
| * m68k: add fec base node to devicetreesAngelo Durgehello2020-01-1012-1/+186
|/
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini2020-01-0912-15/+16
|\
| * mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalidRasmus Villemoes2020-01-081-1/+4
| * mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309Rasmus Villemoes2020-01-081-1/+2
| * mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309Rasmus Villemoes2020-01-082-2/+2
| * powerpc: mpc83xx: convert CONFIG_FSL_ELBC to KconfigRasmus Villemoes2020-01-088-11/+7
| * mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111Rasmus Villemoes2020-01-081-0/+1
* | Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmWIP/09Jan2020Tom Rini2020-01-0927-297/+767
|\ \
| * | log: Include missing header for log.hSean Anderson2020-01-071-0/+1
| * | dm: Add a debug message when devices are skipped pre-relocSean Anderson2020-01-071-1/+3
| * | Include missing headers for fdt_support.hSean Anderson2020-01-071-0/+1
| * | binman: fix default filename of u-boot-with-ucode-ptr in documentationMasahiro Yamada2020-01-072-2/+2
| * | dm: devres: Add a new OFDATA phaseSimon Glass2020-01-074-9/+37
| * | dm: devres: Use an enum for the allocation phaseSimon Glass2020-01-071-6/+16
| * | dm: devres: Add testsSimon Glass2020-01-074-0/+212
| * | dm: test: Add a test driver for devresSimon Glass2020-01-074-0/+61
| * | dm: devres: Convert to use loggingSimon Glass2020-01-072-2/+5
| * | test: Add functions to find the amount of allocated memorySimon Glass2020-01-072-0/+30
| * | dm: devres: Create a new devres header fileSimon Glass2020-01-072-254/+270
| * | dm: core: Add a new flag to track platform dataSimon Glass2020-01-073-1/+7