the following patch was just integrated into master:
commit 8abb3f6179ec2c9172ba02ebad3afaffdcac2313
Author: David Hendricks <dhendrix(a)chromium.org>
Date: Thu Aug 1 18:17:55 2013 -0700
exynos5420: update set_cpu_id()
The current function seems to be outdated...
Signed-off-by: David Hendricks <dhendrix(a)chromium.org>
built and booted. Now we see "CPU: S5P5420 @ 762MHz"
instead of "CPU: S5PC420 @ 762MHz"
Change-Id: Ieb103a5fa62bda9a6b2cbd9a82fb4f72c5dd6466
Reviewed-on: https://gerrit.chromium.org/gerrit/64302
Commit-Queue: David Hendricks <dhendrix(a)chromium.org>
Reviewed-by: David Hendricks <dhendrix(a)chromium.org>
Tested-by: David Hendricks <dhendrix(a)chromium.org>
See http://review.coreboot.org/4425 for details.
-gerrit
the following patch was just integrated into master:
commit 36a55c983dca9183af4ba8ea4c371789d7438d35
Author: David Hendricks <dhendrix(a)chromium.org>
Date: Thu Aug 1 19:12:56 2013 -0700
snow: TPS69050 -> TPS65090
This corrects a minor typo used for a part number.
Signed-off-by: David Hendricks <dhendrix(a)chromium.org>
Change-Id: I8583cbfc3b4a6c3ad06419f5aab3ba7a8f685575
Reviewed-on: https://gerrit.chromium.org/gerrit/64301
Reviewed-by: Ronald G. Minnich <rminnich(a)chromium.org>
Commit-Queue: David Hendricks <dhendrix(a)chromium.org>
Tested-by: David Hendricks <dhendrix(a)chromium.org>
See http://review.coreboot.org/4424 for details.
-gerrit
the following patch was just integrated into master:
commit 21729b76649d3e5ab419d5e74f01e7dfe71dc402
Author: Gabe Black <gabeblack(a)google.com>
Date: Wed Jul 31 23:40:55 2013 -0700
kirby: pit: Fix up wakeup_need_reset
In a previous commit the contents of wakeup_need_reset were removed because
the GPIO it referred to wasn't connected to anything on pit. I didn't realize
at that time that that could have been because we hadn't tried getting
suspend/resume working on pit and hadn't updated that file. On snow, the GPIO
is the recovery mode pin. This change updates pit to have the right GPIO,
kirby to read that GPIO, and makes the comments for both pit and kirby more
explicit and spells out the fact that this is the recovery mode GPIO.
Having a check here at all may still be a holdover from snow that isn't
applicable to pit or kirby, but since there is a parallel as far as the
recovery mode GPIO we might as well make them match while waiting for more
information.
Change-Id: Ic1f3f605a0fddf89e8f5668c7a8df30bdfb91d94
Signed-off-by: Gabe Black <gabeblack(a)google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/64164
Reviewed-by: Ronald G. Minnich <rminnich(a)chromium.org>
Commit-Queue: Gabe Black <gabeblack(a)chromium.org>
Tested-by: Gabe Black <gabeblack(a)chromium.org>
See http://review.coreboot.org/4421 for details.
-gerrit
the following patch was just integrated into master:
commit bbc984ffe14547ece8548ef64f59fb0d0e7dc220
Author: Gabe Black <gabeblack(a)google.com>
Date: Wed Jul 31 23:21:34 2013 -0700
pit: Get rid of the mostly unnecessary exynos5420.h
Like on kirby, this header had a single constant in it that was actually used.
This change moves that constant inline and gets rid of the header file.
Change-Id: Ibe380396f72fddb121fb6ceb3cee24f1b9a85738
Signed-off-by: Gabe Black <gabeblack(a)google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/64163
Reviewed-by: Ronald G. Minnich <rminnich(a)chromium.org>
Commit-Queue: Gabe Black <gabeblack(a)chromium.org>
Tested-by: Gabe Black <gabeblack(a)chromium.org>
See http://review.coreboot.org/4420 for details.
-gerrit
the following patch was just integrated into master:
commit ac76992638ba1927397efd7624fa23903e76c5db
Author: Gabe Black <gabeblack(a)google.com>
Date: Wed Jul 31 22:50:21 2013 -0700
exynos5250: Add mct_start to the timer init blob in timer_monotonic_get
A previous change removed init_timer from timer_monotonic_get because its old
implementation set up the PWM based timer which was going away. It would still
be a good idea to initialize the timer at that point, just not the pwm.
Change-Id: I4816710ec2c9d5ca53b704c6b9397bcfac183fdc
Signed-off-by: Gabe Black <gabeblack(a)google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/64160
Reviewed-by: Ronald G. Minnich <rminnich(a)chromium.org>
Commit-Queue: Gabe Black <gabeblack(a)chromium.org>
Tested-by: Gabe Black <gabeblack(a)chromium.org>
See http://review.coreboot.org/4419 for details.
-gerrit
the following patch was just integrated into master:
commit a11df88a9ea549bc525d4326b499db503e160a2b
Author: Gabe Black <gabeblack(a)google.com>
Date: Tue Jul 30 22:43:47 2013 -0700
kirby: Clean some cruft from mainboard.c
1. Kirby doesn't have a backlight enable GPIO on the AP since that's handled
entirely by the DP-to-LVDS bridge.
2. There is no tps65090 on the other side of the EC who's settings need to be
adjusted. If we need to turn on the LCD or backlight power manually, it will
have to be done in a different way.
3. The PMIC doesn't provide a 32KHz output for the audio codec.
Change-Id: Iadc5f3aec4818805edf3f2517da9e6fee87085dc
Signed-off-by: Gabe Black <gabeblack(a)google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/63883
Commit-Queue: Gabe Black <gabeblack(a)chromium.org>
Reviewed-by: Gabe Black <gabeblack(a)chromium.org>
Tested-by: Gabe Black <gabeblack(a)chromium.org>
See http://review.coreboot.org/4413 for details.
-gerrit
the following patch was just integrated into master:
commit 6b7b18c934feccb79acb6e19811fff84f5626970
Author: Gabe Black <gabeblack(a)google.com>
Date: Tue Jul 30 22:41:13 2013 -0700
kirby: Neutralize wakeup.c and delete the mostly unused exynos5420.h
The function in wakeup.c isn't applicable on kirby. The only constant in
exynos5420.h that was used was the speed of the 4th i2c bus. Instead of having
a whole header file for that one constant used in one place, the constant is
just moved inline along with the comment it had in the header.
Change-Id: I5ad50c5eeaecbbf7865d76afb31a12d36c3371ee
Signed-off-by: Gabe Black <gabeblack(a)google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/63882
Commit-Queue: Gabe Black <gabeblack(a)chromium.org>
Reviewed-by: Gabe Black <gabeblack(a)chromium.org>
Tested-by: Gabe Black <gabeblack(a)chromium.org>
See http://review.coreboot.org/4412 for details.
-gerrit
the following patch was just integrated into master:
commit b7d699f47760f6b1361d42de4b55b713141fbdee
Author: Gabe Black <gabeblack(a)google.com>
Date: Tue Jul 30 21:35:31 2013 -0700
Add a kirby board which is mostly a copy of pit
Change-Id: Ic78c65486816015f7574a13affc6e54acbbea73e
Signed-off-by: Gabe Black <gabeblack(a)google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/63875
Commit-Queue: Gabe Black <gabeblack(a)chromium.org>
Reviewed-by: Gabe Black <gabeblack(a)chromium.org>
Tested-by: Gabe Black <gabeblack(a)chromium.org>
See http://review.coreboot.org/4411 for details.
-gerrit
the following patch was just integrated into master:
commit bb45c62db90cd14ba8876b6156626d7631c3b85d
Author: Gabe Black <gabeblack(a)google.com>
Date: Tue Jul 30 13:46:58 2013 -0700
arm: Remove __image_copy_end from the ARM linker script
That symbol isn't used by anything and doesn't appear in other linker scripts.
Change-Id: Iab54ecb3be2e262d7674ef8ee7ed13ea2e5b56f3
Signed-off-by: Gabe Black <gabeblack(a)google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/63776
Commit-Queue: Gabe Black <gabeblack(a)chromium.org>
Reviewed-by: Gabe Black <gabeblack(a)chromium.org>
Tested-by: Gabe Black <gabeblack(a)chromium.org>
See http://review.coreboot.org/4399 for details.
-gerrit