index
:
gummiboot
master
Simple EFI boot loader (mirrored from https://gitlab.freedesktop.org/archived-projects/gummiboot)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gummiboot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-24
use "USec" instead of "Usec"
Kay Sievers
1
-3
/
+3
2013-01-23
add web link to the CPU documentation
Kay Sievers
1
-2
/
+10
2013-01-23
export proper microseconds instead of "ticks"
Kay Sievers
1
-14
/
+105
2013-01-22
include magic string to find version number in the binary
Kay Sievers
1
-0
/
+3
2013-01-22
dump: suppress output for unset value
Kay Sievers
1
-1
/
+2
2013-01-22
use gcc's -Wextra
Kay Sievers
1
-6
/
+7
2013-01-22
export automatically added entries in an EFI variable
Kay Sievers
1
-12
/
+32
2013-01-21
skip check if entry->machine_id is not set
Kay Sievers
1
-28
/
+31
2013-01-21
recognize LoaderEntryOptions{,OneShot}-$machine-id EFI variables
Kay Sievers
1
-0
/
+36
2013-01-21
turn "title-machine" and "title-version" into proper "machine-id" and "version"
Kay Sievers
1
-20
/
+24
2013-01-19
add missing break;
Kay Sievers
1
-0
/
+1
2013-01-19
export LoaderDevicePartUUID=
Kay Sievers
1
-6
/
+42
2012-12-06
secure boot: signal security error back to the caller
James Bottomley
1
-2
/
+18
2012-10-31
properly skip empty lines in config files
Kay Sievers
1
-28
/
+34
2012-10-30
do not count backwards with for (;;) and unsigned, it does not stop
Kay Sievers
1
-2
/
+4
2012-10-30
enable signed/unsigned warnings
Kay Sievers
1
-14
/
+14
2012-10-30
add missing = NULL initializers
Kay Sievers
1
-4
/
+4
2012-10-12
fix memory leaks
Felipe Contreras
1
-0
/
+3
2012-10-12
standardize error checks
Felipe Contreras
1
-2
/
+2
2012-10-11
config_default_entry_select: get rid of unconditional curly braces block
Kay Sievers
1
-16
/
+9
2012-10-11
Fix conditional loop when there are no entries
Felipe Contreras
1
-1
/
+4
2012-09-10
add OS X to the boot options list
Kay Sievers
1
-13
/
+45
2012-09-05
ignore case when comparing the loaded image location
Kay Sievers
1
-7
/
+8
2012-09-05
do not auto-select automatically added entries
Kay Sievers
1
-10
/
+13
2012-07-18
force EFI text mode when entering the menu
Kay Sievers
1
-0
/
+46
2012-07-15
add "title-version", "title-machine" to non-unique menu "title"s
Kay Sievers
1
-15
/
+145
2012-07-14
fix typo in comment
Kay Sievers
1
-1
/
+1
2012-07-14
move some code around
Kay Sievers
1
-7
/
+8
2012-07-14
print error and exit if no loader to start can be found
Kay Sievers
1
-8
/
+10
2012-07-14
"EFI default loader" -> "EFI Default Loader"
Kay Sievers
1
-2
/
+2
2012-07-14
add config entry for EFI Shell automatically
Joerg Schirottke
1
-0
/
+2
2012-07-13
update README
Kay Sievers
1
-0
/
+3
2012-07-13
dump: start "1/3" number with 1
Kay Sievers
1
-1
/
+1
2012-07-13
gummiboot.c: correct maximum line lenght of menu entries
Harald Hoyer
1
-0
/
+2
2012-07-06
debug -> dump
Kay Sievers
1
-1
/
+1
2012-07-06
'*' dumps the internal state to the console
Kay Sievers
1
-1
/
+69
2012-07-06
call Exit() when quitting
Kay Sievers
1
-1
/
+1
2012-07-06
LoaderDevicePath -> LoaderDeviceIdentifer
Kay Sievers
1
-1
/
+1
2012-07-05
export LoaderDevicePath= to allow the OS to find the active ESP
Kay Sievers
1
-2
/
+8
2012-07-05
LoaderTicksStartImage -> LoaderTicksExec
Kay Sievers
1
-1
/
+1
2012-07-04
cleanup on exit
Kay Sievers
1
-3
/
+18
2012-07-04
show firmware revision in 'v'
Kay Sievers
1
-2
/
+4
2012-07-04
'q' is quit
Kay Sievers
1
-9
/
+13
2012-07-04
rename internal identifiers of well-known loader names to avoid clashes
Kay Sievers
1
-6
/
+6
2012-07-04
add windows boot manager if we find it
Kay Sievers
1
-13
/
+21
2012-07-04
simplify "initrd" handling
Kay Sievers
1
-26
/
+52
2012-07-02
arch ifdef fallback boot loader entry
Kay Sievers
1
-0
/
+2
2012-07-01
clarify timeout setting message
Kay Sievers
1
-3
/
+9
2012-07-01
convert utf8 config entries to utf16
Kay Sievers
1
-10
/
+87
2012-06-30
LoaderConfigDefault -> LoaderEntryDefault
Kay Sievers
1
-3
/
+3
[next]