[GSoC 2014 : ARM Port] Final report

Blog post by dnivra on Sun, 2014-08-24 15:39

Hello everyone, The coding period of Google Summer of Code 2014(as well as the program itself) ended on Monday August 18, 2014. Here’s an update on the status at the end of the program. I’ve been moving over the past week and thus the delay in the update. Over the past few weeks, I’ve been working on improving support for ARM. I added a jam target to automatically create a bootable MMC image and fix bugs in the haiku loader and also in the kernel.

[GSoC 2014 : ARM Port] Week #16

Blog post by dnivra on Tue, 2014-08-12 13:28

Hello everyone!
Here's a quick update for week 16. I didn't have internet access over the past few days due to a technical issue with my ISP and hence the delayed report.

TL;DR – The patch to prevent the kernel from overwriting the loader was merged last week. The next issues that need to be tackled are the KDL faulting when printing the backtrace and fixing an assertion that fails when initializing virtual memory.

[GSoC 2014 : ARM Port] Week #15

Blog post by dnivra on Sun, 2014-08-03 10:53

Hello everyone!
TL;DR - It was decided that reserving space for the kernel instead of moving the entire memory map to a higher location. I’ve been working on that for most of last week and I think it would take a good part of this week to complete it since I seem to be running into many issues.

[GSoC 2014 : ARM Port] Week #14

Blog post by dnivra on Sun, 2014-07-27 05:49

Hello everyone!
Here’s the update for week 14 of work on the Haiku ARM port. I was travelling for a good part of week 13 and thus couldn’t get much work done during the time.

TL;DR - The problems of kernel overwriting the loader code and the exceptions when setting up framebuffer have been temporarily solved. The framebuffer related code has been disabled for now and the entire memory map moved to a higher address(when FDT support is implemented, a lot of these problems probably won’t arise). Currently, a fault is raised when the kernel attempts to obtain the same lock twice, which drops to KDL.

[GSoC 2014 : ARM Port] Week #12

Blog post by dnivra on Sat, 2014-07-12 09:41

Hey everyone!
Here’s a quick update for week #12.

TL;DR - The decompression process fails because the archive is present in a location that isn’t mapped by the MMU and subsequently allocated for the zlib output stream. No solutions have been discussed yet. It shouldn’t be long till the kernel is running hopefully :).

[GSoC 2014 : ARM Port] Week #11

Blog post by dnivra on Sun, 2014-07-06 06:47

Hey everyone!
Here’s the update for week #11.

TL;DR - Haiku faults when trying to find the floppyboot archive present in stage2 loader. There seems to be a difference in few offsets/sizes, which causes different bytes to be read every time the loader tries to detect the archive.

[GSoC 2014 : ARM Port] Week #10 (mid term update)

Blog post by dnivra on Tue, 2014-07-01 06:32

Hey everyone!
Here’s the update for week #10. Sorry about the delay in posting there - I had some issues logging into the website over past few days.

TL;DR - MMU is enabled and now working!

[GSoC 2014 : ARM Port] Week #8

Blog post by dnivra on Sun, 2014-06-15 12:16

Hey everyone!
The bootstrap-mmc target is now finally available! What this means is that you can follow all instructions in [1]

[GSoC 2014 : ARM Port] Week #7

Blog post by dnivra on Mon, 2014-06-09 04:38

Hey everyone! Just like week 6, this is another short update. I’ve been working on creating a bootstrap-mmc target for the build system. The current issues I’m facing are Downloading MLO and u-boot fails and thus build fails since jam doesn’t know how to create those targets otherwise. I managed to fix this but apparently, the fix breaks the current build system so I need to modify the fix such that it doesn’t break the build system.

[GSoC 2014: ARM Port] Week #6

Blog post by dnivra on Sun, 2014-06-01 10:08

Hey everyone! Here’s an update on week 6(a relatively short one so no TL;DR :) ). I managed to fix the bootable SD card image generation script that I created last week to use mtools and thus eliminate the need for losetup and root permissions. The script is available in a Github[1] repository Meanwhile, I’ve also been working on adding a bootstrap-mmc target to Jam. Right now, the target generates the haiku_loader_nbsd.