1. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  2. 24cca75 build system: remove ROMSTAGE_ELF variable by Patrick Georgi · 10 years ago
  3. e0e784a Add UCB RISCV support for architecture, soc, and emulation mainboard.. by Ronald G. Minnich · 10 years ago
  4. 4f75af9 Unify remaining binutils invocations by Patrick Georgi · 10 years ago
  5. 8d70e94 Make acpi_fill_dmar into parameter by Vladimir Serbinenko · 10 years ago
  6. 9594893 build system: unify linker use across gcc and clang by Patrick Georgi · 10 years ago
  7. 3ce96bd build system: use a single variable name for compiler runtimes by Patrick Georgi · 10 years ago
  8. a09f4db acpigen: Use implicit length patching in acpigen.c by Vladimir Serbinenko · 10 years ago
  9. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  10. 9acc1e8 acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer by Vladimir Serbinenko · 10 years ago
  11. 663be6e acpigen: Add and use acpigen_write_device. by Vladimir Serbinenko · 10 years ago
  12. 80fb8ed acpigen: Add and use acpigen_write_method. by Vladimir Serbinenko · 10 years ago
  13. f9cdb48 console: Isolate console_init() for ROMCC by Kyösti Mälkki · 10 years ago
  14. eaee6e2 AMD: Move RAMBASE and RAMTOP by Kyösti Mälkki · 10 years ago
  15. 7c6e489 arm: Put assembly functions into separate sections by Julius Werner · 11 years ago
  16. fd9defc arm: Redesign, clarify and clean up cache related code by Julius Werner · 11 years ago
  17. 27cf247 car globals: add "used" attribute by Patrick Georgi · 10 years ago
  18. 25a282d arm: Thumb ALL the things! by Julius Werner · 11 years ago
  19. a38ccfd build: Add ccopts back into the build by Marc Jones · 10 years ago
  20. 430363a acpigen: Add new function acpigen_pop_len by Vladimir Serbinenko · 10 years ago
  21. 169c0df ARM: Use local versions of libgcc functions instead of linking against libgcc. by Gabe Black · 11 years ago
  22. ab83ef0 i82801gx: Handle whole FADT in southbridge. by Vladimir Serbinenko · 10 years ago
  23. b4ce4d4 romstage: Pass .car.data as ignored section while adding romstage by Furquan Shaikh · 10 years ago
  24. dd91c7f build: Allow clang build linkage to use libcompiler-rt by Edward O'Callaghan · 10 years ago
  25. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  26. dc878b4 include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs by Edward O'Callaghan · 10 years ago
  27. 7b14f08 ACPI: Allocate S3 resume backup in CBMEM earlier by Kyösti Mälkki · 10 years ago
  28. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 10 years ago
  29. c21e073 i945: Consolidate FADT code by Vladimir Serbinenko · 10 years ago classic-2014.10
  30. b752e4f acpi_add_ssdt_pstates: Remove function. by Vladimir Serbinenko · 10 years ago
  31. a9db82f smbios: Mark laptops as such by Vladimir Serbinenko · 10 years ago
  32. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  33. 9310df8 acpi: Don't add an empty SSDT. by Vladimir Serbinenko · 10 years ago
  34. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago
  35. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 10 years ago
  36. bf3e2df early section: Don't add empty .car.cbmem_console. by Vladimir Serbinenko · 10 years ago
  37. 60fccdc acpi_create_mcfg_mmconfig: Zero-out the structure before filling. by Vladimir Serbinenko · 10 years ago
  38. 35382a6 cbmem console: Locate the preram console with a symbol instead of a section. by Gabe Black · 10 years ago
  39. a296f9e Kconfig: Allow native vga init to be selectable for SeaBIOS payload by Edward O'Callaghan · 10 years ago
  40. 1f8d246 arm: Fix up new cache flush algorithm and replace dcache_*_all() with it by Julius Werner · 11 years ago
  41. 12de698 arm: Import armv7_dcache_wbinv_all function from NetBSD by Julius Werner · 11 years ago
  42. 1893fd7 arm: add missing gc-sections for ramstage by Isaac Christensen · 10 years ago
  43. 2af76f4 coreboot arm64: Add support for arm64 into coreboot framework by Furquan Shaikh · 10 years ago
  44. d65e214 arm: Update mem* functions to newer versions by Julius Werner · 11 years ago
  45. 64b9ca9 arm: Move libgcc assembly macros to arch/asm.h by Julius Werner · 11 years ago
  46. c505837 arm: Have the linker garbage-collect unused functions and variables by Julius Werner · 11 years ago
  47. d84afd3e arm: Remove CAR_MIGRATE Kconfig and associated cruft by Julius Werner · 11 years ago
  48. 85620db arm: Move exception_init() close to console_init() by Julius Werner · 11 years ago
  49. 813f305 arm: Put exception_stack into BSS by Julius Werner · 11 years ago
  50. 4d7d25f payloads/external/SeaBIOS: Allow setting buffers below 0xC0000 by Martin Roth · 10 years ago
  51. b3997ba arm: Remove some pointless CFLAGS by Julius Werner · 11 years ago
  52. 2fc3b62 tegra124/nyan: various fixes and additions by Hung-Te Lin · 11 years ago
  53. d40be11 tegra124/nyan: rougly stable code base by Gabe Black · 11 years ago
  54. 802c910 Increase space for ACPI tables when using dynamic CBMEM by Stefan Reinauer · 10 years ago
  55. a4a44a7 arm: Update a stale comment in bootblock .S files by David Hendricks · 11 years ago
  56. b6b1077 exynos: Install the BL1 and set the checksum in the Makefile. by Gabe Black · 11 years ago
  57. 063c410 ARMv4: Add a minimal version of cpu.h. by Gabe Black · 11 years ago
  58. f2f817e ARM: Add an ARMv4 architecture version. by Gabe Black · 11 years ago
  59. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  60. 2d7bd8a Implement ACPI in a per device way by Vladimir Serbinenko · 10 years ago
  61. d942ed9 acpigen: Correctly handle root scope by Vladimir Serbinenko · 10 years ago
  62. 55ab5ef smbios.c: Fix mismerge which led to laptop being default type by Vladimir Serbinenko · 10 years ago
  63. 6abb33c smbios: reorganise OEM strings handling. by Vladimir Serbinenko · 10 years ago
  64. 71c0bf6 smbios: Define and use enclosure types. by Vladimir Serbinenko · 10 years ago
  65. f09f224 arm: libpayload: Make cache invalidation take pointers instead of integers by Julius Werner · 11 years ago
  66. a2a87d4 ARM: Make it possible to use a custom bootblock implementation. by Gabe Black · 11 years ago
  67. 8b68539 ARM: Overhaul the ARM Makefile. by Gabe Black · 11 years ago
  68. d96541f armv7: mark EABI compatibility symbols as used by Stefan Reinauer · 11 years ago
  69. 8f99378 ARMv7/Exynos: Fix memory location assumptions by Stefan Reinauer · 11 years ago
  70. 951fc26 ARMv7: drop dead code from Makefile.inc by Stefan Reinauer · 11 years ago
  71. 21fbc08 armv7/Makefile.inc, cpu/Makefile.inc: align output of printf by Daniele Forsi · 10 years ago
  72. 133096b coreboot classes: Add dynamic classes to coreboot by Furquan Shaikh · 10 years ago
  73. 985ff36 armv7: Support stack dump after exceptions by Julius Werner · 11 years ago
  74. b404511 ARM: Eliminate the unused interrupts.c. by Gabe Black · 11 years ago
  75. 42b1c34 ARMv7: Add stdint types needed for vboot library by Stefan Reinauer · 11 years ago
  76. 62997e0 ARMV7: threading support for cooperative multitasking by Ronald G. Minnich · 11 years ago
  77. ad4afe9 armv7: Fix dcache writethrough policy handling by David Hendricks · 11 years ago
  78. 34352d1 Possible thread stack implementation. by Ronald G. Minnich · 11 years ago
  79. ee4bfbf exynos: Set up caching in the bootblock. by Gabe Black · 11 years ago
  80. d6b16f5 Set armv7 up for cpu_info to work as on x86 (so threads can work) by Ronald G. Minnich · 11 years ago
  81. 96639fb arch/x86/Makefile.inc: trivial: fix indent of informative output about bootblock by Daniele Forsi · 10 years ago
  82. b98ab4a armv7: add wrapper for DCCSW (data cache clean by set/way) by David Hendricks · 11 years ago
  83. 0d7f133 payloads/external/SeaBIOS: Use coreboot’s serial console settings by Martin Roth · 10 years ago
  84. 0682cfe armv7/exynos5420: Configure CPU cores for kernel to enable SMP. by Hung-Te Lin · 11 years ago
  85. 51ca10f arch/x86/include/arch/interrupt.h: Add header guards by Edward O'Callaghan · 10 years ago
  86. 78d0cab IOAPIC: Fix missing stdint include by Kyösti Mälkki · 10 years ago
  87. 4202f5d misc,ASL: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  88. 7e8d483 arch: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  89. db8693b ACPI: Recover type of wakeup in acpi_is_wakeup() by Kyösti Mälkki · 10 years ago
  90. 25b56c3 build: remove -ccopts mechanism by Patrick Georgi · 10 years ago
  91. 95b0c3d arch/x86/include/bootblock_common.h: Sanitize header inclusion by Edward O'Callaghan · 10 years ago
  92. 91d6fc8 armv7: We don't use CPPFLAGS anymore by Patrick Georgi · 10 years ago
  93. b0195a3 build: Pass correct disassembly flags in Clang build by Edward O'Callaghan · 10 years ago
  94. 9533d83 PIRQ tables: Fix typos by Kyösti Mälkki · 10 years ago
  95. 207880c Declare acpi_is_wakeup_early() only once by Kyösti Mälkki · 11 years ago
  96. bd4553b MP Table: Change types to be consistent with the spec by Mike Loptien · 10 years ago
  97. c3c4a38 Misc: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  98. 4d9b772 ACPI: Add acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  99. 2ca2afe ACPI S3 support: Add acpi_s3_resume_allowed() by Kyösti Mälkki · 10 years ago
  100. d0167d3 MP Spec: Correct the Virtual Wire assignment by Mike Loptien · 10 years ago