the following patch was just integrated into master: commit b52a318592af96e41b1c2d40e8755e6274e41cb9 Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Wed Aug 22 19:12:49 2012 -0500
ioapic driver: typedef the ioapic_config struct (TRIVIAL)
I use the ioapic_config in my VX900 branch. Typing: struct drivers_generic_ioapic_config *config = (struct drivers_generic_ioapic_config *)dev->chip_info;
is clumsy at best, so just create a typedef to mahe this more elegant: ioapic_config_t config = (ioapic_config_t*)ioapic->chip_info;
Change-Id: I407899845cfbd847ba6309dd0cf9ef836a607c8e Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com
Build-Tested: build bot (Jenkins) at Sat Aug 25 01:47:45 2012, giving +1 Reviewed-By: Anton Kochkov anton.kochkov@gmail.com at Tue Aug 28 12:00:45 2012, giving +2 Reviewed-By: Alexandru Gagniuc mr.nuke.me@gmail.com at Sat Aug 25 05:18:55 2012, giving +1 See http://review.coreboot.org/1481 for details.
-gerrit