1. 28 6月, 2013 1 次提交
    • G
      lib: Move fonts from drivers/video/console/ to lib/fonts/ · ee89bd6b
      Geert Uytterhoeven 提交于
      Several drivers need font support independent of CONFIG_VT, cfr. commit
      9cbce8d7e1dae0744ca4f68d62aa7de18196b6f4, "console/font: Refactor font
      support code selection logic").
      Hence move the fonts and their support logic from drivers/video/console/ to
      its own library directory lib/fonts/.
      This also allows to limit processing of drivers/video/console/Makefile to
      CONFIG_VT=y again.
      
      [Kevin Hilman <khilman@linaro.org>: Update arch/arm/boot/compressed/Makefile]
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      ee89bd6b
  2. 17 10月, 2007 1 次提交
  3. 13 9月, 2005 1 次提交
  4. 22 6月, 2005 1 次提交
    • J
      [PATCH] New framebuffer fonts + updated 12x22 font available · 303b86d9
      Jurriaan 提交于
      Improve the fonts for use with the framebuffer.
      
      I've added all the characters marked 'FIXME' in the sun12x22 font and
      created a 10x18 font (based on the sun12x22 font) and a 7x14 font (based
      on the vga8x16 font).
      
      This patch is non-intrusive, no options are enabled by default so most
      users won't notice a thing.
      
      I am placing my changes under the GPL, however, I've not seen any copyright
      notices on the sun12x22 font and the vga8x16 font which I derived my new
      fonts from so I don't know what the copyright status is.
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      303b86d9