Re: [U-Boot] [PATCH 15/17] Add console command to access io space registers

2012-11-15 Thread Vadim Bendebury
On Sat, Nov 3, 2012 at 8:26 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1351902453-27956-16-git-send-email-...@chromium.org you wrote: From: Vadim Bendebury vben...@chromium.org Provide u-boot console functions to access IO space registers. A no thrills

Re: [U-Boot] [PATCH 15/17] Add console command to access io space registers

2012-11-03 Thread Wolfgang Denk
Dear Simon Glass, In message 1351902453-27956-16-git-send-email-...@chromium.org you wrote: From: Vadim Bendebury vben...@chromium.org Provide u-boot console functions to access IO space registers. A no thrills implementation, accessing one register at a time. For example: boot iod

[U-Boot] [PATCH 15/17] Add console command to access io space registers

2012-11-02 Thread Simon Glass
From: Vadim Bendebury vben...@chromium.org Provide u-boot console functions to access IO space registers. A no thrills implementation, accessing one register at a time. For example: boot iod 80 0080: 0094 boot iod.w 80 0080: 0094 boot iod.b 80 0080: 94 boot