aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-15Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-pmicWIP/15Jun2022Tom Rini1-1/+3
2022-06-15Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini5-21/+45
2022-06-15mmc: fsl_esdhc_imx: Implement wait_dat0 mmc opsLoic Poulain1-17/+33
2022-06-15mmc: Add support for wait_dat0 callbackLoic Poulain2-0/+4
2022-06-15env: mmc : align erase address and size on erase_grp_sizePatrick Delaunay1-3/+7
2022-06-15mmc: fix error message for unaligned erase requestPatrick Delaunay1-1/+1
2022-06-14dtoc: Update test_src_scan.py for new tegra compatiblesTom Rini1-0/+1
2022-06-14Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini8-8/+89
2022-06-14pmic: pca9450: add DM_I2C dependencies in KconfigRasmus Villemoes1-1/+3
2022-06-13board: apalis_t30/tk1/colibri_t20/t30: integrate mac address via dtMarcel Ziswiler4-0/+78
2022-06-13arm: tegra: Update some DT compatiblesPeter Robinson2-0/+2
2022-06-13pci: tegra: Update error prints with new linesPeter Robinson1-2/+2
2022-06-13ARM: tegra: XUSB padctl: Add new lines for errorsPeter Robinson1-6/+6
2022-06-13Merge tag 'efi-2022-07-rc5' of https://source.denx.de/u-boot/custodians/u-boo...WIP/13Jun2022Tom Rini5-100/+73
2022-06-12efi_loader: create boot options without file pathHeinrich Schuchardt2-11/+25
2022-06-12efi_loader: allow booting from short dev only DPHeinrich Schuchardt1-5/+4
2022-06-12efi_loader: correctly identify binary nameHeinrich Schuchardt1-15/+26
2022-06-12EFI: FMP: Use a common GetImageInfo function for FIT and raw imagesSughosh Ganu1-66/+14
2022-06-12EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATION...Sughosh Ganu1-3/+4
2022-06-08Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/08Jun2022Tom Rini4-2/+619
2022-06-07misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from LinuxMarek Vasut3-0/+615
2022-06-07Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogWIP/07Jun2022Tom Rini1-1/+7
2022-06-07Merge tag 'xilinx-for-v2022.07-rc4-v2' of https://source.denx.de/u-boot/custo...Tom Rini1-0/+4
2022-06-07usb: xhci-mtk: disable all ports when disable host controllerChunfeng Yun1-2/+4
2022-06-07watchdog: Fix SPL build with watchdog disabled in asm filesPali Rohár1-1/+7
2022-06-06Prepare v2022.07-rc4v2022.07-rc4Tom Rini1-1/+1
2022-06-06configs: fsl: add missing SYS_FMAN_FW_ADDR definesCamelia Groza2-0/+2
2022-06-06doc: update mail author for st-dt.rstPatrick Delaunay1-1/+1
2022-06-06xilinx: fru: Replace spaces with \0 in detected revisionMichal Simek1-0/+4
2022-06-04Merge tag 'efi-2022-07-rc4-4' of https://source.denx.de/u-boot/custodians/u-b...WIP/04Jun2022Tom Rini6-58/+362
2022-06-04efi: test/py: authenticate fit capsulesVincent Stehlé4-48/+353
2022-06-04test/py: efi_capsule: repair image authentication testVincent Stehlé2-5/+5
2022-06-04EFI: Update the documentation to reflect the correct value of OsIndicationsSughosh Ganu1-1/+1
2022-06-04EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu1-3/+2
2022-06-04doc: environment: Fix typoChris Packham1-1/+1
2022-06-03Merge branch '2022-06-03-assorted-fixes'Tom Rini11-8/+28
2022-06-03board: ti: am64x: Update MAINTAINERSDave Gerlach1-1/+1
2022-06-03squashfs: Fix compilation on big endian systemsPali Rohár2-4/+2
2022-06-03imx: imx8mq: select CONFIG_CMD_CLKPeng Fan1-0/+1
2022-06-03imx: imx8mq: default select CLK_IMX8MQPeng Fan1-0/+1
2022-06-03fdt: Add U-Boot version to chosen nodeFrancesco Dolcini1-0/+10
2022-06-03net: Check for the minimum IP fragmented datagram sizeFabio Estevam2-0/+5
2022-06-03armv8: Fix TCR 64-bit writesAndre Przywara1-3/+3
2022-06-03net: enetc: unregister mdiobusMichael Walle1-0/+3
2022-06-03ubifs: Fix lockup/crash when reading filesPali Rohár1-0/+2
2022-05-31Merge tag 'efi-2022-07-rc4-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/31May2022Tom Rini17-166/+359
2022-05-31bootmenu: use utf-8 for menu titleMasahisa Kojima1-22/+21
2022-05-28doc/efi: add firmware management protocol to the documentationVincent Stehlé1-0/+6
2022-05-28efi: fix documentation warningsVincent Stehlé1-5/+5
2022-05-28lib/charset: fix compile warningsMasahisa Kojima1-1/+1