summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-24fs/squashfs: Fix Coverity Scan defectsJoao Marcos Costa
2020-08-24virtio_blk: set log2blksz correctlyAKASHI Takahiro
2020-08-24test/py: Add tests for LZO and ZSTDJoao Marcos Costa
2020-08-24fs/squashfs: add support for LZO decompressionJoao Marcos Costa
2020-08-24fs/squashfs: add support for ZSTD decompressionJoao Marcos Costa
2020-08-24fs/squashfs: replace sqfs_decompress() parameterJoao Marcos Costa
2020-08-24fs/squashfs: Add init and clean-up functions to decompressionJoao Marcos Costa
2020-08-24cmd: fix clone coverity scanJohn Chau
2020-08-24firmware: psci: Do not bind driver if U-Boot runs in EL3Michal Simek
2020-08-24board: armltd: Add support for Total Compute platformUsama Arif
2020-08-24avb: Make AVB independent of fastbootUsama Arif
2020-08-24Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-08-24clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.cLukasz Majewski
2020-08-24cmd: clk: correctly handle depth for clk dumpPatrick Delaunay
2020-08-24cmd: clk: cosmetic: correct code alignment in show_clksPatrick Delaunay
2020-08-24clk: ccf: mux: change the get_rate helperDario Binacchi
2020-08-24clk: ccf: mux: fix access to the sandbox registerDario Binacchi
2020-08-24clk: ccf: mux: fix typoDario Binacchi
2020-08-24clk: ccf: mux: change include orderDario Binacchi
2020-08-24clk: fix the console output of clk_registerDario Binacchi
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi
2020-08-24dm: test: clk: add the test for the ccf gated clockDario Binacchi
2020-08-24clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clockLukasz Majewski
2020-08-24clk: imx: Add support for pllv3 enet clockLukasz Majewski
2020-08-24clk: imx6: Add definition for IMX6QDL_CLK_ENET clockLukasz Majewski
2020-08-24clk: ICS8N3QV01 remove superfluous codeHeinrich Schuchardt
2020-08-23Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-08-23Merge branch '2020-08-21-stdio-cleanup'Tom Rini
2020-08-23stdio: Tidy up the coding styleSimon Glass
2020-08-23stdio: Drop brackets around &devs.listSimon Glass
2020-08-23stdio: Update to use compiler for Kconfig checksSimon Glass
2020-08-23stdio: Drop #ifdefs in the header fileSimon Glass
2020-08-23stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass
2020-08-23Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass
2020-08-23Convert CONFIG_SPLASH_SCREEN et al to KconfigSimon Glass
2020-08-23moveconfig: Skip binary and ELF filesSimon Glass
2020-08-23Convert CONFIG_NETCONSOLE to KconfigTom Rini
2020-08-22sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait
2020-08-22board_f: Remove dead code from init_func_i2cOvidiu Panait
2020-08-22binman: Add a setup script for PythonSimon Glass
2020-08-22dtoc: Add a setup script for PythonSimon Glass
2020-08-22binman: Correct some import statementsSimon Glass
2020-08-22binman: Move GetEntryModules() to controlSimon Glass
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada
2020-08-22ata: mvebu: use dev_read_addr() to get base addressMasahiro Yamada
2020-08-22gpio: at91: use dev_read_addr() to get base addressMasahiro Yamada
2020-08-22test: dm: Add test case for devfdt_get_addr_ptrOvidiu Panait
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait
2020-08-22doc: add bind/unbind command documentationPatrice Chotard
2020-08-22test/py: Update test_bindPatrice Chotard