aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Merge tag 'mips-pull-2019-11-16' of git://git.denx.de/u-boot-mipsTom Rini90-496/+2907
2019-01-17Merge branch '2019-01-16-master-imports'Tom Rini13-69/+916
2019-01-16arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt1-4/+6
2019-01-16tftp: prevent overwriting reserved memorySimon Goldschmidt2-12/+65
2019-01-16lmb: remove unused extern declarationSimon Goldschmidt1-2/+0
2019-01-16bootm: use new common function lmb_init_and_reserveSimon Goldschmidt1-6/+2
2019-01-16fs: prevent overwriting reserved memorySimon Goldschmidt3-3/+68
2019-01-16lib: lmb: extend lmb for checks at load timeSimon Goldschmidt3-0/+258
2019-01-16fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt2-8/+46
2019-01-16lib: lmb: reserving overlapping regions should failSimon Goldschmidt2-15/+91
2019-01-16lmb: fix allocation at end of address rangeSimon Goldschmidt2-20/+38
2019-01-16test: add test for lib/lmb.cSimon Goldschmidt2-0/+298
2019-01-16env: add spi_flash_read_env functionHoratiu Vultur1-11/+45
2019-01-16mtd: nand: raw: allow to disable unneeded ECC layoutsStefan Agner2-0/+11
2019-01-16mips: mt7688: gardena-smart-gateway: Enable green power LED on startupStefan Roese1-1/+1
2019-01-16mips: mt7688: gardena-smart-gateway: Update mtdparts/mtdids for Kernel 4.19Stefan Roese2-4/+4
2019-01-16MIPS: bmips: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck11-11/+0
2019-01-16MIPS: xilfpga: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck1-1/+0
2019-01-16MIPS: pic32mzdask: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck1-1/+0
2019-01-16MIPS: malta: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck4-4/+0
2019-01-16MIPS: boston: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck8-8/+0
2019-01-16MSCC: Add board support for Jaguar2 SOC familyHoratiu Vultur9-24/+232
2019-01-16MSCC: add device tree for Serval2 boardHoratiu Vultur2-0/+61
2019-01-16MSCC: Add device tree for Jaguar2-48 boardHoratiu Vultur1-0/+74
2019-01-16MSCC: Add device tree for Jaguar2 boardHoratiu Vultur3-0/+262
2019-01-16MSCC: Add support for Jaguar2 SOC familyHoratiu Vultur10-8/+460
2019-01-16pinctrl: mscc: Add gpio and pinctrl for Jaguar2 SOC familyHoratiu Vultur8-29/+444
2019-01-16mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.cLars Povlsen3-130/+0
2019-01-16mips: mscc: DT: Update luton device tree to use fast SPI driverLars Povlsen2-14/+4
2019-01-16mips: spi: mscc: Add fast bitbang SPI driverLars Povlsen5-0/+283
2019-01-16mmc: jz_mmc: Compile-out write support if disabledEzequiel Garcia1-44/+61
2019-01-16mmc: Use proper IS_ENABLED macro to check block supportEzequiel Garcia1-4/+4
2019-01-16net: bcm6368: fix restart flow issuesÁlvaro Fernández Rojas1-47/+62
2019-01-16MIPS: jz47xx: remove custom u-boot-spl.ldsDaniel Schwierzeck2-51/+0
2019-01-16MIPS: optimize and fix ELF sectionsDaniel Schwierzeck2-68/+136
2019-01-16mips: ocelot: Enable use of serial gpio for LEDLars Povlsen2-0/+9
2019-01-16mips: ocelot: DT: Enable use of serial gpioLars Povlsen3-0/+124
2019-01-16mips: luton: Enable use of serial gpio for LEDLars Povlsen2-0/+9
2019-01-16mips: luton: DT: Enable use of serial gpioLars Povlsen3-0/+68
2019-01-16mips: mscc_sgpio: Add DT bindings documentationLars Povlsen1-0/+45
2019-01-16mips: mscc_sgpio: Add the MSCC serial GPIO device (SIO)Lars Povlsen4-0/+288
2019-01-16mips: mscc: luton+ocelot: Remove board config options, do probingLars Povlsen9-103/+113
2019-01-16mips: luton: DT: Add pcb090Lars Povlsen1-0/+36
2019-01-16mips: mscc: Add generic GPIO control utility functionLars Povlsen5-1/+40
2019-01-16mips: mscc: Add generic PHY MIIM utility functionsLars Povlsen5-1/+145
2019-01-15Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini25-96/+174
2019-01-15Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini6-5/+358
2019-01-15Merge git://git.denx.de/u-boot-riscvTom Rini7-56/+49
2019-01-15Merge branch '2019-01-14-master-imports'Tom Rini104-715/+4450
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon4-13/+77