Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 69 and Version 70 of GSoC/2016


Ignore:
Timestamp:
07/14/16 02:28:54 (8 years ago)
Author:
Wonjun Hwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016

    v69 v70  
    9797* June 8: I pached rtems with mentor's patch files that can make jailhouse to exectue rtems as inamte. It is involved with APIC, IOAPIC, PCI and memory etc. rtems baseline is commit f334847 and rtems-source-builder baseline is commit 04aadb6. I matched rtems and rtems-source-builder by date of commit. Date is about Jan 2014. I also updated my blog about how to build rtems for jailhouse.
    9898
     99* June 15: To load rtems at jailhouse, I wrote a config file. I found that I need a loader file for rtems. So I got a loader file and a script from Jan. I have a problem in a load address.
     100
     101* July 13: I am in same situation about load problem. I have studied a jailhouse paper, documents and source codes. I have tried to load at various address and discussed with Jan. I will ask jailhouse paper author to give a advice.
     102
    99103== Mudit Jain ==
    100104* May 25 : My first deliverable is to provide SD card support for the RPi BSP. The code has already been ported to rtems-libbsd, however it has to be tailored to RPi by adding the quirks and logics unique to the SD host controller on RPi.I have cherry picked two commits from Andre's branch and I have built rtems-libbsd using waf. I had initial errors of redefinition however they were resolved.I would be going through the present implementation of the driver in FreeBSD using the FreeBSD documentation to learn/understand what are the different APIs that are used in the driver, how it interacts with SD host controllers, and the general driver interface that is provided to the user.