From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 10 Nov 2013 21:06:41 +0100 Subject: [U-Boot] [PATCH v3 08/18] malta: setup super I/O UARTs In-Reply-To: <1383909539-29929-9-git-send-email-paul.burton@imgtec.com> References: <1383909539-29929-1-git-send-email-paul.burton@imgtec.com> <1383909539-29929-9-git-send-email-paul.burton@imgtec.com> Message-ID: <201311102106.41736.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Paul Burton, > On a real Malta the Super I/O needs to be configured before we are able > to access the UARTs. This patch performs that configuration, setting up > the UARTs in the same way that YAMON would. [...] > --- /dev/null > +++ b/board/imgtec/malta/superio.c Do we not already have some kind of a superIO controller driver in U-Boot ? Just wondering, I seem to remember seeing a few. Is this driver re-usable by other boards too maybe? Best regards, Marek Vasut