aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-pmicWIP/15Jun2022Tom Rini2022-06-151-1/+3
|\
| * pmic: pca9450: add DM_I2C dependencies in KconfigRasmus Villemoes2022-06-141-1/+3
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2022-06-155-21/+45
|\ \
| * | mmc: fsl_esdhc_imx: Implement wait_dat0 mmc opsLoic Poulain2022-06-151-17/+33
| * | mmc: Add support for wait_dat0 callbackLoic Poulain2022-06-152-0/+4
| * | env: mmc : align erase address and size on erase_grp_sizePatrick Delaunay2022-06-151-3/+7
| * | mmc: fix error message for unaligned erase requestPatrick Delaunay2022-06-151-1/+1
|/ /
* | dtoc: Update test_src_scan.py for new tegra compatiblesTom Rini2022-06-141-0/+1
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini2022-06-148-8/+89
|\ \ | |/ |/|
| * board: apalis_t30/tk1/colibri_t20/t30: integrate mac address via dtMarcel Ziswiler2022-06-134-0/+78
| * arm: tegra: Update some DT compatiblesPeter Robinson2022-06-132-0/+2
| * pci: tegra: Update error prints with new linesPeter Robinson2022-06-131-2/+2
| * ARM: tegra: XUSB padctl: Add new lines for errorsPeter Robinson2022-06-131-6/+6
|/
* Merge tag 'efi-2022-07-rc5' of https://source.denx.de/u-boot/custodians/u-boo...WIP/13Jun2022Tom Rini2022-06-135-100/+73
|\
| * efi_loader: create boot options without file pathHeinrich Schuchardt2022-06-122-11/+25
| * efi_loader: allow booting from short dev only DPHeinrich Schuchardt2022-06-121-5/+4
| * efi_loader: correctly identify binary nameHeinrich Schuchardt2022-06-121-15/+26
| * EFI: FMP: Use a common GetImageInfo function for FIT and raw imagesSughosh Ganu2022-06-121-66/+14
| * EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATION...Sughosh Ganu2022-06-121-3/+4
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/08Jun2022Tom Rini2022-06-084-2/+619
|\
| * misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from LinuxMarek Vasut2022-06-073-0/+615
| * usb: xhci-mtk: disable all ports when disable host controllerChunfeng Yun2022-06-071-2/+4
* | Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogWIP/07Jun2022Tom Rini2022-06-071-1/+7
|\ \
| * | watchdog: Fix SPL build with watchdog disabled in asm filesPali Rohár2022-06-071-1/+7
| |/
* | Merge tag 'xilinx-for-v2022.07-rc4-v2' of https://source.denx.de/u-boot/custo...Tom Rini2022-06-071-0/+4
|\ \ | |/ |/|
| * xilinx: fru: Replace spaces with \0 in detected revisionMichal Simek2022-06-061-0/+4
* | Prepare v2022.07-rc4v2022.07-rc4Tom Rini2022-06-061-1/+1
* | configs: fsl: add missing SYS_FMAN_FW_ADDR definesCamelia Groza2022-06-062-0/+2
* | doc: update mail author for st-dt.rstPatrick Delaunay2022-06-061-1/+1
|/
* Merge tag 'efi-2022-07-rc4-4' of https://source.denx.de/u-boot/custodians/u-b...WIP/04Jun2022Tom Rini2022-06-046-58/+362
|\
| * efi: test/py: authenticate fit capsulesVincent Stehlé2022-06-044-48/+353
| * test/py: efi_capsule: repair image authentication testVincent Stehlé2022-06-042-5/+5
| * EFI: Update the documentation to reflect the correct value of OsIndicationsSughosh Ganu2022-06-041-1/+1
| * EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu2022-06-041-3/+2
| * doc: environment: Fix typoChris Packham2022-06-041-1/+1
|/
* Merge branch '2022-06-03-assorted-fixes'Tom Rini2022-06-0311-8/+28
|\
| * board: ti: am64x: Update MAINTAINERSDave Gerlach2022-06-031-1/+1
| * squashfs: Fix compilation on big endian systemsWIP/2022-06-03-assorted-fixesPali Rohár2022-06-032-4/+2
| * imx: imx8mq: select CONFIG_CMD_CLKPeng Fan2022-06-031-0/+1
| * imx: imx8mq: default select CLK_IMX8MQPeng Fan2022-06-031-0/+1
| * fdt: Add U-Boot version to chosen nodeFrancesco Dolcini2022-06-031-0/+10
| * net: Check for the minimum IP fragmented datagram sizeFabio Estevam2022-06-032-0/+5
| * armv8: Fix TCR 64-bit writesAndre Przywara2022-06-031-3/+3
| * net: enetc: unregister mdiobusMichael Walle2022-06-031-0/+3
| * ubifs: Fix lockup/crash when reading filesPali Rohár2022-06-031-0/+2
|/
* Merge tag 'efi-2022-07-rc4-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/31May2022Tom Rini2022-05-3117-166/+359
|\
| * bootmenu: use utf-8 for menu titleMasahisa Kojima2022-05-311-22/+21
| * doc/efi: add firmware management protocol to the documentationVincent Stehlé2022-05-281-0/+6
| * efi: fix documentation warningsVincent Stehlé2022-05-281-5/+5
| * lib/charset: fix compile warningsMasahisa Kojima2022-05-281-1/+1