Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(895)

Issue 6290011: add quiet to arm bootargs (Closed)

Created:
9 years, 11 months ago by Olof Johansson
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

add quiet to arm bootargs Not printing on the uart makes a huge difference in boot time performance. Since it's easy to re-enable again for those debugging boot time issues, let's disable it by default. It's how x86 does it as well. Change-Id: Idb4af8d98434e70ee1389b3579c220da34be9c3b BUG=chromium-os:11351 TEST=Build image and boot system Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=e0b7551

Patch Set 1 #

Total comments: 1

Patch Set 2 : loglevel=1 as well #

Patch Set 3 : refactor a few more to boot.config #

Patch Set 4 : move 'ro' up too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M build_kernel_image.sh View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Olof Johansson
9 years, 11 months ago (2011-01-26 18:07:37 UTC) #1
Kenneth Waters
http://codereview.chromium.org/6290011/diff/1/build_kernel_image.sh File build_kernel_image.sh (right): http://codereview.chromium.org/6290011/diff/1/build_kernel_image.sh#newcode220 build_kernel_image.sh:220: echo -n 'setenv bootargs ${bootargs} quiet ' > "${kernel_script}" ...
9 years, 11 months ago (2011-01-26 18:42:26 UTC) #2
Mandeep Singh Baines
olofj@chromium.org (olofj@chromium.org) wrote: > Reviewers: Mandeep Singh Baines, Kenneth Waters, > > Description: > add ...
9 years, 11 months ago (2011-01-26 19:00:20 UTC) #3
Olof Johansson
On 2011/01/26 18:42:26, Kenneth Waters wrote: > use > echo quiet >> "${FLAGS_working_dir}/boot.config" > instead. ...
9 years, 11 months ago (2011-01-26 22:06:52 UTC) #4
Kenneth Waters
9 years, 11 months ago (2011-01-26 22:30:58 UTC) #5
lgtm.

Powered by Google App Engine
This is Rietveld 408576698