From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [RFC-WIP 0/5] fbconsole: switch to lib/fonts framework
Date: Fri, 10 Jul 2015 00:25:49 +0300 [thread overview]
Message-ID: <1436477154-28594-1-git-send-email-antonynpavlov@gmail.com> (raw)
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
next reply other threads:[~2015-07-09 21:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-09 21:25 Antony Pavlov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436477154-28594-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox