1. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  2. 80c79a5 device/device.h: Drop multiple links by Arthur Heymans · 11 months ago
  3. a9dd3c3 lib/version: Move board identification strings by Kyösti Mälkki · 1 year, 7 months ago
  4. 3e4a14e1 device: Export enable_static_device() function by Duncan Laurie · 3 years, 9 months ago
  5. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  6. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  7. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  8. c74dae9 src/device: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  9. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  10. a89c82e device/root_device: Consolidate common _scan_bus() functions by Nico Huber · 7 years ago
  11. f7ed3d4 device: Rename scan_static_bus() -> enable_static_devices() by Nico Huber · 5 years ago
  12. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  13. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  14. 4f32b64 reset: Provide new single-function reset API by Nico Huber · 6 years ago
  15. bae9f85 devicetree: Add USB device type by Duncan Laurie · 6 years ago
  16. 6e019d8 device/root_device.c: Get rid of device_t by Elyes HAOUAS · 6 years ago
  17. aa090cb device: acpi_name() should take a const struct device by Aaron Durbin · 7 years ago
  18. 4e08479 device: Add scan_generic_bus support by Furquan Shaikh · 7 years ago
  19. d9af3ce device: Add an ACPI device name and path concept to devices by Duncan Laurie · 8 years ago
  20. 4650f5b sconfig: Add a new generic device type by Duncan Laurie · 8 years ago
  21. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  22. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  23. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago
  24. cd37a2b devicetree: Rename unused parameter to passthru by Kyösti Mälkki · 9 years ago
  25. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  26. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  27. 85756c1 devicetree: Drop dummy root_dev ops by Kyösti Mälkki · 9 years ago
  28. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  29. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/root_device.c]
  30. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  31. d453dd0 Cosmetics and coding style fixes in devices/*. by Uwe Hermann · 14 years ago
  32. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  33. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  34. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  35. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  36. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  37. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  38. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  39. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  40. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
  41. b80dbf0 Add explicit license headers to all files in src/device. by Uwe Hermann · 17 years ago
  42. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  43. 98d0d30 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30 by arch import user (historical) · 19 years ago
  44. 2305364 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10 by arch import user (historical) · 19 years ago
  45. 3a81285 allocating resource for legacy VGA frame buffer, it is not 100% by Li-Ta Lo · 20 years ago
  46. 0493069 update comment according to the new DOM by Li-Ta Lo · 20 years ago
  47. f8a2ddd - To reduce confuse rename the parts of linuxbios bios that run from by Eric Biederman · 20 years ago
  48. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  49. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  50. 03acab6 - Updates for 64bit resource support, handling missing devices and cpus in the config file by Eric Biederman · 20 years ago
  51. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  52. 9f0d0f9 rename walk_static_devices by Li-Ta Lo · 20 years ago
  53. fb4c50f code reformat, doxidization by Li-Ta Lo · 20 years ago
  54. 9782f75 code refromat, doxidization by Li-Ta Lo · 20 years ago
  55. 69c5a90 changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak by Li-Ta Lo · 20 years ago
  56. e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
  57. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  58. 99dcf23 The epia now works. by Ronald G. Minnich · 21 years ago
  59. e9a271e3 - Major update of the dynamic device tree so it can handle by Eric Biederman · 21 years ago