From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 12 Aug 2013 22:44:13 +0200 Subject: [U-Boot] [PATCH 08/11] video: Add small 4x6 font from Linux In-Reply-To: <1375220281-11132-9-git-send-email-marex@denx.de> References: <1375220281-11132-1-git-send-email-marex@denx.de> <1375220281-11132-9-git-send-email-marex@denx.de> Message-ID: <20130812224413.3207ce91@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 30 Jul 2013 23:37:58 +0200 Marek Vasut wrote: > This font is based on Linux drivers/video/console/font_mini_4x6.c as of commit: > > commit bcfbeecea11c15e243f076d37d637c2598aff4fe > Author: Bjarni Ingi Gislason > Date: Sun Aug 12 15:05:10 2012 +0000 > > drivers: console: font_: Change a glyph from "broken bar" to "vertical line" > > I removed these lines as they are useless in U-Boot: > #include > #define FONTDATAMAX 1536 > Whole "const struct font_desc font_mini_4x6" block > > This patch also adds a new configuration option to select this smaller font, > CONFIG_VIDEO_FONT_4X6 , but this is disabled by default. The default setting > is the regular "large" font. > > Signed-off-by: Marek Vasut > Cc: Anatolij Gustschin > --- > include/video_font.h | 4 + > include/video_font_4x6.h | 2154 ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 2158 insertions(+) > create mode 100644 include/video_font_4x6.h Applied to u-boot-video/master. Thanks! Anatolij