summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-06arm: dts: k3-*-r5: Remove clocks from mcu_timer0Manorit Chawdhry
2024-12-06env: Switch the callback static list to KconfigChristoph Niedermaier
2024-12-06ram: k3-ddrss: drop debug() in timing-sensitive sequenceThéo Lebrun
2024-12-06Merge patch series "led: update LED boot/activity to new property implementat...Tom Rini
2024-12-06test: dm: Update test for LED activity and bootChristian Marangi
2024-12-06led: update LED boot/activity to new property implementationChristian Marangi
2024-12-06test: dm: Add test for ofnode options phandle helperChristian Marangi
2024-12-06dm: core: implement phandle ofnode_options helperChristian Marangi
2024-12-06test: dm: Expand dm_test_ofnode_phandle(_ot) with new ofnode/tree_parse_phandleChristian Marangi
2024-12-06dm: core: implement ofnode/tree_parse_phandle() helperChristian Marangi
2024-12-06test: dm: fix broken dm_test_ofnode_phandle_ot and get_by_phandle_otChristian Marangi
2024-12-06dm: core: implement oftree variant of parse_phandle OPsChristian Marangi
2024-12-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-pmicTom Rini
2024-12-05Merge tag 'efi-master-05122024' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-12-05lmb: Fix the allocation of overlapping memory areas with !LMB_NONEIlias Apalodimas
2024-12-05efi_loader: Check for a valid fw_name before auto generating GUIDsIlias Apalodimas
2024-12-05power: regulator: replace dev_dbg() by dev_err() in regulator_post_bind()Patrice Chotard
2024-12-05power: regulator: replace some debug() by dev_dbg()Patrice Chotard
2024-12-04Merge patch series "Add OPP_LOW support for J7200"Tom Rini
2024-12-04configs: j7200_evm_r5_defconfig: Define K3_OPP_LOWReid Tonking
2024-12-04arm: mach-k3: j721e-init.c: Add support for CONFIG_K3_OPP_LOWAniket Limaye
2024-12-04misc: k3_avs: Check validity of efuse voltage dataReid Tonking
2024-12-04misc: k3_avs: Add OPP_LOW voltage and frequency to vd_dataReid Tonking
2024-12-04arm: dts: k3-j7200-r5-common: Add msmc clk to a72 nodeReid Tonking
2024-12-04Merge patch series "Enable AVS support for AM68, AM69 and J784S4"Tom Rini
2024-12-04configs: am68_sk_r5: Add AVS ConfigsUdit Kumar
2024-12-04configs: j784s4_evm_r5_defconfig: Enable AVSNeha Malcom Francis
2024-12-04arch: arm: mach-k3: j784s4_init: Probe AVS driverNeha Malcom Francis
2024-12-04arm: dts: k3-am68-sk-r5-base-board: Add VTM node to R5 stageNeha Malcom Francis
2024-12-04arm: dts: k3-j784s4-r5: Add VTM node to R5 stageNeha Malcom Francis
2024-12-04arm: dts: k3-am68: Enable OSPI bootUdit Kumar
2024-12-04dm: gpio: Return error when pull up/down is requested but set_flags ops is no...Zixun LI
2024-12-04button: gpio: handle broken controllerCaleb Connolly
2024-12-04board: phytec: common: Introduce CONFIG_PHYTEC_K3_DDR_PATCHGarrett Giordano
2024-12-04eeprom: at24: add ST M24256E Additional Write lockable page supportMarek Vasut
2024-12-04arm: sunxi: Use "imply" for USB without further guardsTom Rini
2024-12-04efi_loader: Fix Kconfig logic around OF_LIBFDTTom Rini
2024-12-04aspeed: Fix Kconfig logic on "DM_RESET" and ASPEED_AST2500Tom Rini
2024-12-04Merge tag 'efi-next-2024-12-04' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-12-04efi_selftest: add test for IPv4 Config2 protocolAdriano Cordova
2024-12-04efi_selftest: add test for HTTP protocolAdriano Cordova
2024-12-04lib: uuid: display HTTP and IPV4 Config II protocolsHeinrich Schuchardt
2024-12-04efi_loader: efi_net: add EFI_HTTP_PROTOCOLAdriano Cordova
2024-12-04efi_loader: efi_net: add EFI_IP4_CONFIG2_PROTOCOLAdriano Cordova
2024-12-04efi_loader: net: add support to send http requests and parse http headersAdriano Cordova
2024-12-04efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wgetAdriano Cordova
2024-12-04efi_loader: device_path: add support for HTTP device pathAdriano Cordova
2024-12-04efi_loader: efi_net: add efi_net_set_addr, efi_net_get_addrAdriano Cordova
2024-12-04efi_api: add definitions for HTTP and IP4_CONFIG2 protocolsAdriano Cordova
2024-12-04efi_loader: add IPv4() to device path to text protocolHeinrich Schuchardt