Age | Commit message (Expand) | Author |
2012-11-27 | Add initialization hook for chips | Nico Huber |
2012-11-06 | Drop redundant CHIP_NAME in mainboard.c | Kyösti Mälkki |
2012-11-06 | Add name field for device | Kyösti Mälkki |
2012-10-29 | Drop get_smbios_data from chip_operations | Kyösti Mälkki |
2012-10-27 | Take care of NULL chip_ops->name | Kyösti Mälkki |
2012-08-27 | AMD northbridges: factor out CPU allocation | Kyösti Mälkki |
2012-08-08 | Fix SMBIOS generation | Stefan Reinauer |
2012-08-04 | Make the device tree available in the rom stage | Stefan Reinauer |
2012-08-03 | Fix mainboard level enable_dev() | Kyösti Mälkki |
2012-08-02 | AMD and GFXUMA: move setup_uma_memory() to northbridge | Kyösti Mälkki |
2012-08-01 | Intel Sandybridge: add reserved memory as resources | Kyösti Mälkki |
2012-07-27 | Allocators for different memory regions types | Kyösti Mälkki |
2012-07-20 | Allow shutting down internal graphics if plugin graphics are preferred | Patrick Georgi |
2012-07-16 | Define global uma_memory variables | Kyösti Mälkki |
2012-07-16 | Add global uma_resource() | Kyösti Mälkki |
2012-07-13 | MPTAPLE: generate from devicetree.cb | Sven Schnelle |
2012-04-02 | Add a helper function to determine the number of enabled CPUs | Stefan Reinauer |
2012-03-09 | Add helper function to find a Local APIC by ID in the device tree. | Duncan Laurie |
2011-08-26 | Add automatic SMBIOS table generation | Sven Schnelle |
2011-03-01 | Fix a simple whitespace error in src/include/device/device.h | Sven Schnelle |
2011-03-01 | Add subsystemid option to sconfig | Sven Schnelle |
2010-11-04 | Various cosmetic and coding style fixes in src/devices. | Uwe Hermann |
2010-10-11 | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-05-21 | Use lists instead of arrays for resources in devices to reduce memory usage. | Myles Watson |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-05 | 1. Move run_bios prototype to device.h | Myles Watson |
2009-11-06 | Remove drivers/pci/onboard. The only purpose was for option ROMs, which are | Myles Watson |
2009-10-27 | Improve coreboot build output and eliminate some warnings: | Uwe Hermann |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-10-09 | Add const to get rid of some warnings when passing quoted strings. | Myles Watson |
2009-09-29 | Remove some warnings. | Myles Watson |
2009-07-02 | Move the v3 resource allocator to v2. | Myles Watson |
2009-05-12 | Use the debugging functions to print out the tree and resources. | Myles Watson |
2009-05-11 | Bring v3-style debug output to v2. Fix a minor typo. | Myles Watson |
2009-04-01 | Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should | Stefan Reinauer |
2009-03-13 | This, ladies and gentlement, is commit #4000. | Stefan Reinauer |
2008-10-29 | Support for the Intel ICH7 southbridge. | Stefan Reinauer |
2008-02-01 | This patch fixes the decoding of the IO address range 0x0820->0x0827 into the | Florentin Demetrescu |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2005-07-08 | eric patch | Yinghai Lu |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30 | arch import user (historical) |
2005-01-13 | onboard pci_rom | Yinghai Lu |
2004-12-27 | now rom_address is one of the resources | Li-Ta Lo |
2004-12-03 | i2c mux support | Yinghai Lu |
2004-11-25 | update comment according to the new DOM | Li-Ta Lo |
2004-11-18 | - First stab at getting the ppc ports building and working. | Eric Biederman |
2004-11-04 | - Update abuild.sh so it will rebuild successfull builds | Eric Biederman |
2004-10-30 | - To reduce confuse rename the parts of linuxbios bios that run from | Eric Biederman |
2004-10-21 | - Bump the LinuxBIOS major version | Eric Biederman |
2004-10-20 | Tyan update to work with new CPU Config | Yinghai Lu |
2004-10-16 | - Bump MAX_LINKS to 4 I have actually found an i2c bridge that needs this | Eric Biederman |
2004-10-16 | - First stab at running linuxbios without the old static device tree. | Eric Biederman |
2004-10-16 | - Fix config.g and the hdama config so everthing builds again. | Eric Biederman |
2004-10-14 | - Update the device header files | Eric Biederman |
2004-10-14 | - First pass through with with device tree enhancement merge. Most of the me... | Eric Biederman |
2004-05-07 | change walk_static_devices() to scan_static_bus() | Li-Ta Lo |
2004-04-29 | changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak | Li-Ta Lo |
2004-03-26 | cleanup code to remove warnings | Greg Watson |
2004-03-23 | Doxidization, reformat | Li-Ta Lo |
2004-03-11 | - Moved hlt() to it's own header. | Eric Biederman |
2003-10-11 | - O2, enums, and switch statements work in romcc | Eric Biederman |
2003-09-02 | - 1.1.4 | Eric Biederman |
2003-09-02 | - Major update of the dynamic device tree so it can handle | Eric Biederman |
2003-09-01 | - Updates to config.g so that it works more reliably and has initial support | Eric Biederman |
2003-07-21 | - First pass at s2880 support. | Eric Biederman |
2003-07-17 | - Implement an enable method for pci devices. | Eric Biederman |
2003-06-12 | - Modify the freebios tree so the pci config space api is mostly in sync between | Eric Biederman |
2003-04-24 | - Small step forward Linux boots and almost works... | Eric Biederman |