summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada2018-12-291-0/+6
| * | | mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada2018-12-293-24/+26
| * | | mtd: rawnand: denali_dt: add more clocks based on IP datasheetMasahiro Yamada2018-12-291-3/+35
| * | | linux/kernel.h: import DIV_ROUND_CLOSEST_ULL from LinuxMasahiro Yamada2018-12-291-0/+12
| * | | ARM: uniphier: add CONFIG_PREBOOTMasahiro Yamada2018-12-291-0/+2
| * | | ARM: uniphier: allow to source boot script before distro-bootMasahiro Yamada2018-12-294-3/+23
| * | | ARM: uniphier: do not modify bootcmd environment variable at run-timeMasahiro Yamada2018-12-295-4/+11
|/ / /
* | | Merge tag 'signed-efi-2019.01' of git://github.com/agraf/u-bootTom Rini2018-12-273-9/+38
|\ \ \
| * | | efi_loader: Make RTS relocation more robustAlexander Graf2018-12-231-3/+31
| * | | lib: crc32: mark static variable as __efi_runtime_dataHeinrich Schuchardt2018-12-231-1/+2
| * | | efi_selftest: block device: avoid read after freeHeinrich Schuchardt2018-12-231-5/+5
| | |/ | |/|
* | | Merge branch '2018-12-26-master-imports'Tom Rini2018-12-2713-27/+114
|\ \ \
| * | | power: regulator: Return success on attempt to disable an always-on regulatorLokesh Vutla2018-12-271-1/+1
| * | | doc: README.commands: sub-commandsHeinrich Schuchardt2018-12-261-0/+36
| * | | mt7629: use linux kernel compatible SMP initializationWeijie Gao2018-12-261-8/+44
| * | | mt7623: fix a typo in include/configs/mt7623.hWeijie Gao2018-12-261-1/+1
| * | | phy: Fix u-boot coruption when fixed-phy is usedMichal Simek2018-12-261-1/+2
| * | | arm: K3: Fix usage of CONFIG_SYS_K3_KEYLokesh Vutla2018-12-261-1/+1
| * | | api: storage: Fix enumeration of storage devicesCristian Ciocaltea2018-12-261-0/+5
| * | | dm: pinctrl: Prevent (re-)configuring pins when already done before relocationLukasz Majewski2018-12-261-2/+2
| * | | ARM: mach-omap2: omap3: Fix GPIO clocking in SPLAdam Ford2018-12-263-9/+10
| * | | tests: enable DT overlay tests by defaultHeinrich Schuchardt2018-12-261-4/+3
| * | | scripts/check-config.sh: Add usage()Andy Shevchenko2018-12-261-0/+9
|/ / /
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2018-12-213-5/+6
|\ \ \
| * | | arm: mvebu: configs: helios4: Change U-Boot offset on SPI FlashAditya Prayoga2018-12-211-1/+1
| * | | ARM: mvebu: remove out of date commentChris Packham2018-12-211-4/+2
| * | | ARM: mvebu: define CONFIG_BLK for db-88f6820-amcChris Packham2018-12-211-0/+3
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-12-2113-29/+440
|\ \ \
| * | | arm: socfpga: stratix10: Enable Stratix10 FPGA ReconfigurationAng, Chee Hong2018-12-201-0/+1
| * | | arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device tableAng, Chee Hong2018-12-207-28/+79
| * | | arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration DriverAng, Chee Hong2018-12-204-0/+304
| * | | arm: socfpga: stratix10: Add macros for mailbox's argumentsAng, Chee Hong2018-12-201-0/+6
| * | | arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10Ang, Chee Hong2018-12-202-1/+50
| |/ /
* | | Merge tag 'u-boot-amlogic-20181219' of git://git.denx.de/u-boot-amlogicTom Rini2018-12-211-0/+14
|\ \ \
| * | | arm: dts: s400: Fix status for eMMC and SDIO portsNeil Armstrong2018-12-191-0/+14
| |/ /
* | | Merge tag 'mips-updates-for-2019.11' of git://git.denx.de/u-boot-mipsTom Rini2018-12-21135-41/+9560
|\ \ \
| * | | mips: jz47xx: Add Creator CI20 platformPaul Burton2018-12-1910-0/+650
| * | | mips: jz47xx: Add JZ4780 SoC supportPaul Burton2018-12-1920-0/+2226
| * | | mips: Add SPL headerPaul Burton2018-12-191-0/+33
| * | | mmc: Add JZ47xx SD/MMC controller driverPaul Burton2018-12-193-0/+495
| * | | misc: Add JZ47xx efuse driverPaul Burton2018-12-193-0/+110
| * | | MSCC: add board support for the Luton based evaluation boardGregory CLEMENT2018-12-198-0/+235
| * | | MSCC: add board support for the Ocelots based evaluation boardsGregory CLEMENT2018-12-1912-0/+510
| * | | MSCC: add support for Luton SoCsGregory CLEMENT2018-12-1911-4/+494
| * | | MSCC: add support for Ocelot SoCsGregory CLEMENT2018-12-1916-0/+1457
| * | | MIPS: Allow to prefetch and lock instructions into cacheGregory CLEMENT2018-12-191-0/+19
| * | | MIPS: move create_tlb() in an proper header: mipsregs.hGregory CLEMENT2018-12-192-10/+11
| * | | MIPS: remove local_irq_[save|restore] from CP0 macrosDaniel Schwierzeck2018-12-191-7/+0
| * | | gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spiGregory CLEMENT2018-12-193-0/+130
| * | | pinctrl: mscc: Add gpio and pinctrl driver for MSCC MIPS SoCs (VcoreIII based)Gregory CLEMENT2018-12-198-0/+676