coreboot/src
Ronald G. Minnich 5a5ead34fb Pit: graphics
This includes the new dp code, which is better, and the fimd code,
which is changed and improved. We took the chance to remove un-needed
files, and also to remove some foolish u-boot habits, but not all of
them. That will take time.

With these changes we get graphics.

Since the only mainboards we have with 16 bit graphics are 5:6:5,
adjust edid.c to just use that format. If at some future time we need
4:4:4, which seems unlikely, we'll need to add a function to adjust
the lb_framebuffer. Note that you can't just divine this from the EDID,
as the graphics pipe format need not match the actual final format used.

The EDID reading works. We've been requested to support hard-coded
EDIDs and that will come in the next revision. Currently the hard-coded
EDID is ignored for testing.

BUG=None
TEST=Build, boot, graphics!
BRANCH=None

Change-Id: Ib4d06dc3388ab90c834f94808a51133e5b515a4d
Signed-off-by: Ronald G. Minnich <rminnich@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/64240
Reviewed-by: Stefan Reinauer <reinauer@google.com>
Tested-by: Ronald G. Minnich <rminnich@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
2013-08-05 20:53:23 -07:00
..
arch Timestamp implementation for ARMv7 2013-08-02 12:16:42 -07:00
console Don't try to use CBMEM console in bootblock 2013-06-20 15:51:33 -07:00
cpu Pit: graphics 2013-08-05 20:53:23 -07:00
device Log device path during resource allocation 2013-07-09 13:27:45 -07:00
drivers Patch to refactor code containing aux calls 2013-08-02 17:32:37 -07:00
ec chromeec: Add event methods for EC requested throttle 2013-08-01 00:30:25 -07:00
include Timestamp implementation for ARMv7 2013-08-02 12:16:42 -07:00
lib Pit: graphics 2013-08-05 20:53:23 -07:00
mainboard Pit: graphics 2013-08-05 20:53:23 -07:00
northbridge haswell: Add pei_data field for USB routing 2013-07-31 13:15:53 -07:00
southbridge lynxpoint: XHCI: Advertise D3 as lowest wake state 2013-07-31 13:15:56 -07:00
superio Drop prototype guarding for romcc 2013-05-10 11:55:20 -07:00
vendorcode Rename cpu/x86/car.h to arch/early_variables.h 2013-07-30 13:40:23 -07:00
Kconfig Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove. 2013-07-08 11:30:26 -07:00