diff options
| author | Martin Peschke <mpeschke@de.ibm.com> | 2016-03-24 12:10:06 +0100 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:00:28 -0500 |
| commit | 496efe7ea768197e2bd2c5eb3f206b40b16e175f (patch) | |
| tree | 6ecc4a5ba4c0951855bc1ba848d5e05216189847 /import/tools/imageProcs/cme_image.cmd | |
| parent | bfdeb06f99dd96f7e0bac0b6a56b4e5b3e218a8b (diff) | |
| download | talos-hcode-496efe7ea768197e2bd2c5eb3f206b40b16e175f.tar.gz talos-hcode-496efe7ea768197e2bd2c5eb3f206b40b16e175f.zip | |
HW Image Build Flow: Cleanups
Various changes that should be pushed to respective commits:
- no attributes => no .fixed section for CME image
- no attributes => no .fixed section for HW image
- no bootloaders and kernel for HW image => no TOC entries
- no bootloaders for CME image => no TOC entries
- no bootloaders for Restore image => no TOC entries
- moved ADD_IMAGE_INCDIR call from build flows to BUILD_IMAGE
- removed some extra white space
Change-Id: I7260df35beb084e1279a55c3d43f42e9c1f749cf
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22430
Tested-by: Jenkins Server
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Diffstat (limited to 'import/tools/imageProcs/cme_image.cmd')
| -rw-r--r-- | import/tools/imageProcs/cme_image.cmd | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/import/tools/imageProcs/cme_image.cmd b/import/tools/imageProcs/cme_image.cmd index 2ff05150..9df31c09 100644 --- a/import/tools/imageProcs/cme_image.cmd +++ b/import/tools/imageProcs/cme_image.cmd @@ -42,24 +42,6 @@ SECTIONS _header_size = . - _header_origin; //////////////////////////////// - // FIXED - //////////////////////////////// - . = ALIGN(512); - _fixed_origin = .; - _fixed_offset = . - _cme_image_origin; - .fixed . : { *(.fixed) } - _fixed_size = . - _fixed_origin; - - //////////////////////////////// - // FIXED_TOC - //////////////////////////////// - . = ALIGN(8); - _fixed_toc_origin = .; - _fixed_toc_offset = . - _cme_image_origin; - .fixed_toc . : { *(.fixed_toc) } - _fixed_toc_size = . - _fixed_toc_origin; - - //////////////////////////////// // TOC //////////////////////////////// . = ALIGN(4); |

