summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-11-2734-111/+117
|\
| * usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/Sven Schwermer2018-11-261-14/+14
| * usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-2629-92/+92
| * usb: Remove CMD_USB dependency for common codeSven Schwermer2018-11-262-2/+2
| * usb: am335x_evm: Disable CONFIG_SPL_DM_USBSven Schwermer2018-11-261-1/+2
| * usb: Introduce CONFIG_SPL_DM_USBSven Schwermer2018-11-263-2/+7
* | Merge branch '2018-11-26-master-imports'Tom Rini2018-11-2625-74/+455
|\ \
| * | ARM: chiliboard: remove dead !CONFIG_DM_SERIAL codeMarcin Niestroj2018-11-261-8/+0
| * | ARM: chiliboard: move towards driver model and device-tree bootMarcin Niestroj2018-11-262-55/+10
| * | ARM: dts: am335x-chiliboard: add /chosen/stdout-pathMarcin Niestroj2018-11-261-0/+11
| * | ARM: dts: am335x-chili*: add chiliSOM and chiliboard DTS filesMarcin Niestroj2018-11-263-1/+380
| * | configs: Remove CONFIG_MARVELLChris Packham2018-11-264-4/+0
| * | ARM: vexpress_*_defconfig: Enable CMD_UBI supportOtavio Salvador2018-11-267-1/+13
| * | board: da8xxevm: Fix Environmental CRC errorAdam Ford2018-11-261-1/+2
| * | ARM: armv7: Add early stack for erratum workaroundsAndrew F. Davis2018-11-261-0/+9
| * | tools/file2include: don't use malloc.h for mallocJonathan Gray2018-11-261-1/+0
| * | arm: ti: boot: Fix U-Boot environment partition addressSam Protsenko2018-11-261-2/+2
| * | armv7r: K3: Allow SPL to run only on core 0Lokesh Vutla2018-11-263-1/+23
| * | add default-option to bootmenuFrank Wunderlich2018-11-261-0/+5
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-11-262-2/+10
|\ \
| * | dm: video: correctly set the cursor positionHeinrich Schuchardt2018-11-172-2/+10
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-11-265-14/+47
|\ \ \
| * | | sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng2018-11-231-3/+31
| * | | sunxi: Fix memory 2-rank initialization for a33 cpuMichael Trimarchi2018-11-221-1/+1
| * | | sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick2018-11-222-3/+8
| * | | sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick2018-11-221-7/+0
| * | | sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick2018-11-223-0/+7
* | | | Merge git://git.denx.de/u-boot-riscvTom Rini2018-11-2640-368/+1269
|\ \ \ \ | |_|_|/ |/| | |
| * | | riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen2018-11-269-10/+146
| * | | riscv: dts: Add ae350_32.dts for RV32IRick Chen2018-11-263-1/+458
| * | | configs: ax25-ae350: Separate ax25-ae350 for RV32/64I.Rick Chen2018-11-262-1/+37
| * | | riscv: dts: Sync to Linux Kernel ae350 dts.Rick Chen2018-11-261-15/+92
| * | | riscv: qemu: clear kernel-start/-end in device tree as workaround for BBLLukas Auer2018-11-262-0/+40
| * | | riscv: qemu: detect and boot the kernel passed by QEMULukas Auer2018-11-263-0/+40
| * | | dm: core: add missing prototype for ofnode_read_u64Lukas Auer2018-11-261-0/+10
| * | | riscv: qemu: enable distro bootLukas Auer2018-11-263-1/+17
| * | | distro_bootcmd: add VirtIO distro boot commandLukas Auer2018-11-262-1/+15
| * | | riscv: align bootm implementation with that of other architecturesLukas Auer2018-11-261-27/+70
| * | | riscv: qemu: support booting LinuxLukas Auer2018-11-263-0/+8
| * | | riscv: qemu: use device tree passed by prior boot stageLukas Auer2018-11-263-13/+2
| * | | riscv: save hart ID and device tree passed by prior boot stageLukas Auer2018-11-262-2/+16
| * | | riscv: do not blindly modify the mstatus CSRLukas Auer2018-11-261-4/+4
| * | | riscv: remove unused labels in start.SLukas Auer2018-11-261-9/+0
| * | | Drop CONFIG_INIT_CRITICALBin Meng2018-11-265-73/+1
| * | | riscv: align mtvec on a 4-byte boundaryLukas Auer2018-11-261-1/+1
| * | | riscv: fix inconsistent use of spaces and tabs in start.SLukas Auer2018-11-261-161/+161
| * | | riscv: implement the invalidate_icache_* functionsLukas Auer2018-11-261-0/+10
| * | | riscv: hang on unhandled exceptionsLukas Auer2018-11-261-0/+2
| * | | riscv: treat undefined exception codes as reservedLukas Auer2018-11-261-2/+6
| * | | riscv: complete the list of exception codesLukas Auer2018-11-261-1/+12