summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbWIP/06Aug2020Tom Rini2020-08-064-25/+24
|\
| * usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese2020-08-053-16/+14
| * usb: usb-uclass.c: Drop le16_to_cpu() as values are already swappedStefan Roese2020-08-051-4/+4
| * usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese2020-08-051-1/+1
| * usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese2020-08-051-4/+5
* | Merge branch '2020-08-06-Kconfig-sram-options'Tom Rini2020-08-0621-112/+155
|\ \
| * | common/board_r: Move blkcache_init call earlier in the boot sequenceWIP/2020-08-06-Kconfig-sram-optionsOvidiu Panait2020-08-061-3/+3
| * | blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2020-08-062-7/+10
| * | common/board_r: Remove initr_serial wrapperOvidiu Panait2020-08-061-7/+1
| * | drivers: serial: Make serial_initialize return intOvidiu Panait2020-08-063-4/+6
| * | dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait2020-08-061-4/+5
| * | board_f: Remove setup_board_part1Ovidiu Panait2020-08-061-11/+1
| * | board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait2020-08-062-34/+27
| * | board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait2020-08-062-15/+25
| * | board_f: Move sram bdinfo assignments to generic codeOvidiu Panait2020-08-061-5/+5
| * | board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait2020-08-066-18/+28
| * | board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait2020-08-062-1/+18
| * | board_f: Introduce setup_bdinfo initcallOvidiu Panait2020-08-062-0/+16
| * | cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait2020-08-063-8/+4
| * | Kconfig: Remove CONFIG_SYS_SRAM_STARTOvidiu Panait2020-08-064-7/+2
| * | Kconfig: Convert CONFIG_SYS_SRAM_SIZE to KconfigOvidiu Panait2020-08-065-5/+7
| * | Kconfig: Convert CONFIG_SYS_SRAM_BASE to KconfigOvidiu Panait2020-08-063-2/+5
| * | Kconfig: Introduce CONFIG_SYS_HAS_SRAMOvidiu Panait2020-08-061-0/+11
|/ /
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-08-0619-28/+719
|\ \
| * | mvebu: bubt: Drop dead codeTom Rini2020-08-061-15/+0
| * | arm: mvebu: Update CRS305-1G-4S board flash layoutLuka Kovacic2020-08-062-6/+13
| * | arm: mvebu: crs3xx-98dx3236: Add a maintainerLuka Kovacic2020-08-061-0/+1
| * | arm: mvebu: Add CRS328-4C-20S-4S boardLuka Kovacic2020-08-068-0/+302
| * | arm: mvebu: Add CRS326-24G-2S boardLuka Kovacic2020-08-068-0/+302
| * | arm: mvebu: Add CRS305-1G-4S Bit boardLuka Kovacic2020-08-064-0/+101
| * | cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTIONJagan Teki2020-08-061-7/+0
* | | Azure/Travis: Update to latest Docker imageWIP/05Aug2020Tom Rini2020-08-052-2/+2
|/ /
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini2020-08-054-4/+41
|\ \
| * | sh: r2dplus: Enable additional PCI ethernet devicesMarek Vasut2020-08-021-0/+4
| * | sh: r2dplus: Enable DM_SERIAL and DM_CLKMarek Vasut2020-08-022-2/+4
| * | sh: r2dplus: Add SCIF1 to the basic DTMarek Vasut2020-08-021-0/+23
| * | sh: Set gd->malloc_base if MALLOC_F_LEN is setMarek Vasut2020-08-021-1/+7
| * | sh: r2dplus: Add pci enum to prebootMarek Vasut2020-08-021-0/+2
| * | sh: r2dplus: Switch to DM ETHMarek Vasut2020-08-021-1/+1
* | | Merge branch '2020-08-05-misc-fixes'Tom Rini2020-08-0544-128/+421
|\ \ \ | |_|/ |/| |
| * | tools: env: Avoid an uninited warning with was_lockedWIP/2020-08-05-misc-fixesSimon Glass2020-08-051-1/+1
| * | tools: env: Fix printf() warning in fw_envSimon Glass2020-08-051-2/+2
| * | ARM: add Kconfig option for PSCI 0.1Icenowy Zheng2020-08-051-0/+4
| * | cmd: bdinfo: cleanup phys_addr_t outputHeinrich Schuchardt2020-08-051-3/+4
| * | cmd: bootz: fix device-tree overlap testBaruch Siach2020-08-051-1/+1
| * | fit_image: Use calloc() to fix reproducibility issueFabio Estevam2020-08-051-4/+4
| * | arm: Add SPL build check to SPL early bss clearBrian Moyer2020-08-041-5/+5
| * | doc: move Clang documentation to HTMLHeinrich Schuchardt2020-08-043-55/+77
| * | pinctrl: aspeed: Fix Kconfig entry indentationMichal Simek2020-08-041-7/+7
| * | Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabledMichal Simek2020-08-041-1/+1