summaryrefslogtreecommitdiffstats
path: root/efi_memtest
Commit message (Expand)AuthorAgeFilesLines
* TextOutput.c set foreground/background color, clears screen and sets display ...Regina König2020-08-043-11/+15
* moving display function to bios/ or efi/ respectivelyRegina König2020-08-035-23/+54
* application to test EFI_GRAPHICS_OUTPUT_PROTOCOLRegina König2020-08-031-2/+5
* searching for FILE access protocolRegina König2020-07-301-1/+39
* changed format type from %s to %a. Now logger prints messages to screenRegina König2020-07-302-2/+3
* renamed directory for applications which run in edkRegina König2020-07-291-7/+10
* Trying to create console outputRegina König2020-07-293-26/+66
* loggerRegina König2020-07-294-16/+17
* modified loggerRegina König2020-07-285-397/+421
* moved some files into efi and bios directory. Created some new headerRegina König2020-07-2822-410/+3717
* adjusted some pointer to string and vice versa conversions. Makefile produces...Regina König2020-07-2811-42/+48
* created two different directories to separate files for efi and bios. moved s...Regina König2020-07-279-21/+153
* Makefile seems to be correctRegina König2020-07-261-23/+27
* still creating MakefileRegina König2020-07-266-36/+36
* restructuring code to simply switch between bios and efi build. Creating Make...Regina König2020-07-2682-2063/+501Star
* moved code of main.cRegina König2020-07-221-0/+254
* moved main while loop from main.c into separate fileRegina König2020-07-222-266/+2Star
* Moved code to get protocols into own applicationRegina König2020-07-221-174/+0Star
* renamed one applicationRegina König2020-07-211-1/+6
* ...Regina König2020-07-211-4/+84
* was able to write to a log file from efi shell.Regina König2020-07-201-3/+8
* Getting empty information of filesystemRegina König2020-07-181-0/+9
* Added FileSystemInfo.h. Getting Information of Filesystem into bufferRegina König2020-07-1867-17801/+94Star
* Creating a logger which writes to a fileRegina König2020-07-1728-433/+186Star
* trying to test if the code worksRegina König2020-07-1730-142/+470
* added some compiler options. Now efi-Print function works in memtest classesRegina König2020-07-1796-700/+376Star
* Built an efi application including the memtest code. Now will try to run that...Regina König2020-07-1630-166/+568
* ...Regina König2020-07-1664-100/+17423
* ..Regina König2020-07-165-11/+443
* outcommented everything which is not compiling. !! Still doesn't compileRegina König2020-07-1422-100/+123
* ...Regina König2020-07-136-14/+17
* trying to compile main.c with all included filesRegina König2020-07-137-57/+82
* ..Regina König2020-07-103-20/+3Star
* created main.h which is included in MemtestEfi. MemtestEfi calls one function...Regina König2020-07-1012-433/+26Star
* trying to generate an efi of official codeRegina König2020-07-09144-0/+65669