]> Git Repo - qemu.git/commit - hw/acpi/bios-linker-loader.c
i386: add bios linker/loader
authorMichael S. Tsirkin <[email protected]>
Wed, 24 Jul 2013 15:56:06 +0000 (18:56 +0300)
committerMichael S. Tsirkin <[email protected]>
Mon, 14 Oct 2013 14:48:52 +0000 (17:48 +0300)
commitbc70232918ad3fb45c2b5423455a5de6bc7efdef
tree40b774db175c50342bd91080e482c08174836e05
parent35c12e60c840bc4840cbbe3f6ca514a53b2e36bc
i386: add bios linker/loader

This adds a dynamic bios linker/loader.
This will be used by acpi table generation
code to:
    - load each table in the appropriate memory segment
    - link tables to each other
    - fix up checksums after said linking

Reviewed-by: Gerd Hoffmann <[email protected]>
Tested-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Igor Mammedov <[email protected]>
Tested-by: Igor Mammedov <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/Makefile.objs
hw/i386/bios-linker-loader.c [new file with mode: 0644]
hw/i386/bios-linker-loader.h [new file with mode: 0644]
This page took 0.027785 seconds and 4 git commands to generate.