summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-25dm: core: Correct error handling when event failsSimon Glass
2023-08-25part: efi: Add debugging for the signature checkSimon Glass
2023-08-25part: Add an accessor for struct disk_partition sys_indSimon Glass
2023-08-25part: Add accessors for struct disk_partition type_uuidSimon Glass
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass
2023-08-25part: Add comments for static functionsSimon Glass
2023-08-25part: nac: Use desc instead of dev_descSimon Glass
2023-08-25part: iso: Use desc instead of dev_descSimon Glass
2023-08-25part: efi: Use desc instead of dev_descSimon Glass
2023-08-25part: dos: Use desc instead of dev_descSimon Glass
2023-08-25part: amiga: Use desc instead of dev_descSimon Glass
2023-08-25part: Use desc instead of dev_descSimon Glass
2023-08-25Merge branch '2023-08-25-add-persistent-config-editor-via-expo' into nextTom Rini
2023-08-25expo: doc: Update documentation for persistent settingsSimon Glass
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass
2023-08-25expo: Export scene_menuitem_find() for use in internal codeSimon Glass
2023-08-25doc: Expand documentation for the cedit commandSimon Glass
2023-08-25expo: Move cedit theme under bootstdSimon Glass
2023-08-25expo: Add documentation for the configuration editorSimon Glass
2023-08-25expo: Tidy up the expo.py tool and usageSimon Glass
2023-08-25expo: Add a function to prepare a ceditSimon Glass
2023-08-25expo: Move cedit test into its own file and tidySimon Glass
2023-08-25expo: Split out cedit into its own headerSimon Glass
2023-08-25expo: Refactor menu_build() to return the object createdSimon Glass
2023-08-25expo: Provide a way to iterate through all scene objectsSimon Glass
2023-08-25abuf: Allow incrementing the sizeSimon Glass
2023-08-25expo: Make scene_obj_find() take a const sceneSimon Glass
2023-08-25Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2023-08-25Merge tag 'u-boot-stm32-20230825' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-08-25ARM: dts: stm32mp13: remove shmem for scmi-opteePatrick Delaunay
2023-08-25ARM: dts: stm32mp15: remove shmem for scmi-opteePatrick Delaunay
2023-08-25phy: phy-imx8mq-usb: clean up clock codeTim Harvey
2023-08-25phy: phy-imx8mq-usb: add vbus regulator supportTim Harvey
2023-08-25usb: dwc3: Fix remove function if there is no ulpi_reset gpioVenkatesh Yadav Abbarapu
2023-08-24Merge branch '2023-08-24-enable-more-features-in-qemu-arm' into nextTom Rini
2023-08-24doc: qemu: arm: Add a section on booting Linux distrosAlper Nebi Yasak
2023-08-24arm: qemu: Enable usb keyboard as an input deviceAlper Nebi Yasak
2023-08-24arm: qemu: Enable PRE_CONSOLE_BUFFERAlper Nebi Yasak
2023-08-24arm: qemu: Enable Bochs video supportAlper Nebi Yasak
2023-08-24Merge branch '2023-08-24-further-ufs-updates' into nextTom Rini
2023-08-24ufs: Implement cache managementMarek Vasut
2023-08-24ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocsMarek Vasut
2023-08-24ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr()Marek Vasut
2023-08-24ufs: Handle UFS 3.0 controllersMarek Vasut
2023-08-24ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTOMarek Vasut