1. 13 7月, 2011 1 次提交
    • A
      exec: add endian specific phys ld/st functions · 1e78bcc1
      Alexander Graf 提交于
      Device code some times needs to access physical memory and does that
      through the ld./st._phys functions. However, these are the exact same
      functions that the CPU uses to access memory, which means they will
      be endianness swapped depending on the target CPU.
      
      However, devices don't know about the CPU's endianness, but instead
      access memory directly using their own interface to the memory bus,
      so they need some way to read data with their native endianness.
      
      This patch adds _le and _be functions to ld./st._phys.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      1e78bcc1
  2. 05 7月, 2011 10 次提交
  3. 03 7月, 2011 2 次提交
  4. 02 7月, 2011 6 次提交
  5. 30 6月, 2011 1 次提交
  6. 29 6月, 2011 2 次提交
  7. 28 6月, 2011 6 次提交
  8. 27 6月, 2011 12 次提交