Antony Pavlov (5): for-ammend: fbconsole: FBCONSOLE -> FRAMEBUFFER_CONSOLE import lib/fonts framework from linux kernel for-ammend: video: fbconsole: switch to lib/fonts framework lib/fonts: add "MINI4x6" font video: fbconsole: switch to "MINI4x6" font: just for demo purposes drivers/video/Kconfig | 2 +- drivers/video/Makefile | 2 +- drivers/video/fbconsole.c | 44 +- include/linux/font.h | 29 + lib/Kconfig | 2 + lib/Makefile | 1 + lib/fonts/Kconfig | 25 + lib/fonts/Makefile | 10 + include/video_font_data.h => lib/fonts/font_8x16.c | 479 ++--- lib/fonts/font_mini_4x6.c | 2155 ++++++++++++++++++++ lib/fonts/fonts.c | 66 + 11 files changed, 2559 insertions(+), 256 deletions(-) create mode 100644 include/linux/font.h create mode 100644 lib/fonts/Kconfig create mode 100644 lib/fonts/Makefile rename include/video_font_data.h => lib/fonts/font_8x16.c (94%) create mode 100644 lib/fonts/font_mini_4x6.c create mode 100644 lib/fonts/fonts.c -- 2.1.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox