seabios.git
2009-09-09 Kevin O'ConnorRename VAR16_32 to VAR16VISIBLE.
2009-09-09 Kevin O'ConnorPrep version id for next release.
2009-09-09 Kevin O'ConnorNote version 0.4.2.
2009-08-30 Kevin O'ConnorRamdisk cleanups.
2009-08-30 Kevin O'ConnorCleanups for malloc code.
2009-08-23 Kevin O'ConnorAdd defines for floppy constants.
2009-08-23 Kevin O'ConnorAdd initial support for PMM allocations of permanent...
2009-08-19 Kevin O'ConnorMerge cdrom 13xx handlers with main disk 13xx handlers.
2009-08-19 Kevin O'ConnorFix bug causing layoutrom.py to break if no rodata...
2009-08-19 Kevin O'ConnorUpdate todo.
2009-08-19 Kevin O'ConnorFurther simplify cbfs functions - don't pass iscomp...
2009-08-19 Kevin O'ConnorWork around qemu quirk - dh not reset on ata drive...
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-17 Kevin O'ConnorRework coreboot cbfs interface for added flexibility.
2009-08-16 Kevin O'ConnorUnify floppy and harddrive command routing.
2009-08-16 Kevin O'ConnorUnify some floppy and disk functions.
2009-08-16 Kevin O'ConnorChange send_disk_op() to return the bios status code.
2009-08-16 Kevin O'ConnorEnhance boot menu to allow selection of floppy to boot...
2009-08-16 Kevin O'ConnorAdd floppy controllers to "drives" list also.
2009-08-12 Kevin O'ConnorStore cdrom emulated driveid directly.
2009-08-12 Kevin O'ConnorUse variable name "driveid" consistently (instead of...
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-08-12 Kevin O'ConnorMinor - remove ATA specific version field from ATA...
2009-08-12 Kevin O'ConnorDensely populate ATA.devices list.
2009-08-10 Kevin O'ConnorMisc ATA cleanups.
2009-08-10 Kevin O'ConnorAdd helper macros for defining GDT descriptors.
2009-08-09 Kevin O'ConnorRoute disk_op commands by drive type - not by command.
2009-08-09 Kevin O'ConnorRemove unused cdemu ATA code.
2009-08-09 Kevin O'ConnorImplement cdrom disk emulation at high-level instead...
2009-08-09 Kevin O'ConnorUpdate tools/checkstack.py - new compilers set %ebp...
2009-08-09 Kevin O'ConnorSeparate cdemu disk accesses from regular disk accesses.
2009-08-09 Kevin O'ConnorUse regular CD reading to load initial CDROM boot image.
2009-08-02 Kevin O'ConnorAdd option CONFIG_SCREEN_AND_DEBUG to control printf...
2009-08-02 Kevin O'ConnorFix some PMM corner-cases.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-31 Kevin O'ConnorUpdate TODO items.
2009-07-30 Kevin O'ConnorAdd auto-generated version info to each build.
2009-07-29 Kevin O'ConnorMinor - breakup mptable allocation into two calls.
2009-07-29 Kevin O'Connormptable and madt irq override
2009-07-29 Kevin O'ConnorFix coreboot bios table copying by delaying to after...
2009-07-26 Kevin O'ConnorAdd PMM stubs.
2009-07-26 Kevin O'ConnorAdd support for enabling ram in 0xc0000-0xf0000 area.
2009-07-25 Kevin O'ConnorUpdate TODO items.
2009-07-25 Kevin O'ConnorAdd malloc_high/fseg() and rework bios table creation...
2009-07-25 Kevin O'ConnorWhen enabling write access to 0xf0000, just copy from...
2009-07-19 Kevin O'ConnorOnly run the vga option rom of an enabled vga device.
2009-07-19 Kevin O'ConnorExpand int155f "vgahook" detection.
2009-07-14 Kevin O'ConnorUpdate todo list.
2009-07-14 Kevin O'ConnorMinor - clarify intermediate object file names.
2009-07-14 Kevin O'ConnorCleanup serial and lpt timers.
2009-07-12 Kevin O'ConnorDelay fdpt pointer setting in ebda to drive map stage.
2009-07-12 Kevin O'ConnorAdd u64 cast to READ64_SEG() macro to fix vga compiling.
2009-07-04 Kevin O'ConnorUse "p->sum -= checksum()" style for setting checksums.
2009-07-04 Kevin O'ConnorAdd option for running vga rom during s3 resume.
2009-07-04 Kevin O'ConnorOptionrom code cleanup.
2009-07-01 Kevin O'ConnorRework READ64_SEG macro to prevent spurious warning...
2009-07-01 Kevin O'ConnorAdd descriptions to the gcc tests in tools/test-gcc.sh.
2009-06-26 Kevin O'ConnorEnhance gcc test for visible variables with -fwhole...
2009-06-23 Kevin O'ConnorDon't use "objcopy --extract-symbol" - old binutils...
2009-06-23 Kevin O'ConnorMinor - remove VAR16_32 from extern declaration in...
2009-06-21 Kevin O'ConnorRemove 0x09 as a normal post code (forward port from...
2009-06-21 Kevin O'ConnorForward port bochs pci changes.
2009-06-21 Kevin O'ConnorForward port bochs smp changes; rename smpdetect.c...
2009-06-18 Kevin O'ConnorSupport running non-pci specific vga option roms from...
2009-06-18 Kevin O'ConnorAvoid makefile "else ifeq" syntax - old versions don...
2009-06-16 Kevin O'ConnorMake sure memcpy() works in 16bit mode also.
2009-06-16 Kevin O'ConnorFix compile of smpdetect - last commit missed an include.
2009-06-16 Kevin O'ConnorUnify mode16/32 compiler checks.
2009-06-16 Kevin O'ConnorMinor - clarify disabling "-combine" warning.
2009-06-16 Kevin O'ConnorAvoid -fwhole-program on broken gcc instead of stopping...
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-06-11 Kevin O'ConnorDo garbage collection of unused sections.
2009-06-11 Kevin O'Connorcheckstack.py should not match pushaw on stack usage...
2009-06-11 Kevin O'ConnorTry to check for IDE drive 0 responding to drive 1...
2009-06-01 Kevin O'ConnorVGA: Move direct in/out calls out of vgafb.c.
2009-06-01 Kevin O'ConnorVGA: Comment and name update.
2009-06-01 Kevin O'ConnorVGA: Arrange screen writing functions to minimize stack.
2009-06-01 Kevin O'ConnorVGA: Reduce stack usage.
2009-06-01 Kevin O'ConnorVGA: No need to scroll multiple times when writing...
2009-05-31 Kevin O'ConnorVGA: Further simplify scrolling code.
2009-05-31 Kevin O'ConnorVGA: Simplify scrolling implementation.
2009-05-31 Kevin O'ConnorVGA: Fix bad commit to vgafb.c - missing '}'.
2009-05-31 Kevin O'ConnorVGA: Define clear_screen in terms of memmodel.
2009-05-31 Kevin O'ConnorVGA: Breakup biosfn_scroll.
2009-05-30 Kevin O'ConnorFix typo in irqentryarg declaration.
2009-05-28 Kevin O'ConnorIn register dump, show %esp - not address of regs.
2009-05-28 Kevin O'ConnorKeep relocated 16bit code so checkstack can use it.
2009-05-26 Kevin O'ConnorVGA: Move cursor setting out of biosfn_write_teletype.
2009-05-26 Kevin O'ConnorVGA: Remove recursion from biosfn_write_teletype().
2009-05-26 Kevin O'ConnorVGA: Simplify vgafb_write/read_char.
2009-05-26 Kevin O'ConnorVGA: Remove vmode_g->class - store info in vmode_g...
2009-05-25 Kevin O'ConnorVGA: Use struct for car/attr/WITH_ATTR.
2009-05-25 Kevin O'ConnorVGA: Combine x/y/page into one parameter.
2009-05-25 Kevin O'ConnorVGA: Inline biosfn_set_video_mode() into its only caller.
2009-05-25 Kevin O'ConnorVGA: Replace biosfn_load_text_* with vgafb_load_font().
2009-05-25 Kevin O'ConnorVGA: Factor out hardware accesses from biosfn_set_video...
2009-05-25 Kevin O'ConnorVGA: Minor - improve indentation of palette structs.
2009-05-25 Kevin O'ConnorVGA: Inline several functions in vga.c.
2009-05-24 Kevin O'ConnorAdd delay when changing drive on ide.
2009-05-23 Kevin O'ConnorEliminate "_code32_" prefix on 32bit symbols referenced...
next