summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-26arm: kirkwood: lsxl: add note about sata in READMEMichael Walle1-0/+10
2019-04-26arm: kirkwood: openrd: Increase U-Boot size in flash to make it fitStefan Roese1-1/+1
2019-04-26arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDRStefan Roese1-1/+0
2019-04-26arm: kirkwood: dts: Add openrd-* dtb makefile build targetsStefan Roese1-0/+3
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-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-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
2019-04-24ARMv8: PSCI: Fix PSCI_TABLE relocation issueLars Povlsen1-7/+6
2019-04-24bootm: Simplying cache flush codeTrent Piepho1-6/+1
2019-04-24malloc: Fix memalign not honoring alignment prior to full malloc initAndreas Dannenberg2-3/+2
2019-04-24spl: spl_nand.c: Add NAND loading messageStefan Roese1-0/+4
2019-04-24ARM: MediaTek: Add support for MT8516 SoCFabien Parent6-0/+295
2019-04-24pinctrl: add driver for MT8516Fabien Parent3-0/+396
2019-04-24clk: mediatek: add driver for MT8516Fabien Parent3-0/+1054
2019-04-24clk: mediatek: add support for SETCLR_INV and NO_SETCLR flagsFabien Parent1-0/+12
2019-04-24mmc: mtk-sd: fix configuration option checkFabien Parent1-4/+4
2019-04-24mmc: mtk-sd: add support for MT8516Fabien Parent1-0/+10
2019-04-24mmc: mtk-sd: add source_cg clock supportFabien Parent1-0/+5
2019-04-24poplar: enable Ethernet driver supportShawn Guo2-0/+17