summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Release tag information updated for hw052518a.920hostboot2018-05-251-1/+1
| | | | Change-Id: Ib97c6b715b847f28261a8f6d6724f45dea5d21b0
* Release tag information updated for hw052418a.920hostboot2018-05-241-1/+1
| | | | Change-Id: I24e192a4fdfb3a9c977f8dbabd616ce562556604
* Release tag information updated for hw052318a.920hostboot2018-05-231-1/+1
| | | | Change-Id: I04a1700b3e7b6dc81576c89d1bf0fe50592edf02
* Update Makefile to fix concurrancy issues with libppetracepp.aRichard J. Knight2018-05-221-2/+1
| | | | | | | | | | | | | | -There is a race condition when building and linking ppetracepp.exe it is a dependancy for multiple items being build. This change makes ppetrace.exe a pre-req for the 'all' target which will force that executable and libppetraceppe.a to be build before any others. -Remove the code in cc.rules.mk which was removing the .a file before recreating it. Fixes open-power/hcode#2 Change-Id: Ic991f757eba4958abcb0e34f1cf02e0202b9dc62
* Release tag information updated for hw051818a.920hostboot2018-05-181-1/+1
| | | | Change-Id: I215638b08f0aac61308598af7846e5df7303e6c6
* Release tag information updated for hw051718a.920hostboot2018-05-171-1/+1
| | | | Change-Id: I031f95571da6bb17f0e5bd9f3c15e4937e8086a7
* Release tag information updated for hw051618a.920hostboot2018-05-161-1/+1
| | | | Change-Id: I20f51719931494672d5ae8e8c4b36585fd50132f
* Release tag information updated for hw051518a.920hostboot2018-05-151-1/+1
| | | | Change-Id: I4542ec37eb0b0de5a755291e1f8f3c697371d4e1
* Release tag information updated for hw051118a.920hostboot2018-05-111-1/+1
| | | | Change-Id: I7c0c36e576d3c680ec2c9dcf0e80521f8bd0ac5d
* Release tag information updated for hw051018a.920hostboot2018-05-101-1/+1
| | | | Change-Id: I49ee9842f494a215157297da3c795be15f4f3068
* Release tag information updated for hw050918a.920hostboot2018-05-091-1/+1
| | | | Change-Id: I0f2f96961699956e8557a5e3eb4ec22e935f327e
* Release tag information updated for hw050818a.920hostboot2018-05-081-1/+1
| | | | Change-Id: I18254c81609f43b60dd9570717f50677585733ed
* Release tag information updated for hw050518a.920hostboot2018-05-051-1/+1
| | | | Change-Id: I860f9c3278ef7af0556dcbdc64cfcb337778b44f
* Release tag information updated for hw050418a.920hostboot2018-05-041-1/+1
| | | | Change-Id: Ifb51a0e9ae646af1ef11826d01993cf1f6840902
* Release tag information updated for hw050318a.920hostboot2018-05-031-1/+1
| | | | Change-Id: Ie43b26a010d051a5b878365d28499f637ff91c1e
* Release tag information updated for hw050118a.920hostboot2018-05-011-1/+1
| | | | Change-Id: Ic1214928fc200352233864afbc695e81f35ae999
* Release tag information updated for hw043018a.920hostboot2018-04-301-1/+1
| | | | Change-Id: I857bf0a9b3604016aa1c52a2f296fd5be9785f7f
* Release tag information updated for hw042818a.920hostboot2018-04-281-1/+1
| | | | Change-Id: I09a4508bcada802199e2c8de0b2611bd3a3691c5
* Release tag information updated for hw042718a.920hostboot2018-04-271-1/+1
| | | | Change-Id: Ic2d143a9e2297c80e3861b95ee71c46593474d28
* Release tag information updated for hw042618a.920hostboot2018-04-261-1/+1
| | | | Change-Id: Id890e5d6704c6212c9ec1a7d31a63ab170bde965
* Release tag information updated for hw042018a.920hostboot2018-04-201-1/+1
| | | | Change-Id: I69cef1f31cf6bfc66c1d1f4b2d05fe407369ae5b
* Release tag information updated for hw041318a.920hostboot2018-04-131-1/+1
| | | | Change-Id: I113a0ef93f49db6396d48fa8d7f8b3664652d0f1
* Release tag information updated for hw040618a.920hostboot2018-04-061-1/+1
| | | | Change-Id: Iaa8925e35cbeb0811a3d1dbd6b3ff3eaea74bb6c
* Update compile flags for tool executablesRichard J. Knight2018-04-051-8/+14
| | | | | | | | -Temporarily remove -Werror and add -Wformat=0 until we can clean up the code for the new compiler Change-Id: I80e4f40e6991c519fcaf6ab3fcf4f8c20a7109ce
* Use ring files from op-build/hostboot-binariesRichard J. Knight2018-03-281-4/+5
| | | | | | | | | | | -The ring data files have been moved from the hcode repo into the hostboot-binaries repo with the other binary data files. This commit removes the data files from the hcode repo and updates the hw image makefile to pick up the data from the location pointed to by the variable $(RINGFILEPATH) Change-Id: Id48026fecbfd26de97b20e9777e963bcca714356
* Release information updated for hw032218a.920hostboot2018-03-223-5/+5
| | | | Change-Id: I99274017af59a34ff720e08d2bae5fb135255341
* Add multiple updates to ready for op releaseJoshua Hunsberger2017-12-013-3/+11
| | | | | | | | | | Update include file headers for utilities to not use automatic directory generation update dirs.env.mk to point to imageProcs dirs add release notes and update the release tag Change-Id: Ideccea1f570ef0abbbd5ccdc8ad8ecd541e99b47
* Merge branch 'master' of ssh://ralgit01.raleigh.ibm.com:29418/hw/op-hcodeJoshua Hunsberger2017-11-172-14/+10
|\
| * Build tag not displayed in generated hw_image report fileRichard J. Knight2017-10-262-14/+10
| | | | | | | | | | | | | | -Udpate hw_image.mk to apply build tag before report is generated Change-Id: Idcc72eb03602d4fd28138cdb7c294d579a7d867b
* | updated rings files and tag to hw111717a.910Joshua Hunsberger2017-11-171-1/+1
|/ | | | Change-Id: I94a50de871de57078301587d5ce1c68fc36f8a48
* adding binary files for initial release and updating release tagJoshua Hunsberger2017-10-241-1/+1
| | | | Change-Id: I78eebec933e2a63295e36b8ae257a9e7496d5c88
* Updates to account for moving ring files out of import directoryJoshua Hunsberger2017-10-232-3/+1
| | | | Change-Id: I6064d1b95b413d5b5e4b6c21efb77bdf369fb77d
* Initial hcode commitRichard J. Knight2017-10-1748-0/+4998
Change-Id: I2c6c9b05c6afbd7732f472ea9cf049d00c5cad45
OpenPOWER on IntegriCloud