summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-02Merge branch '2022-03-02-armv8-fixes-and-cleanups' into nextTom Rini
2022-03-02armv8: Fix and simplify branch_if_master/branch_if_slaveAndre Przywara
2022-03-02armv8: Simplify switch_el macroAndre Przywara
2022-03-02arm: Clean up asm/io.hAndre Przywara
2022-03-02armv8: Force SP_ELx stack pointer usageAndre Przywara
2022-03-02armv8: Always unmask SErrorsAndre Przywara
2022-03-02cmd: exception: arm64: fix undefined, add faultsAndre Przywara
2022-03-02Merge branch '2022-03-02-enable-pylint-in-CI' into nextTom Rini
2022-03-02Azure/GitLab CI: Add the pylint checkerSimon Glass
2022-03-02buildman: Update default config to build for sandboxSimon Glass
2022-03-02Makefile: Add a way to check for pylint errorsSimon Glass
2022-03-02test: Correct pylint errorsSimon Glass
2022-03-02moveconfig: Correct pylint errorsSimon Glass
2022-03-02binman: Correct pylint errorsSimon Glass
2022-03-02dtoc: Correct pylint errorsSimon Glass
2022-03-02buildman: Correct pylint errorsSimon Glass
2022-03-02patman: Correct pylint errorsSimon Glass
2022-02-28Prepare v2022.04-rc3v2022.04-rc3Tom Rini
2022-02-28Merge branch '2022-02-28-bugfixes'Tom Rini
2022-02-28board: stemmy: Detect board variants and patch DTBLinus Walleij
2022-02-28arm: apple: Switch to fully dynamic mem layoutJanne Grunau
2022-02-28arm: pdu001: Setup pinmux for console UART as early as possibleFelix Brack
2022-02-28arm: pdu001: Fix early debugging UARTFelix Brack
2022-02-28tools: mkimage/dumpimage: Allow to use -l with -TPali Rohár
2022-02-26Merge tag 'efi-2022-04-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-02-26Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2022-02-26efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima
2022-02-26efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu
2022-02-26test/py: Handle expected reboot while booting sandboxMasami Hiramatsu
2022-02-26test/py: Handle expected reset by commandMasami Hiramatsu
2022-02-26efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu
2022-02-26efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas
2022-02-26tools: mkeficapsule: remove duplicated codeAKASHI Takahiro
2022-02-26doc: describe fatload commandHeinrich Schuchardt
2022-02-26doc: describe generation of SMBIOS tableHeinrich Schuchardt
2022-02-25arm: rmobile: rzg2_beacon: Enable proper Ethernet PHYAdam Ford
2022-02-25net: ravb: Add tx/rx delay flag checks and support for rgmii-rxidAdam Ford
2022-02-25Merge tag 'clk-2022.04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-02-25scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.cPhilippe Reynes
2022-02-25cmd: clk: fix long help messagePatrick Delaunay
2022-02-25cmd: clk: update result of do_clk_setfreqPatrick Delaunay
2022-02-25cmd: clk: replace clk_lookup by uclass_get_device_by_namePatrick Delaunay
2022-02-25cmd: clk: test the number of argument in setfreq commandPatrick Delaunay
2022-02-25clk: ccf: correct the test on the parent uclass in clk_enable/clk_disablePatrick Delaunay
2022-02-25clk: Add clk_get_by_name_optionalSean Anderson
2022-02-25clk: Add driver API to HTML docsSean Anderson
2022-02-25clk: Add client API to HTML docsSean Anderson
2022-02-24clk: Inline clk_get_*_optionalSean Anderson
2022-02-24clk: Rename clk_get_optional_nodevSean Anderson
2022-02-24clk: cdce9xx: Convert .of_xlate to .requestSean Anderson