op-build update 12-10-2019

Changes Included for package sbe, branch master-p10:
76ce806 - Anusha Reddy Rangareddygari - 2019-12-09 - Enable power gating in cplt_ctrl5
31534e3 - Anusha Reddy Rangareddygari - 2019-12-09 - LFIR mask settings
cc903e6 - Anusha Reddy Rangareddygari - 2019-12-09 - IPL HWP updates
cc9543e - Yue Du - 2019-12-09 - QME: Stop11 Entry

Changes Included for package hcode, branch master-p10:
59fb6ab - hostboot - 2019-12-10 - Release tag & head commit information updated for hw120819a.opmst10
6771925 - Sumit Kumar - 2019-12-10 - Fix to pick-up latest change-Id of commit
8c55efc - Rahul Batra - 2019-12-09 - PGPE: Read IDDQ Activity Cnts from OCC Shr Sram
8ff05c3 - Rahul Batra - 2019-12-09 - PGPE: Fixes
cb57b71 - Rahul Batra - 2019-12-09 - PGPE: Fix pack
f8b8785 - Rahul Batra - 2019-12-09 - PGPE: WOF Fixes
e9a5463 - Rahul Batra - 2019-12-09 - PGPE: PMCR Fwd Fixes
ff5b396 - Rahul Batra - 2019-12-09 - PGPE: Add Multicasting Enable/Disable Build Flag
7fb6ad3 - Rahul Batra - 2019-12-09 - PGPE: WOF
1227fe0 - Rahul Batra - 2019-12-09 - PGPE: Resonant Clock
4bb46d2 - Rahul Batra - 2019-12-09 - PGPE: Use common register addresses
e6dad82 - Rahul Batra - 2019-12-09 - PGPE: DDS Calculation
7746f60 - Rahul Batra - 2019-12-09 - PGPE: Use Vratio for scaling
c622129 - Rahul Batra - 2019-12-09 - PGPE: Clip Updt IPC/PMSR Updt Fix
d0b5a25 - Rahul Batra - 2019-12-09 - PGPE: PMSR/PMCR Fixes
49efeea - Rahul Batra - 2019-12-09 - PGPE10: Basic Pstates Set 2
13d66e8 - Rahul Batra - 2019-12-09 - PGPE: Basic Pstates for P10
e4fe650 - Rahul Batra - 2019-12-09 - PGPE: New P10 Infrastructure
9eb24cd - Sumit Kumar - 2019-12-09 - Fix auto-mirror
22b6d03 - Rahul Batra - 2019-12-09 - PGPE: Read IDDQ Activity Cnts from OCC Shr Sram
a76f207 - Rahul Batra - 2019-12-09 - XGPE: Produce IDDQ for OCC
520d567 - Prasad Bg Ranganath - 2019-12-09 - XGPE:Unmask OIMR interrupts which had missed in the code
fea0879 - Rahul Batra - 2019-12-09 - PGPE: Fix pack
5330fad - Rahul Batra - 2019-12-09 - PGPE: WOF Fixes
9e5129f - Rahul Batra - 2019-12-09 - PM: Attributes/GPPB/PGPE Header updates
6ee659b - Rahul Batra - 2019-12-09 - PGPE: PMCR Fwd Fixes
3ba8cb9 - Rahul Batra - 2019-12-09 - PGPE: Throttle Control
bfaa823 - Rahul Batra - 2019-12-09 - PGPE: Unit Test Bug Fixes
0edf94b - Rahul Batra - 2019-12-09 - PGPE: Correctly Unmask interrupts
1d2a5d7 - Prasad Bg Ranganath - 2019-12-09 - XGPE Hcode: suspend_powman function & block entry/exit support
d3996c0 - Rahul Batra - 2019-12-09 - PGPE: WOF
ab79923 - Rahul Batra - 2019-12-09 - PGPE: Use DPLL Common Addresses
123914d - Rahul Batra - 2019-12-09 - PGPE: Resonant Clock
f4677ac - Rahul Batra - 2019-12-09 - PGPE: Use common register addresses
7b81c2c - Prasad Bg Ranganath - 2019-12-09 - XGPE Hcode: suspend_powman function - immediate response
d97e53b - Rahul Batra - 2019-12-09 - PGPE: Use Vratio for scaling
b0ae4db - Rahul Batra - 2019-12-09 - PGPE: Clip Updt IPC/PMSR Updt Fix
630828a - Prasad Bg Ranganath - 2019-12-09 - XGPE HCODE initial update
bcf1d6e - Rahul Batra - 2019-12-09 - PGPE: PMSR/PMCR Fixes
839079d - Yue Du - 2019-12-09 - PPE: Update Generic qme/gpe scom macros
8834184 - Rahul Batra - 2019-12-09 - PGPE10: Basic Pstates Set 2
364d315 - Rahul Batra - 2019-12-09 - PGPE: Basic Pstates for P10
26b99e6 - Rahul Batra - 2019-12-09 - PGPE: New P10 Infrastructure
5fcbaaf - Yue Du - 2019-12-09 - P10 Powman: initial common file port and qme image structures
5a31d3e - Sumit Kumar - 2019-12-09 - Fix auto-mirror

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode-p10/Config.in b/openpower/package/hcode-p10/Config.in
index 6245944..bc2a2e5 100644
--- a/openpower/package/hcode-p10/Config.in
+++ b/openpower/package/hcode-p10/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_P10_VERSION
 	string
-	default "hw120319a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw120819a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
 	default BR2_HCODE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HCODE_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index c2bc2aa..67dd613 100644
--- a/openpower/package/sbe-p10/Config.in
+++ b/openpower/package/sbe-p10/Config.in
@@ -26,7 +26,7 @@
 
 config BR2_SBE_P10_VERSION
 	string
-	default "1550faeebfb335234e56c5429dead9726e0fdc28" if BR2_SBE_P10_LATEST_VERSION
+	default "76ce806c162d0a3284da4d1a118b82d6120b944d" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION