diff options
| author | Dzuy Nguyen <dzuy@us.ibm.com> | 2017-11-01 08:54:12 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-12-01 15:22:31 -0500 |
| commit | c71ed1c414501ce568f914e38b2ddbbc9c258cb6 (patch) | |
| tree | cb222fe6f89fc1905454576f0a75745cdc70282b /src/usr/util/makefile | |
| parent | 6bc72e2973d1868fcccf74f696bcb9bf08a62951 (diff) | |
| download | blackbird-hostboot-c71ed1c414501ce568f914e38b2ddbbc9c258cb6.tar.gz blackbird-hostboot-c71ed1c414501ce568f914e38b2ddbbc9c258cb6.zip | |
Add support for OBUS PLL buckets
Add MRW support for ATTR_FREQ_O_MHZ attribute
Add MACRO functions for ATTR_OB[0-3]_PLL_BUCKET attribute
Change-Id: I75d02192bc09c9814fccadadb6aed69606508a58
RTC: 176188
CMVC-Prereq: 1039767
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48890
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/util/makefile')
| -rw-r--r-- | src/usr/util/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/util/makefile b/src/usr/util/makefile index 4eddf52f1..c59c9852c 100644 --- a/src/usr/util/makefile +++ b/src/usr/util/makefile @@ -41,6 +41,7 @@ OBJS += utilsemipersist.o OBJS += utilrsvdmem.o OBJS += utilxipimage.o OBJS += utilmclmgr.o +OBJS += utilcommonattr.o SUBDIRS += test.d SUBDIRS += runtime.d |

