1. 198d23c crossgcc: Normalize library directories by Patrick Georgi · 12 years ago
  2. 5d01b76 coreinfo: Make better calls to libpayload build scripts by Marc Jones · 12 years ago
  3. bb9490a Clean up libpayload lpgcc and lpas scripts. by Marc Jones · 12 years ago
  4. da1ef02 stddef.h: move to generic code by Stefan Reinauer · 12 years ago
  5. 52db0b9 WIP: Initial ARMv7 architecture implementation in coreboot by Stefan Reinauer · 12 years ago
  6. 509f772 WIP: Add support for non-8250 built-in UARTs by Stefan Reinauer · 12 years ago
  7. bb62634 cbfs_core.h: support for ARMv7 CBFS master header by Stefan Reinauer · 12 years ago
  8. 9fe20cb WIP: Initial support for Samsung Exynos 5250 ARM CPU by Stefan Reinauer · 12 years ago
  9. 747127d Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASH by Marc Jones · 12 years ago
  10. 91f1423 Fix Yabel compilation on non-x86 platforms by Stefan Reinauer · 12 years ago
  11. 4c4dd93 Only include libgcc wrappers on x86 by Stefan Reinauer · 12 years ago
  12. bca9b9d Makefile cosmetics by Stefan Reinauer · 12 years ago
  13. 2110c97 Allow PCI option rom execution only on systems with PCI support by Stefan Reinauer · 12 years ago
  14. 1009907 abuild: Select correct cross compiler for ARMV7 architecture by Stefan Reinauer · 12 years ago
  15. 16bd789 buildgcc: Clean up PATH handling by Stefan Reinauer · 12 years ago
  16. a348d90 buildgcc: drop hack to build gcc trunk versions by Stefan Reinauer · 12 years ago
  17. 969cd93 buildgcc: Remove mingw32 hacks by Patrick Georgi · 12 years ago
  18. 17b24d3 abuild: produce valid junit files by Stefan Reinauer · 12 years ago
  19. 1b0c352 coreinfo: change the foreground/background colors by Dave Frodin · 12 years ago
  20. cbf3d40 Add function to map vendor/device to generic VBIOS IDs by Dave Frodin · 12 years ago
  21. 0a90861 libpayload: Don't let USB/PC/serial keyboards overwrite each other by Dave Frodin · 12 years ago
  22. 67ce04e armv7: use __cpu_to_le32 for endianness of reset vector instruction by David Hendricks · 12 years ago
  23. c2d5a16 Disable CMOS_POST and IO_POST on non-PC80 systems by Stefan Reinauer · 12 years ago
  24. fecd26f crossgcc: Generalize matching for the mingw case by Patrick Georgi · 12 years ago
  25. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  26. c269a9b driver/spi: Add support of MX25L3235D by Zheng Bao · 12 years ago
  27. cb08954 Fix xcompile (again) by Stefan Reinauer · 12 years ago
  28. e42133f Fix xcompile for ARMv7 and our cross toolchain by Stefan Reinauer · 12 years ago
  29. 6edb729 Drop ARCH_ARM in favor of ARCH_ARMV7 by Stefan Reinauer · 12 years ago
  30. 4266b92 crossgcc: Fix buildgcc on Mac OS X by Stefan Reinauer · 12 years ago
  31. 0f5caa2 Conditionally include mc146818rtc in console.c by David Hendricks · 12 years ago
  32. dab4238 crossgcc: Add support for building armv7a toolchain by Stefan Reinauer · 12 years ago
  33. 9b92665 Drop TINY_BOOTBLOCK by Kyösti Mälkki · 12 years ago
  34. efb7940 Add include files for samsung s5p-common by Ronald G. Minnich · 12 years ago
  35. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago
  36. 4b6be98 Change TARGET_I386 to ARCH_X86 by David Hendricks · 12 years ago
  37. 0a92f89 fix #if for target architecture in libpayload by David Hendricks · 12 years ago
  38. 1e75329 Drop boot directory by Stefan Reinauer · 12 years ago
  39. 179206a src/lib/Makefile.inc: Add license header by Stefan Reinauer · 12 years ago
  40. 859e808 Make set_boot_successful depend on PC80_SYSTEM by Stefan Reinauer · 12 years ago
  41. 3d6eb29 Only compile PC80 drivers when CONFIG_PC80_SYSTEM is set by Stefan Reinauer · 12 years ago
  42. 0a97759 cbfstool: Clean up messages by Stefan Reinauer · 12 years ago
  43. 7f934f5 build system: Treat cmos.default as text file by Patrick Georgi · 12 years ago
  44. 8ff97b2 Supermicro h8scm: add agesa version of supermicro by Siyuan Wang · 12 years ago
  45. e7d6f02 AMD SB800: Interrupt routine for PCI slots on Persimmon by Zheng Bao · 12 years ago
  46. fbb5b40 Persimmon: Disable the unused PCI clocks by Dave Frodin · 12 years ago
  47. 7bcffa5 AMD S3: Leverage the public SPI routine by Zheng Bao · 12 years ago
  48. 78a1667 Create a a new configuration variable for PCI by Ronald G. Minnich · 12 years ago
  49. 3665ace libpayload: Remove unused FLAG_USED from memory allocator by Nico Huber · 12 years ago
  50. 0227dec libpayload: Fix lookup by label in CMOS layouts by Nico Huber · 12 years ago
  51. 48e21ec Add mainboard hook to bootblock by Kyösti Mälkki · 12 years ago
  52. f902248 Refactor bootblock initialisation by Kyösti Mälkki · 12 years ago
  53. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  54. 11a20b6 Lumpy: Need byteorder.h in romstage by Stefan Reinauer · 12 years ago
  55. 421288d Make libgcc wrappers arch-specific, add ARMv7 by David Hendricks · 12 years ago
  56. 5367e47 Add dummy Kconfig options for armv7 by David Hendricks · 12 years ago
  57. f2e13b0 Add the maxim MAX77686 power controller. by Ronald G. Minnich · 12 years ago
  58. 6d1fcd5 crossgcc: Only build iasl in acpica. by Zheng Bao · 12 years ago
  59. 9824328 Drop empty mainboard.c by Kyösti Mälkki · 12 years ago
  60. 897aeeb Drop empty mainboard_ops by Kyösti Mälkki · 12 years ago
  61. e773c92 Make mainboard_ops and mainboard.c file optional by Kyösti Mälkki · 12 years ago
  62. 95efb56 pirq_route_irqs is private by Patrick Georgi · 12 years ago
  63. 23547dd Minor changes to .h files for samsung ARM part by Ronald G. Minnich · 12 years ago
  64. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  65. acf4431 add .h files for common exynos 5 by Ronald G. Minnich · 12 years ago
  66. 6e3728b Add .h files for samsung exynos 5250 by Ronald G. Minnich · 12 years ago
  67. bbc880e amdk8/amdfam10: Use CAR_GLOBAL for sysinfo by Patrick Georgi · 12 years ago
  68. 721265b Drop driver-y from GM45/ICH9/RK9 by Stefan Reinauer · 12 years ago
  69. e135ac5 Remove AMD special case for LAPIC based udelay() by Patrick Georgi · 12 years ago
  70. bdc1816 Fix technexion tim5690 board VGA handler by Stefan Reinauer · 12 years ago
  71. 23023a5 Enable the FCH GPP port prior to device enumeration by Dave Frodin · 12 years ago
  72. 8247583 Drop duplicate files that prevent building without ramstage.a by Stefan Reinauer · 12 years ago
  73. f33e395 build system: Split linking into multiple steps by Patrick Georgi · 12 years ago
  74. 79f9010 build system: Add hook to postprocess classes (object lists) by Patrick Georgi · 12 years ago
  75. 6999217 build system: Eliminate special case for c_start by Patrick Georgi · 12 years ago
  76. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  77. 18607f7 Drop ramstage.a by Patrick Georgi · 12 years ago
  78. b6f765e Provide weak empty declarations of all chip_ops used on a board by Patrick Georgi · 12 years ago
  79. 28b900a libpayload: Add _ and + to USB HID keymap by Patrick Georgi · 12 years ago
  80. e3abd3b roda/rk886ex: Correct COMB irq reading / reduce warnings by Nico Huber · 12 years ago
  81. f5e0fd8 roda/rk9: Fix for VGABIOS changes by Patrick Georgi · 12 years ago
  82. b8117b0 SPI/SST: Add OpCode Enable-Write-Status-Register (EWSR) by Zheng Bao · 12 years ago
  83. 1a5301d abuild: only rebuild boards if requested or after a broken build by Patrick Georgi · 12 years ago
  84. 536b53e xcompile: Add missing XGCCPATH by Zheng Bao · 12 years ago
  85. 021b703 roda/rk9: New mainboard by Patrick Georgi · 12 years ago
  86. e72a8a3 intel/i82801ix: new southbridge, ICH9 by Patrick Georgi · 12 years ago
  87. 2efc880 intel/gm45: new northbridge by Patrick Georgi · 12 years ago
  88. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  89. e820e5c Make xcompile support multiple architectures by Ronald G. Minnich · 12 years ago
  90. 534c8a0 Conditionally #include mc1468181rtc if CMOS_POST is enabled by David Hendricks · 12 years ago
  91. 6b908d0 Make POST codes written to IO port optional by David Hendricks · 12 years ago
  92. d5d3406 Remove duplicate VGA BIOS interrupt handlers by Patrick Georgi · 12 years ago
  93. 3c84261 yabel: Use X86_* instead of the more verbose M.x86.REG_* by Patrick Georgi · 12 years ago
  94. 199b09c x86 realmode: Use x86emu register file + defines by Patrick Georgi · 12 years ago
  95. 503af72 x86 realmode: Adapt to x86emu/YABEL style return codes by Patrick Georgi · 12 years ago
  96. 3e77eb6 x86emu: Move realmode handler into own directory by Patrick Georgi · 12 years ago
  97. 6b11c8b crossgcc: update to acpica-20121114 by Idwer Vollering · 12 years ago
  98. 0c2364c libpayload: Fix interrupt-queue cleanup for OHCI by Nico Huber · 12 years ago
  99. b9917c2 libpayload: Rework connection state detection for OHCI by Nico Huber · 12 years ago
  100. be58fee libpayload: Handle errors in UHCI interrupt queues by Nico Huber · 12 years ago