Skip to content
  1. Dec 21, 2013
  2. Dec 17, 2013
  3. Dec 13, 2013
  4. Dec 12, 2013
    • Chong Lu's avatar
      modphp: enable endian check · a0393611
      Chong Lu authored
      
      
      Previously, modphp estimates endian on host rather than checks it on
      target. If the host is little-endian and the target is big-endian,
      modphp claims that endian is little. As a result, a memory location
      that it is not allowed to access when calling libphp5.so module on
      target. It will occur segmentation fault.
      This patch enables endian check support for modphp.
      
      Signed-off-by: default avatarChong Lu <Chong.Lu@windriver.com>
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      a0393611
  5. Dec 09, 2013
  6. Dec 05, 2013
  7. Dec 04, 2013