aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-24phy: mtk-tphy: make shared reg optional for v1Frank Wunderlich1-3/+2
2020-08-24fs/squashfs: Fix Coverity Scan defectsJoao Marcos Costa3-12/+36
2020-08-24virtio_blk: set log2blksz correctlyAKASHI Takahiro1-0/+1
2020-08-24test/py: Add tests for LZO and ZSTDJoao Marcos Costa3-47/+102
2020-08-24fs/squashfs: add support for LZO decompressionJoao Marcos Costa1-0/+25
2020-08-24fs/squashfs: add support for ZSTD decompressionJoao Marcos Costa2-0/+45
2020-08-24fs/squashfs: replace sqfs_decompress() parameterJoao Marcos Costa3-20/+14
2020-08-24fs/squashfs: Add init and clean-up functions to decompressionJoao Marcos Costa4-10/+51
2020-08-24cmd: fix clone coverity scanJohn Chau1-3/+5
2020-08-24firmware: psci: Do not bind driver if U-Boot runs in EL3Michal Simek1-0/+6
2020-08-24board: armltd: Add support for Total Compute platformUsama Arif10-1/+296
2020-08-24avb: Make AVB independent of fastbootUsama Arif3-4/+21
2020-08-24efi_loader: use ':' as separator for setenv -iHeinrich Schuchardt6-78/+78
2020-08-24efi_loader: validate device path length in boot managerHeinrich Schuchardt1-4/+2
2020-08-24test: unit test for efi_dp_check_length()Heinrich Schuchardt2-0/+51
2020-08-24efi_loader: efi_dp_check_length()Heinrich Schuchardt2-0/+35
2020-08-24include: kernel.h: define SSIZE_MAXHeinrich Schuchardt1-0/+3
2020-08-24efi_selftest: substitute ResetSystem() by do_reset()Heinrich Schuchardt1-2/+8
2020-08-24efi_selftest: add a test for ResetSystem()Heinrich Schuchardt2-0/+59
2020-08-24efi_loader: ResetSystem() should not hangHeinrich Schuchardt1-3/+4
2020-08-24doc: update UEFI documentationHeinrich Schuchardt1-4/+8
2020-08-24efi_loader: remove empty comment lineHeinrich Schuchardt1-1/+0
2020-08-24efi_loader: document parameters of do_bootefi_exec()Heinrich Schuchardt1-0/+4
2020-08-24Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini13-30/+153
2020-08-24clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.cLukasz Majewski1-0/+1
2020-08-24cmd: clk: correctly handle depth for clk dumpPatrick Delaunay1-1/+2
2020-08-24cmd: clk: cosmetic: correct code alignment in show_clksPatrick Delaunay1-16/+16
2020-08-24clk: ccf: mux: change the get_rate helperDario Binacchi2-1/+49
2020-08-24clk: ccf: mux: fix access to the sandbox registerDario Binacchi1-0/+8
2020-08-24clk: ccf: mux: fix typoDario Binacchi1-1/+1
2020-08-24clk: ccf: mux: change include orderDario Binacchi1-4/+4
2020-08-24clk: fix the console output of clk_registerDario Binacchi1-5/+5
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi7-1/+14
2020-08-24dm: test: clk: add the test for the ccf gated clockDario Binacchi3-0/+20
2020-08-24clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clockLukasz Majewski1-0/+7
2020-08-24clk: imx: Add support for pllv3 enet clockLukasz Majewski1-0/+25
2020-08-24clk: imx6: Add definition for IMX6QDL_CLK_ENET clockLukasz Majewski1-0/+1
2020-08-24clk: ICS8N3QV01 remove superfluous codeHeinrich Schuchardt1-1/+0
2020-08-23Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini40-88/+199
2020-08-23Merge branch '2020-08-21-stdio-cleanup'Tom Rini186-305/+444
2020-08-23stdio: Tidy up the coding styleSimon Glass2-21/+25
2020-08-23stdio: Drop brackets around &devs.listSimon Glass1-6/+6
2020-08-23stdio: Update to use compiler for Kconfig checksSimon Glass1-89/+83
2020-08-23stdio: Drop #ifdefs in the header fileSimon Glass1-28/+12
2020-08-23stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass2-20/+11
2020-08-23Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass7-6/+19
2020-08-23Convert CONFIG_SPLASH_SCREEN et al to KconfigSimon Glass122-118/+234
2020-08-23moveconfig: Skip binary and ELF filesSimon Glass1-1/+2
2020-08-23Convert CONFIG_NETCONSOLE to KconfigTom Rini66-16/+52
2020-08-22sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait2-4/+0