1. 8e1f908 AMD geode: Avoid conflicting main() declaration by Kyösti Mälkki · 7 years ago
  2. f4df9d1 mainboard/*/*/irq_tables.c: Use tabs for indents by Elyes HAOUAS · 8 years ago
  3. d23ee5d mainboard: Clean up boot_option/reboot_bits in cmos.layout by Nico Huber · 8 years ago
  4. 5276941 AMD boards: Fix romstage main() declaration by Kyösti Mälkki · 8 years ago
  5. 8a3ff6a mainboard: Remove empty mainboard.c files by Paul Menzel · 9 years ago
  6. 2439132 mainboard: Remove last_boot NVRAM option by Timothy Pearson · 9 years ago
  7. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  8. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  9. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  10. 139e106 kconfig: automatically include mainboards by Stefan Reinauer · 9 years ago
  11. 94efd19 mainboard/cmos: Kill off unused boot_* parameters by Timothy Pearson · 9 years ago
  12. c0ae684 mainboard/cmos: Move ECC variables out of fallback mechanism byte by Timothy Pearson · 9 years ago
  13. 9b68f05 mainboard/cmos: Delete obsolete commented parameters by Timothy Pearson · 9 years ago
  14. 069f476 mainboard: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  15. 77757c2 mainboard/*/romstage.c: Sanitize system header inclusions by Edward O'Callaghan · 10 years ago
  16. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  17. a0a3727 intel/cpu: rename car.h to romstage.h by Aaron Durbin · 10 years ago
  18. 1ab2027 Intel: Add common header file for CAR setup by Edward O'Callaghan · 10 years ago
  19. cb70f79 mainboard: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  20. 7974471 mainboard: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  21. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  22. 4333071 board-status: Add board_info.txt extracted from wiki. by Vladimir Serbinenko · 10 years ago
  23. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  24. 528640d mainboard.c: Name enable_dev function uniformly `mainboard_enable` by Paul Menzel · 11 years ago
  25. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  26. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  27. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  28. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  29. 188e3c2 Drop mainboard chip.h by Stefan Reinauer · 12 years ago
  30. 472efa6 Remove whitespace. by Patrick Georgi · 12 years ago
  31. 7916f4c AMD Geode cpus: apply un-written naming rules by Kyösti Mälkki · 12 years ago
  32. d0ac789 Update geode GX2 tree to match LX. by Nils Jacobs · 13 years ago
  33. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  34. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  35. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  36. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  37. 84be0f5 -Change the remaining GLIU1 port 5 register names from VIP (Video Input Port) by Nils Jacobs · 14 years ago
  38. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  39. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  40. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  41. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  42. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  43. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  44. eca3280 Add Kconfig CPU speed selection to Geode GX2 boards. by Nils Jacobs · 14 years ago
  45. f29b3b6 GX2: Define the unused DIMM1 to 0xFF to make it obvious it is a bogus value. by Nils Jacobs · 14 years ago
  46. 76890dd Change Geode GX2 to use the auto DRAM detect code from Geode LX. by Nils Jacobs · 14 years ago
  47. 51eafde Enable or disable the power button in Kconfig by Peter Stuge · 14 years ago
  48. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  49. 768d8ea Move CAR config from mainboard to CPU config for AMD GX2 boards. by Warren Turkal · 14 years ago
  50. c679ab5 RAMBASE = 0x4000 is no longer needed. Drop it. by Stefan Reinauer · 14 years ago
  51. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  52. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  53. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  54. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  55. bba0d76 Let Geode GX2 use geode_post_code.h just like Geode LX by Nils Jacobs · 14 years ago
  56. e474070 This patch converts the Geode GX2 boards to CAR. by Nils Jacobs · 14 years ago
  57. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  58. 2305f74 Move CS5535 specific setup from GX2 driver to CS5535. by Stefan Reinauer · 14 years ago
  59. 1e211327 This patch cleanes up the Wyse S50 port and unifies the memmory regions by Nils Jacobs · 14 years ago
  60. bf9e538 Remove pc80/serial.c includes in ROMCC boards and include by Patrick Georgi · 14 years ago
  61. d37ce2e Add the Wyse S50 thin client to Coreboot. by Nils Jacobs · 14 years ago