1. 38c13b5 device/pnp_device: Remove return statement from void function by Elyes Haouas · 11 months ago
  2. 04c3b5a src/device: Clean up includes by Elyes Haouas · 1 year, 9 months ago
  3. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  4. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  5. bb8d00d device/pnp: Always provide `pnp_unset_and_set_config` by Angel Pons · 3 years, 1 month ago
  6. 6e016f0 device/pnp: add register PNP_IO4 by Michael Niewöhner · 3 years, 7 months ago
  7. 4b683b8 src: Remove redundant <device/pnp_def.h> by Elyes HAOUAS · 3 years, 10 months ago
  8. 79a3de1 src/{device,include}: Use PNP_IDX_EN instead of magic number by Elyes HAOUAS · 3 years, 11 months ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  10. c74dae9 src/device: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  11. 24d0ed7 device/pnp_device: improve warning/error messages by Felix Held · 4 years, 6 months ago
  12. 7db16dd superio/common/conf_mode: Add op to write SSDT by Patrick Rudolph · 4 years, 7 months ago
  13. b12c276 src/{drivers,device,ec}: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  14. 7b7bc59 device/pnp: introduce and use PNP_SKIP_FUNCTION by Felix Held · 4 years, 7 months ago
  15. 495bb66 src: Capitalize Super I/O by Elyes HAOUAS · 4 years, 10 months ago
  16. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  17. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  18. a662777 pnp_device: don't treat missing PNP_MSC devicetree entry as error by Felix Held · 6 years ago
  19. f2ec648 device/pnp_device: rewrite pnp_get_ioresource by Felix Held · 6 years ago
  20. 745e58a pnp_device: improve readability by Felix Held · 6 years ago
  21. b77cf62 src/device/pnp_device.c: Get rid of device_t by Elyes HAOUAS · 6 years ago
  22. 7daac91 device/pnp: remove struct io_info by Samuel Holland · 7 years ago
  23. 62c0276 device/pnp: Ability to set vendor specific logical device config by Damien Zammit · 9 years ago
  24. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  25. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  26. 0108b93 pnp: Allow setting of misc register 0xf4 in device tree by Stefan Reinauer · 11 years ago
  27. 08ba7d0 pnp: Allow setting of misc register 0xfa in device tree by Stefan Reinauer · 11 years ago
  28. dd4715b pnp: Implement common handling for PnP config modes by Nico Huber · 11 years ago
  29. f898f7b pnp: Provide alternative pnp_enable() implementation by Nico Huber · 11 years ago
  30. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  31. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/pnp_device.c]
  32. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  33. 5161509 printf: Remove some L modifier uses by Patrick Georgi · 12 years ago
  34. aeead27 Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot if by Stefan Reinauer · 13 years ago
  35. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  36. d453dd0 Cosmetics and coding style fixes in devices/*. by Uwe Hermann · 14 years ago
  37. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  38. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  39. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  40. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  41. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  42. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 15 years ago
  43. b05d4bb I'm attaching the patch which should fix both problems. Fix the by Rudolf Marek · 16 years ago
  44. 623df67 Some SIO/PNP devices are abusing register 0x30 for multiple LDN enables, like by Rudolf Marek · 16 years ago
  45. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
  46. aa4bedf Generic driver for pretty much all known Standard Microsystems Corporation by Uwe Hermann · 17 years ago
  47. b80dbf0 Add explicit license headers to all files in src/device. by Uwe Hermann · 17 years ago
  48. 740bb2a Correct transposed arguments in pnp_set_drq(). by Steven J. Magnani · 19 years ago
  49. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  50. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  51. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  52. 03acab6 - Updates for 64bit resource support, handling missing devices and cpus in the config file by Eric Biederman · 20 years ago
  53. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  54. 9f0d0f9 rename walk_static_devices by Li-Ta Lo · 20 years ago
  55. 75337f7 code reformat, fixed a bug in set/unset logical operation by Li-Ta Lo · 20 years ago
  56. 69c5a90 changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak by Li-Ta Lo · 20 years ago
  57. c6bcedb yhlu's pnp patch by Li-Ta Lo · 20 years ago
  58. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago