saqwed / edk2-tools

My edk2-based development tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EDK2-Tools

This repository contains some of my tools for edk2-projects (UEFI-level development), that worth sharing.

  • compilation_database_patch allows to generate compile_commands.json file, that can be used by completion engines
  • qemu_and_gdb allows to pring gdb command, that loads .debug file with debug symbols at a correct address, based on qemu logs
  • project_templates allows to create a new edk2-project in a single command call

About

My edk2-based development tools

License:MIT License


Languages

Language:Python 69.6%Language:C 14.4%Language:Shell 13.5%Language:C++ 2.4%