Changes between Version 50 and Version 51 of GSoC/2016


Ignore:
Timestamp:
05/26/16 14:23:28 (8 years ago)
Author:
Mudit Jain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016

    v50 v51  
    8383== Wonjun Hwang ==
    8484* May 25: I am working to execute initial version of Jailhouse for x86 with instructions in Git. To install jailhouse, I am using VMware version 11 with Ubuntu 14.04.4-amd64 and QEMU.
     85
     86== Mudit Jain ==
     87* 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.