the following patch was just integrated into master:
commit 8b3b7509e53970d7039b10159ac679333d161c55
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sat Jan 4 09:42:02 2014 +0200
CBMEM: Fix allocation for static CBMEM
CBMEM console buffer size is adjustable in menuconfig, but this would
not correctly adjust the overall allocation made for CBMEM.
HIGH_MEMORY_SIZE is aligned to 64kB and definitions are moved down in
the header file as HIGH_MEMORY_SIZE is not used with DYNAMIC_CBMEM.
Try to continue boot even if CBMEM cannot be created. This error would
only occur during development of new ports anyways and more log output
is better.
Change-Id: I4ee2df601b12ab6532ffcae8897775ecaa2fc05f
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/4621 for details.
-gerrit
the following patch was just integrated into master:
commit 84a37651e08063d543dcc8ec72224a9eb14058df
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun Jan 5 08:49:29 2014 +0200
CBMEM: Drop cbmem_base_check()
This function was for logging only, but we have both base and size
already logged elsewhere.
Change-Id: Ie6ac71fc859b8fd42fcf851c316a5f888f828dc2
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/4620 for details.
-gerrit
the following patch was just integrated into master:
commit 3eb16abf89b9426669200620fa5b188051415c7d
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Fri Jan 3 15:15:22 2014 +0200
CBMEM ACPI: Move resume handler
Handler is ACPI/x86 specific so move details out of cbmem code.
With static CBMEM initialisation, ramstage will need to test for
S3 wakeup condition so publish also acpi_is_wakeup().
Change-Id: If591535448cdd24a54262b534c1a828fc13da759
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/4619 for details.
-gerrit
the following patch was just integrated into master:
commit 218eec1d190846436ed63eb72b3f310f05817d58
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Fri Jan 3 08:20:50 2014 +0200
usbdebug: Fix hidden menuconfig options
Options for selecting the USB port and controller for usbdebug
were unintentionally hidden with commit 8232bc2c on AGESA platforms
using cimx/sb700 or cimx/sb800.
Change-Id: Ibacc81a580519fe7fa86f08374046625327340b4
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/4607 for details.
-gerrit