platform/kernel/u-boot.git
2019-07-11 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-07-11 Tom RiniMerge tag 'uniphier-v2019.10' of https://gitlab.denx...
2019-07-11 Tom RiniMerge branch '2019-07-11-master-imports'
2019-07-11 Marek Vasutgpio: pca953x: Add TI TCA9539 compatible string
2019-07-11 Marek Vasutarm: mach-omap2: am33xx: Init pinmux before clock
2019-07-11 Eugeniu Roscadoc: relocate/rename Android README and add BCB overview
2019-07-11 Eugeniu Roscacmd: Add 'bcb' command to read/modify/write BCB fields
2019-07-11 Eugeniu Roscainclude: android_bootloader_message.h: Minimize the...
2019-07-11 Tom RiniSPL: Default to disabling legacy image support when...
2019-07-11 Tom Riniconfigs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LE...
2019-07-11 Roman Kapltpm: wait for valid status
2019-07-11 Miquel Raynalarm: spear: Return to BootROM if failing to boot from...
2019-07-11 Miquel Raynalarm: spear: Do not link the _main branch
2019-07-11 Miquel Raynalarm: spear: Support returning to BootROM
2019-07-11 Miquel Raynalarm: spear: Simplify start.S organization
2019-07-11 Miquel Raynalarm: spear: Reference the link register with LR instead...
2019-07-11 Miquel Raynalarm: spear: Use PUSH/POP mnemonics when relevant
2019-07-11 Miquel Raynalarm: spear: Purely cosmetic changes in start.S
2019-07-11 Miquel Raynalarm: spear: Fix the main comment in start.S
2019-07-11 Miquel Raynalarm: spear: Drop false comment
2019-07-11 Miquel Raynalarm: spear: Call the SPL 'SPL', not 'Xloader'
2019-07-11 Miquel Raynalarm: spear: Drop useless board_init_r call
2019-07-11 Miquel Raynalspl: Fix typo in kernel doc
2019-07-11 Ramon Friedtest: pci_ep: add basic pci_ep tests
2019-07-11 Ramon Friedpci_ep: add pci endpoint sandbox driver
2019-07-11 Ramon Friedpci_ep: add Cadence PCIe endpoint driver
2019-07-11 Ramon Frieddrivers: pci_ep: Introduce UCLASS_PCI_EP uclass
2019-07-11 Baruch Siacharm: mvebu: set 38x and 39x AVS on lower frequency
2019-07-11 Pascal Linderkm/spi: remove deprecated SPI flash driver code for...
2019-07-11 Pascal Linderkm/spi: activate driver model for SPI flash on KM Kirkw...
2019-07-11 Pascal Linderkm/spi: add SPI configuration to KM Kirkwood device...
2019-07-11 Pascal Linderkm/spi: overwrite kirkwood_spi weak functions for KM...
2019-07-11 Pascal Linderkm/spi: add weak functions to kirkwood_spi driver ...
2019-07-11 Pascal Linderkm: modify Kconfig file organization for KM boards
2019-07-11 Chris PackhamARM: mvebu: Enable FIT support for db-xc3-24g4xg
2019-07-11 Luka Kovacicarm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase...
2019-07-11 Marek Behúnarm: mvebu: turris_omnia: fix rescue mode bootcmd boota...
2019-07-11 Marek Behúnarm: mvebu: turris_omnia: call pci_init from board...
2019-07-11 Marek Behúnarm: mvebu: turris_omnia: prefer SCSI booting before USB
2019-07-11 Marek Behúnarm: mvebu: turris_omnia: remove unneeded macro from...
2019-07-11 Marek Behúnarm: mvebu: turris_omnia: change environment address...
2019-07-11 Marek Behúnarm: mvebu: turris_omnia: fix adapters MAC addresses
2019-07-11 Marek Behúnarm: mvebu: turris_omnia: set default ethernet adapter
2019-07-11 Baruch Siacharm: mvebu: clearfog: document boot from SATA
2019-07-11 Baruch Siacharm: mvebu: clearfog: set U-Boot offset for SATA boot
2019-07-11 Baruch Siacharm: mvebu: clearfog: enable SATA in SPL
2019-07-11 Baruch Siacharm: mvebu: add support for boot from SATA
2019-07-11 Baruch Siacharm: mvebu: fix ahci mbus config in SPL
2019-07-11 Baruch Siachspl: sata: don't force FS_FAT support
2019-07-11 Baruch Siachspl: sata: fix build with DM_SCSI
2019-07-11 Baruch Siachspl: sata: add default partition and image name
2019-07-10 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
2019-07-10 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi
2019-07-10 Masahiro YamadaARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at...
2019-07-10 Masahiro YamadaARM: uniphier: set dram_base environment variable
2019-07-10 Masahiro YamadaARM: uniphier: set loadaddr at boot-time
2019-07-10 Masahiro YamadaARM: uniphier: turn uniphier_set_fdt_file() into void...
2019-07-10 Masahiro YamadaARM: uniphier: remove CONFIG_SYS_SDRAM_BASE
2019-07-10 Masahiro YamadaARM: uniphier: make mem_map run-time configurable
2019-07-10 Masahiro YamadaARM: uniphier: make dram_init() more generic
2019-07-10 Masahiro YamadaARM: uniphier: make dram_init() independent of SG_MEMCONF
2019-07-10 Masahiro YamadaARM: uniphier: detect register base addresses run-time
2019-07-10 Masahiro YamadaARM: uniphier: de-couple SC macros into base address...
2019-07-10 Masahiro YamadaARM: uniphier: de-couple SG macros into base address...
2019-07-10 Masahiro YamadaARM: uniphier: detect SD boot mode
2019-07-10 Masahiro YamadaARM: uniphier: make boot_is_swapped() code optional
2019-07-10 Masahiro YamadaARM: uniphier: check DT to determine whether to initial...
2019-07-10 Masahiro YamadaARM: uniphier: check DT to determine whether to use...
2019-07-10 Masahiro Yamadaclk: uniphier: add EMMC clock for LD11, LD20, and PXs3
2019-07-10 Masahiro YamadaARM: uniphier: include <linux/io.h> from boot-device.c
2019-07-10 Masahiro YamadaARM: uniphier: use bool type for have_internal_stm...
2019-07-10 Masahiro YamadaARM: uniphier: clean up clk/Makefile
2019-07-10 Masahiro YamadaARM: uniphier: remove unused uniphier_ld11_boot_device_...
2019-07-10 Masahiro YamadaARM: uniphier: remove empty #ifdef block
2019-07-10 Masahiro Yamadaarm64: dts: uniphier: add reserved-memory for secure...
2019-07-10 Kunihiko Hayashispi: Add SPI controller driver for UniPhier SoCs
2019-07-10 Masahiro YamadaARM: uniphier_v8_defconfig: make 64bit SoC image positi...
2019-07-10 Masahiro Yamadaarm64: add an option to switch visibility of CONFIG_SYS...
2019-07-09 Tom RiniMerge tag 'u-boot-atmel-2019.10-a' of https://gitlab...
2019-07-09 Chuanhua Hanrtc: pcf2127: Fixed bug with rtc settings and getting...
2019-07-09 Eugen Hristevconfigs: sama5d2_xplained: add support QSPI flash boot
2019-07-09 Tudor Ambarusconfigs: sama5d27_som1_ek: qspi: use common memory...
2019-07-09 Tudor Ambarusconfigs: sama5d27_som1_ek: add qspiflash_defconfig
2019-07-09 Tudor Ambarusconfigs: sama5d2_xplained: add qspiflash_defconfig
2019-07-09 Cyrille PitchenARM: at91: sama5: add common environment for QSPI
2019-07-09 Cyrille PitchenARM: dts: at91: sama5d2_xplained: fix QSPI0 node
2019-07-09 Tudor Ambarusconfigs: sama5d27_som1_ek: enable qspi controller and...
2019-07-09 Tudor Ambarusconfigs: sama5d2_xplained: enable qspi controller and...
2019-07-09 Tudor Ambarusspi: Add Atmel QuadSPI driver
2019-07-09 Melin Tomasxilinx_xiic: Fix transfer initialisation
2019-07-09 Melin Tomasxilinx_xiic: Fix fill tx fifo loop
2019-07-09 Ley Foon Tani2c: designware: Get clock rate from clock DM
2019-07-09 Jun Cheni2c: designware_i2c: Restore enable state after set...
2019-07-09 Markus Klotzbuecherubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG
2019-07-09 Hamish Guthrieubispl: add support for loading volumes by name
2019-07-09 Markus Klotzbuecherconfigs: migrate ubispl boards to KConfig
2019-07-09 Markus Klotzbuecherubispl: migrate configuration to Kconfig
2019-07-09 Markus Klotzbuecherubi: fix UBI_SILENCE_MSG
2019-07-09 Hamish Guthrieenv: ubi: support configurable VID offset
2019-07-09 Markus Klotzbuecherat91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs
next