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

Changes between Version 52 and Version 53 of GSoC/2018


Ignore:
Timestamp:
05/16/18 13:08:12 (6 years ago)
Author:
Amaan Cheval
Comment:

Status update for x86_64 port on May 24

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018

    v52 v53  
    5757== Joel ==
    5858* Jan 5: Signed up as an Org Admin.
     59
     60== Amaan Cheval ==
     61
     62* May 24
     63  * Added [https://devel.rtems.org/wiki/Developer/Simulators/QEMU#QEMUandUEFIusingOVMFEDKII instructions for running QEMU with UEFI (built using OVMF)] to the wiki
     64  * [https://github.com/AmaanC/rtems-gsoc18/tree/ac/stub-x86-link-tests-pre-bspreorg-bak Completed a compile stub which builds and links to tests] with the x86_64-tools (before the BSP source reorganization)
     65    * [https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=602fa1e9d3ea5e87d4d6e17e3e91fc2647e42da3 GCC patch] for -qrtems, -qnolinkcmds, etc.
     66    * [https://git.rtems.org/rtems-source-builder/commit/?id=defa958301215995b0fa41d8e65cb23c9a28a847 RSB patch] to backport the above GCC patch
     67    * [https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=ab55f7db3694293e4799d58f7e1a556c0eae863a GCC patch] to have GCC build crti.o and crtn.o (for _fini symbol)
     68    * [https://git.rtems.org/rtems-source-builder/commit/?id=a3a6c34c150a357e57769a26a460c475e188438f RSB patch] to backport the above GCC patch
     69  * [https://github.com/AmaanC/rtems-gsoc18/tree/ac/daily-01-compile-stub Started on compile stub] after rebasing for BSP source directory reorganization
     70  * Started thinking about and discussing how the UEFI application's PE file will be generated with our build system. Options:
     71    1. EFL to EFI/PE converter in rtems-tools
     72    2. Generate PE headers through ASM file within rtems kernel