From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 4 Jan 2016 14:25:15 +0100 Subject: [U-Boot] [PATCH v6 06/10] ns16550: add support for mips In-Reply-To: <568A6FA8.4040004@wytron.com.tw> References: <1451906101-9801-2-git-send-email-wills.wang@live.com> <568A6FA8.4040004@wytron.com.tw> Message-ID: <201601041425.15273.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 On Monday, January 04, 2016 at 02:12:08 PM, Thomas Chou wrote: > Hi Wills, > > On 2016?01?04? 19:14, Wills Wang wrote: > > MIPS archtecture have no "in_le32/in_be32/out_le32/out_be32" macro, > > but usually define CONFIG_SYS_BIG_ENDIAN, this patch use readl/writel > > for register operation in mips when define CONFIG_SYS_NS16550_MEM32. > > > > Signed-off-by: Wills Wang > > --- > > As Marek might have suggested, you should consider add these macro first. I think Marek's suggestions are being ignored :-) Best regards, Marek Vasut