From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Fri, 01 May 2009 14:29:11 +0900 Subject: [U-Boot] [PATCH] include/ns16550.h: Unify structure declaration for registers In-Reply-To: <49FA48A8.8030208@pobox.com> References: <1238769946-30370-1-git-send-email-dzu@denx.de> <49F2657D.5080706@ruby.dti.ne.jp> <49F5C0AA.2000401@ruby.dti.ne.jp> <49F8A196.60202@pobox.com> <49F8A692.3070203@pobox.com> <49FA48A8.8030208@pobox.com> Message-ID: <49FA88A7.3060907@pobox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Shinya Kuribayashi wrote: > As for my hardware, however, this still doesn't work. My processor > (MIPS 4KEc) of couse supports byte read/write, on the other hand, > the address decoder at UART module can not handle byte addresses > properly; all byte read/write accesses with +1/+2/+3 offset, will > be round-down to +0. Therefore, I can take 'offset +0x3' option. Oops, s/can take/can not take/. > This is the reasony I said 'my hardware requires 32-bit word access > to NS16550 registers'. Shinya