diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-22 17:56:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-22 17:56:13 -0400 |
commit | 9e268beb92ee3a853b3946e84b10358207e2085f (patch) | |
tree | dec36344c8b16d53e56763aa174dd7ea806b653f /Documentation/kernel-parameters.txt | |
parent | 2e8b5a09ebf1f98f02c1988a48415e89d4c25168 (diff) | |
parent | 9ccdac3662dbf3c75e8f8851a214bdf7d365a4bd (diff) |
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (49 commits)
[ARM] idle: clean up pm_idle calling, obey hlt_counter
[ARM] S3C: Fix gpio-config off-by-one bug
[ARM] S3C64XX: add to_irq() support for EINT() GPIO
[ARM] S3C64XX: clock.c: fix typo in usb-host clock ctrlbit
[ARM] S3C64XX: fix HCLK gate defines
[ARM] Update mach-types
[ARM] wire up rt_tgsigqueueinfo and perf_counter_open
OMAP2 clock/powerdomain: off by 1 error in loop timeout comparisons
OMAP3 SDRC: set FIXEDDELAY when disabling SDRC DLL
OMAP3: Add support for DPLL3 divisor values higher than 2
OMAP3 SRAM: convert SRAM code to use macros rather than magic numbers
OMAP3 SRAM: add more comments on the SRAM code
OMAP3 clock/SDRC: program SDRC_MR register during SDRC clock change
OMAP3 clock: add a short delay when lowering CORE clk rate
OMAP3 clock: initialize SDRC timings at kernel start
OMAP3 clock: remove wait for DPLL3 M2 clock to stabilize
[ARM] Add old Feroceon support to compressed/head.S
[ARM] 5559/1: Limit the stack unwinding caused by a kthread exit
[ARM] 5558/1: Add extra checks to ARM unwinder to avoid tracing corrupt stacks
[ARM] 5557/1: Discard some ARM.ex*.*exit.text sections when !HOTPLUG or !HOTPLUG_CPU
...
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 7da0899d1fb9..5092a2be83c5 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1369,6 +1369,27 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1369 | min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this | 1369 | min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this |
1370 | physical address is ignored. | 1370 | physical address is ignored. |
1371 | 1371 | ||
1372 | mini2440= [ARM,HW,KNL] | ||
1373 | Format:[0..2][b][c][t] | ||
1374 | Default: "0tb" | ||
1375 | MINI2440 configuration specification: | ||
1376 | 0 - The attached screen is the 3.5" TFT | ||
1377 | 1 - The attached screen is the 7" TFT | ||
1378 | 2 - The VGA Shield is attached (1024x768) | ||
1379 | Leaving out the screen size parameter will not load | ||
1380 | the TFT driver, and the framebuffer will be left | ||
1381 | unconfigured. | ||
1382 | b - Enable backlight. The TFT backlight pin will be | ||
1383 | linked to the kernel VESA blanking code and a GPIO | ||
1384 | LED. This parameter is not necessary when using the | ||
1385 | VGA shield. | ||
1386 | c - Enable the s3c camera interface. | ||
1387 | t - Reserved for enabling touchscreen support. The | ||
1388 | touchscreen support is not enabled in the mainstream | ||
1389 | kernel as of 2.6.30, a preliminary port can be found | ||
1390 | in the "bleeding edge" mini2440 support kernel at | ||
1391 | http://repo.or.cz/w/linux-2.6/mini2440.git | ||
1392 | |||
1372 | mminit_loglevel= | 1393 | mminit_loglevel= |
1373 | [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this | 1394 | [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this |
1374 | parameter allows control of the logging verbosity for | 1395 | parameter allows control of the logging verbosity for |