summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2023-08-24ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESSMarek Vasut
2023-08-24ufs: Convert quirks to BIT() macroMarek Vasut
2023-08-23Merge branch '2023-08-22-assorted-code-cleanups' into nextTom Rini
2023-08-22net: Fix the displayed value of bytes transferredSiddharth Vadapalli
2023-08-22scsi: Add buffer_aligned check pass-throughMarek Vasut
2023-08-22blk: Add bounce buffer support to read/write operationsMarek Vasut
2023-08-22disk: dos: Infer MBR partition sector size from underlying drive sector sizeMarek Vasut
2023-08-22common: bouncebuf: Add missing cast to dma_addr_tMarek Vasut
2023-08-22disk: Make blk_get_ops() internal to blk uclassMarek Vasut
2023-08-22disk: Move part_create_block_devices() to blk uclassMarek Vasut
2023-08-22disk: Switch part_blk_*() functions to disk_blk_*()Marek Vasut
2023-08-22disk: Extend disk_blk_part_validate() with range checkingMarek Vasut
2023-08-22disk: Handle partition to block device offset conversionMarek Vasut
2023-08-22disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()Marek Vasut
2023-08-22disk: Simplify disk_blk_read() using blk_read()Marek Vasut
2023-08-22disk: Drop always true conditional checkMarek Vasut
2023-08-22test: acpi: Handle both 32bit and 64bit ACPI tablesMarek Vasut
2023-08-22test: Fix the help for the ut commandMarek Vasut
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-21Prepare v2023.10-rc3v2023.10-rc3Tom Rini
2023-08-21Merge tag 'dm-pull-20aug23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-08-20test: cpu: Handle both 32bit and 64bit CPUsMarek Vasut
2023-08-20configs: sandbox64: Enable PCI register multi-entry supportMarek Vasut