the following patch was just integrated into master:
commit 575cf9df66e30cf00f9c58e263d83db5b3ca5dec
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun May 4 07:24:43 2014 +0300
AGESA fam15: Use common callouts
Backport from fam15tn and fam16kb.
Change-Id: I6d8f9a88f0dc43c36efb168c0111a6e2bcdda5fd
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5651
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5651 for details.
-gerrit
the following patch was just integrated into master:
commit 05531a5f447a2b13ee35e8997251aa7f1fbaad07
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun May 4 07:21:25 2014 +0300
AGESA fam15: Add fam15_callouts header
Backported from fam15tn and fam16kb.
Change-Id: I13ca70d141a46220a5d8ea7bb3898bc7d7258424
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5650
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5650 for details.
-gerrit
the following patch was just integrated into master:
commit 5c96525b6a0161864fffc50f5d9e9ebc6a6dfa07
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Fri May 2 13:18:57 2014 +0300
AGESA fam12: Move dimmSpd
Implemented under northbridge/ on other families.
Change-Id: I4d21af9d6c0f61eb1597e8e7095c08dd87ae2a84
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5649
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5649 for details.
-gerrit
the following patch was just integrated into master:
commit 328ce9a8b4ebeff40e3df38fca379343a3a0e8c3
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun May 4 07:20:33 2014 +0300
AGESA fam12: Add fam12_callouts
Although amd/torpedo is only fam12 board at the moment,
backported this from fam15tn and fam16kb.
Change-Id: I72a856e2eb455a8428a886f0c4217ff80e60eb78
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5648
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5648 for details.
-gerrit
the following patch was just integrated into master:
commit 028dc1e1519d1043e114554918224389dda679d1
Author: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Date: Thu May 1 22:41:12 2014 +1000
AMD F14h boards: Sanitise headers in agesawrapper.c
Change-Id: Ic9c5e8abb3da020a642635ee74c9242091923619
Signed-off-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5628
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5628 for details.
-gerrit
the following patch was just integrated into master:
commit 8864e1c1499c019615411fa9a93cba840bc81549
Author: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Date: Wed Apr 30 23:13:08 2014 +1000
AMD F14h boards: Use std memset/memcpy func over AGESA
In amd/{persimmon,inagua} and derived boards avoid using AGESA
reimplementation of memcpy as following the reasoning in:
e2f3bfc jetway/nf81-t56n-lf: Use std memset/memcpy func over AGESA
Change-Id: I943b46103c3bf1c5fd88b25e9f9595b9adfcafeb
Signed-off-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5625
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5625 for details.
-gerrit
the following patch was just integrated into master:
commit 8e5435a74bfffb92bc2293e199d28e55494485d8
Author: Trevor Mosey <uberushaximus(a)gmail.com>
Date: Fri May 2 16:11:50 2014 -0500
lenovo/t60: Move mainboard_enable() code into a mainboard_init()
mainboard_enable() is now modelled after google/parrot where the
enable function only sets dev->ops->init for the root device to
point to a mainboard_init() function, which in turn is called in a
later pass over the device tree to do the actual initialization.
Change-Id: I89a5192bd45ca8321b2b1ac49b073122e0f6ee2b
Signed-off-by: Trevor Mosey <uberushaximus(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5637
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5637 for details.
-gerrit