Age | Commit message (Expand) | Author |
2012-07-27 | Allocators for different memory regions types | Kyösti Mälkki |
2012-07-16 | Change uma_resource() to use new type IORESOURCE_UMA_FB. | 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-07-10 | Use dev_lock for alloc_find_dev() | Kyösti Mälkki |
2012-04-02 | Add a helper function to determine the number of enabled CPUs | Stefan Reinauer |
2012-03-24 | printf: Remove some L modifier uses | Patrick Georgi |
2012-03-09 | Add helper function to find a Local APIC by ID in the device tree. | Duncan Laurie |
2012-03-09 | Don't try to compute I/O for empty sub buses. | Stefan Reinauer |
2010-11-04 | Various cosmetic and coding style fixes in src/devices. | Uwe Hermann |
2010-10-17 | Various Doxygen comment fixes, typo fixes, etc. | Uwe Hermann |
2010-10-11 | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-06-02 | Fix hard-coded log levels. | 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-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2009-10-29 | Split a print statement that called dev_path twice, and add a warning comment. | Myles Watson |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-07-02 | Move the v3 resource allocator to v2. | Myles Watson |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-05-28 | Make memmove copy (dev->resources -i) resource structs instead of | Myles Watson |
2009-05-11 | Bring v3-style debug output to v2. Fix a minor typo. | Myles Watson |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-02-09 | Remove some warnings, mainly from format strings which didn't match the | Myles Watson |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |
2007-10-23 | fix a whole bunch of warnings. (trivial) | Stefan Reinauer |
2007-10-16 | Add resource size and resource granularity reporting to device_util.c. | Carl-Daniel Hailfinger |
2007-04-22 | Add explicit license headers to all files in src/device. | Uwe Hermann |
2006-10-04 | CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in | Yinghai Lu |
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) |
2004-12-27 | clean up VGA and Expansion ROM support | Li-Ta Lo |
2004-11-18 | - First stab at getting the ppc ports building and working. | Eric Biederman |
2004-10-30 | - To reduce confuse rename the parts of linuxbios bios that run from | Eric Biederman |
2004-10-16 | - First stab at running linuxbios without the old static device tree. | Eric Biederman |
2004-10-14 | - Updates for 64bit resource support, handling missing devices and cpus in th... | Eric Biederman |
2004-10-14 | - First pass through with with device tree enhancement merge. Most of the me... | Eric Biederman |
2004-05-07 | code reformat, doxidization | Li-Ta Lo |
2004-03-23 | Doxidization, reformat | Li-Ta Lo |
2004-03-11 | - Moved hlt() to it's own header. | Eric Biederman |
2003-12-17 | Don't compare low 8 bits, which are revision. | Greg Watson |
2003-10-11 | - O2, enums, and switch statements work in romcc | Eric Biederman |
2003-09-02 | - Major update of the dynamic device tree so it can handle | Eric Biederman |
2003-04-24 | - Small step forward Linux boots and almost works... | Eric Biederman |
2003-04-22 | - Initial checkin of the freebios2 tree | Eric Biederman |