Changes between Version 61 and Version 62 of GSoC/2016
- Timestamp:
- 06/17/16 17:13:07 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2016
v61 v62 89 89 * 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. 90 90 91 * June 1: This week, I built Jailhouse and executed Jailhouse demo successfully. I changed VMware to other native PC to QEMU. I also changed linux distro to lastest version of Ubuntu 16.04.4-amd64. I upated my blog about how to set environment to execute jailhouse demo. 92 93 * 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. 94 91 95 == Mudit Jain == 92 96 * 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.