summaryrefslogtreecommitdiffstats
path: root/openpower/overlay/sbin/signal_linux_start_complete
blob: 3d9e57dfc17c7b0221ac9a120594bf852b310d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# Copyright © 2018 Raptor Engineering, LLC
# Released under the GNU GPL v3

set +e

# Set OEM3 bit
/sbin/devmem-aspeed 0x1e789060 w $(printf '0x%X\n' "$((`/sbin/devmem-aspeed 0x1e789060` | 0x10))")

# Always return success
exit 0
OpenPOWER on IntegriCloud