1. 644e83b speedstep: Deduplicate some MSR identifiers by Patrick Georgi · 12 years ago
  2. dbc6ca7 romcc: Use default romcc flags for most boards by Patrick Georgi · 12 years ago
  3. f03d22e romcc: Don't use user overridable romcc flags for bootblock by Patrick Georgi · 12 years ago
  4. 4610247 cbfstool: Handle alignment in UEFI payloads by Patrick Georgi · 12 years ago
  5. 408aefd cbfstool: Fix crash on image without bootblock in end of ROM. by Hung-Te Lin · 12 years ago
  6. 1c270b1 armv7: update coreboot tables for armv7 by David Hendricks · 12 years ago
  7. 896edc2 snow: do something useful in ramstage() by David Hendricks · 12 years ago
  8. b73d904 armv7/snow: add BL1_SIZE_KB and get rid of magic constants by David Hendricks · 12 years ago
  9. 3001c5b armv7: include $(obj)/config.h when building bootblock by David Hendricks · 12 years ago
  10. c146d66 DEBUG_CBFS should not depend on TPM by David Hendricks · 12 years ago
  11. 223af0d document Intel VMX locking behavior by Mike Frysinger · 12 years ago
  12. 22ae2b9 VBE: Skip graphics mode setting for non-VGA devices by Stefan Reinauer · 12 years ago
  13. 882f7e3 console: Fix using CMOS for options by Patrick Georgi · 12 years ago
  14. 69e432e oprom: fix compilation for Qemu target (and possibly others) by Stefan Reinauer · 12 years ago
  15. 87d6550 armv7/snow: Move clock initialization from bootblock to romstage. by Hung-Te Lin · 12 years ago
  16. b868d40 armv7: Use same console initialization procedure for all ARM stages by Hung-Te Lin · 12 years ago
  17. 580fa2b console: Only print romstage messages with EARLY_CONSOLE enabled. by Hung-Te Lin · 12 years ago
  18. f7fcb20 console: Always allow setting "EARLY_CONSOLE" configuration. by Hung-Te Lin · 12 years ago
  19. 31bb2df exynos/snow: Configure UART peripheral during console initialization. by Hung-Te Lin · 12 years ago
  20. ad173ea console: Revise serial console configuration names. by Hung-Te Lin · 12 years ago
  21. 1c31879 Revert "armv7/snow: Move clock initialization from bootblock to romstage." by David Hendricks · 12 years ago
  22. 9029f4b armv7/snow: Move clock initialization from bootblock to romstage. by Hung-Te Lin · 12 years ago
  23. 632d6fe YABEL: use system {in,out}[bwl] on x86 by Patrick Georgi · 12 years ago
  24. 77608b2 armv7/snow: Remove power_init from bootblock. by Hung-Te Lin · 12 years ago
  25. 60485a3 armv7/snow: Remove redundant I2C initialization calls in bootblock. by Hung-Te Lin · 12 years ago
  26. 5f83f6c armv7: Clean up arm/snow bootblock build process. by Hung-Te Lin · 12 years ago
  27. c720d8d cbfs: Fix CBFS max size calculation. by Hung-Te Lin · 12 years ago
  28. 439e0d2 armv7: Clean up: remove deprecated SPL. by Hung-Te Lin · 12 years ago
  29. 23b5afe snow: remove dead code from bootblock by David Hendricks · 12 years ago
  30. da147d7 armv7: Clean up: replace hang() by hlt(). by Hung-Te Lin · 12 years ago
  31. 9efc42e AMD Fam14 - Fix warnings by Martin Roth · 12 years ago
  32. 30b895f crossgcc: Save the script itself when cross build is over. by Zheng Bao · 12 years ago
  33. 315dec4 bootblock: Reduce register load by Patrick Georgi · 12 years ago
  34. c5ff648 armv7: Prevent CBFS data overlapping bootblock. by Hung-Te Lin · 12 years ago
  35. 966e2db cbfs: Revise debug messages. by Hung-Te Lin · 12 years ago
  36. d87d639 replace uchar and uint with standard types in generic i2c header by David Hendricks · 12 years ago
  37. 0d4f97e exynos/snow: Move core/memory clock-related and board ID code by David Hendricks · 12 years ago
  38. 94e230a snow: use bootblock build class for I2C code by David Hendricks · 12 years ago
  39. 00e480e snow: use bootblock build class for GPIO by David Hendricks · 12 years ago
  40. 6aaf856 exynos5250: Move the ID section again by David Hendricks · 12 years ago
  41. e876418 cbfstool: Add support for 64bit UEFI by Stefan Reinauer · 12 years ago
  42. 275fb63 Don't add another Kconfig special case for Tiano by Stefan Reinauer · 12 years ago
  43. 15a66a1 snow: use bootblock build class for UART code by David Hendricks · 12 years ago
  44. 4c2aafe exynos: de-duplicate UART header content by David Hendricks · 12 years ago
  45. 543a682 cbfstool: support parsing UEFI firmware volumes by Stefan Reinauer · 12 years ago
  46. c13e4bf cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. by Hung-Te Lin · 12 years ago
  47. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  48. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  49. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  50. 49fcd75 cbfstool: Fix incorrect CBFS free space by old cbfstool. by Hung-Te Lin · 12 years ago
  51. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  52. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  53. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  54. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago
  55. 3cfacbf cbfstool: Add buffer management API. by Hung-Te Lin · 12 years ago
  56. f04e68e Add MMCONF resource to AMD fam15 PCI_DOMAIN by Steven Sherk · 12 years ago
  57. ed08bcc Hook up corebootPkg as Tianocore payload by Patrick Georgi · 12 years ago
  58. 63950f8 AGESA boards: Fix grammar in description of `OemCustomizeInitEarly` by Paul Menzel · 12 years ago
  59. 5e272a4 smbios: show CONFIG_LOCALVERSION in DMI bios_version by Christian Gmeiner · 12 years ago
  60. 7407f43 Family 12: Update for string portability by Mike Loptien · 12 years ago
  61. e133aab Family 15tn: Update for string portability by Mike Loptien · 12 years ago
  62. 6eced51 Family 10: Update for string portability by Mike Loptien · 12 years ago
  63. 8401453 Family 15: Update for string portability by Mike Loptien · 12 years ago
  64. 1cbabb0 Add MMCONF resource to AMD fam15tn PCI_DOMAIN by Steven Sherk · 12 years ago
  65. 17aed02 ASRock 939A785GMH: Align comments of DSDT’s `IndexField` by Paul Menzel · 12 years ago
  66. cb54f31 ASRock 939A785GMH: Align comments in DSDT header with tabs by Paul Menzel · 12 years ago
  67. 6a427b9 Use tabs instead of spaces to align comments in DSTD header by Paul Menzel · 12 years ago
  68. d2e0e29 Intel based boards: Use tab instead of spaces to align comment in DSDT by Paul Menzel · 12 years ago
  69. dada125 crossgcc: add armv7a-eabi to list of working toolchains by David Hendricks · 12 years ago
  70. 5be6673 cbfstool: Update example file. by Hung-Te Lin · 12 years ago
  71. 18ee01e exynos5250: make lowlevel_init_c.c benign by David Hendricks · 12 years ago
  72. 2354ef8 exynos/snow: get rid of board-specific arbitration code by David Hendricks · 12 years ago
  73. aa6701c exynos/snow: partial clean-up of snow bootblock using build class by David Hendricks · 12 years ago
  74. ad7f98cb exynos/s5p: Add helper function for reading a single MVL3 GPIO by David Hendricks · 12 years ago
  75. d58ba2a add gpio.h for generic GPIO-related definitions by David Hendricks · 12 years ago
  76. 1088394 exynos5250: remove CPU check from samsung_get_base_* macro by David Hendricks · 12 years ago
  77. fe18792 armv7: Add 'bootblock' build class. by Hung-Te Lin · 12 years ago
  78. e876819 Fix libpayload xcompile xgcc path by Marc Jones · 12 years ago
  79. 2d5c0e6 AMD/Persimmon: LVDS assignment was made to wrong DPx by Dave Frodin · 12 years ago
  80. c07fb15 libpayload: add EHCI QH/qTD debugging by Anton Kochkov · 12 years ago
  81. d0ef387 armv7: Fix entry point in ram stage. by Hung-Te Lin · 12 years ago
  82. 332795c cbfstool: Make endian detection functions to work without prior setup. by Hung-Te Lin · 12 years ago
  83. d723c5b clean-up for arch/armv7/Makefile.inc by David Hendricks · 12 years ago
  84. 0a5bc7f snow: make romstage init DRAM controller and call ramstage by Ronald G. Minnich · 12 years ago
  85. c9f26a1 exynos5250: hard-code array index for memory timings by David Hendricks · 12 years ago
  86. ea60473 exynos5250: #define the dram controller interleaving size by David Hendricks · 12 years ago
  87. d51557a lib: Prevent unaligned memory access and fix endianess in LZMA decode library. by Hung-Te Lin · 12 years ago
  88. 05dccae cbfstool: move flat-binary parsing to cbfs-mkpayload. by Hung-Te Lin · 12 years ago
  89. 4d87d4e cbfstool: Add -v (verbose) output. by Hung-Te Lin · 12 years ago
  90. 7fb692b Fam15tn: Move SPD read from mainboards into wrapper by Martin Roth · 12 years ago
  91. 50c0a50 armv7: unify stage hand-off routines by David Hendricks · 12 years ago
  92. 79e36d9 Improve how our printk calls do_div by using constants. by Ronald G. Minnich · 12 years ago
  93. bc3abbb armv7: don't hang on divide by zero by Ronald G. Minnich · 12 years ago
  94. b7e0535 Exynos5250: Get DDR3 working by changing what is compiled and add a function by Ronald G. Minnich · 12 years ago
  95. 21d0fc0 Add a clean target to the run firmware (runfw) Makefile by Ronald G. Minnich · 12 years ago
  96. 7e49405 armv7: Add SPI driver for Exynos. by Hung-Te Lin · 12 years ago
  97. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  98. 5fc64dc Rename family15 pci northbridgeops functions. by Steven Sherk · 12 years ago
  99. f434058 Rename family15tn pci northbridgeops functions. by Steven Sherk · 12 years ago
  100. e1ea515 libpayload: Update README with Git repository URL and directory location by Paul Menzel · 12 years ago