All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] post_codes in u-boot?
@ 2016-12-09 23:50 Haleigh Novak
  2016-12-12  2:30 ` Bin Meng
  0 siblings, 1 reply; 2+ messages in thread
From: Haleigh Novak @ 2016-12-09 23:50 UTC (permalink / raw)
  To: u-boot

Hello All,


I am currently deciphering post_code ouput on a machine running Yocto with a bios of coreboot with a payload of SeaBIOS and another (i think) u-boot, in searching online for one of the post_code values I stumbled on a post (http://lists.denx.de/pipermail/u-boot/2016-January/241577.html) noting that u-boot has post codes of its own. I was wondering if there was a consolidation of most (if not all) of the post_codes used, like there sort of is in coreboot at /src/console/post_code.h; or if there is not would someone mind giving me a direction on what function(s) u-boot uses to post the u-boot post_codes; i.e. coreboot utilizes a function called post_code as well as asm code and some of the binaries have their own post codes  - is there anything like that in u-boot?


Thank you for your time.

HN

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] post_codes in u-boot?
  2016-12-09 23:50 [U-Boot] post_codes in u-boot? Haleigh Novak
@ 2016-12-12  2:30 ` Bin Meng
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Meng @ 2016-12-12  2:30 UTC (permalink / raw)
  To: u-boot

Hi,

On Sat, Dec 10, 2016 at 7:50 AM, Haleigh Novak <haleigh@edt.com> wrote:
> Hello All,
>
>
> I am currently deciphering post_code ouput on a machine running Yocto with a bios of coreboot with a payload of SeaBIOS and another (i think) u-boot, in searching online for one of the post_code values I stumbled on a post (http://lists.denx.de/pipermail/u-boot/2016-January/241577.html) noting that u-boot has post codes of its own. I was wondering if there was a consolidation of most (if not all) of the post_codes used, like there sort of is in coreboot at /src/console/post_code.h; or if there is not would someone mind giving me a direction on what function(s) u-boot uses to post the u-boot post_codes; i.e. coreboot utilizes a function called post_code as well as asm code and some of the binaries have their own post codes  - is there anything like that in u-boot?

See arch/x86/include/asm/post.h. There is a function post_code() to do
post codes.

Regards,
Bin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-12  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-09 23:50 [U-Boot] post_codes in u-boot? Haleigh Novak
2016-12-12  2:30 ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.