1. 22 5月, 2015 1 次提交
  2. 13 5月, 2015 1 次提交
  3. 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
  4. 04 5月, 2015 1 次提交
  5. 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
  6. 16 4月, 2015 2 次提交
  7. 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
  8. 14 4月, 2015 1 次提交
  9. 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
  10. 12 11月, 2014 1 次提交
  11. 11 9月, 2014 1 次提交
  12. 18 8月, 2014 3 次提交
  13. 12 8月, 2014 1 次提交
  14. 31 7月, 2014 1 次提交
  15. 12 7月, 2014 1 次提交
  16. 27 6月, 2014 1 次提交
  17. 08 4月, 2014 2 次提交
  18. 03 4月, 2014 1 次提交
  19. 11 1月, 2014 1 次提交
  20. 17 11月, 2013 2 次提交
  21. 04 11月, 2013 1 次提交
    • B
      Fix hardfault bug for gcc port · 06987e72
      Bright Pan 提交于
      for 2013-02-20 aozima commmit "port for gcc", but the commit is
      not tested,and the kernel is breakdown in context_gcc.S, the file
      is a copy from cortex-m3,but not port for cortex-m0, so i complete
      this port for aozima, test it in stm32f0discovery board ,
      and it works fine.
      06987e72
  22. 20 10月, 2013 4 次提交
  23. 22 9月, 2013 1 次提交
  24. 20 9月, 2013 1 次提交
  25. 04 9月, 2013 1 次提交
  26. 21 7月, 2013 5 次提交
  27. 17 7月, 2013 2 次提交