diff options
author | Aaron Durbin <adurbin@chromium.org> | 2014-03-11 11:48:56 -0500 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-03-18 18:59:25 +0100 |
commit | 36be8135d74964fa2eb03af44079d845c199486b (patch) | |
tree | 1b1e482a259111d321c1cf07c4e8c300342e37c4 /src/cpu/x86/32bit/entry32.inc | |
parent | 8089f1780635daae24ded0ac7fb9dc2d2f2a01bb (diff) |
cbfstool: add ELF writing support
In order to generate rmodules in the format of ELF files
there needs to be support for writing out ELF files. The
ELF writer is fairly simple. It accpets sections that can
be associated with an optional buffer (file data). For each
section flagged with SHF_ALLOC a PT_LOAD segment is generated.
There isn't smart merging of the sections into a single PT_LOAD
segment.
Change-Id: I4d1a11f2e65be2369fb3f8bff350cbb28e14c89d
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/5377
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/x86/32bit/entry32.inc')
0 files changed, 0 insertions, 0 deletions