summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/24Aug2020Tom 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
| * clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clockLukasz Majewski2020-08-241-0/+7
| * clk: imx: Add support for pllv3 enet clockLukasz Majewski2020-08-241-0/+25
| * clk: imx6: Add definition for IMX6QDL_CLK_ENET clockLukasz Majewski2020-08-241-0/+1
| * clk: ICS8N3QV01 remove superfluous codeHeinrich Schuchardt2020-08-241-1/+0
* | Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/23Aug2020Tom Rini2020-08-2340-88/+199
|\ \ | |/ |/|
| * sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait2020-08-222-4/+0
| * board_f: Remove dead code from init_func_i2cOvidiu Panait2020-08-221-4/+0
| * binman: Add a setup script for PythonSimon Glass2020-08-221-0/+12
| * dtoc: Add a setup script for PythonSimon Glass2020-08-221-0/+12
| * binman: Correct some import statementsSimon Glass2020-08-224-5/+4
| * binman: Move GetEntryModules() to controlSimon Glass2020-08-223-17/+17
| * treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-2218-20/+20
| * ata: mvebu: use dev_read_addr() to get base addressMasahiro Yamada2020-08-221-1/+1
| * gpio: at91: use dev_read_addr() to get base addressMasahiro Yamada2020-08-221-1/+1
| * test: dm: Add test case for devfdt_get_addr_ptrOvidiu Panait2020-08-221-0/+18
| * dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait2020-08-227-13/+13
| * doc: add bind/unbind command documentationPatrice Chotard2020-08-222-0/+50
| * test/py: Update test_bindPatrice Chotard2020-08-221-6/+9
| * sandbox: dts: Add compatible string for bind-test nodePatrice Chotard2020-08-223-4/+2
| * sandbox: phy: add driver_data for bind test cmdPatrice Chotard2020-08-221-1/+17
| * cmd: bind: allow to bind driver with driver dataPatrice Chotard2020-08-221-2/+3
| * dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt2020-08-222-10/+20
* | Merge branch '2020-08-21-stdio-cleanup'Tom Rini2020-08-23186-305/+444
|\ \ | |/ |/|
| * stdio: Tidy up the coding styleWIP/2020-08-21-stdio-cleanupSimon Glass2020-08-232-21/+25
| * stdio: Drop brackets around &devs.listSimon Glass2020-08-231-6/+6
| * stdio: Update to use compiler for Kconfig checksSimon Glass2020-08-231-89/+83
| * stdio: Drop #ifdefs in the header fileSimon Glass2020-08-231-28/+12