aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-10test: bdinfo: Test bdinfo -hbisect-ciMarek Vasut1-0/+17
2023-12-10test: bdinfo: Test both bdinfo and bdinfo -aMarek Vasut1-5/+12
2023-12-10test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full()Marek Vasut1-2/+2
2023-12-10configs: sandbox: Enable GETOPT for sandbox and sandbox64 targetMarek Vasut2-0/+2
2023-12-10cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -eMarek Vasut1-1/+6
2023-12-10cmd: bdinfo: Implement support for printing memory layout via bdinfo -mMarek Vasut1-1/+4
2023-12-10cmd: bdinfo: Optionally use getopt and implement bdinfo -aMarek Vasut1-4/+25
2023-12-10HACK: Just sandbox_flattreeTom Rini2-908/+0
2023-12-10test/py: Disable error E0611 in two cases for pylintTom Rini2-0/+2
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini23-102/+171
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-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini52-1250/+1053
2023-11-29Merge branch '2023-11-29-assorted-platform-updates' into nextTom Rini20-41/+91
2023-11-29ARM: keystone2: Remove unneeded inclusions of common.hWIP/2023-11-29-assorted-platform-updatesAndrew Davis11-11/+3
2023-11-29configs: keystone2: Do not include hardware.hAndrew Davis3-1/+2
2023-11-29configs: keystone2: Remove unused SPL_MALLOC_F_SIZE and KEYSTONE_SPL_STACK_SIZEAndrew Davis1-22/+0
2023-11-29Fix stack-protector for powerpcChristophe Leroy2-0/+6
2023-11-29xen: pvblock: fix the maximum io size in one operationAKASHI Takahiro1-1/+2
2023-11-29timer-uclass: Always use "clock-frequency" property as fallbackAlex Bee1-6/+6
2023-11-29lib/slre: Fix memory leak if regex compilation failsFrancois Berder1-0/+1
2023-11-29test/py: net: Add a TFTP put testLove Kumar1-0/+71
2023-11-28Merge patch series "cmd: add scmi command"Tom Rini9-37/+686
2023-11-28test: dm: add scmi command testAKASHI Takahiro2-0/+82
2023-11-28doc: cmd: add documentation for scmiAKASHI Takahiro2-0/+127
2023-11-28cmd: add scmi command for SCMI firmwareAKASHI Takahiro3-0/+394
2023-11-28firmware: scmi: support protocols on sandbox only if enabledAKASHI Takahiro2-37/+71
2023-11-28test: dm: skip scmi tests against disabled protocolsAKASHI Takahiro1-0/+12
2023-11-28Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini6-41/+170
2023-11-28test: fs: Add test to detect fat typeChristian Taedcke2-0/+72
2023-11-28test: Add size granularity parameter to mk_fsChristian Taedcke1-3/+4
2023-11-28test: fs: Add fat12 to supported fs of some testsChristian Taedcke1-3/+3
2023-11-28test: Add support to create a fat12 fsChristian Taedcke1-1/+3