1. 6ab0258 x86: Provide tick counter and frequency reference for Intel core architecture by Vadim Bendebury · Mon Dec 03 13:59:20 2012 +0000
  2. 33307c4 x86: Issue SMI to finalize Coreboot in final stage by Duncan Laurie · Sat Nov 03 11:41:35 2012 +0000
  3. 115f747 x86: Fix MTRR clear to detect which MTRR to use by Duncan Laurie · Mon Dec 03 13:59:00 2012 +0000
  4. 43a2fdd x86: Emit port 80 post codes in show_boot_progress() by Stefan Reinauer · Mon Dec 03 13:58:12 2012 +0000
  5. ef4356d x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly by Gabe Black · Sat Nov 03 11:41:31 2012 +0000
  6. ef89932 x86: Add back cold- and warm-boot flags by Gabe Black · Sat Nov 03 11:41:28 2012 +0000
  7. 7169ce3 x86: Override calculate_relocation_address to use the e820 map by Gabe Black · Mon Dec 03 14:26:08 2012 +0000
  8. 5dfabfa x86: Ignore memory >4GB when parsing Coreboot tables by Duncan Laurie · Tue Oct 23 18:04:42 2012 +0000
  9. 101e4b7 x86: Clean up MTRR 7 right before jumping to the kernel by Stefan Reinauer · Sun Dec 02 04:49:53 2012 +0000
  10. 2acf848 x86: Add basic cache operations by Stefan Reinauer · Sun Dec 02 04:49:50 2012 +0000
  11. f0c7e2a x86: Fill in the dram info using the e820 map on coreboot/x86 by Gabe Black · Tue Oct 23 18:04:35 2012 +0000
  12. 5220654 x86: Enable coreboot timestamp facility support in u-boot. by Vadim Bendebury · Tue Oct 23 18:04:33 2012 +0000
  13. 138c2be x86: Add a dummy implementation for timer_get_us by Gabe Black · Sat Oct 20 12:33:11 2012 +0000
  14. 846d08e x86: Add a default implementation for cleanup_before_linux() by Gabe Black · Sat Oct 20 12:33:10 2012 +0000
  15. bc30b21 x86: coreboot: Decode additional coreboot sysinfo tags by Simon Glass · Fri Oct 12 18:48:46 2012 +0000
  16. 9a03c91 x86: coreboot: Drop sysinfo.c by Stefan Reinauer · Fri Oct 12 18:48:45 2012 +0000
  17. 57c5574 x86: coreboot: Implement recursively scanning PCI busses by Gabe Black · Wed Oct 10 13:12:59 2012 +0000
  18. 67bb7b0 x86: coreboot: Tell u-boot about PCI bus 0 when initializing by Gabe Black · Wed Oct 10 13:12:57 2012 +0000
  19. 565456b x86: coreboot: Move non-board specific files to coreboot arch directory by Stefan Reinauer · Wed Oct 10 13:12:56 2012 +0000
  20. 14f8246 x86: Allow excluding reset vector code from u-boot by Gabe Black · Tue Nov 27 21:08:06 2012 +0000
  21. 007818a x86: Put global data on the stack by Graeme Russ · Tue Nov 27 15:38:36 2012 +0000
  22. d29712e x86: Forward declare gd_t by Graeme Russ · Tue Nov 27 15:38:35 2012 +0000
  23. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · Wed Oct 17 00:45:46 2012 +0000
  24. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · Fri Oct 12 10:27:03 2012 +0000
  25. 74a023c sc520: fix build warning about unused temp var by Mike Frysinger · Mon Mar 05 11:55:32 2012 +0000
  26. af3f2c8 x86: Tweak IDT and GDT for alignment and readability by Graeme Russ · Mon Dec 19 14:26:18 2011 +1100
  27. 6e25600 x86: Create weak init_cache() and default enable_caches() functions by Graeme Russ · Tue Dec 27 22:46:43 2011 +1100
  28. 3536896 x86: Use fs for global data by Graeme Russ · Sat Dec 31 22:58:15 2011 +1100
  29. d7755b4 x86: Simplify Flash-to-RAM code execution transition by Graeme Russ · Sun Jan 01 15:06:39 2012 +1100
  30. 14d3761 x86: Rework Global Descriptor Table loading by Graeme Russ · Thu Dec 29 21:45:33 2011 +1100
  31. 391bb95 x86: Remove GDR related magic numbers by Graeme Russ · Sat Dec 31 10:24:36 2011 +1100
  32. 84231af x86: Add infrastructure to extract an e820 table from the coreboot tables by Gabe Black · Mon Dec 05 12:09:25 2011 +0000
  33. 9fd7a1f x86: Import code from coreboot's libpayload to parse the coreboot table by Gabe Black · Mon Dec 05 12:09:22 2011 +0000
  34. 27a4d07 x86: Initial commit for running as a coreboot payload by Gabe Black · Tue Nov 29 18:05:07 2011 +0000
  35. 6ed1888 x86: Fix a few recently added bugs by Gabe Black · Wed Nov 16 23:32:50 2011 +0000
  36. c379b5d x86: Misc cleanups by Graeme Russ · Tue Nov 08 02:33:23 2011 +0000
  37. 703ede5 x86: Misc PCI touchups by Graeme Russ · Tue Nov 08 02:33:22 2011 +0000
  38. 2768d85 x86: Ensure IDT and GDT remain 16-byte aligned post relocation by Graeme Russ · Tue Nov 08 02:33:21 2011 +0000
  39. 786c395 x86: Add multiboot header by Graeme Russ · Tue Nov 08 02:33:19 2011 +0000
  40. c6512ca sc520: Create arch asm-offsets by Graeme Russ · Tue Nov 08 02:33:18 2011 +0000
  41. e8d6474 x86: Punt cold- and warm-boot flags by Graeme Russ · Tue Nov 08 02:33:17 2011 +0000
  42. 55bed24 cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c by Graeme Russ · Tue Nov 08 02:33:14 2011 +0000
  43. fdee8b1 cosmetic: checkpatch cleanup of arch/x86/cpu/*.c by Graeme Russ · Tue Nov 08 02:33:13 2011 +0000
  44. 5e0e287 x86: Call hang() on unrecoverable exception by Graeme Russ · Tue Nov 08 02:33:12 2011 +0000
  45. 0d992d0 x86: Rename include/asm/ic to include/asm/arch-sc520 by Graeme Russ · Thu Aug 04 22:05:09 2011 +1000
  46. 19c114a x86: turn off cache: set control register properly by Ondrej Kupka · Fri Sep 30 21:05:11 2011 +1100
  47. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  48. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · Fri Jul 22 04:01:30 2011 +0000
  49. 80f7021 Minor coding style cleanup. by Wolfgang Denk · Thu May 19 22:21:41 2011 +0200
  50. 6ec4559 sc520: Move reset to stand-alone file by Graeme Russ · Wed Apr 13 19:43:29 2011 +1000
  51. cbfce1d x86: Rename i386 to x86 by Graeme Russ · Wed Apr 13 19:43:28 2011 +1000