summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/22Dec2019Tom Rini2019-12-224-16/+19
|\
| * usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2019-12-212-16/+16
| * MAINTAINERS: assign usb.c and and usb_kbd.cHeinrich Schuchardt2019-12-211-0/+2
| * usb: cdns3: ep0: Fix build warnings related to cache opsVignesh Raghavendra2019-12-211-0/+1
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini2019-12-223-3/+21
|\ \ | |/ |/|
| * fw_setenv: avoid writing environment when nothing has changedRasmus Villemoes2019-12-201-1/+19
| * drivers: net: bcm-sf2: pass -1 to phy_connect()Alex Marginean2019-12-201-1/+1
| * net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYsMarek Vasut2019-12-201-1/+1
|/
* Merge tag 'u-boot-stm32-20191218' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-12-184-5/+4
|\
| * stm32mp1: configs: Resync with savedefconfigPatrick Delaunay2019-12-183-3/+3
| * stm32mp1: remove the imply BOOTSTAGEPatrick Delaunay2019-12-181-2/+0
| * stm32mp1: imply CMD_CLSPatrick Delaunay2019-12-181-0/+1
|/
* Prepare v2020.01-rc5v2020.01-rc5Tom Rini2019-12-161-1/+1
* Merge branch '2019-12-13-master-imports'Tom Rini2019-12-1315-80/+125
|\
| * arm: ti: dra7: move BOOTP_DNS2 and PHY_TI in defconfigWIP/2019-12-13-master-importsGrygorii Strashko2019-12-134-2/+6
| * common: remove duplicate typedef for ucharHeinrich Schuchardt2019-12-131-1/+0
| * doc: fitImage: example of a signature nodeHeinrich Schuchardt2019-12-131-0/+62
| * mailmap: Update mail address for Boris BrezillonHeinrich Schuchardt2019-12-131-0/+2
| * doc: really get rid of Documentation/ directoryRasmus Villemoes2019-12-133-74/+48
| * sysreset_mpc83xx: fix mcp83xx -> mpc83xx typoRasmus Villemoes2019-12-133-3/+3
| * dts: am335x-brsmarc1/xre1: insert phy_id againHannes Schmelzer2019-12-132-0/+4
|/
* Merge tag 'rpi-next-2020.01.2' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini2019-12-112-5/+8
|\
| * ARM: defconfig: Fix 32bit config for RPi4Matthias Brugger2019-12-111-1/+1
| * rpi: Enable DRAM bank initialization on arm64Matthias Brugger2019-12-111-2/+0
| * rpi: fix dram bank initializationMatthias Brugger2019-12-111-2/+7
* | Merge tag 'fix-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/11Dec2019Tom Rini2019-12-111-1/+1
|\ \
| * | i2c: i2c_cdns: fix write timeout on fifo boundaryMichael Auchter2019-12-111-1/+1
| |/
* | Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini2019-12-117-10/+34
|\ \
| * | configs: sama5d27_som1_ek: Add default config to read ENV from QSPISwapna Gurumani2019-12-101-0/+8
| * | gpio: at91_gpio: Add bank namesJames Byrne2019-12-031-3/+26
| * | board: Remove unnecessary inclusion of micrel.h from boardsJames Byrne2019-12-035-7/+0
* | | Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/10Dec2019Tom Rini2019-12-10108-16/+195
|\ \ \ | |_|/ |/| |
| * | video: make BPP and ANSI configs optionalAnatolij Gustschin2019-12-06105-9/+180
| * | video: add guards around 16bpp/32bbp codeAnatolij Gustschin2019-12-062-0/+10
| * | video: bmp: Fix video_display_rle8_bitmap()Patrice Chotard2019-12-061-5/+3
| * | video: bmp: Fix video_splash_align_axis()Patrice Chotard2019-12-061-2/+2
* | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2019-12-0933-73/+1057
|\ \ \
| * | | spl: opensbi: wait for ack from secondary harts before entering OpenSBILukas Auer2019-12-101-1/+11
| * | | riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer2019-12-106-13/+29
| * | | riscv: add functions for reading the IPI statusLukas Auer2019-12-104-0/+43
| * | | spl: opensbi: specify main hart as preferred boot hartLukas Auer2019-12-102-1/+18
| * | | doc: update AX25-AE350 RISC-V documentationRick Chen2019-12-101-3/+206
| * | | riscv: dts: Add #address-cells and #size-cells in nor nodeRick Chen2019-12-102-2/+6
| * | | riscv: dts: Support four cores SMPRick Chen2019-12-102-6/+108
| * | | riscv: Fix clear bss loop in the start-up codeRick Chen2019-12-103-4/+4
| * | | spl: cache: Allow cache drivers in SPLRick Chen2019-12-102-0/+8
| * | | riscv: ax25: cache: Add SPL_RISCV_MMODE for SPLRick Chen2019-12-101-14/+46
| * | | riscv: andes_plic: Fix some wrong configurationsRick Chen2019-12-101-4/+7
| * | | riscv: ax25-ae350: Use generic memory size setupRick Chen2019-12-101-19/+2
| * | | riscv: ax25-ae350: add SPL configurationRick Chen2019-12-108-0/+215