the following patch was just integrated into master: commit ec2d914e198928f89928838476ddbd6e5ef61b98 Author: Ronald G. Minnich rminnich@google.com Date: Tue Mar 5 13:32:24 2013 -0800
link/graphics: implement a palette setting operator
Add a new operator, P, for the state machine, meaning implement a palette fill.
Implement a function (palette) that fills the palette when the P operator is hit.
This replaces 256 lines in the state machine table with 1.
Change-Id: I67d9219fe7de0ecf1fb9faf92130c00c9f5f8e88 Signed-off-by: Ronald G. Minnich rminnich@google.com Reviewed-on: http://review.coreboot.org/2835 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Wed Mar 20 02:29:40 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Wed Mar 20 05:31:04 2013, giving +2 See http://review.coreboot.org/2835 for details.
-gerrit