Commits (9)
-
Eric Lai authored
BUG=b:182211161 TEST=builds Signed-off-by:
Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: I7de5e4a4d2273d0ea5a84210ea0ce28d312eaa95 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51365Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Mathew King <mathewk@chromium.org>
6bb5b9a0 -
Eric Lai authored
BUG=b:182211161 TEST=builds Signed-off-by:
Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: I45dcaa8b430721f864d4e5d78ae60883175085c3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51366Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Mathew King <mathewk@chromium.org>
6f068838 -
Eric Lai authored
BUG=b:182211161 TEST=builds Signed-off-by:
Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: I623fd052404a08cf0adb471bb654622960f1aa62 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51367Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Mathew King <mathewk@chromium.org>
c23fa81e -
Eric Lai authored
BUG=b:182211161 TEST=builds Signed-off-by:
Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: Ia03169c524dd12b8e7803ea8039c0e98a2b069e9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51368Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Mathew King <mathewk@chromium.org>
b9204fc0 -
Eric Lai authored
BUG=b:182211161 TEST=builds Signed-off-by:
Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: I554e7193494a4bbf005aaf2fb4efd6ded383fe07 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51369Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Mathew King <mathewk@chromium.org>
e6b3168f -
Eric Lai authored
BUG=b:182211161 TEST=builds Signed-off-by:
Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: Ie3a3bb7526d734ae1936b8c4db43543b1174829d Reviewed-on: https://review.coreboot.org/c/coreboot/+/51370Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Mathew King <mathewk@chromium.org>
4626a668 -
Felix Held authored
Even though the implementation is different on Stoneyridge compared to Picasso and Cezanne, the function prototypes are identical, so move them to the AMD SoC common reset header file. Signed-off-by:
Felix Held <felix-coreboot@felixheld.de> Change-Id: I8d3a3a9ea568ea18658c49612efabdbe36d5f957 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51395Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Marshall Dawson <marshalldawson3rd@gmail.com>
a5cdf75f -
Aamir Bohra authored
Add a helper function mp_run_on_all_aps, it allows running a given func on all APs excluding the BSP, with an added provision to run func in serial manner per AP. BUG=b:169114674 Signed-off-by:
Aamir Bohra <aamir.bohra@intel.com> Change-Id: I74ee8168eb6380e346590f2575350e0a6b73856e Reviewed-on: https://review.coreboot.org/c/coreboot/+/51271Reviewed-by:
Furquan Shaikh <furquan@google.com> Reviewed-by:
Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by:
build bot (Jenkins) <no-reply@coreboot.org>
7e0019ef -
Aamir Bohra authored
EFI_PEI_MP_SERVICES_STARTUP_ALL_APS passes in a boolean flag singlethread which indicates whether the work should be scheduled in a serially on all APs or in parallel. Current implementation of this function mp_startup_all_aps always schedules work in parallel on all APs. This implementation ensures mp_startup_all_aps honors to run serialized request. BUG=b:169114674 Signed-off-by:
Aamir Bohra <aamir.bohra@intel.com> Change-Id: I4d85dd2ce9115f0186790c62c8dcc75f12412e92 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51085Reviewed-by:
Furquan Shaikh <furquan@google.com> Reviewed-by:
Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by:
build bot (Jenkins) <no-reply@coreboot.org>
813a3baf
Showing