From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: libfdt: Add functions to get/add/delete memory reservemap entries In-Reply-To: Your message of "Wed, 10 Oct 2007 17:12:12 +1000." <20071010071212.GC6135@localhost.localdomain> References: <20071010071212.GC6135@localhost.localdomain> Date: Mon, 15 Oct 2007 08:37:06 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > This patch adds functions to libfdt for accessing the memory > reservation map section of a device tree blob. fdt_num_mem_rsv() > retreives the number of reservation entries in a dtb, and > fdt_get_mem_rsv() retreives a specific reservation entry. > fdt_add_mem_rsv() adds a new entry, and fdt_del_mem_rsv() removes a > specific numbered entry. > > Testcases for these new functions are also included. > > Signed-off-by: David Gibson Applied. Thanks, jdl