mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [RFC-WIP 0/5] fbconsole: switch to lib/fonts framework
@ 2015-07-09 21:25 Antony Pavlov
  2015-07-09 21:25 ` [RFC-WIP 1/5] for-ammend: fbconsole: FBCONSOLE -> FRAMEBUFFER_CONSOLE Antony Pavlov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Antony Pavlov @ 2015-07-09 21:25 UTC (permalink / raw)
  To: barebox

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-10 19:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09 21:25 [RFC-WIP 0/5] fbconsole: switch to lib/fonts framework Antony Pavlov
2015-07-09 21:25 ` [RFC-WIP 1/5] for-ammend: fbconsole: FBCONSOLE -> FRAMEBUFFER_CONSOLE Antony Pavlov
2015-07-09 21:25 ` [RFC-WIP 2/5] import lib/fonts framework from linux kernel Antony Pavlov
2015-07-09 21:25 ` [RFC-WIP 3/5] for-ammend: video: fbconsole: switch to lib/fonts framework Antony Pavlov
2015-07-09 21:25 ` [RFC-WIP 4/5] lib/fonts: add "MINI4x6" font Antony Pavlov
2015-07-09 21:25 ` [RFC-WIP 5/5] video: fbconsole: switch to "MINI4x6" font: just for demo purposes Antony Pavlov
2015-07-10 19:56 ` [RFC-WIP 0/5] fbconsole: switch to lib/fonts framework Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox