Show patches with: State = Action Required       |   2030 patches
« 1 213 14 1520 21 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[Concept,04/30] fit: Remove unused len parameter from fit_get_name() fit: Improve and test the code to print FIT info - - - --- 2025-11-20 Simon Glass New
[Concept,03/30] test: Increase expect_str/actual_str buffer size fit: Improve and test the code to print FIT info - - - --- 2025-11-20 Simon Glass New
[Concept,02/30] tools: Fix debug() to avoid unused-variable warnings fit: Improve and test the code to print FIT info - - - --- 2025-11-20 Simon Glass New
[Concept,01/30] docs: Merge .claude/README.md into CLAUDE.md fit: Improve and test the code to print FIT info - - - --- 2025-11-20 Simon Glass New
[Concept,14/14] luks: Support disk unlock using a TKey luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,13/14] luks: Check for out-of-memory with Argon2 luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,12/14] luks: Support a pre-derived key luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,11/14] luks: Support a pre-derived key with LUKSv2 luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,10/14] luks: Support a pre-derived key with LUKSv1 luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,09/14] luks: Split LUKSv1 unlock code into a separate function luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,08/14] luks: Move key derivation to the caller of try_keyslot() luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,07/14] luks: Extract PBKDF2 key derivation into separate function luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,06/14] luks: Update luks_unlock() to take binary passphrase luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,05/14] luks: Update unlock_luks2() to take binary passphrase luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,04/14] luks: Update try_keyslot() to allow a bytestring luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,03/14] luks: Tidy up debugging of unlock luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,02/14] luks: Make essiv_decrypt() a shared function luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,01/14] test/py: Avoid pulling in Labgrid with tests luks: Integrate support for a TKey - - - --- 2025-11-16 Simon Glass New
[Concept,16/16] boot: Detect encrypted partitions with extlinux Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,15/16] boot: Show an indication for encrypted bootflows Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,14/16] boot: Use constants for a few common strings Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,13/16] tkey: Provide a real tkey device with test.dts Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,12/16] tkey: Allow selecting the TKey device by name Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,11/16] tkey: sandbox: Avoid returning -ENODEV from the driver Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,10/16] tkey: Use SHA256 to obtain the disk-encryption key Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,09/16] tkey: Provide some back-door functions for TKey tests Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,08/16] tkey: Support loading an app with a user-supplied secret Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,07/16] tkey: Allow modelling the tkey being disconnected Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,06/16] expo: Allow entering text into textline in non-popup expos Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,05/16] expo: Support disk-passphrase entry in the menu Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,04/16] expo: Support hiding password entry Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,03/16] input: Provide a way for tests to register a mouse click Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,02/16] emulation: Support the bootcmd more generally Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,01/16] aes: Use const pointers for read-only parameters Continue TKey development - - - --- 2025-11-15 Simon Glass New
[Concept,6/6] fat: Use standard types for fixed-size values fat: Some code improvements - - - --- 2025-11-13 Simon Glass New
[Concept,5/6] fat: Convert fat.h to kernel-doc style fat: Some code improvements - - - --- 2025-11-13 Simon Glass New
[Concept,4/6] fat: Remove typedefs in fat.h fat: Some code improvements - - - --- 2025-11-13 Simon Glass New
[Concept,3/6] fat: Update struct fat_itr to kernel-doc style fat: Some code improvements - - - --- 2025-11-13 Simon Glass New
[Concept,2/6] fat: Separate fat.c from fat_write.c fat: Some code improvements - - - --- 2025-11-13 Simon Glass New
[Concept,1/6] fat: Create an internal header file fat: Some code improvements - - - --- 2025-11-13 Simon Glass New
[Concept] expo: Ensure that cyclic tasks can run [Concept] expo: Ensure that cyclic tasks can run - - - --- 2025-11-12 Simon Glass New
[Concept,5/5] luks: Add XTS cipher mode support for LUKS2 luks: Support the AES-XTS cipher mode - - - --- 2025-11-12 Simon Glass New
[Concept,4/5] luks: Split out crypt reading into its own function luks: Support the AES-XTS cipher mode - - - --- 2025-11-12 Simon Glass New
[Concept,3/5] luks: Move blkmap crypt code into a separate file luks: Support the AES-XTS cipher mode - - - --- 2025-11-12 Simon Glass New
[Concept,2/5] luks: test: Check file access in the decryption tests luks: Support the AES-XTS cipher mode - - - --- 2025-11-12 Simon Glass New
[Concept,1/5] luks: Exclude the payload from the size calculation luks: Support the AES-XTS cipher mode - - - --- 2025-11-12 Simon Glass New
[Concept,14/15] luks: Enable LUKSv2 support in the luks command luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,13/15] luks: Provide an implementation of luks2 luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,12/15] luks: Tidy up the code style in the block driver luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,11/15] luks: Export the af_merge() function luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,10/15] test: Switch mmc12 over to use argon2id luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,09/15] test: Add a way to create a LUKS2 partition with XTS luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,08/15] test: Shorten the encrypt_passphrase parameter for FsHelper luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,07/15] lib: Plumb in argon2 library luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,06/15] lib: Adapt argon2 library for U-Boot luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,05/15] lib: Bring in argon2 library luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,03/15] test: Check for null string in assert functions luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,02/15] mbedtls: Allow use of base64 luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,01/15] mbedtls: Allow use of XTS functions luks: Provide support for LUKSv2 - - - --- 2025-11-11 Simon Glass New
[Concept,23/24] luks: Add a subcommand to unlock an encrypted partition luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,22/24] luks: Provide a way to unlock and map encrypted partitions luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,21/24] luks: Enhance blkmap to support LUKSv1 luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,20/24] luks: Show the JSON information for LUKSv2 luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,19/24] luks: Create a disk image with LUKS2 encryption luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,18/24] luks: Create a very simple JSON library luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,17/24] luks: Add a simple command luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,16/24] luks: Add the beginning of LUKS support luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,15/24] luks: Encrypt the mmc11 test image luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,14/24] luks: Add a way to create an encrypted partition luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,13/24] CI: Update Docker image to including luks tools luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,12/24] docker: Add cryptsetup package for LUKS testing luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,11/24] test/py: Set up an Ubuntu image with space for FDE luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,10/24] test/py: Support FDE with the extlinux image luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,09/24] test/py: Support creating space after a filesystem luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,08/24] mbedtls: Allow use of PKCS#5 functions luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,07/24] mbedtls: hash: Provide the mbedtls hash type in the hash interface luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,06/24] sandbox: Add devon and devoff subcommands to sb command luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,05/24] sandbox: Enable CONFIG_PANIC_POWEROFF luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,04/24] panic: Provide a way to poweroff on panic luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,03/24] log: Provide a macro to log a hex string luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,02/24] doc: Provide documentation for the blkmap command luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,01/24] aes: Fix key size handling for AES-192 and AES-256 luks: Provide basic support for unlocking a LUKS1 partition - - - --- 2025-10-31 Simon Glass New
[Concept,7/7] efi-x86_app64: Enable environment in FAT filesystem efi: Minor improvements to QEMU and build scripts - - - --- 2025-10-29 Simon Glass New
[Concept,6/7] efi-x86_app64: Use bootflow scan for boot command efi: Minor improvements to QEMU and build scripts - - - --- 2025-10-29 Simon Glass New
[Concept,5/7] scripts: build-efi: Write uboot.env file for bootcmd support efi: Minor improvements to QEMU and build scripts - - - --- 2025-10-29 Simon Glass New
[Concept,4/7] scripts: Support --bootcmd more generally efi: Minor improvements to QEMU and build scripts - - - --- 2025-10-29 Simon Glass New
[Concept,2/7] qfw: Silence the message when opt/u-boot/bootcmd is not found efi: Minor improvements to QEMU and build scripts - - - --- 2025-10-29 Simon Glass New
[Concept,1/7] acpi: qfw: Add FPDT support for QEMU builds efi: Minor improvements to QEMU and build scripts - - - --- 2025-10-29 Simon Glass New
[Concept,1/1] bloblist: adjust default bloblist size after reloc [Concept,1/1] bloblist: adjust default bloblist size after reloc - 1 - --- 2025-10-28 Heinrich Schuchardt New
[Concept,11/11] scripts: build-qemu: Allow enabling TKey access Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,10/11] scripts: build-efi: Flush output before running QEMU Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,09/11] scripts: build-efi: Allow enabling networking Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,08/11] scripts: build-efi: Support spice integration Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,07/11] bootm: Update FPDT boot times before handing off to OS Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,06/11] acpi: fpdt: Generate the table Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,05/11] acpi: Add support for Firmware Performance Data Table Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,04/11] bootstage: Add a way to read the time from a record Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,03/11] bootstage: Add some more tests Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,02/11] bootstage: Move the bootstage record to the header file Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
[Concept,01/11] expo: Correct handling of mouse clicks Bootstage and script enhancements - - - --- 2025-10-23 Simon Glass New
« 1 213 14 1520 21 »