how to make barebox supports pcf font format support

2017-07-13 Thread Kevin Du Huanpeng
Hi, I am intrested in pcf font, there are many language has pcf font, eg. https://www.netsarang.com/download/font.html (be careful, not sure it is free or not) I want to try make barebox supports pcf, where to start? I can find some code in freetype supports pcf font. --

Re: [PATCH] lib:font:fbconsole: add custom font support for review

2015-10-28 Thread Kevin Du Huanpeng
2015-10-28 14:59 GMT+08:00 Sascha Hauer : > Hi, > > On Tue, Oct 27, 2015 at 04:40:56AM +0800, Kevin Du Huanpeng wrote: >> On Mon, Oct 26, 2015 at 08:18:36AM +0100, Sascha Hauer wrote: >> > >> > This patch has several hunks without changes which makes it hard to loo

Re: [PATCH] lib:font:fbconsole: add custom font support for review

2015-10-27 Thread Kevin Du Huanpeng
On Mon, Oct 26, 2015 at 08:18:36AM +0100, Sascha Hauer wrote: > > This patch has several hunks without changes which makes it hard to look > at. > > Somehow this looks like beginning unicode support. Wouldn't it be better > to pick the relevant parts we need from unicode and support them? How a

[vedio] support no-ascii fonts?

2015-10-23 Thread Kevin Du Huanpeng
Hi, How about add a index before get fontdata? so, we will able to support non-ascii fonts. like: drivers/video/fbconsole.c --> static void drawchar(struct fbc_priv *priv, int x, int y, char c) { ... - inbuf = &priv-

[PATCH] MIPS: start.S depends on banner

2015-09-15 Thread Kevin Du Huanpeng
Signed-off-by: Kevin Du Huanpeng --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index aeb5c04..fde4c2e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -6,6 +6,7 @@ config MIPS select HAS_KALLSYMS select

Re: compile bug about banner and version macros.

2015-09-15 Thread Kevin Du Huanpeng
if you can't reproduce this bug, maybe you have generated compile.h before but make clean did't delete it. Please pull a fresh source or 1 remove compile.h 2 disable CONFIG_BANNER ___ barebox mailing list barebox@lists.infradead.org http://lists.infradea

compile bug about banner and version macros.

2015-09-15 Thread Kevin Du Huanpeng
this patch fix a tiny compile bug. 1. how to reproduce the bug. $ export ARCH=mips $ export CROSS_COMPILE=mips-linux-gnu- $ make allnoconfig - - - error msg - - - du@L64:~/source/barebox$ make CHK include/generated/version.h CHK include/generated/utsrelease.h A

most xxx_defconfig stop linking when console support set to CONSOLE_NONE

2014-10-07 Thread Kevin Du Huanpeng
Hi, I find that most xxx_defconfig stop linking when console support set to CONSOLE_NONE compile log like: http://paste.ubuntu.com/8518456/ - - - - | Symbol: CONSOLE_NONE [=y] | | Type : boolean

[no subject]

2014-10-07 Thread Kevin Du Huanpeng
Hi, I find that most xxx_defconfig stop linking when console support set to CONSOLE_NONE compile log like: http://paste.ubuntu.com/8518456/ - - - - | Symbol: CONSOLE_NONE [=y] | | Type : boolean

Re: Changing the baudrate via barebox prompt

2014-05-13 Thread Kevin Du Huanpeng
yes,try console.baundrate=9600 but you may have to check if your serial driver has support this 在 2014-5-14,上午11:34,Fabio Estevam 写道: > Hi, > > I am running barebox on a mx6qsabresd board and would like to know if > there is a way to change the serial baudrate via barebox prompt. > > Any sugge

RE: [PATCH] scripts: add arch/x86/lib/barebox.lds to gitignore

2013-12-09 Thread Kevin Du Huanpeng
I want to say "thank you" to Alex, :) I copied his commit log. … Du Huanpeng -Original Message- From: Sascha Hauer [mailto:s.ha...@pengutronix.de] Sent: Tuesday, December 10, 2013 3:41 PM To: Du Huanpeng Cc: barebox@lists.infradead.org Subject: Re: [PATCH] scripts: add arch/x86/lib/ba

RE: How much ram is needed to run barebox by default config?

2013-12-06 Thread Kevin Du Huanpeng
ITCALL-> initcall-> 0x800640d8 INITCALL-> - - - Look at the LINE 4, it's strange. … Du Huanpeng -Original Message- From: Alexander Shiyan [mailto:shc_w...@mail.ru] Sent: 2013年12月6日 23:46 To: Kevin Du Huanpeng Cc: barebox@lists.infradead.org Subject: Re: How much ram is n

How much ram is needed to run barebox by default config?

2013-12-06 Thread Kevin Du Huanpeng
Hi, barebox as a bootloader, I wanna know how much ram is needed? By default configure. Stack size, malloc area size, etc. . Du Huanpeng ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

RE: v2013.12.0

2013-12-06 Thread Kevin Du Huanpeng
arch/x86/lib/barebox.lds add this file to .gitignore - - - dev@bogon:~/barebox$ git status # On branch master # Untracked files: # (use "git add ..." to include in what will be committed) # # arch/x86/lib/barebox.lds nothing added to commit but untracked files present (use "git add" to

