Am 09.02.2010 20:35, schrieb repository service:
Author: oxygene Date: Tue Feb 9 20:35:16 2010 New Revision: 5102 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5102
Log: Add image updating support. When selecting it, it expects a coreboot.rom to be available, and adds the files to it.
It has no idea how to replace files, it merely adds them. It only works with Tinybootblock and the bootblock is immutable.
The "clean" rules allow "make clean-for-update", which removes everything but coreboot.rom
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de Acked-by: Peter Stuge peter@stuge.se
Wrong commit message. I fixed it on the server:
Allow building images with different prefixes (ie. normal/romstage, helloWorld/romstage, ...). It defaults to fallback/, so there's no user visible change now.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de Acked-by: Peter Stuge peter@stuge.se
Patrick