oweals/u-boot.git
2018-11-26 Simon Glassspl: Add support for logging in SPL and TPL
2018-11-26 Tom Rinifs-test.sh: Update to use 'host' not 'sb'
2018-11-26 Rick Chenriscv: cache: Implement i/dcache [status, enable, disable]
2018-11-26 Rick Chenriscv: dts: Add ae350_32.dts for RV32I
2018-11-26 Rick Chenconfigs: ax25-ae350: Separate ax25-ae350 for RV32/64I.
2018-11-26 Rick Chenriscv: dts: Sync to Linux Kernel ae350 dts.
2018-11-26 Lukas Auerriscv: qemu: clear kernel-start/-end in device tree...
2018-11-26 Lukas Auerriscv: qemu: detect and boot the kernel passed by QEMU
2018-11-26 Lukas Auerdm: core: add missing prototype for ofnode_read_u64
2018-11-26 Lukas Auerriscv: qemu: enable distro boot
2018-11-26 Lukas Auerdistro_bootcmd: add VirtIO distro boot command
2018-11-26 Lukas Auerriscv: align bootm implementation with that of other...
2018-11-26 Lukas Auerriscv: qemu: support booting Linux
2018-11-26 Lukas Auerriscv: qemu: use device tree passed by prior boot stage
2018-11-26 Lukas Auerriscv: save hart ID and device tree passed by prior...
2018-11-26 Lukas Auerriscv: do not blindly modify the mstatus CSR
2018-11-26 Lukas Auerriscv: remove unused labels in start.S
2018-11-26 Bin MengDrop CONFIG_INIT_CRITICAL
2018-11-26 Lukas Auerriscv: align mtvec on a 4-byte boundary
2018-11-26 Lukas Auerriscv: fix inconsistent use of spaces and tabs in start.S
2018-11-26 Lukas Auerriscv: implement the invalidate_icache_* functions
2018-11-26 Lukas Auerriscv: hang on unhandled exceptions
2018-11-26 Lukas Auerriscv: treat undefined exception codes as reserved
2018-11-26 Lukas Auerriscv: complete the list of exception codes
2018-11-26 Lukas Auerriscv: do not reimplement generic io functions
2018-11-26 Lukas Auerriscv: make use of the barrier functions from Linux
2018-11-26 Lukas Auerriscv: fix use of incorrectly sized variables
2018-11-26 Lukas Auerriscv: enable -fdata-sections
2018-11-26 Lukas Auerriscv: set -march and -mabi based on the Kconfig config...
2018-11-26 Lukas Auerriscv: add Kconfig entries for the C and A ISA extensions
2018-11-26 Lukas Auerriscv: select CONFIG_PHYS_64BIT on RV64I systems
2018-11-26 Lukas Auerriscv: rename CPU_RISCV_32/64 to match architecture...
2018-11-26 Lukas Auerdts: riscv: update makefile to also clean the RISC...
2018-11-26 Lukas Auertools: .gitignore: add prelink-riscv
2018-11-23 Tom RiniMerge tag 'pull-tg18' of git://git.denx.de/u-boot-dm
2018-11-23 Icenowy Zhengsun8i_emac: add support for setting EMAC TX/RX delay
2018-11-22 Michael Trimarchisunxi: Fix memory 2-rank initialization for a33 cpu
2018-11-22 Vasily Khoruzhicksunxi-mmc: use new mode on both controllers on A64
2018-11-22 Vasily Khoruzhicksunxi-mmc: don't double clock for new mode unconditionally
2018-11-22 Vasily Khoruzhicksunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH...
2018-11-21 Simon Glasssf: Add a method to obtain the block-protect setting
2018-11-21 Simon Glasstest: sf: Add a simple SPI flash test
2018-11-21 Simon Glassmisc: Update read() and write() methods to return bytes...
2018-11-21 Simon Glassstring: Include the config header
2018-11-21 Simon Glassvideo: Update video_set_default_colors() to support...
2018-11-21 Simon Glassbinman: Set the pathname correctly for ELF files
2018-11-21 Simon Glassbinman: Drop an unnecessary comma in blob handling
2018-11-21 Simon Glassbinman: Add a way to enable debugging from the build
2018-11-21 Simon Glassspl: lz4: Allow use of lz4 compression in SPL
2018-11-21 Simon Glassspl: Support bootstage, log, hash and early malloc...
2018-11-21 Simon Glasssandbox: Update some drivers to work in SPL/TPL
2018-11-21 Simon Glasssandbox: cros_ec: exynos: Drop use of cros_ec_get_error()
2018-11-21 Simon Glasssandbox: Add a function to read a host file
2018-11-21 Simon Glasssandbox: log: Add a category for sandbox
2018-11-21 Simon Glasssandbox: tpm: Allow debugging of data packages
2018-11-21 Simon Glasscros_ec: Add new features for events and power
2018-11-21 Simon Glasscros_ec: Align uclass data to a cache boundary
2018-11-21 Simon Glasscros_ec: Fail if we cannot determine the flash burst...
2018-11-21 Simon Glasscros_ec: Add error logging on a few commands
2018-11-21 Simon Glasscros_ec: Use uint instead of u8 for parameters
2018-11-21 Simon Glassbuildman: Show boards with warning with w+
2018-11-21 Simon Glassbuildman: Rename the good, better, worse variables
2018-11-21 Simon Glassbuildman: Detect dtc warnings
2018-11-21 Simon Glassbuildman: Only print toolchain probing with -v
2018-11-21 Simon Goldschmidtdm: spi: prevent setting a speed of 0 Hz
2018-11-21 Baruch Siachfdt: restore board_fdt_blob_setup() declaration
2018-11-21 Hiroyuki Yokoyamacmd: fdt: Fix fdt address information after the movement
2018-11-21 Marek Vasutfdt: Fix uncompress_blob() for U-Boot proper
2018-11-21 Liviu Dudaudm: core: Widen the dump tree to show more of the drive...
2018-11-21 Heinrich Schuchardtsandbox: README: use setenv ethrotate no
2018-11-21 Heinrich Schuchardtsandbox: README: setting environment variables
2018-11-21 Heinrich Schuchardtsandbox: remove stray DEBUG
2018-11-21 Hou Zhiqiangdm/pci: Change the first CFG read to Vendor ID in enume...
2018-11-20 Tom RiniMerge git://git.denx.de/u-boot-marvell
2018-11-20 Tom RiniMerge branch '2018-11-19-master-imports'
2018-11-20 Thomas RIENOESSLfs: fat: assign rootdir sector when accessing root...
2018-11-20 Jerome Brunetclk: meson: fix clk81 divider calculation
2018-11-20 Fabrice Gasniercmd: adc: add an option to scan some or all available...
2018-11-20 Fabrice Gasniercmd: adc: print single conversion also in uV
2018-11-20 Fabrice Gasniercmd: adc: add info on channel mask
2018-11-20 Fabrice Gasnierdm: adc: add uclass's mask and conversion helpers
2018-11-20 Rabeeh KhouryARM: mvebu: dts: add Clearfog GT-8K
2018-11-20 Chris PackhamARM: mvebu: db-88f6820: remove redundant comment
2018-11-20 Baruch Siacharm64: mvebu: a8k: autodetect RAM size
2018-11-20 Baruch Siachlinux/sizes.h: sync from kernel
2018-11-20 Baruch SiachMIPS: drop asm/const.h
2018-11-20 Baruch SiachUse _AC and UL macros from linux/const.h
2018-11-20 Baruch Siachlinux/const.h: import from kernel
2018-11-18 Tom RiniMerge tag 'mips-pull-2018-11-18' of git://git.denx...
2018-11-18 Daniel SchwierzeckMIPS: fix linking of standalone programs
2018-11-18 Daniel SchwierzeckKbuild: standalone: do not ignore platform-specific...
2018-11-18 Daniel SchwierzeckKbuild: add LDFLAGS_STANDALONE
2018-11-18 Stefan Roesemips: mt76xx: linkit-smart-7688: Misc updates to dts...
2018-11-18 Stefan Roesemips: mt76xx: linkit-smart-7688: Use ioremap_nocache...
2018-11-18 Stefan Roesemips: mt76xx: gardena-smart-gateway: Misc updates to...
2018-11-18 Stefan Roesemips: mt76xx: gardena-smart-gateway: Add board_late_ini...
2018-11-18 Stefan Roesemips: mt76xx: gardena-smart-gateway: Add LEDs to dts
2018-11-18 Stefan Roesemips: mt76xx: gardena-smart-gateway: Configure GPIOs...
2018-11-18 Stefan Roesemips: mt76xx: Enable watchdog support
2018-11-18 Stefan Roesemips: mt76xx: Kconfig: Add ethernet and GPIO support
next