RE: 答复: [PATCH] MIPS: start.S: remove duplicate ADR macro definition

2013-12-05 Thread Kevin Du Huanpeng
@gmail.com] Sent: 2013年12月5日 12:35 To: Kevin Du Huanpeng Subject: Re: 答复: [PATCH] MIPS: start.S: remove duplicate ADR macro definition On Thu, 5 Dec 2013 01:25:04 +0800 "Kevin Du Huanpeng" wrote: > I am trying to port barebox on my TP-LINK WR720N router > (SoC: AR9331 24KC, DRA

RE: [.gitignore] please add generated file to .gitignore

2013-12-05 Thread Kevin Du Huanpeng
Will be fine in the future... -Original Message- From: Alexander Aring [mailto:alex.ar...@gmail.com] Sent: 2013年12月5日 13:03 To: Kevin Du Huanpeng Cc: barebox@lists.infradead.org Subject: Re: [.gitignore] please add generated file to .gitignore On Thu, Dec 05, 2013 at 11:38:46AM +0800

RE: [.gitignore] please add generated file to .gitignore

2013-12-04 Thread Kevin Du Huanpeng
-邮件原件- 发件人: Alexander Aring [mailto:alex.ar...@gmail.com] 发送时间: 2013年12月5日 11:04 收件人: Kevin Du Huanpeng 抄送: barebox@lists.infradead.org 主题: Re: [.gitignore] please add generated file to .gitignore Hi Kevin (if this is your first name, I am still unsure by chinese names), On Thu, Dec 05, 2013

[.gitignore] please add generated file to .gitignore

2013-12-04 Thread Kevin Du Huanpeng
Hi, is anyone know the these two files used for: scripts/fix_size scripts/kernel-install it seem generated and it's a binary executable file , if so please add it to .gitignore 1. git clone 2. set ARCH & CROSS_COMPILE 3. make qemu-malta_defconfig 4. make 5. git status dev@bog

Re: [Makefile bug] make barebox.s : dead loop

2013-12-04 Thread Kevin Du Huanpeng
CONFIG_X86 -barebox.S : barebox +barebox.S barebox.s: barebox ifdef CONFIG_X86_HDBOOT 9. [no error] 2013/12/3 Sascha Hauer : > Hi Kevin, > > On Mon, Dec 02, 2013 at 08:27:39PM +0800, Kevin Du Huanpeng wrote: >> >> LD arch/x86/boot/built-in.o >> GEN .v

Re: [Makefile bug] make barebox.s : dead loop

2013-12-02 Thread Kevin Du Huanpeng
or 1 dev@bogon:~/wr720n/bug.dis/x86$ 2013/12/2 Sascha Hauer : > On Mon, Dec 02, 2013 at 04:36:50PM +0800, Kevin Du Huanpeng wrote: >> I add barebox.s after the target barebox.S, >> It works. >> maybe should add the same thing with >> >> -- >> ifdef CONFIG

Re: [Makefile bug] make barebox.s : dead loop

2013-12-02 Thread Kevin Du Huanpeng
(Q)$(OBJDUMP) -j .barebox_initcalls -d barebox >> barebox.S else -barebox.S: barebox FORCE +barebox.S barebox.s: barebox FORCE $(call if_changed,disasm) endif 2013/12/2 Kevin Du Huanpeng : > How to reproduce this: > 1. edit Makefile >> 169 ARCH?= mips >> 170 CROSS_COM

[Makefile bug] make barebox.s : dead loop

2013-12-02 Thread Kevin Du Huanpeng
How to reproduce this: 1. edit Makefile > 169 ARCH?= mips > 170 CROSS_COMPILE ?= mips-linux-gnu- 2. make some defconfig > make dlink-dir-320_defconfig 3. make barebox.s >make barebox.s 4. endless make PWDHinclude/generated/passwd.h CC common/password.o LD commo

Re: [PATCH] mips start.S: using marco EXPORT(_start) result _start symbol can not be found in System.map

2013-11-25 Thread Kevin Du Huanpeng
sorry, maybe my mistake. forget about this mail. 2013/11/26 Kevin Du Huanpeng : > the _start symbol is not found in System.map if using EXPORT(_start) . > when TEXT_BASE changed, I can't see if the _start linked to the right > address in System.map. > > - - - > diff

[PATCH] mips start.S: using marco EXPORT(_start) result _start symbol can not be found in System.map

2013-11-25 Thread Kevin Du Huanpeng
the _start symbol is not found in System.map if using EXPORT(_start) . when TEXT_BASE changed, I can't see if the _start linked to the right address in System.map. - - - diff --git a/arch/mips/boot/start.S b/arch/mips/boot/start.S index 7e2ae5e..75d7ac8 100644 --- a/arch/mips/boot/start.S +++ b/ar

barebox.lds.S, why _edata not follows the end of .data section?

2013-10-14 Thread Kevin Du Huanpeng
Hi, in the linker script, > _sdata = .; >. = ALIGN(4); > .data : { *(.data*) } ? why _edata is not here? > . = .; > __barebox_cmd_start = .; > .barebox_cmd : { KEEP(*(SORT_BY_NAME(.barebox_cmd*))) } > more > __dynsym_start = .; > *(.dynsym) > __dynsym_end = .; > } > _edata = .; > . = ALIGN(4)