1. 17 7月, 2017 1 次提交
  2. 06 2月, 2017 1 次提交
  3. 15 6月, 2016 1 次提交
  4. 20 5月, 2016 2 次提交
  5. 24 4月, 2016 1 次提交
  6. 19 4月, 2016 1 次提交
  7. 18 4月, 2016 1 次提交
  8. 11 11月, 2015 1 次提交
  9. 24 9月, 2015 1 次提交
  10. 15 9月, 2015 1 次提交
  11. 04 9月, 2015 2 次提交
  12. 07 8月, 2015 1 次提交
  13. 09 7月, 2015 1 次提交
  14. 05 6月, 2015 1 次提交
  15. 04 6月, 2015 2 次提交
  16. 22 5月, 2015 1 次提交
  17. 13 5月, 2015 1 次提交
  18. 11 5月, 2015 1 次提交
    • A
      [libcpu][am335x] Fix the booting failure when enabling MMU · 42226779
      Adrian Huang 提交于
      Since the 16 domains are configured as the client domains in
      mmu_setttbase(), a Permission fault is generated if the XN bit
      (Execute-never) is set in the short-descriptor translation table
      (for section and supersection). This leads to the booting failure
      when enabling MMU for beagleboard bsp. Here is log:
      
      ----------------------------------------------------------------
      SD/MMC found on device 0
      reading uEnv.txt
      117 bytes read in 3 ms (38.1 KiB/s)
      Loaded environment from uEnv.txt
      Importing environment from mmc ...
      Running uenvcmd ...
      reading rtthread.bin
      162624 bytes read in 24 ms (6.5 MiB/s)
      \## Starting application at 0x80200000 ...
      
      ----------------------------------------------------------------
      
      This commit removes the XN bit configuration in the section of the
      short-descriptor translation table. The OS can be booted successfully
      with applying this commit.
      42226779
  19. 04 5月, 2015 1 次提交
  20. 22 4月, 2015 1 次提交
    • A
      [libcpu][arm926] Optimize code · 49fa5c44
      ardafu 提交于
      1. Combine code for IAR and GCC in file mmu.c and cpuport.c
      2. Remove remap code in start_xxx.S. User should config MMU to map vector table to visual address 0x0
      49fa5c44
  21. 16 4月, 2015 2 次提交
  22. 15 4月, 2015 1 次提交
    • A
      1. [bsp][sam9260] Fix the bug that auto reset after boot 20s. Disable watchdog... · 6aa24264
      ardafu 提交于
      1. [bsp][sam9260] Fix the bug that auto reset after boot 20s. Disable watchdog in rt_lovel_level_init function.
      2. [bsp][sam9260] Modify SCONS scripts to support IAR tool chain.
      3. [bsp][sam9260] Move link strips in to folder link_scripts.
      4. [libcpu][arm926] Add copy right to source file and format code.
      6aa24264
  23. 14 4月, 2015 1 次提交
  24. 09 3月, 2015 1 次提交
    • B
      Fix compile warning: · 0b5958d7
      Bright Pan 提交于
      	..\..\libcpu\arm\cortex-m3\context_rvds.S(207):
      	warning: A1581W: Added 2 bytes of padding at address 0xd6
      0b5958d7
  25. 12 11月, 2014 1 次提交
  26. 11 9月, 2014 1 次提交
  27. 18 8月, 2014 3 次提交
  28. 12 8月, 2014 1 次提交
  29. 31 7月, 2014 1 次提交
  30. 12 7月, 2014 1 次提交
  31. 27 6月, 2014 1 次提交
  32. 08 4月, 2014 2 次提交
  33. 03 4月, 2014 1 次提交