-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only call reloc when reloc_len is non-zero #1
base: rpmsg-543x
Are you sure you want to change the base?
Commits on May 29, 2012
-
ducati: dce: Remove resource table trace print from image
In order to have the linker include the resource table in the baseimage, the resource variable needs to be used in some form. Otherwise the optimization in the linker detects that this is a non-referenced variable and removes it from the baseimage. To alleviate this, a dummy trace was used to make sure the resource table section is present in the firmware binary. The new IpcMemory module inherently adds this trace, and so the trace in DCE image is no longer required and is removed. Signed-off-by: Nicolas Dechesne <[email protected]>
Nicolas Dechesne authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for 23ca960 - Browse repository at this point
Copy the full SHA 23ca960View commit details -
ducati: implement VirtToPhys using new sysbios-rpmsg API
With sysbios-rpmsg >= 1.10+ there is a new resource table mechanism, and we need to update our VirtToPhys function. Fortunately, this API is now implemented and provided by rpmsg. Signed-off-by: Nicolas Dechesne <[email protected]>
Nicolas Dechesne authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for ff7270b - Browse repository at this point
Copy the full SHA ff7270bView commit details -
ducati: initial build conf support for SMP BIOS
Signed-off-by: Nicolas Dechesne <[email protected]>
Nicolas Dechesne authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for 2fb12dc - Browse repository at this point
Copy the full SHA 2fb12dcView commit details -
ducati: remove call to VirtQueue_startup() in startup
This is now taken care by rpmsg after moving to 1.20+ Signed-off-by: Nicolas Dechesne <[email protected]>
Nicolas Dechesne authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for 0f2f366 - Browse repository at this point
Copy the full SHA 0f2f366View commit details -
Set HDVICP2_PARAMS.resetControlAddress dynamically based on chipset_id
It isn't enough that we use the correct address.. HDVICP2 needs to as well. Conflicts: ducati/ti/dce/ivahd.c firmware/ducati-m3-core0.xem3
Rob Clark authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for d22ba22 - Browse repository at this point
Copy the full SHA d22ba22View commit details -
ducati: filter out un-necessary profiles in config.bld
Signed-off-by: Nicolas Dechesne <[email protected]>
Nicolas Dechesne authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for d31c325 - Browse repository at this point
Copy the full SHA d31c325View commit details -
ducati: split ti.dce into a lib and a separate baseimage
The 'package' ti.dce both had the DCE code, as well as the baseimage code (BIOS cfg, main(), ...). With this change we split the DCE code from the baseimage. there is now: - ti.dce - ti.dce.baseimage that will allow a simpler reuse of ti.dce into other base images there is still some clean up that can be done in the base image to move the thread creation, and some config in ti.dce, and this will be done in further commits. This commit only changes the file 'location' without changing any implementation detail. Signed-off-by: Nicolas Dechesne <[email protected]>
Nicolas Dechesne authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for 6052d23 - Browse repository at this point
Copy the full SHA 6052d23View commit details -
ducati: removed un-needed references to sysbios-rpmsg old rsc table
Signed-off-by: Nicolas Dechesne <[email protected]>
Nicolas Dechesne authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for d839fa9 - Browse repository at this point
Copy the full SHA d839fa9View commit details -
ducati: create a BIOS startup function with dce_init()
Configure ti.dce so that it automatically registers a startup function when it's being used, so that the base image that uses DCE does not need to make the call, it's managed automagically. As such, dce_init() will be called when BIOS_start() is called. Signed-off-by: Nicolas Dechesne <[email protected]>
Nicolas Dechesne authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for fd73875 - Browse repository at this point
Copy the full SHA fd73875View commit details -
ducati: reports mem stats on codec create/delete instead of each buff…
…er alloc Signed-off-by: Nicolas Dechesne <[email protected]>
Nicolas Dechesne authored and Vincent Stehlé committedMay 29, 2012 Configuration menu - View commit details
-
Copy full SHA for 43bf984 - Browse repository at this point
Copy the full SHA 43bf984View commit details
Commits on Jun 10, 2012
-
With this image, we can decode h264 video on OMAP5 with kernel 3.4. (ducati-build commit: d5f49bdcd65412c52372aedea1cee47284f19ec0) Signed-off-by: Vincent Stehlé <[email protected]>
Vincent Stehlé authored and Rob Clark committedJun 10, 2012 Configuration menu - View commit details
-
Copy full SHA for 5a3e189 - Browse repository at this point
Copy the full SHA 5a3e189View commit details -
Add dce_get_fd() to get the drm fd
This is needed to be able to share the fd opened by dce_init
Alessandro Decina authored and Rob Clark committedJun 10, 2012 Configuration menu - View commit details
-
Copy full SHA for 2e26b30 - Browse repository at this point
Copy the full SHA 2e26b30View commit details -
XDM_MEMTYPE_BO_OFFSET can be used in VIDDEC3_process outBufs to signal that a buffer descriptor denotes an offset to the bo passed in the first descriptor. Useful for example to decode NV12 into a single bo.
Alessandro Decina authored and Rob Clark committedJun 10, 2012 Configuration menu - View commit details
-
Copy full SHA for 35eb1b6 - Browse repository at this point
Copy the full SHA 35eb1b6View commit details -
libdce: fix refcounting in init/deinit
Alessandro Decina authored and Rob Clark committedJun 10, 2012 Configuration menu - View commit details
-
Copy full SHA for 36c8db7 - Browse repository at this point
Copy the full SHA 36c8db7View commit details
Commits on Jun 26, 2012
-
Signed-off-by: Vincent Stehlé <[email protected]>
Vincent Stehlé committedJun 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 99fc32a - Browse repository at this point
Copy the full SHA 99fc32aView commit details -
- Fix SMP define - Enable use of smp platforms with $FOR_SMP environment variable. Signed-off-by: Vincent Stehlé <[email protected]>
Vincent Stehlé committedJun 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 090178e - Browse repository at this point
Copy the full SHA 090178eView commit details -
Signed-off-by: Vincent Stehlé <[email protected]>
Vincent Stehlé committedJun 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 39c97fb - Browse repository at this point
Copy the full SHA 39c97fbView commit details -
Signed-off-by: Vincent Stehlé <[email protected]>
Vincent Stehlé committedJun 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 9573adf - Browse repository at this point
Copy the full SHA 9573adfView commit details