aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usbWIP/02Dec2023Tom Rini7-25/+90
2023-12-01usb: USB_XHCI_PCI depends on PCIHeinrich Schuchardt1-1/+1
2023-12-01usb: dwc3-generic: Use combined glue and ctrl node for RK3588Jonas Karlman1-0/+1
2023-12-01usb: storage: Use the correct CBW lengthsHector Martin1-8/+14
2023-12-01usb: hub: Add missing reset recovery delayHector Martin1-0/+7
2023-12-01usb: xhci: Fix DMA address calculation in queue_trbHector Martin1-1/+4
2023-12-01usb: xhci: Do not panic on event timeoutsHector Martin1-2/+3
2023-12-01usb: xhci: Fail on attempt to queue TRBs to a halted endpointHector Martin1-1/+2
2023-12-01usb: xhci: Recover from halted bulk endpointsHector Martin1-0/+8
2023-12-01usb: xhci: Allow context state errors when halting an endpointHector Martin1-2/+4
2023-12-01usb: xhci: Better error handling in abort_td()Hector Martin2-12/+24
2023-12-01usb: xhci: Guard all calls to xhci_wait_for_eventHector Martin2-0/+24
2023-11-28MAINTAINERS: Step up as co-maintainer of Tegra SOC platformWIP/28Nov2023-nextSvyatoslav Ryhel1-2/+5
2023-11-28Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsungWIP/28Nov2023Tom Rini9-50/+58
2023-11-27i2c: Bugfix in i2c_get_chip_by_phandle()Philip Oberfichtner1-1/+1
2023-11-27configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigsSam Protsenko3-3/+0
2023-11-27board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte KconfigSam Protsenko1-11/+3
2023-11-27serial: s5p: Use dev_read_addr_ptr() to get base addressSam Protsenko1-4/+2
2023-11-25Merge tag 'u-boot-dfu-20231124' of https://source.denx.de/u-boot/custodians/u...WIP/25Nov2023Tom Rini2-1/+39
2023-11-23serial: s5p: Improve coding styleSam Protsenko1-16/+18
2023-11-23serial: s5p: Use named constants for register valuesSam Protsenko1-10/+21
2023-11-23serial: s5p: Use livetree API to get "id" propertySam Protsenko1-4/+1
2023-11-23serial: s5p: Remove common.h inclusionSam Protsenko1-1/+0
2023-11-21Merge tag 'efi-2024-01-rc4' of https://source.denx.de/u-boot/custodians/u-boo...WIP/21Nov2023Tom Rini18-776/+890
2023-11-21usb: fastboot: Add missing newline in pr_errSimon Holesch1-1/+1
2023-11-21usb: ci: Fix gadget reinitSimon Holesch1-0/+38
2023-11-20cmd: eficonfig: create shortened boot optionsHeinrich Schuchardt1-1/+4
2023-11-20efi_loader: improve efi_var_from_file() descriptionHeinrich Schuchardt1-2/+5
2023-11-20efi_loader: Correctly account the SCRTM event creationIlias Apalodimas1-1/+4
2023-11-20efi_loader: Increase default variable store size to 128KIlias Apalodimas1-6/+8
2023-11-20doc: typo fdtaddr_addr_rHeinrich Schuchardt1-1/+1
2023-11-20docs: Fix the docs build with Sphinx 6.0Jonathan Corbet1-2/+4
2023-11-20doc: add HiSilicon board documentation to HTML docsHeinrich Schuchardt11-762/+862
2023-11-20mkimage: do not write incorrect error messageHeinrich Schuchardt1-1/+2
2023-11-20Prepare v2024.01-rc3v2024.01-rc3Tom Rini2-2/+2
2023-11-20configs: Resync with savedefconfigTom Rini29-29/+4
2023-11-20scsi: set dma direction to NONE for TEST UNIT READYNikita Yushchenko1-0/+2
2023-11-18Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-4/+10
2023-11-17Merge branch '2023-11-17-assorted-important-fixes'Tom Rini9-53/+25
2023-11-17Revert "arm64: Use FEAT_HAFDBS to track dirty pages when available"WIP/2023-11-17-assorted-important-fixesChris Packham3-26/+5
2023-11-17Revert "arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is pre...Chris Packham2-11/+4
2023-11-17Revert "armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present"Chris Packham2-13/+3
2023-11-17imx: spl_imx_romapi: fix emmc fast boot mode caseMarcel Ziswiler1-1/+1
2023-11-17imx: spl_imx_romapi: fix comment about stream(usb) download failureMarcel Ziswiler1-2/+2
2023-11-17spl: fix TPL_SYS_MALLOC_F descriptionJohn Keeping1-1/+1
2023-11-17virtio: rng: gracefully handle 0 byte returnsAndre Przywara1-2/+7
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass3-2/+7
2023-11-15Merge tag 'dm-pull-15nov23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Nov2023Tom Rini12-219/+413
2023-11-14bootstage: Correct exhasuted typoSimon Glass1-1/+1
2023-11-14sandbox: Close file after mmaping itSean Anderson1-5/+10