On Fri, Jul 26, 2013 at 11:42:45AM +0200, Gerd Hoffmann wrote:
> Hi,
>
> Hacked up coreboot support to verify the interface.
>
> > +/*
> > + * COMMAND_ALLOCATE - allocate a table from @alloc_file
> > + * subject to @alloc_align alignment (must be power of 2)
> > +
Hi,
Hacked up coreboot support to verify the interface.
> +/*
> + * COMMAND_ALLOCATE - allocate a table from @alloc_file
> + * subject to @alloc_align alignment (must be power of 2)
> + * and @alloc_zone (can be HIGH or FSEG) requirements.
> + *
> +
On 07/24/13 18:01, Michael S. Tsirkin wrote:
> 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 H