summaryrefslogtreecommitdiff
path: root/gummiboot.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-24use "USec" instead of "Usec"Kay Sievers1-3/+3
2013-01-23add web link to the CPU documentationKay Sievers1-2/+10
2013-01-23export proper microseconds instead of "ticks"Kay Sievers1-14/+105
2013-01-22include magic string to find version number in the binaryKay Sievers1-0/+3
2013-01-22dump: suppress output for unset valueKay Sievers1-1/+2
2013-01-22use gcc's -WextraKay Sievers1-6/+7
2013-01-22export automatically added entries in an EFI variableKay Sievers1-12/+32
2013-01-21skip check if entry->machine_id is not setKay Sievers1-28/+31
2013-01-21recognize LoaderEntryOptions{,OneShot}-$machine-id EFI variablesKay Sievers1-0/+36
2013-01-21turn "title-machine" and "title-version" into proper "machine-id" and "version"Kay Sievers1-20/+24
2013-01-19add missing break;Kay Sievers1-0/+1
2013-01-19export LoaderDevicePartUUID=Kay Sievers1-6/+42
2012-12-06secure boot: signal security error back to the callerJames Bottomley1-2/+18
2012-10-31properly skip empty lines in config filesKay Sievers1-28/+34
2012-10-30do not count backwards with for (;;) and unsigned, it does not stopKay Sievers1-2/+4
2012-10-30enable signed/unsigned warningsKay Sievers1-14/+14
2012-10-30add missing = NULL initializersKay Sievers1-4/+4
2012-10-12fix memory leaksFelipe Contreras1-0/+3
2012-10-12standardize error checksFelipe Contreras1-2/+2
2012-10-11config_default_entry_select: get rid of unconditional curly braces blockKay Sievers1-16/+9
2012-10-11Fix conditional loop when there are no entriesFelipe Contreras1-1/+4
2012-09-10add OS X to the boot options listKay Sievers1-13/+45
2012-09-05ignore case when comparing the loaded image locationKay Sievers1-7/+8
2012-09-05do not auto-select automatically added entriesKay Sievers1-10/+13
2012-07-18force EFI text mode when entering the menuKay Sievers1-0/+46
2012-07-15add "title-version", "title-machine" to non-unique menu "title"sKay Sievers1-15/+145
2012-07-14fix typo in commentKay Sievers1-1/+1
2012-07-14move some code aroundKay Sievers1-7/+8
2012-07-14print error and exit if no loader to start can be foundKay Sievers1-8/+10
2012-07-14"EFI default loader" -> "EFI Default Loader"Kay Sievers1-2/+2
2012-07-14add config entry for EFI Shell automaticallyJoerg Schirottke1-0/+2
2012-07-13update READMEKay Sievers1-0/+3
2012-07-13dump: start "1/3" number with 1Kay Sievers1-1/+1
2012-07-13gummiboot.c: correct maximum line lenght of menu entriesHarald Hoyer1-0/+2
2012-07-06debug -> dumpKay Sievers1-1/+1
2012-07-06'*' dumps the internal state to the consoleKay Sievers1-1/+69
2012-07-06call Exit() when quittingKay Sievers1-1/+1
2012-07-06LoaderDevicePath -> LoaderDeviceIdentiferKay Sievers1-1/+1
2012-07-05export LoaderDevicePath= to allow the OS to find the active ESPKay Sievers1-2/+8
2012-07-05LoaderTicksStartImage -> LoaderTicksExecKay Sievers1-1/+1
2012-07-04cleanup on exitKay Sievers1-3/+18
2012-07-04show firmware revision in 'v'Kay Sievers1-2/+4
2012-07-04'q' is quitKay Sievers1-9/+13
2012-07-04rename internal identifiers of well-known loader names to avoid clashesKay Sievers1-6/+6
2012-07-04add windows boot manager if we find itKay Sievers1-13/+21
2012-07-04simplify "initrd" handlingKay Sievers1-26/+52
2012-07-02arch ifdef fallback boot loader entryKay Sievers1-0/+2
2012-07-01clarify timeout setting messageKay Sievers1-3/+9
2012-07-01convert utf8 config entries to utf16Kay Sievers1-10/+87
2012-06-30LoaderConfigDefault -> LoaderEntryDefaultKay Sievers1-3/+3