the following patch was just integrated into master: commit 9427ca151e44644238b1b52138894195a9f5175f Author: Ronald G. Minnich rminnich@gmail.com Date: Mon Mar 18 09:49:54 2013 -0700
samsung/exynos5: add resource functions for the display port
This does NOT turn on the graphics.
The device tree has been changed enough so that, at the very least, the correct functions are called at the correct time, with the correct paramaters. We decided to yank the I2C entries as they did not obvious function and might not even have been correct.
Not working, seemingly, but we need to add a 4M resource for memory, and it seems it needs to be fixed at the address shown. This address was chosen from current hardware.
We realized that the display code should be part of the cpu -- that's how the hardware works!
Change-Id: Ied65a554f833566be817540702f79a02e7b6cb6e Signed-off-by: Ronald G. Minnich rminnich@gmail.com Reviewed-on: http://review.coreboot.org/2615 Reviewed-by: David Hendricks dhendrix@chromium.org Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Tested-by: build bot (Jenkins)
Build-Tested: build bot (Jenkins) at Tue Mar 26 01:42:07 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Tue Mar 26 00:42:23 2013, giving +2 Reviewed-By: David Hendricks dhendrix@chromium.org at Tue Mar 26 00:20:52 2013, giving +2 See http://review.coreboot.org/2615 for details.
-gerrit