Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


HVM configuration logic (create mptables, acpi tables, etc, based on ROS config)
[palacios.git] / palacios / src / devices / nvram.c
2015-03-23 Peter Dinda HVM configuration logic (create mptables, acpi tables...
2013-12-22 Peter Dinda Boot sequenece selection for nvram
2013-08-04 Alexander Kudryavtsev added high memory capacity to NVRAM memory space
2013-05-28 Peter Dinda Lock bugfixes - missing lock deinits This also adds...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-02-17 Alexander Kudryavtsev Handle NMI-disabled write to NVRAM address register
2011-06-30 Peter Dinda NVRAM fixes: corrections in memory setup for tiny ...
2011-05-25 Jack Lange fixed BCD/binary mode flag that was causing the cmos...
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-15 Peter Dinda Corrected RTC timer bug (nvram)
2011-04-14 Lei Xia Fix to the time period calculation
2011-03-10 Peter Dinda More nvram cleanup
2011-03-10 Peter Dinda Converted NVRAM RTC to use timers instead of the host...
2011-01-11 Erik van der Kouwe NVRAM seems to contain two century bytes. This patch...
2010-11-29 Erik van der Kouwe This patch computes the CMOS checksum after initializin...
2010-11-26 Erik van der Kouwe NVRAM keeps a reference to IDE to query its geometry...
2010-11-26 Erik van der Kouwe OpenBSD reads the century byte, which wasn't being...
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Jack Lange changed device registration interface
2010-11-22 Jack Lange reworked device IO hook framework
2010-08-13 Jack Lange change to device configuration syntax
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-01 Jack Lange integrated new configuration system
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-07-25 Jack Lange Update to the device framework.
2009-06-13 Jack Lange added locking operations to devices interfacing with...
2009-04-09 Jack Lange functional DMA reads for IDE disks
2009-03-03 Jack Lange reformatted device source files
2009-02-24 Jack Lange cleanup
2009-02-20 Jack Lange Kevin Pedretti: memory calculation fix
2009-02-19 Jack Lange added configurable memory sizes
2009-01-28 Jack Lange fixed debug print syntax errors
2008-10-30 Jack Lange added mem_size config variable
2008-10-17 Jack Lange more cleanup
2008-10-16 Jack Lange large scale namespace changes
2008-10-15 Jack Lange updated devices to use new host event interface
2008-10-03 Jack Lange added new copyright and license
2008-10-02 Jack Lange trying to deal with nvram bug, disabled for now
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-16 Jack Lange *** empty log message ***
2008-07-28 Peter Dinda Added RTC functionality (including interrupt injection...
2008-07-21 Jack Lange added new debugging directives
2008-07-21 Jack Lange changed debug output to be more granular
2008-07-21 Jack Lange increased memory to 128 MB
2008-07-15 Peter Dinda Switched back to two floppies in floppy+equipment bytes
2008-07-14 Jack Lange *** empty log message ***
2008-07-02 Peter Dinda Updated to include improved 8254
2008-06-06 Peter Dinda Working odin - x86 only - do 0 and then F5 to avoid...
2008-05-13 Jack Lange lots of changes...
2008-05-06 Jack Lange booting geekos up to the timer initialization
2008-05-02 Peter Dinda nvram updated to provide typical IBM PC data
2008-04-16 Jack Lange something that sort of works more than it did previousl...
2008-04-15 Jack Lange moved over the a real linked list implementation
2008-04-14 Jack Lange added full device support
2008-04-12 Peter Dinda Added devices, device manager, and nvram device