Magellan Linux

Annotation of /tags/grubby-8_37/uboot

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2976 - (hide annotations) (download)
Thu Jun 30 10:23:26 2016 UTC (7 years, 10 months ago) by niro
File size: 1509 byte(s)
tagged 'grubby-8_37'
1 niro 1691 # Settings for uBoot setup in /sbin/new-kernel-pkg
2     #
3     # Default values are provided below (as comments)
4     #
5     # WARNING: These values affect where grubby installs and removes
6     # uBoot kernel images. Changing these _after_ kernels have
7     # been installed may cause removing a kernel image to fail.
8    
9     # directory where uBoot images and scripts are found
10 niro 1847 #UBOOT_DIR=/boot
11 niro 1691
12 niro 1843 # Override the load address when running mkimage on the kernel.
13     # OMAP such as Beagleboard and Pandaboard: Use 0x80008000
14     # Tegra such as Trimslice: Use 0x00008000
15     # IMX such as Efika mx51 smarttop: Use 0x90008000
16     # Kirkwood such as Dreamplug, Guruplug, Sheevaplug: Use 0x00008000
17     # If left undefined grubby will use defults for Tegra or OMAP depending
18     # upon the contents of /proc/cpuinfo.
19     #UBOOT_IMGADDR=0x0x00008000
20    
21 niro 1691 # name of the text file containing the list of installed kernel versions
22     # NOTE: The versions are in order of installation. The last entry should
23     # always be the default boot kernel version.
24     #UBOOT_KLIST=klist.txt
25    
26     # device partition where uBoot images reside; mounted on $UBOOT_DIR
27     #UBOOT_DEVICE=mmcblk0p1
28    
29    
30     # NOTE: Both of the following files are automatically overwritte
31     # when a kernel package is installed or removed.
32    
33     # default kernel uImage file name
34     #UBOOT_UIMAGE=uImage
35    
36     # default initrd uInitrd file name
37     #UBOOT_UINITRD=uInitrd
38    
39 niro 2973 # defualt for platform shipping an onboard dtb.
40     #SHIPSDTB=no
41    
42     # option to tell new-kernel-pkg a specific dtb file to load in extlinux.conf
43     #dtbfile=foo.dtb
44