grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ARM kernel parameters


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: ARM kernel parameters
Date: Sun, 22 Dec 2013 00:45:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

Hello, all. I've been able to boot Linux on my raspberry pi, after
fixing several bugs in loader. But for this I had to have a line like:
linux /kernel_cutdown.img dma.dmachans=0x???? bcm2708_fb.fbwidth=656
bcm2708_fb.fbheight=416 bcm2708.boardrev=0xe bcm2708.serial=0x????????
smsc95xx.macaddr=??:??:??:??:?? dwc_otg.lpm_enable=0
console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1
root=/dev/mmcblk0p2 rootfstype=ext4 rootwait

When using standard bootloader the part
dma.dmachans=0x???? bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416
bcm2708.boardrev=0xe bcm2708.serial=0x????????
smsc95xx.macaddr=??:??:??:??:??
is added automatically. The part
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200
console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
comes from cmdline.txt.

It's not possible to tell for sure then one ends and the other starts.
Does anyone see any problem with prepending the arguments GRUB itself
received to the kernel command line on all platforms using ATAGs?

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]