summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | efi_loader: remove empty comment lineHeinrich Schuchardt2020-08-241-1/+0
| * | | efi_loader: document parameters of do_bootefi_exec()Heinrich Schuchardt2020-08-241-0/+4
* | | | Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-08-2413-30/+153
|\ \ \ \ | |/ / / |/| | |
| * | | clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.cLukasz Majewski2020-08-241-0/+1
| * | | cmd: clk: correctly handle depth for clk dumpPatrick Delaunay2020-08-241-1/+2
| * | | cmd: clk: cosmetic: correct code alignment in show_clksPatrick Delaunay2020-08-241-16/+16
| * | | clk: ccf: mux: change the get_rate helperDario Binacchi2020-08-242-1/+49
| * | | clk: ccf: mux: fix access to the sandbox registerDario Binacchi2020-08-241-0/+8
| * | | clk: ccf: mux: fix typoDario Binacchi2020-08-241-1/+1
| * | | clk: ccf: mux: change include orderDario Binacchi2020-08-241-4/+4
| * | | clk: fix the console output of clk_registerDario Binacchi2020-08-241-5/+5
| * | | clk: set flags in the ccf registration routinesDario Binacchi2020-08-247-1/+14
| * | | dm: test: clk: add the test for the ccf gated clockDario Binacchi2020-08-243-0/+20