summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Let the right reset entry point jump to the currently wrong entry pointHEADmasterHervé Poussineau2014-07-041-1/+3
| | | | | | | | | | This is easier to do this than to copy the code from the wrong entry point (0xfffffffc) to the right entry point (0xfff00100). Suggested-by: Alexander Graf <agraf@suse.de> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
* Correctly program BAR addresses of PCI devicesHervé Poussineau2014-07-041-1/+6
| | | | | | | | Note that offsets are PReP ones, so this breaks compatibility with hardware which has different values. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
* Increase bios size to 1MBHervé Poussineau2014-03-121-1/+1
| | | | | Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
* Handle .text.startup section in linker scriptAndreas Färber2014-03-121-1/+1
| | | | | | | Fixes the build with GNU binutils 2.19. Reported-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
* Handle .rodata* sections in linker scriptRene Rebe2014-03-121-1/+1
| | | | Make it link at all.
* Complement __powerpc__ with _ARCH_PPCAndreas Färber2014-03-024-5/+5
| | | | | | __powerpc__ does not seem to be defined in recent gcc versions. Signed-off-by: Andreas Färber <andreas.faerber@web.de>
* Fix compilation breaking warningsAlexander Graf2014-03-023-3/+5
| | | | | | | | | | | We compile using -Werror, so warnings cause compile breakage. Unfortunately there are a number of places in the code that trigger warnings. This patch fixes a few simple ones and disables two categories of warnings that would require massive code changes to fix. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
* Fix compilation with biarch compilersAlexander Graf2014-03-024-5/+5
| | | | | | | | When compiling OpenHackWare with a biarch compiler that defaults to ppc64 we need to manually tell the build system to use the 32bit target. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
* ide: Workaround for CD-ROM bootRene Rebe2014-03-021-1/+1
| | | | | | In qemu r3309 j_mayer did some "Quickly hack PowerPC BIOS able to boot on CDROM again.", as I did not feel like disassemble to find out this worked for me for now.
* ohw.diffJocelyn Mayer2014-03-0211-254/+679
|
* Fix typo "usefull"Andreas Färber2014-02-091-1/+1
| | | | | | Prepares for applying ohw.diff from QEMU. Signed-off-by: Andreas Färber <andreas.faerber@web.de>
* Import of openhackware-0.4.1Andreas Färber2010-09-1864-0/+28704