Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1508 - kernel x86 generic/geode/legacy missing via_ata #7429

Closed
openwrt-bot opened this issue Apr 20, 2018 · 2 comments
Closed

FS#1508 - kernel x86 generic/geode/legacy missing via_ata #7429

openwrt-bot opened this issue Apr 20, 2018 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

dercol:

In Openwrt/LEDE 17.01.x fo x86 architecture

I have a industrial box with a VIA c3 processor and via chipset runnning at 400Mhz

The kernel provided doesn't support VIA PATA chipset:

[ 1.591773] sched_clock: Marking stable (1591687906, 0)->(2395073718, -803385812)
[ 1.617278] rtc_cmos rtc_cmos: setting system clock to 2003-01-01 00:01:07 UTC (1041379267)
[ 1.671629] Waiting for root device PARTUUID=076b2e55-02...
[ 1.882538] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x5c76999487, max_idle_ns: 440795213641 ns
[ 1.912531] clocksource: Switched to clocksource tsc

[ 131.182653] random: crng init done

the boot is stuck waiting for root mountpoint

@openwrt-bot
Copy link
Author

dercol:

[ 0.350043] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.360032] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.370029] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.390725] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.400000] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.400000] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.400000] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.400000] pci 0000:00:07.4: quirk: [io 0x6000-0x607f] claimed by vt82c686 HW-mon
[ 0.400000] pci 0000:00:07.4: quirk: [io 0x5000-0x500f] claimed by vt82c686 SMB
[ 0.400000] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.400000] pci 0000:00:07.0: VIA IRQ router [1106:0686]
[ 0.400000] amd_nb: Cannot enumerate AMD northbridges
[ 0.400000] clocksource: Switched to clocksource pit
[ 0.400000] pnp: PnP ACPI: disabled
[ 0.400000] pci 0000:00:01.0: BAR 9: assigned [mem 0x10000000-0x100fffff pref]
[ 0.400000] pci 0000:01:00.0: BAR 6: assigned [mem 0x10000000-0x1000ffff pref]
[ 0.400000] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.400000] pci 0000:00:01.0: bridge window [mem 0xec000000-0xed7fffff]
[ 0.400000] pci 0000:00:01.0: bridge window [mem 0x10000000-0x100fffff pref]

@openwrt-bot
Copy link
Author

dercol:

Hello. Now It work, after recompiling the VIA PATA support and recompiling all the openwrt/lede from github
./script/feeds update -a
make V=s menuconfig <- selecting geode and ATA support
make V=s defconfig
make V=s kernel_menuconfig <- selecting via c3 and via_pata

I add the openwrt .config file and the kernel .config file and the console dump for reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant