From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 19 Oct 2010 22:29:10 +0200 Subject: [U-Boot] [Patch v3 1/7] Expand POST memory test to support arch-depended implementation. In-Reply-To: <1285712437-6719-1-git-send-email-yorksun@freescale.com> References: <1285712437-6719-1-git-send-email-yorksun@freescale.com> Message-ID: <20101019202910.3810E136320@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear York Sun, In message <1285712437-6719-1-git-send-email-yorksun@freescale.com> you wrote: > Add weak functions to enable architecture depended preparation, address > advancing, cleaning up and error handling. > > These weak functions provides the framwork to implemente arch/platform > dependent code for initializing/maintenance/restore the start address, size, > physical address as well as memory mapping before/between/after memory test. > arch_memory_failure_handle can also be implemented in case more care is needed > for arch/platform. > > Signed-off-by: York Sun > --- > post/drivers/memory.c | 68 +++++++++++++++++++++++++++++++++++++----------- > 1 files changed, 52 insertions(+), 16 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Let's say the docs present a simplified view of reality... :-) - Larry Wall in <6940@jpl-devvax.JPL.NASA.GOV>