Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 10:52:37 +0900 (JST)
From:      Mori Hiroki <yamori813@yahoo.co.jp>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>,  "freebsd-mips@freebsd.org" <freebsd-mips@freebsd.org>
Subject:   geom_flashmap linux compatibility
Message-ID:  <2112006177.257933.1566611557240.JavaMail.yahoo@jws703107.mail.ssk.yahoo.co.jp>
References:  <2112006177.257933.1566611557240.JavaMail.yahoo.ref@jws703107.mail.ssk.yahoo.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help

Hi

I want get linux dts compatibility geom_flashmap.

Current FreeBSD dts need set offset and size directory.

for example.

                partition@20000 {
                        label = "kernel";
                        reg = <0x20000 0x100000>;
                };

                partition@110000 {
                        label = "rootfs";
                        reg = <0x120000 0x6e0000>;
                };

But Linux dts is this.

                partition@50000 {
                        label = "firmware";
                        reg = <0x50000 0x7b0000>;
                };

Linux have find rootfs point by u-boot header.

I make prototype this. But abandon.

https://reviews.freebsd.org/D13648


Some body work this ?

Thanks

Hiroki Mori




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