]> git.ozlabs.org Git - petitboot/commitdiff
discover: Use platform code to read sysinfo type and identifier
authorJeremy Kerr <jk@ozlabs.org>
Wed, 23 Jul 2014 06:03:42 +0000 (14:03 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 5 Aug 2014 02:49:31 +0000 (10:49 +0800)
This change uses the platform-specific code to read the system type and
identifier, rather than the pb-sysinfo utility. We introduce a new
callback for struct platform:

  int (*get_sysinfo)(struct platform *, struct system_info *);

- which populates struct system_info with appropriate information.

This means that the system-specific code is kept in one place; rather
than having powerpc-specific device-tree-reading code in the pb-sysinfo
shell script.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found