aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-02Merge branch '2022-03-02-enable-pylint-in-CI' into nextWIP/02Mar2022-nextTom Rini40-95/+154
2022-03-02Merge branch '2022-03-02-add-exception-handling-in-hyp-on-armv7a' into nextTom Rini9-51/+153
2022-03-02Config to target QEMU virt machine with virtualizationJim Posen1-0/+6
2022-03-02Fix PC adjustment logic in exception handlersJim Posen3-21/+23
2022-03-02Remove dead codeJim Posen1-31/+1
2022-03-02Set HVBAR register correctlyJim Posen2-0/+21
2022-03-02Hypervisor mode interrupt vector tableJim Posen1-0/+95
2022-03-02Compile for ARMv7-A with virtualization extensionsJim Posen3-0/+8
2022-03-02Azure/GitLab CI: Add the pylint checkerSimon Glass2-0/+38
2022-03-02buildman: Update default config to build for sandboxSimon Glass1-0/+1
2022-03-02Makefile: Add a way to check for pylint errorsSimon Glass1-2/+8
2022-03-02test: Correct pylint errorsSimon Glass4-6/+15
2022-03-02moveconfig: Correct pylint errorsSimon Glass1-4/+1
2022-03-02binman: Correct pylint errorsSimon Glass13-32/+39
2022-03-02dtoc: Correct pylint errorsSimon Glass2-6/+6
2022-03-02buildman: Correct pylint errorsSimon Glass5-12/+7
2022-03-02patman: Correct pylint errorsSimon Glass11-33/+39
2022-02-28Prepare v2022.04-rc3v2022.04-rc3Tom Rini1-1/+1
2022-02-28Merge branch '2022-02-28-bugfixes'Tom Rini12-63/+429
2022-02-28board: stemmy: Detect board variants and patch DTBWIP/2022-02-28-bugfixesLinus Walleij2-0/+317
2022-02-28arm: apple: Switch to fully dynamic mem layoutJanne Grunau3-6/+35
2022-02-28arm: pdu001: Setup pinmux for console UART as early as possibleFelix Brack1-0/+30
2022-02-28arm: pdu001: Fix early debugging UARTFelix Brack2-5/+3
2022-02-28tools: mkimage/dumpimage: Allow to use -l with -TPali Rohár5-52/+44
2022-02-26Merge tag 'efi-2022-04-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/26Feb2022Tom Rini13-85/+243
2022-02-26Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini2-4/+32
2022-02-26efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima2-12/+18
2022-02-26efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu2-16/+39
2022-02-26test/py: Handle expected reboot while booting sandboxMasami Hiramatsu2-22/+33
2022-02-26test/py: Handle expected reset by commandMasami Hiramatsu1-41/+58
2022-02-26efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu1-1/+1
2022-02-26efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas1-6/+5
2022-02-26tools: mkeficapsule: remove duplicated codeAKASHI Takahiro1-2/+0
2022-02-26doc: describe fatload commandHeinrich Schuchardt2-0/+81
2022-02-26doc: describe generation of SMBIOS tableHeinrich Schuchardt3-1/+24
2022-02-25arm: rmobile: rzg2_beacon: Enable proper Ethernet PHYAdam Ford1-1/+1
2022-02-25net: ravb: Add tx/rx delay flag checks and support for rgmii-rxidAdam Ford1-3/+31
2022-02-25Merge tag 'clk-2022.04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/25Feb2022Tom Rini17-396/+391
2022-02-25scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.cPhilippe Reynes10-13/+14
2022-02-25cmd: clk: fix long help messagePatrick Delaunay1-1/+1
2022-02-25cmd: clk: update result of do_clk_setfreqPatrick Delaunay1-1/+1
2022-02-25cmd: clk: replace clk_lookup by uclass_get_device_by_namePatrick Delaunay1-17/+1
2022-02-25cmd: clk: test the number of argument in setfreq commandPatrick Delaunay1-0/+3
2022-02-25clk: ccf: correct the test on the parent uclass in clk_enable/clk_disablePatrick Delaunay1-2/+2
2022-02-25clk: Add clk_get_by_name_optionalSean Anderson3-4/+29
2022-02-25clk: Add driver API to HTML docsSean Anderson2-78/+115
2022-02-25clk: Add client API to HTML docsSean Anderson3-91/+99
2022-02-24clk: Inline clk_get_*_optionalSean Anderson2-44/+34
2022-02-24clk: Rename clk_get_optional_nodevSean Anderson3-8/+10
2022-02-24clk: cdce9xx: Convert .of_xlate to .requestSean Anderson1-9/+3