summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan
Commit message (Expand)AuthorAgeFilesLines
* vc/eltan/security/verified_boot/Makefile: add fmap_config.h dependencyFelix Held2022-02-221-0/+5
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-4/+4
* src/vendorcode/eltan: Don't reference CONFIG_CBFS_SIZEArthur Heymans2021-07-281-1/+8
* vc/eltan/security/mboot/Kconfig: Add dependency of VBOOTFrans Hendriks2021-04-061-0/+1
* vc/eltan/security/verified_boot/vboot_check.c: Add check PROG_POSTCARFrans Hendriks2021-01-151-1/+6
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-022-4/+4
* vendorcode/eltan/security: Add dependency for menu itemsFrans Hendriks2020-11-222-0/+6
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-191-1/+1
* src: Fix up #-commented SPDX headersAngel Pons2020-06-011-3/+0
* src: Fix up ##-commented SPDX headersAngel Pons2020-06-016-14/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1112-12/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-097-63/+7
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* vc/eltan/security/verified_boot/vboot_check.c: Increase wb_buffer sizeFrans Hendriks2020-05-011-1/+1
* vc/eltan/security/verified_boot/vboot_check.c: Correct code styleFrans Hendriks2020-04-241-2/+3
* src/vendorcode: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-045-65/+10
* security/vboot: relocate and rename vboot_platform_is_resuming()Bill XIE2020-03-311-1/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-1712-16/+0
* vboot: remove use of NEED_VB20_INTERNALS switchJoel Kitching2020-02-191-2/+1
* security/vboot: relocate vb2ex_abort and vb2ex_printfJoel Kitching2020-02-071-1/+1
* vendorcode/eltan/security: Switch to vb2 vboot libraryWim Vervoorn2020-02-0511-168/+59
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-7/+0
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-1/+1
* Drop superfluous C_ENVIRONMENT_BOOTBLOCK checksArthur Heymans2019-11-251-1/+1
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-2/+2
* vendorcode/eltan/security: Move eltan security from chipset to security menuWim Vervoorn2019-11-162-21/+9
* vendorcode/security/eltan: Allocate memory from bootmem to speed up hashingWim Vervoorn2019-11-161-6/+26
* vendorcode/eltan/security: Cleanup prog_locate_hookWim Vervoorn2019-11-151-15/+12
* vendorcode/eltan/security: Remove cbfs prepare and locateWim Vervoorn2019-11-151-7/+2
* vendorcode/eltan/security: Add all verify_lists to include fileWim Vervoorn2019-11-152-2/+2
* vendor/eltan/security: Removed long lines from vboot_checkWim Vervoorn2019-11-151-2/+4
* cbfs: Stop checking master headerJulius Werner2019-11-141-2/+2
* cbfs: Make cbfs_master_header_props() externally availableJulius Werner2019-11-141-42/+1
* vendorcode/eltan/security/mboot/mboot.c: Correct parameter descriptionFrans Hendriks2019-11-111-1/+1
* eltan/security: Replace __PRE_RAM__ with ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-11-081-4/+2
* eltan/security: Replace __BOOTBLOCK__ with ENV_BOOTBLOCKKyösti Mälkki2019-11-081-6/+1
* eltan/security: Remove some preprocessor guardsKyösti Mälkki2019-11-083-51/+29
* vendorcode/eltan/security: Align mboot with coreboot tpmWim Vervoorn2019-11-053-116/+44
* vendorcode/eltan/security: Correct debug outputWim Vervoorn2019-11-041-2/+2
* vendorcode/eltan/security: Address layout issuesWim Vervoorn2019-11-041-17/+12
* vendorcode/eltan/security: Use custom hash for little endian onlyWim Vervoorn2019-11-044-49/+21
* vendorcode/eltan: Cleanup Kconfig filesWim Vervoorn2019-11-042-4/+5
* mb/facebook/fbg1701: Add public key to bootblock_verify_listWim Vervoorn2019-11-011-2/+1
* vendorcode/eltan/security: Use vb2 public keyWim Vervoorn2019-11-013-119/+96
* vendorcode/eltan/Kconfig: Hide the Kconfig options when lacking supportArthur Heymans2019-10-111-0/+5
* vendorcode/eltan/security/verified_boot: Add verified boot supportFrans Hendriks2019-10-044-0/+645
* vendorcode/eltan/security/mboot: Add measured boot supportFrans Hendriks2019-10-045-0/+771
* vendorcode/eltan/security/lib: Always include cb_sha.c for bootblockFrans Hendriks2019-08-261-1/+1
* vendorcode/eltan/security/lib: Add missing vb2ex_printf()Frans Hendriks2019-08-111-0/+1
* vendorcode/eltan/security: Use config VENDORCODE_ELTAN_XXXFrans Hendriks2019-08-081-5/+2