the following patch was just integrated into master: commit a513519df0084cb1f22339e5c156e95e435f1c0e Author: Aaron Durbin adurbin@chromium.org Date: Wed Feb 24 19:00:03 2016 -0600
soc/intel/apollolake: provide function to set up uart pads and controller
Instead of pushing the same code into each mainboard for configuring the the UART pads and initializing the host contoller provide a function to perform all the actions on behalf of the mainboard. The set of pads configured is dictated by the CONFIG_UART_FOR_CONSOLE Kconfig option.
Change-Id: I06c499c7ee056b970468e0386d4bb1bc26537247 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/13792 Tested-by: build bot (Jenkins) Reviewed-by: Andrey Petrov andrey.petrov@intel.com
See https://review.coreboot.org/13792 for details.
-gerrit