1. 22 5月, 2009 19 次提交
  2. 21 5月, 2009 7 次提交
  3. 20 5月, 2009 12 次提交
  4. 19 5月, 2009 2 次提交
    • P
      Hardware convenience library · 1ad2134f
      Paul Brook 提交于
      The only target dependency for most hardware is sizeof(target_phys_addr_t).
      Build these files into a convenience library, and use that instead of
      building for every target.
      
      Remove and poison various target specific macros to avoid bogus target
      dependencies creeping back in.
      
      Big/Little endian is not handled because devices should not know or care
      about this to start with.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      1ad2134f
    • P
      Disable >4G ram support on 32-bit targets · 8a637d44
      Paul Brook 提交于
      If the target only has a 32-bit physical address space then
      the code to map >4G ram breaks horribly, and causes compiler warnings.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      8a637d44