Change 'ram' to 'RAM' in user-visible output. Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]> Acked-by: Uwe Hermann <[EMAIL PROTECTED]>
--- On Fri, Dec 08, 2006 at 12:04:32AM -0800, Tyler Pohl wrote: > Where is the code for serial output. For example if i wanted to change > "Jumping to LinuxBios" to Jumping around" where would i find that code? Apropos... this has been nagging me for a while now, so I'll just fix it once and for all: ram -> RAM. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Index: src/cpu/amd/car/copy_and_run.c
===================================================================
--- src/cpu/amd/car/copy_and_run.c (Revision 2520)
+++ src/cpu/amd/car/copy_and_run.c (Arbeitskopie)
@@ -23,7 +23,7 @@
uint8_t *src, *dst;
unsigned long ilen, olen;
- print_debug("Copying LinuxBIOS to ram.\r\n");
+ print_debug("Copying LinuxBIOS to RAM.\r\n");
#if !CONFIG_COMPRESS
__asm__ volatile (
Index: src/cpu/amd/car/post_cache_as_ram.c
===================================================================
--- src/cpu/amd/car/post_cache_as_ram.c (Revision 2520)
+++ src/cpu/amd/car/post_cache_as_ram.c (Arbeitskopie)
@@ -53,7 +53,7 @@
set_init_ram_access(); /* So we can access RAM from [1M, CONFIG_LB_MEM_TOPK) */
// dump_mem(DCACHE_RAM_BASE+DCACHE_RAM_SIZE-0x8000, DCACHE_RAM_BASE+DCACHE_RAM_SIZE-0x7c00);
- print_debug("Copying data from cache to ram -- switching to use ram as stack... ");
+ print_debug("Copying data from cache to RAM -- switching to use RAM as stack... ");
/* from here don't store more data in CAR */
#if 0
Index: src/cpu/x86/car/copy_and_run.c
===================================================================
--- src/cpu/x86/car/copy_and_run.c (Revision 2520)
+++ src/cpu/x86/car/copy_and_run.c (Arbeitskopie)
@@ -15,7 +15,7 @@
unsigned long dst_len;
unsigned long ilen, olen;
- print_debug("Copying LinuxBIOS to ram.\r\n");
+ print_debug("Copying LinuxBIOS to RAM.\r\n");
#if !CONFIG_COMPRESS
__asm__ volatile (
Index: src/arch/i386/init/crt0.S.lb
===================================================================
--- src/arch/i386/init/crt0.S.lb (Revision 2520)
+++ src/arch/i386/init/crt0.S.lb (Arbeitskopie)
@@ -215,7 +215,7 @@
#if defined(CONSOLE_DEBUG_TX_STRING) && (ASM_CONSOLE_LOGLEVEL > BIOS_DEBUG)
.section ".rom.data"
-str_copying_to_ram: .string "Copying LinuxBIOS to ram.\r\n"
+str_copying_to_ram: .string "Copying LinuxBIOS to RAM.\r\n"
str_pre_main: .string "Jumping to LinuxBIOS.\r\n"
.previous
signature.asc
Description: Digital signature
-- linuxbios mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
