Hi, This set of patches is meant to replace the previous one that got broken due to Thunderbird mangling. No other changes.
Sorry for the unnecessary traffic. Regards, Joonas -- Joonas Lahtinen (8): add source format modeline Makefile.am: be consistent defining sources add atoi function make file_read callable outside compilation unit make console_text_mode into more generic function add GOP mode setting and splash drawing support add ppm2bgrx utility data: add gummiboot splash image file .gitignore | 1 + Makefile.am | 28 ++++++- README.gop | 56 ++++++++++++++ configure.ac | 7 ++ data/gummiboot.ppm | Bin 0 -> 196662 bytes src/efi/gop.c | 137 ++++++++++++++++++++++++++++++++++ src/efi/gop.h | 48 ++++++++++++ src/efi/gummiboot.c | 160 +++++++++++++++++++++++++++++++++++++++- utils/ppm2bgrx.c | 208 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 640 insertions(+), 5 deletions(-) create mode 100644 README.gop create mode 100644 data/gummiboot.ppm create mode 100644 src/efi/gop.c create mode 100644 src/efi/gop.h create mode 100644 utils/ppm2bgrx.c -- 1.8.1.4 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
