aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-07-17 11:32:51 +0930
committerStewart Smith <stewart@linux.ibm.com>2018-07-17 01:13:15 -0500
commit7a5af6da49b9da76c90cc76f020175dbf6fcfe6e (patch)
tree1c3b15c3e41d5c61f1c5e3c68f90aaa02ccc5fc9 /core
parent467b00fdfd67add51bc54a62c7c70d14a9925717 (diff)
downloadskiboot-7a5af6da49b9da76c90cc76f020175dbf6fcfe6e.zip
skiboot-7a5af6da49b9da76c90cc76f020175dbf6fcfe6e.tar.gz
skiboot-7a5af6da49b9da76c90cc76f020175dbf6fcfe6e.tar.bz2
core/pci-quirk: Clean up commented code in quirk_astbmc_vga()
Also remove the comment associated with the commented code. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'core')
-rw-r--r--core/pci-quirk.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/pci-quirk.c b/core/pci-quirk.c
index 9832407..7ed6b79 100644
--- a/core/pci-quirk.c
+++ b/core/pci-quirk.c
@@ -33,19 +33,6 @@ static void quirk_astbmc_vga(struct phb *phb __unused,
dt_add_property_cells(np, "aspeed,mcr-configuration", mcr_configuration);
dt_add_property_cells(np, "aspeed,mcr-scu-mpll", mcr_scu_mpll);
dt_add_property_cells(np, "aspeed,mcr-scu-strap", mcr_scu_strap);
-
- /*
- * if
- * - the petitboot kernel supports an ast driver that uses DT
- * - every host kernel supports an ast driver that uses DT
- * - the host can't flash unsigned skiboots
- *
- * then enabling the line below will allow the host and the BMC to be
- * securely isolated from each other, without changing what's running
- * on the BMC.
- */
-
- /* ast_ahb_writel(0x79, 0x1E6E2180); */
}
/* Quirks are: {fixup function, vendor ID, (device ID or PCI_ANY_ID)} */