summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-05Fix get_variable() usage in setup_verbosity()Peter Jones
2018-04-05Make setup_console(-1) do GetMode() and call it from setup_verbosity()Peter Jones
2018-03-13console: Fix indentationHans de Goede
2018-03-12console: Do not set EFI console to textmode until something is printedHans de Goede
2018-03-12console: Move setup_console() definition to higher in the fileHans de Goede
2018-03-12console: Add console_print and console_print_at helpersHans de Goede
2018-03-12Don't use uefi_call_wrapper(), ever.Peter Jones
2018-03-12lib/shell.c: minor cleanupPeter Jones
2018-03-12lib/simple_file.c: minor cleanupPeter Jones
2018-03-12lib: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.Peter Jones
2018-03-12lib: find_in_variable_esl(): Fix a tiny nitpick clang-analyze has.Peter Jones
2018-03-12lib: simple_file_selector(): remove some dead code.Peter Jones
2018-03-12lib: simple_file_selector(): simplify the error path to confuse covscan less.Peter Jones
2018-03-12Use gcc's offsetof() instead of hacking out our own.Peter Jones
2018-03-12Get rid of all the places we cast to (CHAR16 *[])Peter Jones
2018-03-12Fix some "if (x < 0)" tests where x is UINTN.Peter Jones
2018-03-12Don't have tons of local guid definitions for no reason at all.Peter Jones
2018-03-12lib/variables.c: reformat CreateTimeBasedPayload()Peter Jones
2018-03-12Move includes around to clean the source tree up a bit.Peter Jones
2017-12-19"in_protocol" is used in more than shim.o; make it not static.Peter Jones
2017-08-31Add a mechanism to print openssl errorsPeter Jones
2017-08-31Make msleep() be a thingPeter Jones
2017-07-24Make it possible to build in a subdirectory.Peter Jones
2017-06-15become more friendly for the cross compilationLans Zhang
2017-06-15fix compilerer errors in security policyMax Resch
2015-06-29More incorrect unsigned vs signed fixups from yours truly.Peter Jones
2015-06-16Fix console_print_box*() parameters.Peter Jones
2015-04-13Make lib/ use the right CFLAGS.Peter Jones
2015-04-13Make lib/ build right with the cflags it should be using...Peter Jones
2014-12-11Add nostdinc to the CFLAGS for libGary Ching-Pang Lin
2014-08-12Factor out x86-isms and add cross compile supportArd Biesheuvel
2014-06-25Make sure we default to assuming we're locked down.Peter Jones
2014-06-25Check the secure variables with the lib functionsGary Ching-Pang Lin
2014-06-25Remove the duplicate calls in lib/console.cGary Ching-Pang Lin
2014-06-25MokManager: handle the error status from ReadKeyStrokeGary Ching-Pang Lin
2013-11-21Error check the right thing in get_variable_attr() when allocating.Peter Jones
2013-11-21Initialize entries before we pass it to another function.Peter Jones
2013-11-21Fix wrong sizeof().Peter Jones
2013-11-12allow 32-bit compilation with 64-bit compilerAndrew Boie
2013-10-04Put SHIM_VERBOSE under shim's guid, not global.Peter Jones
2013-10-04Try to actually make debug printing look reasonable.Peter Jones
2013-10-03Add ident-like blobs to shim.efi for version checking.Peter Jones
2013-10-02CompareMem expects void * and gcc complains.Peter Jones
2013-10-01Clean up warnings.Peter Jones
2013-10-01Conditionalize overriding the security policy.Peter Jones
2013-10-01Merge console_control.h and console.hPeter Jones
2013-10-01Make verbose stuff use console_notifyPeter Jones
2013-09-26integrate security overrideGary Ching-Pang Lin
2013-09-26Merge variable retrieving functionsGary Ching-Pang Lin
2013-09-26Merge signature.h into efiauthenticated.h and guid.hGary Ching-Pang Lin