Michael Simon
Michael Simon
I would like to implement some of the missing network protocols. For each of them a service binding protocol with a different guid exist, what would be the correct way...
### Introduce the problem In some header and source files there are includes for stdint, stddef, ... . In some environments these headers do not exist. It is possible to...
### Description of the feature or fix As discussed in #5680 the core files should be platform independent and not rely on standard headers and/or standard methods. Most of the...
### Introduce the problem Currently there is no way to search for an object by some sort of user defined id (like "_btn_exit_"). There should be a way to search...
This PR adds the following functions: - TSS_Free, wrapper for free or similar function - TSS_SetMemoryFunctions, allow the usage of platform specific malloc, realloc and free functions. Must be called...
A driver for UEFI with support for: - displays - indevs (keyboard, mouse and touch) - file access Currently I only tested it on X64 systems without touch support. The...