aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-08Merge tag 'u-boot-amlogic-20231207' of https://source.denx.de/u-boot/custodia...WIP/08Dec2023Tom Rini5-0/+5
2023-12-08Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini13-7/+58
2023-12-08Merge tag 'efi-2024-01-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini9-57/+106
2023-12-07configs: meson: enable missing DM_USB_GADGETNeil Armstrong5-0/+5
2023-12-06sunxi: H616: Add OrangePi Zero 3 board supportAndre Przywara3-0/+38
2023-12-06sunxi: H616: remove default AXP305 selectionAndre Przywara3-1/+2
2023-12-06mtd: spi-nor: Add support for zBIT ZB25VQ128Andre Przywara2-0/+10
2023-12-06sunxi: dts: arm64: update emac for Orange Pi Zero 3Chukun Pan3-3/+5
2023-12-06sunxi: correct documentation for SPI flashingStephen Graf1-2/+1
2023-12-06sunxi: h616: (really) lower SPL stack address to avoid BROM dataAndre Przywara1-1/+1
2023-12-06sunxi: H616: OrangePi Zero 2: enable USB power supplyAndre Przywara1-0/+1
2023-12-05efi_loader: Make DisconnectController follow the EFI specIlias Apalodimas1-17/+10
2023-12-05efi_loader: create memory reservations in ACPI caseHeinrich Schuchardt2-17/+10
2023-12-05efi: Correct display of table GUIDsSimon Glass1-3/+1
2023-12-05efi: Collect the ACPI tables in the appSimon Glass1-3/+21
2023-12-05scripts/Makefile.lib: print error when no public key is specifiedMasahisa Kojima1-0/+5
2023-12-05doc: sending_patches.rst: s/Superseeded/SupersededMattijs Korpershoek1-2/+2
2023-12-05doc: clang: Update and correct support notesTom Rini1-12/+10
2023-12-05sandbox: Fix VPL instructionsSimon Glass1-3/+47
2023-12-04Prepare v2024.01-rc4v2024.01-rc4Tom Rini2-2/+2
2023-12-04efi_loader: generated SMBIOS table below 4 GiBHeinrich Schuchardt1-7/+9
2023-12-04Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watc...Tom Rini1-1/+2
2023-12-04watchdog: Correct watchdog timeout print messageChanho Park1-1/+2
2023-12-03Merge branch 'master-rpc-off' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2-15/+5
2023-12-02Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usbWIP/02Dec2023Tom Rini7-25/+90
2023-12-02ARM: dts: renesas: Disable RPC driver on R8A779G0 V4H White Hawk boardCong Dang1-1/+1
2023-12-02ARM: dts: renesas: Clean up R8A779G0 V4H RPC SPI DT nodeMarek Vasut1-14/+4
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