Skip to content
Snippets Groups Projects
  1. Dec 03, 2015
  2. Dec 02, 2015
  3. Dec 01, 2015
  4. Nov 30, 2015
    • Marek Vasut's avatar
      CPU: Add NIOS2 support · ddfa8019
      Marek Vasut authored and Brad King's avatar Brad King committed
      
      The NIOS2 CPU is little-endian.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Ley Foon Tan <lftan@altera.com>
      Cc: Thomas Chou <thomas@wytron.com.tw>
      Cc: Walter Goossens <waltergoossens@home.nl>
      Change-Id: Ifd1bc890b2fb74168b934641c70800a029f7f0b8
      ddfa8019
  5. Oct 16, 2015
  6. Oct 06, 2015
  7. Oct 02, 2015
  8. Sep 28, 2015
    • Vitaly Baranov's avatar
      SystemTools: Fix GetPath to not affect existing output vector entries · 2089567a
      Vitaly Baranov authored and Brad King's avatar Brad King committed
      The GetPath method appends paths to an output vector and also converts
      paths to forward slashes.  However, the method should not modify entries
      in the output vector that existed prior to the call.  Fix it to only fix
      slashes in the entries it added to the vector.  Also add a test case
      covering this behavior.
      
      Change-Id: Ie098c3eddbe63ed59f0d393aa6c43ea6c395011d
      2089567a
  9. Sep 25, 2015
    • Domen Vrankar's avatar
      SystemTools: Handle directories in CopyFile{Always,IfDifferent} · dc4e4a55
      Domen Vrankar authored and Brad King's avatar Brad King committed
      Teach these functions to copy directories as directories instead
      of files.  Create the destination directory and set permissions,
      but do not recurse into the directory structure because these
      functions are meant for individual filesystem entries.
      
      Change-Id: I20fae2e159f86285c02c3fd894609e2e51cafdac
      dc4e4a55
  10. Sep 17, 2015
  11. Sep 11, 2015
  12. Aug 28, 2015
  13. Aug 24, 2015
  14. Aug 21, 2015
    • Brad King's avatar
      Pass C++ standard flags to SunPro in standalone build · c8e5d1b2
      Brad King authored
      Pass flags to the SunPro compiler to improve the level of C++ standard
      support beyond the default.  Do this only in a standalone build so that
      host projects can set flags for us.
      
      Change-Id: Ic9a84debfa939caf00b7ad99887793e885c35371
      c8e5d1b2
  15. Aug 07, 2015
  16. Aug 03, 2015
Loading