From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Mon, 25 Oct 2004 16:27:51 +0200 Subject: [U-Boot-Users] PATCH: Introducing CONFIG_BOARD_PRE_RESET Message-ID: <417D0D67.2000000@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi there, as mentioned on list before some boards/cpus might need some extra code to be executed _before_ rebooting. E.g. the i.MX hangs when doing "reset" while the LCD controller is still enabled. That is why I'd like to introduce CONFIG_BOARD_PRE_RESET and board_pre_reset(). The attached does exactly that. But only for cpu/arm920t. If wished I'll add the appropriate code to all cpu/$(CPU)/cpu.c files. * Patch by Steven Scholz, 25 Oct 2004: - Introducing CONFIG_BOARD_PRE_RESET and board_pre_reset() to allow code to be executed before actually rebooting -- Steven Scholz -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: board_pre_reset.patch Url: http://lists.denx.de/pipermail/u-boot/attachments/20041025/a2a33314/attachment.txt