summaryrefslogtreecommitdiff
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* nvram: ensure that NVRAM configuration is separate from NVRAM node creationMark Cave-Ayland2019-08-181-4/+1
* nvram: convert to use BIND_NODE_METHODS() macroMark Cave-Ayland2019-08-181-2/+30
* all: gcc 9 build fixesMark Cave-Ayland2019-08-181-1/+1
* pc-parts: allow successful detection of PReP boot partitionsMark Cave-Ayland2018-05-261-0/+10
* pci: add dma-* call-parent chain to all PCI devices and bridgesMark Cave-Ayland2018-05-261-0/+39
* mac-parts.c: restrict checking of partition status flags to CHRP partitions onlyMark Cave-Ayland2017-02-111-22/+19
* bootcode_load.c: use new get-bootcode-info plus minor bootcode fixesMark Cave-Ayland2014-03-091-4/+6
* mac-parts.c: introduce new get-bootcode-info wordMark Cave-Ayland2014-03-091-10/+34
* mac-parts.c: prevent hang when opening partition without valid filesystemMark Cave-Ayland2014-03-091-0/+6
* sun-parts.c: only interpose ufs-file-system if an argument (filename) is spec...Mark Cave-Ayland2013-12-161-1/+1
* load.c: fix Forth stack underflowMark Cave-Ayland2013-12-101-11/+0
* video: move all non MOL-specific code from molvideo.c to vga.fsMark Cave-Ayland2013-08-192-64/+16
* console: remove libopenbios/console.hMark Cave-Ayland2013-07-271-1/+0
* video_common.c: move colour palette code into individual devicesMark Cave-Ayland2013-07-271-4/+15
* video_common.c: remove the video_get_res() functionMark Cave-Ayland2013-07-271-4/+2
* video_common.c: unify the video_info structure with ForthMark Cave-Ayland2013-07-271-8/+8
* video_common.c: Move osi_fb_info_t struct contents directly into the video_in...Mark Cave-Ayland2013-07-271-8/+8
* video_common.c: rename get_color() and set_color() functionsMark Cave-Ayland2013-07-271-2/+2
* video_common.c: move startup_splash() and refresh_palette() to packages/molvi...Mark Cave-Ayland2013-07-271-2/+69
* packages: rename video.c to molvideo.c ready for MOL-specific video routinesMark Cave-Ayland2013-07-272-9/+16
* load: fix generation of /chosen bootpath propertyMark Cave-Ayland2013-06-281-29/+14
* video_common.c: create low-level video_fill_rect() function.Mark Cave-Ayland2013-06-091-13/+0
* video: Create tcx.fs and vga.fs to simulate Fcode video initialisation code.Mark Cave-Ayland2013-06-091-15/+0
* video_common.c: Move primitive graphic operations into libopenbios/video_comm...Mark Cave-Ayland2013-06-091-195/+1
* video: Create new video_common.c file for shared video primitive routines.Mark Cave-Ayland2013-06-091-54/+1
* disk-label.c: Fix opening of raw block devicesMark Cave-Ayland2013-04-211-49/+56
* sun-parts.c: Fix NULL-dereferencing in sunparts_openArtyom Tarasenko2013-04-061-1/+1
* loader: implement new loader type for CHRP/Apple partition bootcode (%BOOT)Mark Cave-Ayland2013-04-051-9/+7
* mac-parts.c: Fix auto-partition selection for the dir word.Mark Cave-Ayland2013-03-221-5/+5
* mac-parts.c: Fix /packages/mac-parts boot when the package arguments are empty.Mark Cave-Ayland2013-02-271-2/+2
* video.c: Fix compilation when CONFIG_DEBUG_CONSOLE_VIDEO is set to false.Olivier DANET2013-01-161-0/+2
* video.c: Fix incorrect sized type in fill_rect().Olivier DANET2013-01-161-1/+1
* mac-parts.c: Update bootpath to reflect the chosen partition if unspecified.Mark Cave-Ayland2013-01-131-1/+31
* Switch partition argument parsing to use left-parse-string as per CHRP bindings.Mark Cave-Ayland2013-01-133-109/+63
* mac-parts.c: Add Apple_Bootstrap to partition types considered for Mac boot.Mark Cave-Ayland2013-01-121-0/+1
* video.c: Place framebuffer address in frame-buffer-adrWilliam Hahne2012-12-131-0/+3
* Rework mac-parts.c to use CHRP-compliant partition search, followed by Apple ...Mark Cave-Ayland2012-12-071-78/+113
* Fix dir cd:,\ (no partition specified) when reading from Mac partitions.Mark Cave-Ayland2012-11-241-4/+3
* SPARC64: Remove majority of the video initialisation hack.Mark Cave-Ayland2012-04-281-15/+21
* Fix some memory leaksBlue Swirl2011-01-081-0/+1
* Don't assume that pointer and cell size are identical, part 1Andreas Färber2010-10-256-14/+14
* Fix warnings from GCC 4.6.0Blue Swirl2010-10-031-0/+6
* Avoid a lot of malloc/free trafficBlue Swirl2010-09-291-4/+3
* video: improve boundary checkingBlue Swirl2010-09-291-1/+5
* disk-label: fix memory leakagesBlue Swirl2010-09-281-5/+2
* sun-parts: fix memory leakagesBlue Swirl2010-09-281-6/+10
* The Solaris 9 Fcode boot block relies on the assumption that Sun's OpenBOOT w...Mark Cave-Ayland2010-08-221-0/+14
* sparc: fix partition probe, try two partitionsBlue Swirl2010-08-091-4/+4
* sun-parts: fix id and flag sizesBlue Swirl2010-08-071-7/+8
* Improve packages/mac-parts partition detection for the cases where no partiti...Mark Cave-Ayland2010-08-041-19/+31