aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-03Merge branch '2022-03-03-Kconfig-migrations' into nextWIP/03Mar2022-nextTom Rini518-2857/+713
2022-03-03Convert CONFIG_CHIP_SELECTS_PER_CTRL to KconfigTom Rini85-44/+56
2022-03-03Convert CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS to KconfigTom Rini59-13/+52
2022-03-03net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAYTom Rini2-17/+0
2022-03-03Convert CONFIG_BOOTP_MAY_FAIL et al to KconfigTom Rini222-225/+195
2022-03-03powerpc: P1010RDB: Move CONFIG_BOOTMODE out of CONFIG namespaceTom Rini1-3/+3
2022-03-03Convert CONFIG_BOOTFILE to KconfigTom Rini212-106/+342
2022-03-03Convert CONFIG_BOARD_POSTCLK_INIT to KconfigTom Rini9-7/+9
2022-03-03Convert CONFIG_BOARD_ECC_SUPPORT to KconfigTom Rini3-2/+5
2022-03-03Convert CONFIG_BIOSEMU to KconfigTom Rini3-4/+7
2022-03-03Convert CONFIG_BOARD_COMMON to KconfigTom Rini12-20/+4
2022-03-03arm: exynos: Move BL1/2 SPI flash defines to their user, drop CONFIGTom Rini4-34/+30
2022-03-03Convert CONFIG_BTB to KconfigTom Rini13-12/+10
2022-03-03powerpc: Remove unused MPC8540/60ADS codeTom Rini16-2335/+0
2022-03-03Merge branch '2022-03-02-scmi-updates' into nextTom Rini12-464/+345
2022-03-02clk: scmi: register scmi clocks with CCFWIP/2022-03-02-scmi-updatesEtienne Carriere3-0/+186
2022-03-02firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere4-14/+16
2022-03-02scmi: change parameter dev in devm_scmi_process_msgEtienne Carriere5-13/+26
2022-03-02sandbox: scmi: test against a single scmi agentEtienne Carriere5-212/+124
2022-03-02doc: binding: scmi: link to latest Linux kernel bindingEtienne Carriere1-234/+2
2022-03-02Merge branch '2022-03-02-armv8-fixes-and-cleanups' into nextTom Rini9-142/+85
2022-03-02armv8: Fix and simplify branch_if_master/branch_if_slaveAndre Przywara6-28/+15
2022-03-02armv8: Simplify switch_el macroAndre Przywara1-5/+3
2022-03-02arm: Clean up asm/io.hAndre Przywara1-96/+2
2022-03-02armv8: Force SP_ELx stack pointer usageAndre Przywara1-0/+1
2022-03-02armv8: Always unmask SErrorsAndre Przywara3-9/+4
2022-03-02cmd: exception: arm64: fix undefined, add faultsAndre Przywara1-4/+60
2022-03-02Merge branch '2022-03-02-enable-pylint-in-CI' into nextTom Rini40-95/+154
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