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