Searched hist:"9 ad557be2fc45bb0207cb6cb5de5bf51c9daa689" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | command.h | 9ad557be2fc45bb0207cb6cb5de5bf51c9daa689 Wed Dec 05 14:46:42 UTC 2012 Vadim Bendebury <vbendeb@chromium.org> Add console command to access io space registers
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: 00000094 boot > iod.w 80 0080: 0094 boot > iod.b 80 0080: 94 boot > iow.b 0x80 12 boot > iod 0x80 0080: 00000012
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/common/ |
| H A D | Makefile | 9ad557be2fc45bb0207cb6cb5de5bf51c9daa689 Wed Dec 05 14:46:42 UTC 2012 Vadim Bendebury <vbendeb@chromium.org> Add console command to access io space registers
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: 00000094 boot > iod.w 80 0080: 0094 boot > iod.b 80 0080: 94 boot > iow.b 0x80 12 boot > iod 0x80 0080: 00000012
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
|