diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-07-28 21:31:40 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-31 18:33:30 +0200 |
commit | fa640a2f56bf99cef6d06419e47fbf59f3cf6bd2 (patch) | |
tree | 9e12bb58781a6ac52f5ccde8883bd9772c0efcd1 /src/device/oprom/yabel | |
parent | d82be923b10ef18c64c9565e03959736589ef089 (diff) |
src/device: Capitalize CPU, RAM and ROM
Change-Id: I133531391a20261e0926524d70c0901079076af9
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/15943
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/device/oprom/yabel')
-rw-r--r-- | src/device/oprom/yabel/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/yabel/debug.h b/src/device/oprom/yabel/debug.h index 60d4c47ec3..b1a860072d 100644 --- a/src/device/oprom/yabel/debug.h +++ b/src/device/oprom/yabel/debug.h @@ -71,7 +71,7 @@ static inline void set_ci(void) {}; * ||||||||||-DEBUG_PRINT_INT10 - let INT10 (i.e. character output) calls print messages to Debug output * |||||||||||-DEBUG_INTR - Print messages related to interrupt handling * ||||||||||||-DEBUG_CHECK_VMEM_ACCESS - Print messages related to accesse to certain areas of the virtual Memory (e.g. BDA (BIOS Data Area) or Interrupt Vectors) - * |||||||||||||-DEBUG_MEM - Print memory access made by option rom (NOTE: this also includes accesses to fetch instructions) + * |||||||||||||-DEBUG_MEM - Print memory access made by option ROM (NOTE: this also includes accesses to fetch instructions) * ||||||||||||||-DEBUG_IO - Print I/O access made by option rom * 11000111111111 - Max Binary Value, Debug All (WARNING: - This could run for hours) */ |