1. 11 5月, 2015 2 次提交
    • B
      Merge pull request #473 from AdrianHuang/master · 8330ee5f
      Bernard Xiong 提交于
      [libcpu][am335x] Fix the booting failure when enabling MMU
      8330ee5f
    • 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
  2. 09 5月, 2015 2 次提交
  3. 08 5月, 2015 2 次提交
  4. 07 5月, 2015 2 次提交
  5. 05 5月, 2015 5 次提交
  6. 04 5月, 2015 20 次提交
  7. 02 5月, 2015 3 次提交
  8. 01 5月, 2015 2 次提交
  9. 28 4月, 2015 1 次提交
  10. 27 4月, 2015 1 次提交