1. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  2. 138be83 This does the following: by Stefan Reinauer · 14 years ago
  3. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  4. 2e694ed Drop i855pm port and rename i855gme to i855 instead. by Stefan Reinauer · 14 years ago
  5. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  6. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  7. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  8. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  9. d51eddb fix further build.h dependencies that were undetected before we enabled it on by Stefan Reinauer · 14 years ago
  10. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  11. 04d74b1 Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. by Stefan Reinauer · 14 years ago
  12. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 14 years ago
  13. e8d943f Fix ACPI build on a couple of boards (now that it's active) by Patrick Georgi · 14 years ago
  14. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 14 years ago
  15. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 14 years ago
  16. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 14 years ago
  17. a0c68f8 by Stefan Reinauer · 15 years ago
  18. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  19. d63085b2 Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. by Uwe Hermann · 15 years ago
  20. b7b82ef Fix, um... a typo. by Uwe Hermann · 15 years ago
  21. 8d09e23 Fix some builds with Kconfig. by Myles Watson · 15 years ago
  22. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  23. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  24. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  25. 42fd936 Fix builds of amd/db800 and digitallogic/msm800sev with smaller bootblocks. by Myles Watson · 15 years ago
  26. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  27. 777e069 Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" by Peter Stuge · 15 years ago
  28. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  29. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  30. 00f0267 Remaining boards are Kconfig'd now. Whether they work by Patrick Georgi · 15 years ago
  31. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  32. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  33. 6768f39 Remove: by Patrick Georgi · 15 years ago
  34. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  35. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  36. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  37. f537407 Fix the generic code for copying and running coreboot_ram in case by Patrick Georgi · 15 years ago
  38. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  39. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  40. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  41. 82bc9bc Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. by Myles Watson · 15 years ago
  42. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  43. 94875b3 Add "printk" support to all CAR targets by Stefan Reinauer · 15 years ago
  44. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  45. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  46. dbda3a9 Fix implicit declarations of done_cache_as_ram_main by adding a by Carl-Daniel Hailfinger · 15 years ago
  47. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  48. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  49. ebdc7c7 Kill remaining unneeded CAR/ROMCC if-blocks. by Carl-Daniel Hailfinger · 15 years ago
  50. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  51. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 15 years ago
  52. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 15 years ago
  53. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 15 years ago
  54. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  55. 28401bd Drop unused (or commented / #if 0) reset.c files. by Uwe Hermann · 16 years ago
  56. 598ba43 Drop tons of duplicated debug.c files, move common file to by Uwe Hermann · 16 years ago
  57. 3be4bc8 Drop a number of duplicated failover.c files (they have the same content by Uwe Hermann · 16 years ago
  58. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  59. 00809eb This changes the python generated makefiles by Carl-Daniel Hailfinger · 16 years ago
  60. 2ee5c9e Geode platforms that use a LPC Super I/O had the LPC serial IRQ set to all by Marc Jones · 16 years ago
  61. 9c2255c Now coreboot performs IRQ routing for some boards. by Nikolay Petukhov · 16 years ago
  62. cb5c9fb Factor out print_conf() from Geode LX mainboard directories. The by Carl-Daniel Hailfinger · 16 years ago
  63. 25a3744 by Ronald G. Minnich · 16 years ago
  64. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 16 years ago
  65. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
  66. 15674b7 This adds the same line (uses CONFIG_PRECOMPRESSED_PAYLOAD) to every by Myles Watson · 17 years ago
  67. 344e457 Add missing license headers, minor cosmetic fixes in existing headers. by Uwe Hermann · 17 years ago
  68. 6b83e46 New irq table, and a correct setting for by Ronald G. Minnich · 17 years ago
  69. fa6c11e This is the final patch to enable the msm800sev to build. This patch by Ronald G. Minnich · 17 years ago
  70. 75869ff This patch as a cache_as_ram_auto.c for the msm800sev. by Ronald G. Minnich · 17 years ago
  71. be13dc7 Apply linuxbios-rename-other-payload-options.patch (Patch 2, refs #14) by Ed Swierk · 18 years ago
  72. 1a7a5b4 Apply linuxbios-rename-compressed-payload-options.patch, refs #14 by Ed Swierk · 18 years ago
  73. ca63120 * fix the automatic build system by compressing payloads if possible by Stefan Reinauer · 18 years ago
  74. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  75. 9c33b7b Remove some unneeded #includes from most mainboard.c files. by Uwe Hermann · 18 years ago
  76. e0e1d42 Fix the CHIP_NAME() entries of all mainboards to have the same format by Uwe Hermann · 18 years ago
  77. 2ad85db Lots of lx fixes. CLeanup mainly. THings now build by Ronald G. Minnich · 18 years ago
  78. 5f23b6c add the msm800srv ; put the usb in the right place. by Ronald G. Minnich · 18 years ago
  79. 1f96360 delete two empty files by Stefan Reinauer · 18 years ago
  80. dba3f84 - sc520 updates. move PAR setup to mainboard auto.c by Stefan Reinauer · 18 years ago
  81. 453dfdf implement io based udelay function for all mainboards that lack an apic by Stefan Reinauer · 19 years ago
  82. 8788863 sc520 support -- ethernet works by Ronald G. Minnich · 19 years ago
  83. e505701 sc520 now builds fine. On to testing. by Ronald G. Minnich · 19 years ago
  84. ccf52a9 updating to working version from my pre-svn repo. by Ronald G. Minnich · 19 years ago
  85. 59140cc Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-61 by arch import user (historical) · 19 years ago
  86. 54d6b08 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54 by arch import user (historical) · 19 years ago
  87. b2ed53d Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-50 by arch import user (historical) · 19 years ago
  88. 69c79d2 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-49 by arch import user (historical) · 19 years ago
  89. 9a796d1 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-48 by arch import user (historical) · 19 years ago
  90. 897c78b Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-47 by arch import user (historical) · 19 years ago
  91. 52871c4 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-46 by arch import user (historical) · 19 years ago
  92. c9e2af9 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-45 by arch import user (historical) · 19 years ago
  93. 0b78ea7 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-23 by arch import user (historical) · 19 years ago
  94. 4a39e0b Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-22 by arch import user (historical) · 19 years ago
  95. 708023c Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-19 by arch import user (historical) · 19 years ago
  96. 284c27f fixes to make adl855pc compile. by Ronald G. Minnich · 20 years ago
  97. 8d41ad8 in loglevel.h, if ASM_CONSOLE_LOGLEVEL is defined, don't try to set it. by Ronald G. Minnich · 20 years ago
  98. 709850a - Ensure every copy of Options.lb uses: CROSS_COMPILE CC HOSTCC OBJCOPY by Eric Biederman · 20 years ago
  99. 23bc47d Add Options.lb to various motherboard ports by Eric Biederman · 20 years ago
  100. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago