Hi,
When i launch memtest all are ok (it recognize the memory area as reported into table at 0x0530). If i launch a kernel (see later) the system restart.
Any help ??
Linuxbios V2 report this memory map area
Setting fixed MTRRs(0-88) type: UC Setting fixed MTRRs(0-88) Type: WB DONE fixed MTRRs call enable_fixed_mtrr() Setting variable MTRR 0, base: 0MB, range: 128MB, type WB ADDRESS_MASK_HIGH=0xf DONE variable MTRRs Clear out the extra MTRR's call enable_var_mtrr() Leave x86_setup_var_mtrrs
Ram areas [0x0000000000000000, 0x0000000000001000) Reserved [0x0000000000001000, 0x00000000000a0000) RAM [0x00000000000a0000, 0x00000000000c0000) Reserved [0x00000000000c0000, 0x00000000000f0000) Reserved [0x00000000000f0000, 0x0000000000100000) Reserved [0x0000000000100000, 0x0000000008000000) RAM
Filo 0.5 report this
collect_linuxbios_info: Searching for LinuxBIOS tables... find_lb_table: Found candidate at: 00000530 find_lb_table: header checksum o.k. find_lb_table: table checksum o.k. find_lb_table: record count o.k. collect_linuxbios_info: Found LinuxBIOS table at: 00000530 convert_memmap: 0x00000000000000 0x00000000001000 16 convert_memmap: 0x00000000001000 0x0000000009f000 1 convert_memmap: 0x000000000a0000 0x00000000020000 2 convert_memmap: 0x000000000c0000 0x00000000030000 2 convert_memmap: 0x000000000f0000 0x00000000010000 16 convert_memmap: 0x00000000100000 0x00000007f00000 1 collect_sys_info: 0000000000001000-00000000000a0000 collect_sys_info: 0000000000100000-0000000008000000 collect_sys_info: RAM 128 MB
Filo Report This:
Booting 'hda1:/boot/vmlinuz-2.6.20 root=/dev/hda1 console=ttyS0' malloc_diag: alloc: 272 bytes (4 blocks), free: 16104 bytes (1 blocks) malloc_diag: alloc: 288 bytes (5 blocks), free: 16088 bytes (1 blocks) file_open: dev=hda1, path=/boot/vmlinuz-2.6.20 devopen: Partition 1 start 62 length 62620 Mounted ext2fs malloc_diag: alloc: 272 bytes (4 blocks), free: 16104 bytes (1 blocks) elf_load: Not a bootable ELF image malloc_diag: alloc: 288 bytes (5 blocks), free: 16088 bytes (1 blocks) file_open: dev=hda1, path=/boot/vmlinuz-2.6.20 devopen: already open malloc_diag: alloc: 272 bytes (4 blocks), free: 16104 bytes (1 blocks) Found Linux version 2.6.20 (bellard@voyager.localdomain) #2 SMP Sun Feb 11 19:54 :51 CET 2007 (protocol 0x205) (loadflags 0x1) bzImage. init_linux_params: Setting up paramters at 0x90000 set_memory_size: 0000000000001000 - 00000000000a0000 set_memory_size: 0000000000100000 - 0000000008000000 set_memory_size: ramtop=0x8000000 set_memory_size: ext_mem_k=64512, alt_mem_k=130048 parse_command_line: original command line: "root=/dev/hda1 console=ttyS0" parse_command_line: kernel command line at 0x91000 parse_command_line: kernel command line (28 bytes): "root=/dev/hda1 console=ttyS 0" load_linux_kernel: offset=0x1e00 addr=0x100000 size=0x1f038c Loading kernel... ok start_linux: eip=0x100000 Jumping to entry point... 0
add this option to the cmdline: earlyprintk=ttyS0,115200,keep
ron
hi,
with a kernel 2.6.23 the system don't restart but nothing appear on console. i have tried with your tips but nothing.
----- Original Message ----- From: "ron minnich" rminnich@gmail.com To: "Cimino Vittorio" cimino@teamufficio.it Cc: linuxbios@linuxbios.org Sent: Thursday, December 27, 2007 7:23 PM Subject: Re: [LinuxBIOS] Topsearch motherboard
add this option to the cmdline: earlyprintk=ttyS0,115200,keep
ron
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios
Cimino,
On Thursday 27 December 2007 21:08, Cimino Vittorio wrote:
with a kernel 2.6.23 the system don't restart but nothing appear on console. i have tried with your tips but nothing.
Did you compile this kernel by yourself? Did you enable serial support and serial console? Do you have a video console for this system? Does your kernel support this type of video console? Did you compile your kernel for the correct CPU? Does this kernel run on your target, when you are using the shipped BIOS?
JB
Ok
A little step, now it reboot after this
Linux version 2.6.23 (root@cos5.teamufficio.locale) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #2 SMP Thu Dec 27 21:24:28 CET 2007 BIOS-provided physical RAM map: BIOS-e820: 0000000000001000 - 00000000000a0000 (usable) BIOS-e820: 0000000000100000 - 0000000008000000 (usable) console [earlyser0] enabled 0MB HIGHMEM available. 128MB LOWMEM available. Zone PFN ranges: DMA 0 -> 4096 Normal 4096 -> 32768 HighMem 32768 -> 32768 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0 -> 32768 DMI not present or invalid. Using APIC driver default ACPI: no DMI BIOS year, acpi=force is required to enable ACPI ACPI: Disabling ACPI support Allocating PCI resources starting at 10000000 (gap: 08000000:f8000000) Built 1 zonelists in Zone order. Total pages: 32320 Kernel command line: root=/dev/hda1 console=ttyS0 earlyprintk=serial,ttyS0,11520 0,keep No local APIC present or hardware disabled Initializing CPU#0 CPU 0 irqstacks, hard=c0837000 soft=c0817000 PID hash table entries: 512 (order: 9, 2048 bytes)
entry point... entry point...
REBOOT
----- Original Message ----- From: "ron minnich" rminnich@gmail.com To: "Cimino Vittorio" cimino@teamufficio.it Cc: linuxbios@linuxbios.org Sent: Thursday, December 27, 2007 7:23 PM Subject: Re: [LinuxBIOS] Topsearch motherboard
add this option to the cmdline: earlyprintk=ttyS0,115200,keep
ron
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios