summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/ast-vga-disable/ast-vga-disable-check
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-19 09:14:15 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-25 08:02:06 +0000
commitd34e2ad521dd7026cfdfa4bc946dbe77dca0089b (patch)
tree04f34b97182e71f73dcdb301c9450a394fa04eb0 /meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/ast-vga-disable/ast-vga-disable-check
parent49dfe571c691e1a6afe8957ff4bccbd7fcd20f66 (diff)
downloadtalos-openbmc-d34e2ad521dd7026cfdfa4bc946dbe77dca0089b.tar.gz
talos-openbmc-d34e2ad521dd7026cfdfa4bc946dbe77dca0089b.zip
Move RCS specific layers to correct location for latest OpenBMC
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/ast-vga-disable/ast-vga-disable-check')
-rwxr-xr-xmeta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/ast-vga-disable/ast-vga-disable-check13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/ast-vga-disable/ast-vga-disable-check b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/ast-vga-disable/ast-vga-disable-check
deleted file mode 100755
index 31ed3dff7..000000000
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/ast-vga-disable/ast-vga-disable-check
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-#
-# Copyright © 2018 Raptor Engineering, LLC
-
-FPGA_STATUS=$(i2cget -y 12 0x31 0x7)
-AST_VGA_DISABLE=$(( FPGA_STATUS & 0x40 ))
-if [[ $AST_VGA_DISABLE == 64 ]]; then
- # On-board VGA disabled
- devmem 0x1e6e207c 32 0x00008000
-else
- # On-board VGA enabled
- devmem 0x1e6e2070 32 0x00008000
-fi
OpenPOWER on IntegriCloud