From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Thu, 1 Sep 2011 18:12:19 -0400 Subject: [U-Boot] [PATCH v2 2/8] POST: add post_log_res field for post results in global data In-Reply-To: <1314891567-6476-3-git-send-email-valentin.longchamp@keymile.com> References: <1314891567-6476-1-git-send-email-valentin.longchamp@keymile.com> <1314891567-6476-3-git-send-email-valentin.longchamp@keymile.com> Message-ID: <201109011812.20538.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, September 01, 2011 11:39:21 Valentin Longchamp wrote: > The current post_log_word in global data is currently split into 2x > 16 bits: half for the test start, half for the test success. > Since we alredy have more than 16 POST tests defined and more could > be defined, this may result in an overflow and the post_output_backlog > would not work for the tests defined further of these 16 positions. > > An additional field is added to global data so that we can now support up > to 32 (depending of architecture) tests. The post_log_word is only used > to record the start of the test and the new field post_log_res for the > test success (or failure). The post_output_backlog is for this change > also adapted. Acked-by: Mike Frysinger -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20110901/5ee9cd1b/attachment.pgp