Changes between Version 75 and Version 76 of GSoC/2016


Ignore:
Timestamp:
08/22/16 09:00:53 (8 years ago)
Author:
Wonjun Hwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016

    v75 v76  
    107107* Aug 3: Because Jailhouse doesn't support lagacy pic, I should remove pic codes and add apic codes on rtems. Moreover the patched rtems is changed about clock for calibrating between Jailhouse and qemu. Next job is to remove legacy pic and add apic on rtems and execute examples on pc not jailhouse.
    108108
     109* Aug 10: I tried to execute hello example to test pci. in patch file, pci functions were modified but master rtems already pci functions changed. because of this reason, I use master rtems functions at pci_io.c. moreover Previous patched rtems-4.11 uses early pritnk but I wouldn't use early printk to test easier.
     110
     111* Aug 17: I updated my blog about patching strategy. And I can execute hello example using only serial 1. I need to change jailhouse communication address from 0x100000 to 0x900000. On the other hand, I add define of IOAPIC at irq.h and add jailhouse.cfg.
     112
    109113== Mudit Jain ==
    110114* 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.