aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-19boot: Join ARCH_FIXUP_FDT_MEMORY with related optionsWIP/2023-09-19-tidy-up-some-kconfig-optionsSimon Glass1-8/+8
2023-09-19boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONSSimon Glass1-2/+1
2023-09-19boot: Join FDT_FIXUP_PARTITIONS with related optionsSimon Glass2-9/+8
2023-09-19Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDTSimon Glass1-1/+1
2023-09-19Mark DISTRO_DEFAULTS as deprecatedSimon Glass2-1/+28
2023-09-19Kconfig: Move TEXT_BASE et al under general setupSimon Glass2-65/+65
2023-09-19boot: Make standard boot a menuSimon Glass1-5/+5
2023-09-19Kconfig: Move SPL_FIT under FITSimon Glass1-5/+4
2023-09-19spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESSSimon Glass1-1/+1
2023-09-19spl: Tidy up load address in spl_ramSimon Glass1-6/+13
2023-09-19Kconfig: Create a menu for FITSimon Glass1-20/+18
2023-09-19boot: Rename Android-boot textSimon Glass1-1/+1
2023-09-19boot: Move some other fdt-fixup options to the same menuSimon Glass1-29/+26
2023-09-19Move fdt_simplefb to boot/Simon Glass5-10/+17
2023-09-19boot: Move fdt_support to boot/Simon Glass3-2/+3
2023-09-19test: Move POST under a renamed Testing sectionSimon Glass1-6/+6
2023-09-19FWU: Avoid showing an unselectable menu optionSimon Glass2-8/+5
2023-09-19video: Move the BMP optionsSimon Glass2-11/+16
2023-09-19video: Move bmp code to drivers/videoSimon Glass3-1/+1
2023-09-19Kconfig: Move API into general setupSimon Glass1-2/+2
2023-09-19lib: rational: Move the Kconfigs into the correct placeSimon Glass1-2/+2
2023-09-19Merge branch '2023-09-18-assorted-TI-platform-updates' into nextTom Rini20-51/+644
2023-09-19arm: dts: k3-am642: Sync with kernel v6.6-rc1Nishanth Menon3-31/+25
2023-09-19dt-bindings: ti-serdes: Deprecate header with constants with v6.6-rc1Nishanth Menon1-0/+70
2023-09-19arm: dts: k3*: Use local header for SERDES MUX idle-state valuesNishanth Menon4-4/+4
2023-09-19arm: dts: Introduce k3-serdes.h from v6.6-rc1Nishanth Menon1-0/+204
2023-09-19arm: dts: k3-am625: Sync with kernel v6.6-rc1Nishanth Menon7-10/+325
2023-09-19arm: dts: k3-pinctrl: Sync with kernel v6.6-rc1Nishanth Menon1-0/+12
2023-09-19drivers: misc: k3_avs: Add Linux compatibles to maintain syncReid Tonking1-0/+2
2023-09-18tools: logos: Rename TI logo filesNikhil M Jain3-1/+1
2023-09-18am33xx: ignore return value from usb_ether_init()Trevor Woerner1-5/+1
2023-09-16Merge branch 'next' of git://source.denx.de/u-boot-usb into nextWIP/16Sep2023-nextTom Rini39-191/+214
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut17-54/+28
2023-09-15dm: usb: udc: Drop legacy udevice handler functionsMarek Vasut2-55/+6
2023-09-15usb: gadget: ether: Use plain udevice for UDC controller interactionMarek Vasut1-9/+11
2023-09-15usb: gadget: acm: Use plain udevice for UDC controller interactionMarek Vasut1-5/+8
2023-09-15thordown: Use plain udevice for UDC controller interactionMarek Vasut3-42/+45
2023-09-15sdp: Use plain udevice for UDC controller interactionMarek Vasut4-17/+23
2023-09-15spl: sdp: Detach the controller on errorMarek Vasut1-2/+5
2023-09-15dfu: Use plain udevice for UDC controller interactionMarek Vasut1-7/+8
2023-09-15dfu: Detach the controller on errorMarek Vasut1-1/+3
2023-09-15cmd: ums: Use plain udevice for UDC controller interactionMarek Vasut3-9/+11
2023-09-15cmd: thordown: Reorder variable declarationMarek Vasut1-7/+8
2023-09-15cmd: sdp: Reorder variable declarationMarek Vasut1-2/+2
2023-09-15cmd: rockusb: Use plain udevice for UDC controller interactionMarek Vasut1-3/+4
2023-09-15cmd: fastboot: Use plain udevice for UDC controller interactionMarek Vasut1-3/+4
2023-09-15configs: sandbox: Enable DM_USB_GADGETMarek Vasut6-0/+6
2023-09-15usb: sandbox: Add DM_USB_GADGET supportMarek Vasut1-0/+7
2023-09-15dm: usb: udc: Factor out plain udevice handler functionsMarek Vasut3-8/+68
2023-09-14Merge branch '2023-09-14-remove-NEEDS_MANUAL_RELOC' into nextTom Rini50-869/+8