summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-17graphics: add support for XRGB{16,32}Tom Gundersen1-2/+26
2013-12-17graphics: accept newer BMP header versionsTom Gundersen1-6/+8
2013-12-17test: fix splash locationKay Sievers1-1/+1
2013-12-17show unconfigured default and entry-specific splash on 'P'Kay Sievers1-8/+18
2013-12-16show default splash on 'P'Tom Gundersen1-4/+14
2013-12-16test: include a fallback bootsplash in the test imageTom Gundersen2-2/+3
2013-12-16build-sys: don't use qemu-kvmTom Gundersen2-2/+2
2013-12-16fix padding for BMP linesKay Sievers1-2/+2
2013-12-16do not show splash for automatically added entriesKay Sievers1-3/+14
2013-12-16version 4040Kay Sievers1-1/+1
2013-12-16fall back to default splash imageKay Sievers1-4/+15
2013-12-15add splash supportKay Sievers5-7/+251
2013-12-15split out console.[ch]Kay Sievers5-144/+189
2013-12-15split out util.[ch]Kay Sievers4-292/+357
2013-12-15move graphics to its own fileKay Sievers4-72/+112
2013-12-15make console_text_mode into more generic functionJoonas Lahtinen1-3/+29
2013-12-15make file_read callable outside compilation unitJoonas Lahtinen1-1/+1
2013-12-11Makefile.am: be consistent defining sourcesJoonas Lahtinen1-1/+2
2013-12-11add source format modelineJoonas Lahtinen1-0/+2
2013-11-27version 3939Kay Sievers1-1/+1
2013-10-18handle CTRL-w in line editorKay Sievers1-0/+2
2013-10-04add only the first OS X system we findKay Sievers1-4/+9
2013-09-23version 3838Tom Gundersen1-1/+1
2013-09-22try harder to work around firmware with broken SIMPLE_TEXT_INPUT_EX_PROTOCOLKay Sievers1-48/+36
2013-09-22count TSC ticks instead of relying on CPUIDKay Sievers1-83/+14
2013-09-09version 3737Harald Hoyer1-1/+1
2013-09-09test-create-disk.sh: format the partition, not the diskKay Sievers1-3/+3
2013-09-09configure.ac: break 2 on lds directory searchHarald Hoyer1-1/+1
2013-08-29configure.ac: search for efi-ldsdir in multiple placesHarald Hoyer1-1/+8
2013-08-25fall back to SimpleTextInputProtocol if we do not actually get a keyKay Sievers1-1/+9
2013-08-22version 3636Kay Sievers1-1/+1
2013-08-22build-sys: move EFI_LIB_DIR, EFI_INC_DIR, EFI_LDS_DIR to AC_ARG_WITH()Kay Sievers2-19/+30
2013-08-22rename test-disk to test-disk.imgKay Sievers2-8/+8
2013-08-22use EFI/Boot/bootx64.efi instead of EFI/BOOT/BOOTX64.EFIKay Sievers4-11/+11
2013-08-22fall back to SimpleTextInputProtocol if we receive errorsKay Sievers1-7/+17
2013-08-22Autodetect both x64 and ia32 boot*.efi payloadsDarren Hart2-3/+4
2013-08-22qemu: skip AC_CHECK_FILE when cross-compilingKay Sievers2-7/+10
2013-08-22add EFI_INCDIR, EFI_CPPFLAGS, EFI_CFLAGS, EFI_LDFLAGS; move defines to CPPKay Sievers1-4/+11
2013-08-21configure.ac: Use AC_CHECK_HEADER to detect the efi includesDarren Hart1-5/+6
2013-08-21configure.ac: Allow for more than just i686 for ia32Darren Hart1-2/+2
2013-08-21gummiboot: Add 32 bit compatible rdtsc asmDarren Hart1-3/+7
2013-08-21fall back to SimpleTextInputProtocol if we can't read a keyKay Sievers1-1/+7
2013-08-21support M-BS, M-d, and fix word jumpingKay Sievers2-12/+45
2013-08-21support M-<, M->Kay Sievers1-0/+7
2013-08-19cleanup EFI_ERROR() useKay Sievers1-11/+11
2013-08-19move all key press handling into key_read()Kay Sievers1-22/+28
2013-08-14simplify hotkey search loopKay Sievers1-16/+9
2013-08-14use hotkey 'a' for OS X, and start searching for hotkeys at current defaultKay Sievers1-2/+2
2013-08-08version 3535Kay Sievers2-1/+2
2013-08-08support hotkeys to boot an entry immediately, or to select one in the menuKay Sievers2-15/+69