aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-13TEST: Make lack of DM_I2C migration fatalTEST/failure-on-lack-of-DM_I2C-conversionTom Rini1-1/+12
2022-10-12Merge branch '2022-10-12-additional-fixes'Tom Rini14-13/+101
2022-10-12Nokia RX-51: Fix double space key pressPali Rohár1-1/+5
2022-10-12Nokia RX-51: Remove CONFIG_UBI_SIZEPali Rohár1-2/+0
2022-10-12Fix typo in CONFIG_USBNET_DEVADDRIgnacio Zamora3-4/+2
2022-10-12tools: k3_gen_x509_cert: Do not print SWRV on buildAndrew Davis1-1/+1
2022-10-12smem: msm: add missing <linux/sizes.h>Robert Marko1-0/+1
2022-10-12test: run setexpr test only on sandboxHeinrich Schuchardt2-1/+3
2022-10-12firmware: scmi: fix the multi channel support with CCFPatrick Delaunay4-4/+4
2022-10-12cmd: ubi: Add 'ubi list' command for printing list of all UBI volumesPali Rohár1-0/+85
2022-10-11Merge branch '2022-10-11-assorted-fixes-and-updates'Tom Rini37-57/+749
2022-10-11test: cmd: add test for temperature commandRobert Marko2-0/+40
2022-10-11thermal: add sandbox driverRobert Marko9-0/+55
2022-10-11doc: cmd: temperature: add documentationRobert Marko2-0/+51
2022-10-11cmd: add temperature commandRobert Marko3-0/+92
2022-10-11cmd: xxd: add new commandRoger Knecht10-0/+209
2022-10-11cmd: cat: add new commandRoger Knecht10-0/+203
2022-10-11pinctrl: fix buffer size for pinctrl_generic_set_state_prefix()John Keeping1-1/+1
2022-10-11pinctrl: nuvoton: fix set persist errorJim Liu1-4/+4
2022-10-11boot: image-pre-load: Check environment for location of signature infoSteven Lawrance1-1/+6
2022-10-11image-pre-load: Move macros/definitions to image.hSteven Lawrance3-45/+43
2022-10-11bootcount: pmic: Correct misleading commentPhilip Oberfichtner2-2/+2
2022-10-11lib: crypt: fix selecting a non-existent optionOleksandr Suvorov1-1/+0
2022-10-11cmd: pxe: add alias devicetree-overlay for fdtoverlaysEdoardo Tomelleri3-3/+43
2022-10-11Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...WIP/11Oct2022Tom Rini35-242/+310
2022-10-11Merge branch '2022-10-10-LLVM-related-improvements'Tom Rini3-3/+3
2022-10-10spl: atf: Fix clang -Wasm-operand-widths warningWIP/2022-10-10-LLVM-related-improvementsAlistair Delva1-1/+1
2022-10-10Makefile: apply dynamic relocations for LLDNick Desaulniers1-1/+1
2022-10-10examples: standalone: Fix build with LLVM toolchainAlistair Delva1-1/+1
2022-10-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/10Oct2022Tom Rini13-145/+97
2022-10-10Merge tag 'efi-2023-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini12-93/+152
2022-10-10usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek2-1/+2
2022-10-10usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpersPatrice Chotard2-70/+0
2022-10-10usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard4-10/+10
2022-10-10usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard1-53/+3
2022-10-10phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard2-0/+72
2022-10-10usb: gadget: Clean up Makefile ifdefferyMarek Vasut1-10/+7
2022-10-10usb: Add missing guard around env_get() in usb_hubMarek Vasut1-1/+3
2022-10-10efi_loader: reformat efi_disk_add_dev()Heinrich Schuchardt1-8/+12
2022-10-10efi_loader: simplify efi_set_load_options()Heinrich Schuchardt1-9/+4
2022-10-10efi_driver: use efi_close_protocolHeinrich Schuchardt1-14/+11
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt2-38/+61
2022-10-10efi_loader: CloseProtocol in efi_fmp_findHeinrich Schuchardt1-8/+6
2022-10-10efi_loader: CloseProtocol in tcg2_measure_gpt_dataHeinrich Schuchardt1-7/+3
2022-10-10efi_driver: fix efi_uc_stop()Heinrich Schuchardt1-2/+3
2022-10-10efi_loader: don't export efi_remove_all_protocolsHeinrich Schuchardt1-2/+0
2022-10-10efi_loader: printf code in efi_disk_get_device_name()Heinrich Schuchardt1-1/+2
2022-10-10doc: describe usage of virt-make-fs for testingHeinrich Schuchardt1-0/+19
2022-10-10doc: add python3-filelock python3-pytest-xdistHeinrich Schuchardt1-3/+4
2022-10-10doc: man-page for clsHeinrich Schuchardt2-0/+27