UEFIStarter
a simple UEFI framework
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  apps
 ac97.cAC'97 audio demo
 cpuid.cThis application will show some information about the CPU
 gop.cThis application showcases a few ways to use the graphics output
 helloworld.cThis application is a simple example of how to read command line arguments and output to console
 input.cThis application showcases ways to read input from the keyboard
 lspci.cThis application lists PCI devices
 quit.cThis application will halt the UEFI environment
 rotation.cThis application demonstrates image rotation and bilinear interpolation
 snow.cThis application shows animated snow in text mode
 timer.cThis application shows how to wait for events and register a timer
  include
  UEFIStarter
  core
 cmdline.hCommand line parameter parser
 console.hCLI initialization and I/O helpers
 files.hFile handling functions
 logger.hLogging facility, supports verbosity levels
 memory.hMemory allocation tracker: use this to prevent memory leaks
 string.hString functions missing from EDK
 timestamp.hTiming functions
  tests
 asserts.hGeneral assertions for tests
 graphics.hAssertions and utilities for graphics tests
 output.hPresentation logic for tests
 tests.hBasis for test suites
 types.hCommon types for tests
 ac97.hAC'97 audio functions
 core.h
 graphics.hFunctions for creating and showing graphics
 pci.hFunctions for accessing PCI devices
  library
  core
 cmdline.cCommand line parameter parser
 console.cConsole initialization and I/O helpers
 files.cFile handling functions
 logger.cLogging facility, supports verbosity levels
 memory.cMemory tracker, will find memory leaks
 string.cString functions missing from EDK
 timestamp.cTiming functions
  tests
 asserts.cGeneral assertions for tests
 graphics.cAssertions and utilities for graphics tests
 output.cPresentation logic for tests: generates output with verbosity level in mind
 tests.cThis is the basis for all test suites
 ac97.cAC'97 audio functions
 graphics.cFunctions for creating and showing graphics
 pci.cFunctions for accessing PCI devices
  tests
  suites
  lib
 ac97.cTests for AC'97 functions
 cmdline.cTests for the command line parameter parser
 files.cTests for file I/O functions
 graphics.cTests for graphics functions
 logger.cTests for the logging facility
 memory.cTests for the memory allocation tracker
 pci.cTests for the PCI library functions
 string.cTests for string functions
  selftest
 asserts.cSelf-tests for assertions
 graphics.cSelf-tests for graphics test assertions/utilities
 runner.cSelf-tests for test runner