summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | fdtdec: Add API to read pci bus-range propertySuneel Garapati2020-08-252-0/+29
* | | Merge tag 'i2c-bugfixes-for-v2020.10' of https://gitlab.denx.de/u-boot/custod...Tom Rini2020-08-253-35/+28
|\ \ \
| * | | Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954xTrommel, Kees (Contractor)2020-08-252-2/+2
| * | | i2c: octeon_i2c: Misc fixes for ARM Octeon TX2 supportStefan Roese2020-08-251-33/+26
| |/ /
* | | Merge tag 'u-boot-rockchip-20200820' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-08-254-2/+20
|\ \ \
| * | | rockchip: firefly-rk3288: Fix the code support for SPL_LEDKever Yang2020-08-211-1/+3
| * | | rockchip: rk3188: Fix the code support for SPL_LEDKever Yang2020-08-211-1/+3
| * | | rockchip: config: evb-rk3399: Add rockchip dwmmc supportKever Yang2020-08-211-0/+1
| * | | rockchip: dts: rk3399-evb: add sdmmc nodeKever Yang2020-08-211-0/+13
* | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-08-2512-5/+197
|\ \ \ \
| * | | | cmd: provide command sbiHeinrich Schuchardt2020-08-255-0/+127
| * | | | configs: defconfig for Sipeed Maix in S-modeHeinrich Schuchardt2020-08-253-1/+60
| * | | | riscv: fix building with CONFIG_SPL_SMP=nHeinrich Schuchardt2020-08-251-1/+1
| * | | | clk: kendryte/pll.h: do not redefine nop()Heinrich Schuchardt2020-08-251-0/+5
| * | | | ram: sifive: Fix compiler warnings for 32-bitBin Meng2020-08-251-2/+2
| * | | | riscv: fu540: Use correct API to get L2 cache controller base addressBin Meng2020-08-251-1/+2
| | |/ / | |/| |
* | | | Merge branch '2020-08-24-misc-improvements'Tom Rini2020-08-2542-176/+838
|\ \ \ \
| * | | | xen: Code style conformityAnastasiia Lukianenko2020-08-244-10/+11
| * | | | board: xen: Remove unnecessary CONFIG_INITRD_TAG and CONFIG_CMDLINE_TAGAnastasiia Lukianenko2020-08-241-3/+0
| * | | | board: xen: Remove CONFIG_CMD_RUN define and clean xenguest_arm64_defconfigAnastasiia Lukianenko2020-08-242-50/+27
| * | | | MAINTAINERS: Add maintainers to XEN sectionAnastasiia Lukianenko2020-08-242-1/+18
| * | | | board: xen: Remove unnecessary CONFIG_BOARD_EARLY_INIT_F define and board_ear...Anastasiia Lukianenko2020-08-242-7/+0
| * | | | arm: dts: mt7623: add USB nodesFrank Wunderlich2020-08-242-0/+62
| * | | | arm: dts: mt7622: add USB nodesFrank Wunderlich2020-08-243-0/+72
| * | | | arm: dts: rename mt7622-bpi-r64.dtsFrank Wunderlich2020-08-242-1/+1
| * | | | clk: mt7622: add needed clocks for ssusb-nodeFrank Wunderlich2020-08-241-0/+42
| * | | | ahci: mediatek: fix copyright and author-linesFrank Wunderlich2020-08-241-4/+2
| * | | | reset: drop unnecessary comment for pciesysFrank Wunderlich2020-08-241-1/+0
| * | | | phy: mtk-tphy: make shared reg optional for v1Frank Wunderlich2020-08-241-3/+2
| * | | | fs/squashfs: Fix Coverity Scan defectsJoao Marcos Costa2020-08-243-12/+36
| * | | | virtio_blk: set log2blksz correctlyAKASHI Takahiro2020-08-241-0/+1
| * | | | test/py: Add tests for LZO and ZSTDJoao Marcos Costa2020-08-243-47/+102
| * | | | fs/squashfs: add support for LZO decompressionJoao Marcos Costa2020-08-241-0/+25
| * | | | fs/squashfs: add support for ZSTD decompressionJoao Marcos Costa2020-08-242-0/+45
| * | | | fs/squashfs: replace sqfs_decompress() parameterJoao Marcos Costa2020-08-243-20/+14
| * | | | fs/squashfs: Add init and clean-up functions to decompressionJoao Marcos Costa2020-08-244-10/+51
| * | | | cmd: fix clone coverity scanJohn Chau2020-08-241-3/+5
| * | | | firmware: psci: Do not bind driver if U-Boot runs in EL3Michal Simek2020-08-241-0/+6
| * | | | board: armltd: Add support for Total Compute platformUsama Arif2020-08-2410-1/+296
| * | | | avb: Make AVB independent of fastbootUsama Arif2020-08-243-4/+21
| |/ / /
* | | | Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-08-2418-92/+252
|\ \ \ \ | |/ / / |/| | |
| * | | efi_loader: use ':' as separator for setenv -iHeinrich Schuchardt2020-08-246-78/+78
| * | | efi_loader: validate device path length in boot managerHeinrich Schuchardt2020-08-241-4/+2
| * | | test: unit test for efi_dp_check_length()Heinrich Schuchardt2020-08-242-0/+51
| * | | efi_loader: efi_dp_check_length()Heinrich Schuchardt2020-08-242-0/+35
| * | | include: kernel.h: define SSIZE_MAXHeinrich Schuchardt2020-08-241-0/+3
| * | | efi_selftest: substitute ResetSystem() by do_reset()Heinrich Schuchardt2020-08-241-2/+8
| * | | efi_selftest: add a test for ResetSystem()Heinrich Schuchardt2020-08-242-0/+59
| * | | efi_loader: ResetSystem() should not hangHeinrich Schuchardt2020-08-241-3/+4
| * | | doc: update UEFI documentationHeinrich Schuchardt2020-08-241-4/+8