Skip to content

Commit

Permalink
Add BPM utility scripts to support additional firmware update require…
Browse files Browse the repository at this point in the history
…ments

Due to the additional requirements with BPM firmware update 1.05, SMART
provided several utility scripts to meet these new requirements. Two of
those are of use to hostboot. insertBpmFwCrc.py and imageCrc.c, which
will be used to calculate and add a CRC to the flash image prior to
pre-processing the flash image into a binary.

Change-Id: I9cd751f286b039b67e29ea8f5c7b69b1afa85cb9
RTC:212446
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80197
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
MRaybuck authored and dcrowell77 committed Jul 18, 2019
1 parent 73acf95 commit 44fe892
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/build/buildpnor/bpm-utils/LICENSE_PROLOG
@@ -0,0 +1,24 @@
This is an automatically generated prolog.

$SOURCE_BEGIN_TAG $filename $SOURCE_END_TAG

OpenPOWER $projectName Project

$copyrightStr $copyrightYear
$copyright_Contributors

Copyright (c) 2019 SMART Modular Technologies, Inc.
All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0 comments on commit 44fe892

Please sign in to comment.