1. 0c152cf src: Remove unused include device/pnp_def.h by Elyes HAOUAS · 6 years ago
  2. 4513020 cpu/intel: Use the common code to initialize the romstage timestamps by Arthur Heymans · 6 years ago
  3. 6267f5d sb/intel/i82801gx: Autodisable functions based on devicetree by Arthur Heymans · 6 years ago
  4. f765d4f src: Remove unneeded include <lib.h> by Elyes HAOUAS · 6 years ago
  5. 81dd52b intel/i945: Factor out ram init time stamps by Paul Menzel · 8 years ago
  6. e308cc6 mb: Get rid of unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  7. b451df2 mb/*/*/romstage.c: Clean up targets with i82801gx by Arthur Heymans · 7 years ago
  8. 62902ca sb/ich7: Use common/gpio.h to set up GPIOs by Arthur Heymans · 8 years ago
  9. 6c20b65 intel/i945 boards: Add romstage time stamps by Paul Menzel · 8 years ago
  10. 63028fd mainboard/roda/rk886ex: transition away from device_t by Antonello Dettori · 8 years ago
  11. ec16e93 mainboard/roda: Use C89 comments style & remove commented code by Elyes HAOUAS · 8 years ago
  12. a5aad2e src/mainboard/lenovo-winent: Add space around operators by Elyes HAOUAS · 8 years ago
  13. 15fa992 intel/model_6ex: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  14. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  15. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  16. 77757c2 mainboard/*/romstage.c: Sanitize system header inclusions by Edward O'Callaghan · 10 years ago
  17. 4aad743 i82801gx: Enable upper CMOS in bootblock. by Vladimir Serbinenko · 10 years ago
  18. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  19. 5560188 i945: consolidate sb & nb early inits by Vladimir Serbinenko · 10 years ago
  20. a0a3727 intel/cpu: rename car.h to romstage.h by Aaron Durbin · 10 years ago
  21. 1ab2027 Intel: Add common header file for CAR setup by Edward O'Callaghan · 10 years ago
  22. 206f370 i945 boards: Drop disabled ram_check() calls by Kyösti Mälkki · 10 years ago
  23. 12d681b intel/i945 gm45: Use acpi_s3_resume_allowed() by Kyösti Mälkki · 10 years ago
  24. 2d8520b CBMEM: Replace cbmem_initialize() with cbmem_recovery() by Kyösti Mälkki · 11 years ago
  25. a7c9611 intel/i945 boards: Add EARLY_CBMEM_INIT by Kyösti Mälkki · 11 years ago
  26. d50cdf1 CBMEM: Drop parameter from cbmem_reinit() by Kyösti Mälkki · 11 years ago
  27. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  28. 4c2bfb6 remove usbdebug.h include from mainboard/romstage code by Sven Schnelle · 13 years ago
  29. d8c68a9 i82801gx: replace cafed00d/cafebabe by defines by Sven Schnelle · 13 years ago
  30. b251753 Change read_option() to a macro that wraps some API uglyness by Patrick Georgi · 13 years ago
  31. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  32. b3ae186 * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value by Stefan Reinauer · 13 years ago
  33. 541269b [i945] Add SPD adress mapping by Sven Schnelle · 13 years ago
  34. a470019 Add a new CMOS variable which triggers activation of the by Patrick Georgi · 14 years ago
  35. ef32965 Improved GPIO setup for roda/rk886ex, and some documentation by Patrick Georgi · 14 years ago
  36. 475916d Compile cbmem.c instead of including it in romstage, by Rudolf Marek · 14 years ago
  37. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  38. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  39. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  40. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  41. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  42. 77d6683 Move several i945 config #defines from romstage.c to Kconfig. by Patrick Georgi · 14 years ago
  43. f14c919 Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). by Uwe Hermann · 14 years ago
  44. 370d979 Various USB Debug Port fixes (trivial). by Uwe Hermann · 14 years ago
  45. bc8613e Fix i945 based boards by Stefan Reinauer · 14 years ago
  46. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  47. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  48. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 14 years ago
  49. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  50. bf264e9 i945: by Stefan Reinauer · 14 years ago
  51. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  52. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  53. 3e1f524 by Stefan Reinauer · 14 years ago
  54. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  55. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  56. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  57. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  58. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  59. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  60. 8a7d34b fix builds... by Stefan Reinauer · 14 years ago
  61. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago[Renamed from src/mainboard/roda/rk886ex/auto.c]
  62. 838c5a5 Add support for the Roda RK886EX a.k.a Rocky III+ ruggedised notebook by Stefan Reinauer · 15 years ago