All,
We have our normal OpenAMP meeting today (Jan 14) in 1 hour: 11 AM US
Eastern, 4PM GMT
Thanks,
Bill
--
Bill Mills
Principal Technical Consultant, Linaro
+1-240-643-0836
TZ: US Eastern
Work Schedule: Tues/Wed/Thur
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: f252f0e007fbfb8b3a52b1d5901250ddac96baad
https://github.com/OpenAMP/libmetal/commit/f252f0e007fbfb8b3a52b1d5901250dd…
Author: Ed Mooring <ed.mooring(a)linaro.org>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M lib/system/freertos/sleep.h
Log Message:
-----------
FreeRTOS: Allow tick rates greater than 1000 for metal_sleep_usec().
metal_sleep_usec() used portTICK_PERIOD_MS to determine how long to
sleep. If the FreeRTOS tick rate is set to greater than 1000, this will
be 0, resulting in a divide by zero error at run time. This changes it
to use pdMS_TO_TICKS(), which can accomodate higher tick rates.
Signed-off-by: Ed Mooring <ed.mooring(a)linaro.org>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/open-amp
Commit: c7757cf52c3a13404c50860f08cd2252d2e2edec
https://github.com/OpenAMP/open-amp/commit/c7757cf52c3a13404c50860f08cd2252…
Author: Xiang Xiao <xiaoxiang(a)xiaomi.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M lib/include/openamp/remoteproc.h
M lib/remoteproc/remoteproc.c
Log Message:
-----------
remoteproc: add get_mem callback to remoteproc_ops
Since the mapping info is normally managed inside the porting
layer, the new callback could avoid the mapping duplication.
Signed-off-by: Xiang Xiao <xiaoxiang(a)xiaomi.com>