summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-03sandbox: Fix comment for nomap_sysmem() functionSimon Glass
2024-11-03sandbox: Add a way to show the sandbox memory-mappingSimon Glass
2024-11-03doc: sandbox: Add docs for the sb commandSimon Glass
2024-11-03sandbox: Convert sb command to use new macroSimon Glass
2024-11-03bloblist: test: Mark tests with UTF_BLOBLISTSimon Glass
2024-11-03test: Allow saving and restoring the bloblistSimon Glass
2024-11-03log: Add a new category for testsSimon Glass
2024-11-03x86: coreboot: Allow building an expo for editing CMOS configSimon Glass
2024-11-03x86: coreboot: Add a command to check and update CMOS RAMSimon Glass
2024-11-03x86: coreboot: Enable support for the configuration editorSimon Glass
2024-11-03x86: coreboot: Show the option tableSimon Glass
2024-11-03x86: coreboot: Add a test for cbsysinfo commandSimon Glass
2024-11-03bootstage: Do not sort recordsJonas Karlman
2024-11-03bootstd: Avoid showing an invalid buffer addressSimon Glass
2024-11-03bootstd: cros: Correct the x86-setup addressSimon Glass
2024-11-03test: boot: Update bootflow_iter() for console checkingSimon Glass
2024-11-03test: Drop the duplicate line in setup_bootmenu_image()Simon Glass
2024-11-03test: Expand implementation of ut_list_has_dm_tests()Simon Glass
2024-11-03test: boot: Use a consistent name for the script bootmethSimon Glass
2024-11-03dm: core: Add a function to see if a device existsSimon Glass
2024-11-03alist: Add maintainerSimon Glass
2024-11-03alist: Add a way to efficiently filter an alistSimon Glass
2024-11-03alist: Add a function to empty the listSimon Glass
2024-11-03alist: Add for-loop helpersSimon Glass
2024-11-03alist: Add a way to get the next elementSimon Glass
2024-11-03alist: Expand the comment for alist_get()Simon Glass
2024-11-03alist: Add a comment for alist_init_struct()Simon Glass
2024-11-03alist: Mention the error condition in alist_add_placeholder()Simon Glass
2024-11-03.readthedocs.yml: update Python version and Ubuntu releaseHeinrich Schuchardt
2024-11-03Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2024-11-03ARM: renesas: Deduplicate common Renesas defconfigMarek Vasut
2024-11-03ARM: renesas: Deduplicate Renesas R-Car 64bit defconfigsMarek Vasut
2024-11-03ARM: renesas: Deduplicate Renesas R-Car Gen4 defconfigsMarek Vasut
2024-11-03ARM: renesas: Deduplicate Renesas R-Car Gen3 defconfigsMarek Vasut
2024-11-03ARM: renesas: Deduplicate Renesas R-Car Gen2 defconfigsMarek Vasut
2024-11-03clk: renesas: Fix missing unbind on driver look up failureMarek Vasut
2024-11-02test: boot: Use a consistent name for the script bootmethSimon Glass
2024-11-02dm: core: Add a function to see if a device existsSimon Glass
2024-11-02alist: Add maintainerSimon Glass
2024-11-02alist: Add a way to efficiently filter an alistSimon Glass
2024-11-02alist: Add a function to empty the listSimon Glass
2024-11-02alist: Add for-loop helpersSimon Glass
2024-11-02alist: Add a way to get the next elementSimon Glass
2024-11-02alist: Expand the comment for alist_get()Simon Glass
2024-11-02alist: Add a comment for alist_init_struct()Simon Glass
2024-11-02alist: Mention the error condition in alist_add_placeholder()Simon Glass
2024-11-01Merge patch series "fs: ext4: implement opendir, readdir, closedir"Tom Rini
2024-11-01fs: ext4: use fs_ls_genericHeinrich Schuchardt
2024-11-01efi_loader: fix GetInfo and SetInfoHeinrich Schuchardt
2024-11-01fs: ext4: implement opendir, readdir, closedirHeinrich Schuchardt