Skip to content

knutaf/FrameworkHacksPkg

 
 

Repository files navigation

ECTool.efi, FrameworkKeyMapDriver and others

This repository contains some "fun"(?) tools to interact with the embedded controller in the Framework Laptop:

  • FrameworkKeyMapDriver: An EFI driver (loadable via systemd-boot) that remaps Caps Lock to Escape
  • ECTool.efi: An application, intended to be used from the EFI Shell, that primarily lets you reflash the EC
  • ChassisIntrusionPCRMeasurementDriver: An EFI driver with its own readme.

Building

Prerequisites

  • edk2, set up and ready to build

Okay, what next?

Clone this repository into the root of your edk2 workspace, and then build it:

build -p FrameworkHacksPkg/FrameworkHacksPkg.dsc -a X64 -b RELEASE -t GCC5

Note You can set your preferred architecture, build type and toolchain by default by editing the values stored in Conf/target.txt

Warning FrameworkHacksPkg has only been tested with the GCC5 toolchain. If you elect to use a different toolchain, your mileage may vary.

Look in $WORKSPACE/Build/FrameworkHacksPkg/RELEASE_GCC5/X64 for your output.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Shell 0.3%