Current Team Memberships

Show patches with: State = Action Required       |   280 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[RFC,31/31] temp: cmd: efi: add a command to dump EFI memory map Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,30/31] temp: cmd: efi_mem: add a command to test efi alloc/free Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,29/31] temp: mx6sabresd: bump up the size limit of the board Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,28/31] cmd: bdinfo: only dump the current LMB memory Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,27/31] test: bdinfo: dump the global LMB memory map Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,26/31] test: lmb: run lmb tests only manually Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,25/31] test: lmb: adjust the test case to handle overlapping regions Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,24/31] test: lmb: add a test case for checking overlapping region add Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,23/31] test: lmb: initialise the lmb structure before tests Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,22/31] test: lmb: run the LMB tests only on sandbox Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,21/31] test: event: update the expected event dump output Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,20/31] test: cedit: use allocated address for reading file Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,19/31] zynq: lmb: do not add to lmb map before relocation Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,18/31] sandbox: iommu: remove lmb allocation in the driver Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,17/31] lmb: remove call to efi_lmb_reserve() Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,16/31] lmb: add an event handler to update memory map Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,15/31] efi_memory: add an event handler to update memory map Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,14/31] lmb: notify of any changes to the LMB memory map Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,13/31] efi_memory: notify of any changes to the EFI memory map Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,12/31] add a function to check if an address is in RAM memory Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,11/31] lib: Kconfig: add a config symbol for getting memory map updates Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,10/31] event: add events to notify memory map changes Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,09/31] lmb: allow for resizing lmb regions Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,08/31] lmb: replcace the lmb_init_and_reserve() function Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,07/31] lmb: remove lmb_init_and_reserve_range() function Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,06/31] lmb: reserve and add common memory regions post relocation Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,05/31] lmb: pass a flag to image_setup_libfdt() for lmb reservations Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,04/31] lmb: remove local instances of the lmb structure variable Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,03/31] lmb: make the lmb reservations persistent Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,02/31] lmb: staticize __lmb_alloc_base() Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[RFC,01/31] lmb: remove the unused lmb_is_reserved() function Make U-Boot memory reservations coherent --- 2024-06-07 Sughosh Ganu New
[v2,4/4] test: capsule: Generate capsules through config file Generate capsules from config files --- 2024-04-19 Sughosh Ganu New
[v2,3/4] sandbox: capsule: Add a config file for generating capsules Generate capsules from config files --- 2024-04-19 Sughosh Ganu New
[v2,2/4] doc: Document capsule generation through a config file Generate capsules from config files --- 2024-04-19 Sughosh Ganu New
[v2,1/4] tools: mkeficapsule: Add support for parsing capsule params from config file Generate capsules from config files --- 2024-04-19 Sughosh Ganu New
[v2,3/4] capsule: add the generated capsules to gitignore capsule: Generate capsules as part of sandbox build --- 2024-03-27 Sughosh Ganu New
[v2,2/4] sandbox: capsule: binman: generate some capsules as part of build capsule: Generate capsules as part of sandbox build --- 2024-03-27 Sughosh Ganu New
[v2,1/4] sandbox: capsule: remove capsule related configs capsule: Generate capsules as part of sandbox build --- 2024-03-27 Sughosh Ganu New
[v3,20/20] configs: fwu: re-enable FWU configs FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,19/20] MAINTAINERS: add entry for FWU multi bank update feature FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,18/20] doc: fwu: make changes to reflect support for FWU metadata v2 FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,17/20] test: fwu: make changes to the FWU metadata access test FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,16/20] tools: mkfwumdata: add logic to append vendor data to the FWU metadata FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,15/20] tools: mkfwumdata: add support for metadata version 2 FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,14/20] cmd: fwu: make changes for supporting FWU metadata version 2 FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,13/20] fwu: mtd: obtain image information from version agnostic structure FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,12/20] fwu: mtd: get MTD partition specific info from driver FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,11/20] fwu: mtd: remove unused argument from function call FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,10/20] fwu: add config symbols for enabling FWU metadata versions FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,09/20] capsule: fwu: transition the platform state on a successful update FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,08/20] fwu: make changes to access version agnostic structure fields FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,07/20] fwu: metadata: add functions for handling version specific metadata fields FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,06/20] fwu: metadata: add a version agnostic structure FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,05/20] fwu: metadata: add support for version 2 of the structure FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,04/20] drivers: fwu: mtd: allocate buffer for image info dynamically FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,03/20] drivers: fwu: add the size parameter to the metadata access API's FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,02/20] tools: mkfwumdata: fix the size parameter to the fwrite call FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v3,01/20] configs: fwu: remove FWU configs for metadata V2 support FWU: Add support for FWU metadata version 2 --- 2024-03-22 Sughosh Ganu New
[v2,21/21] doc: fwu: make changes for supporting FWU Metadata version 2 FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,20/21] configs: fwu: re-enable FWU configs FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,19/21] tools: mkfwumdata: fix the size parameter to the fwrite call FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,18/21] tools: mkfwumdata: add logic to append vendor data to the FWU metadata FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,17/21] tools: mkfwumdata: migrate to metadata version 2 FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,16/21] fwu: remove the config symbols for number of banks and images FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,15/21] test: fwu: align the FWU metadata access test with version 2 FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,14/21] cmd: fwu: align the command with metadata version 2 FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,13/21] efi_firmware: fwu: get the number of FWU banks at runtime FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,12/21] efi_firmware: fwu: do not read FWU metadata on sandbox FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,11/21] fwu: mtd: modify the DFU API's to align with metadata version 2 FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,10/21] capsule: accept a bank on a successful update FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,09/21] fwu: add a function to put a bank in Trial State FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,08/21] drivers: fwu: allocate memory for metadata copies FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,06/21] fwu: add some API's for metadata version 2 access FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,05/21] fwu: make changes to support version 2 of FWU metadata FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,04/21] fwu: add helper functions for getting image description offsets FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[v2,02/21] fwu: metadata: migrate to version 2 of the structure FWU: Migrate FWU metadata to version 2 --- 2024-02-12 Sughosh Ganu New
[13/18] cmd: fwu: Align the command with metadata version 2 FWU: Migrate FWU metadata to version 2 --- 2024-01-22 Sughosh Ganu New
[05/18] lib: fwu: Make changes to support version 2 of FWU metadata FWU: Migrate FWU metadata to version 2 --- 2024-01-22 Sughosh Ganu New
[04/18] fwu: Add some API's for metadata version 2 access FWU: Migrate FWU metadata to version 2 --- 2024-01-22 Sughosh Ganu New
[3/4] sandbox: capsule: Add a config file for generating capsules Generate capsules from config files --- 2023-11-21 Sughosh Ganu New
[5/5] binman: capsule: Add support for generating EFI empty capsules Support for dumping capsule headers and empty capsules --- 2023-10-04 Sughosh Ganu New
[4/5] btool: mkeficapsule: Add support for EFI empty capsule generation Support for dumping capsule headers and empty capsules --- 2023-10-04 Sughosh Ganu New
[3/5] binman: capsule: Use dumped capsule header contents for verification Support for dumping capsule headers and empty capsules --- 2023-10-04 Sughosh Ganu New
[8/8] binman: capsule: Add support for generating EFI empty capsules Add some more EFI capsule tooling support --- 2023-09-08 Sughosh Ganu New
[6/8] test: capsule: Generate capsules through config file Add some more EFI capsule tooling support --- 2023-09-08 Sughosh Ganu New
[3/8] binman: capsule: Generate capsules through config file Add some more EFI capsule tooling support --- 2023-09-08 Sughosh Ganu New
[2/8] btool: mkeficapsule: Generate capsule through a config file Add some more EFI capsule tooling support --- 2023-09-08 Sughosh Ganu New
[RFC,5/5] doc: Add a document for non-compliant DT node/property removal Allow for removal of DT nodes and properties --- 2023-08-26 Sughosh Ganu New
[RFC,4/5] bootefi: Call the EVT_FT_FIXUP event handler Allow for removal of DT nodes and properties --- 2023-08-26 Sughosh Ganu New
[RFC,3/5] capsule: Add the capsule-key property for removal from devicetree Allow for removal of DT nodes and properties --- 2023-08-26 Sughosh Ganu New
[RFC,2/5] fwu: Add the fwu-mdata node for removal from devicetree Allow for removal of DT nodes and properties --- 2023-08-26 Sughosh Ganu New
[RFC,1/5] dt: Provide a way to remove non-compliant nodes and properties Allow for removal of DT nodes and properties --- 2023-08-26 Sughosh Ganu New
[v11,13/15] sandbox: capsule: Add path to the public key ESL file Integrate EFI capsule tasks into U-Boot's build flow --- 2023-08-22 Sughosh Ganu New
[v11,04/15] sandbox: capsule: Enable EFI capsule module on sandbox variants Integrate EFI capsule tasks into U-Boot's build flow --- 2023-08-22 Sughosh Ganu New
[v11,03/15] sandbox: capsule: Add keys and certificates needed for capsule update testing Integrate EFI capsule tasks into U-Boot's build flow --- 2023-08-22 Sughosh Ganu New
[v3,5/6] test: capsule: Remove logic to add public key ESL capsule: Embed the public key ESL as part of build --- 2023-08-21 Sughosh Ganu New
[2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb capsule: Embed the public key ESL as part of build --- 2023-08-15 Sughosh Ganu New
[v10,09/10] doc: Add documentation to highlight capsule generation related updates Enable EFI capsule generation through binman --- 2023-08-12 Sughosh Ganu New
[v10,08/10] sandbox: capsule: Generate capsule related files through binman Enable EFI capsule generation through binman --- 2023-08-12 Sughosh Ganu New
[v10,07/10] sandbox: binman: Add support for generating multiple images Enable EFI capsule generation through binman --- 2023-08-12 Sughosh Ganu New
« 1 2 3 »

Bundling

Create bundle: