Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 23:33:56 +0900 (JST)
From:      Mori Hiroki <yamori813@yahoo.co.jp>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   FDT_DTB_STATIC and LINUX_BOOT_ABI
Message-ID:  <105386.51359.qm@web101710.mail.ssk.yahoo.co.jp>

next in thread | raw e-mail | index | archive | help
Hi.=0A=0AI have problem at u-boot arm module.=0A=0AI found double size memo=
ry.=0A=0ABecause of u-boot parameter have=A0ATAG_MEM and dts have memory en=
tory.=0AIt's doble count.=0A=0AI think check=A0FDT_DTB_STATIC at=A0linux_pa=
rse_boot_param()=A0is good.=0A=0A#if !defined(FDT_DTB_STATIC)=0A=0A=A0 =A0 =
=A0 =A0 =A0 =A0 =A0 =A0=A0case ATAG_MEM:=0A=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0 arm_physmem_hardware_region(walker->u.tag_mem.start,=0A=A0 =
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 walker->u.tag_mem.size)=
;=0A=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 break;=0A#endif=0A=0AHo=
w about this?=0A=0ARegards=0A=0AHiroki Mori



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?105386.51359.qm>