aboutsummaryrefslogtreecommitdiff
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-10-31 16:49:21 +1100
commitc7dd603a460c592b7c03913cfe48488627560d84 (patch)
treeeff3ff06ae32e6c329f05e1e2323c4b552fc902c
parent668d88c3e9b77bd0cd5aac5427a9442d138c767a (diff)
downloadskiboot-c7dd603a460c592b7c03913cfe48488627560d84.zip
skiboot-c7dd603a460c592b7c03913cfe48488627560d84.tar.gz
skiboot-c7dd603a460c592b7c03913cfe48488627560d84.tar.bz2
core/pci-quirk: Clean up commented code in quirk_astbmc_vga()
[ Upstream commit 7a5af6da49b9da76c90cc76f020175dbf6fcfe6e ] 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>
-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)} */