Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-07 | platform/x86: hp-bioscfg: Change how enum possible values size is evaluated | Jorge Lopez | 1 | -2/+4 | |
Updates steps how enum possible values size is evaluated Signed-off-by: Jorge Lopez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> | |||||
2023-08-07 | platform/x86: hp-bioscfg: Change how prerequisites size is evaluated | Jorge Lopez | 1 | -2/+4 | |
Update steps taken to evaluate prerequisites size value Signed-off-by: Jorge Lopez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> | |||||
2023-08-07 | platform/x86: hp-bioscfg: Replace the word HACK from source code | Jorge Lopez | 1 | -2/+2 | |
Replace the word 'HACK' with 'step' from source code Signed-off-by: Jorge Lopez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> | |||||
2023-08-07 | platform/x86: hp-bioscfg: Fix uninitialized variable errors | Jorge Lopez | 1 | -1/+1 | |
Fix uninitialized variable errors. Signed-off-by: Jorge Lopez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> | |||||
2023-08-07 | platform/x86: hp-bioscfg: Fix memory leaks in attribute packages | Jorge Lopez | 1 | -0/+6 | |
Address memory leaks while handling elements in packages. Signed-off-by: Jorge Lopez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> | |||||
2023-07-10 | platform/x86: hp-bioscfg: enum-attributes | Jorge Lopez | 1 | -0/+447 | |
Add enumeration attributes support to hp-bioscfg. HP BIOS Configuration driver purpose is to provide a driver supporting the latest sysfs class firmware attributes framework allowing the user to change BIOS settings and security solutions on HP Inc.’s commercial notebooks. Signed-off-by: Jorge Lopez <[email protected]> Reviewed-by: Thomas Weißschuh <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]> |