Smartcore commit. IDE fixup for cs5530.

Enable debug prints to try to find etherboot problems Smartcore fixes.
This commit is contained in:
Ronald G. Minnich 2002-09-10 14:57:40 +00:00
commit 6fa605c210
9 changed files with 63 additions and 34 deletions

View file

@ -85,13 +85,13 @@ void jmp_to_elf_entry(void *entry, unsigned long buffer)
adjusted_boot_notes = (unsigned long)&elf_boot_notes;
adjusted_boot_notes += adjust;
printk_spew("entry = 0x%08lx\n", (unsigned long)entry);
printk_spew("lb_start = 0x%08lx\n", lb_start);
printk_spew("lb_size = 0x%08lx\n", lb_size);
printk_spew("adjust = 0x%08lx\n", adjust);
printk_spew("buffer = 0x%08lx\n", buffer);
printk_spew(" elf_boot_notes = 0x%08lx\n", (unsigned long)&elf_boot_notes);
printk_spew("adjusted_boot_notes = 0x%08lx\n", adjusted_boot_notes);
printk_info("entry = 0x%08lx\n", (unsigned long)entry);
printk_info("lb_start = 0x%08lx\n", lb_start);
printk_info("lb_size = 0x%08lx\n", lb_size);
printk_info("adjust = 0x%08lx\n", adjust);
printk_info("buffer = 0x%08lx\n", buffer);
printk_info(" elf_boot_notes = 0x%08lx\n", (unsigned long)&elf_boot_notes);
printk_info("adjusted_boot_notes = 0x%08lx\n", adjusted_boot_notes);
/* Jump to kernel */
__asm__ __volatile__(