aboutsummaryrefslogtreecommitdiff
path: root/include/phb4.h
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2016-11-16 16:49:25 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-11-24 16:34:15 +1100
commitfc930a3c7bf3237efcfc8a4e04ffc4047a60302c (patch)
tree7bfc50e0a96b7e721f9d4588956d8bd91bd8de97 /include/phb4.h
parent2d4f3cf4bcfa7cfd6e4dddb0ca5a4cbaedc27a15 (diff)
downloadskiboot-fc930a3c7bf3237efcfc8a4e04ffc4047a60302c.zip
skiboot-fc930a3c7bf3237efcfc8a4e04ffc4047a60302c.tar.gz
skiboot-fc930a3c7bf3237efcfc8a4e04ffc4047a60302c.tar.bz2
phb4: Change debug prints
Currently we print "PHB4" and mean either "PHB version 4" or "PHB number 4" which can be quite confusing. This makes it clearer when it's one or the other. Also fixes some cut and paste errors in comments from PHB3. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/phb4.h')
-rw-r--r--include/phb4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/phb4.h b/include/phb4.h
index 523f871..bed6eef 100644
--- a/include/phb4.h
+++ b/include/phb4.h
@@ -224,9 +224,9 @@ struct phb4_err {
#define PHB4_CAPP_RECOVERY 0x00000008
struct phb4 {
- unsigned int index; /* 0..2 index inside P8 */
+ unsigned int index; /* 0..5 index inside p9 */
unsigned int flags;
- unsigned int chip_id; /* Chip ID (== GCID on P8) */
+ unsigned int chip_id; /* Chip ID (== GCID on p9) */
enum phb4_state state;
unsigned int rev; /* 00MMmmmm */
#define PHB4_REV_NIMBUS_DD10 0xa40001