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>

index | next in thread | raw e-mail

Hi.

I have problem at u-boot arm module.

I found double size memory.

Because of u-boot parameter have ATAG_MEM and dts have memory entory.
It's doble count.

I think check FDT_DTB_STATIC at linux_parse_boot_param() is good.

#if !defined(FDT_DTB_STATIC)

                case ATAG_MEM:
                        arm_physmem_hardware_region(walker->u.tag_mem.start,
                            walker->u.tag_mem.size);
                        break;
#endif

How about this?

Regards

Hiroki Mori


help

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