From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.langer at lantiq.com Date: Tue, 8 Apr 2014 16:39:36 +0000 Subject: [U-Boot] [PATCH] lib: Add CONFIG_FDT_IGNORE_FIXUP_MEMORY_NODE In-Reply-To: <20140408161749.GO23803@bill-the-cat> References: <1396846600-15386-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> <20140407065339.499CC3804B4@gemini.denx.de> <20140408130536.357133804B5@gemini.denx.de> <20140408161749.GO23803@bill-the-cat> Message-ID: <593AEF6C47F46446852B067021A273D6FB635C15@MUCSE047.lantiq.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Tom, > Note that ARM provides arch_fixup_memory_node to make sure we have all > of the bank information populated and then calls fdt_fixup_memory_banks, > while PowerPC just calls fdt_fixup_memory which calls banks with a '1' > for number of banks. MIPS (and everyone else) isn't doing anything > about this atm, but probably should. I assume the main reason this is not done for MIPS is the missing support for providing devicetrees from U-Boot. Daniel: Do you know if there is any activity to add this? Best Regards, Thomas