1. 20f25dd Rename coreboot_ram stage to ramstage by Furquan Shaikh · 10 years ago
  2. 4bab582 lib/selfboot: s_srcaddr is uninitialized. by Edward O'Callaghan · 10 years ago
  3. ceebc05 selfboot: use bootmem infrastructure by Aaron Durbin · 10 years ago
  4. 7d1996c coreboot: introduce arch_payload_run() by Aaron Durbin · 10 years ago
  5. e58a24b selfboot: store bounce buffer in struct payload by Aaron Durbin · 10 years ago
  6. 6086e63 coreboot: use struct payload for selfload() by Aaron Durbin · 10 years ago
  7. 1322d7f coreboot: move common code to payload_run() from selfboot() by Aaron Durbin · 10 years ago
  8. bdf913a coreboot: unify infrastructure for loading payloads by Aaron Durbin · 10 years ago
  9. ef40209 cbfs: 64-bit cleanups by Ronald G. Minnich · 11 years ago
  10. 2f39eae Remove NRV2B compression support by Patrick Georgi · 11 years ago
  11. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  12. cbf2bd7 lib: Fix spelling by Martin Roth · 11 years ago
  13. 001de1a boot state: rebalance payload load vs actual boot by Aaron Durbin · 11 years ago
  14. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  15. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  16. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  17. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 12 years ago
  18. 81108b9 cbfs: alternative support for cbfs_load_payload() by Aaron Durbin · 12 years ago
  19. fdfd89f selfboot: Report correct entry point address in debug message. by Hung-Te Lin · 11 years ago
  20. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  21. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  22. 1e75329 Drop boot directory by Stefan Reinauer · 12 years ago[Renamed from src/boot/selfboot.c]
  23. 75dbc38 Clean up stack checking code by Stefan Reinauer · 12 years ago
  24. 9764d4c Implement stack overflow checking for the BSP by Ronald G. Minnich · 12 years ago
  25. cde7801 Add timestamps for selfboot and acpi wake by Duncan Laurie · 13 years ago
  26. 9ec8ed8 selfboot: Allow loading SeaBIOS into a reserved region in the lower 1MB by Stefan Reinauer · 13 years ago
  27. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  28. c44de49 selfboot: drop dead code by Stefan Reinauer · 13 years ago
  29. ab4c218 selfboot: Don't include unneeded ip_checksum.h by Stefan Reinauer · 13 years ago
  30. c6b8b7d selfboot: fix bug in valid_area() by Stefan Reinauer · 13 years ago
  31. 1943629 selfboot: cleanup by Stefan Reinauer · 13 years ago
  32. 02e75b2 Use ntohll where appropriate. by Stefan Reinauer · 13 years ago
  33. 1377491 use byteorder.h instead of implementing another byte swap function by Stefan Reinauer · 13 years ago
  34. 3e4fb9d more ifdef -> if fixes. by Stefan Reinauer · 13 years ago
  35. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  36. d6b4f1c Fix some wrong capitalizations, reformat comments, fix a typo. by Stefan Reinauer · 14 years ago
  37. 94de72b Check the value of ulzma and do not continue if there was an error. by Myles Watson · 14 years ago
  38. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  39. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  40. e6ad7fa If the coreboot and filo overlap, it will "slice off" a piece at the by Zheng Bao · 15 years ago
  41. ba49fb7 typo. trivial. Then -> Than. by Zheng Bao · 15 years ago
  42. 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 15 years ago
  43. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  44. 7223780 removal of that unnecessary include slipped through r4841 by Stefan Reinauer · 15 years ago
  45. 26dd71c Fix payload loading in various corner cases when working by Patrick Georgi · 15 years ago
  46. 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
  47. 9202798 Fix the bounce_size global so that the bounce buffer works with CBFS. by Myles Watson · 15 years ago
  48. f64893a CBFS stuff: by Stefan Reinauer · 15 years ago
  49. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  50. 671cedc #136: failed to boot under KVM\QEMU by Ronald G. Minnich · 15 years ago
  51. 5eceb32 Allow dynamic size for the {s,}elfboot bounce buffer. by Patrick Georgi · 15 years ago
  52. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  53. 369bc78 Move decompression further down the code flow, so that - where by Patrick Georgi · 15 years ago
  54. 2895c45 Another v3-style #ifdef in v2 to kill by Patrick Georgi · 15 years ago
  55. 7d0ff4c These are some really horrible bugs that got through. by Ronald G. Minnich · 15 years ago
  56. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  57. c779889 Add copyright notices to two files, src/boot/elfboot.c by ebiederm · 15 years ago
  58. ae63126 This code adds support for coreboot images that use ROMFS. by Ronald G. Minnich · 15 years ago