1. 4773012 x86: Init the debug UART if enabled by Simon Glass · Sun Oct 18 19:51:26 2015 -0600
  2. 73574dc x86: fsp: Add comments about U-Boot entering start.S twice by Bin Meng · Thu Aug 20 06:40:20 2015 -0700
  3. 12440cd x86: fsp: Enlarge the size of malloc() pool before relocation by Bin Meng · Thu Aug 20 06:40:19 2015 -0700
  4. 0e27b87 x86: Switch to using generic global_data setup by Simon Glass · Mon Aug 10 20:44:32 2015 -0600
  5. 9bbb37f x86: Enable debug UART for Minnowmax by Simon Glass · Sun Aug 02 18:07:21 2015 -0600
  6. f95ad8c x86: Add support for passing tables into U-Boot by Simon Glass · Tue Aug 04 12:33:57 2015 -0600
  7. 5d18dc9 x86: Tidy up global_data flags by Simon Glass · Fri Jul 31 09:31:28 2015 -0600
  8. 611f749 x86: Add various minor tidy-ups to the 32-bit startup code by Simon Glass · Fri Jul 31 09:31:25 2015 -0600
  9. d560c5c x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · Sun Jun 07 11:33:14 2015 +0800
  10. ffdb488 remove unnecessary version.h includes by Rob Herring · Tue Mar 17 15:28:55 2015 -0500
  11. 78da72c x86: Disable CAR before relocation on platforms that need it by Simon Glass · Thu Jan 01 16:18:13 2015 -0700
  12. 005f0af x86: Support Intel FSP initialization path in start.S by Bin Meng · Fri Dec 12 21:05:31 2014 +0800
  13. 8c5acf4 x86: Clean up asm-offsets by Bin Meng · Fri Dec 12 21:05:22 2014 +0800
  14. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · Wed Nov 12 22:42:28 2014 -0700
  15. 245561d x86: Emit post codes in startup code for Chromebooks by Simon Glass · Wed Nov 12 22:42:09 2014 -0700
  16. 1f4476c x86: Save the BIST value on reset by Simon Glass · Thu Nov 06 13:20:10 2014 -0700
  17. a4fd0db x86: Tidy up global descriptor table setup by Simon Glass · Thu Nov 06 13:20:04 2014 -0700
  18. b24a951 dm: x86: Support pre-reloc malloc() by Simon Glass · Fri Oct 10 07:49:16 2014 -0600
  19. 73e44fb dm: x86: Zero global data before board_init_f() by Simon Glass · Fri Oct 10 07:49:15 2014 -0600
  20. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  21. 2c5ca20 x86: Set up the global data pointer in C instead of asm by Simon Glass · Thu Dec 13 20:48:42 2012 +0000
  22. ef89932 x86: Add back cold- and warm-boot flags by Gabe Black · Sat Nov 03 11:41:28 2012 +0000
  23. 007818a x86: Put global data on the stack by Graeme Russ · Tue Nov 27 15:38:36 2012 +0000
  24. 3536896 x86: Use fs for global data by Graeme Russ · Sat Dec 31 22:58:15 2011 +1100
  25. d7755b4 x86: Simplify Flash-to-RAM code execution transition by Graeme Russ · Sun Jan 01 15:06:39 2012 +1100
  26. 391bb95 x86: Remove GDR related magic numbers by Graeme Russ · Sat Dec 31 10:24:36 2011 +1100
  27. c379b5d x86: Misc cleanups by Graeme Russ · Tue Nov 08 02:33:23 2011 +0000
  28. 786c395 x86: Add multiboot header by Graeme Russ · Tue Nov 08 02:33:19 2011 +0000
  29. c6512ca sc520: Create arch asm-offsets by Graeme Russ · Tue Nov 08 02:33:18 2011 +0000
  30. e8d6474 x86: Punt cold- and warm-boot flags by Graeme Russ · Tue Nov 08 02:33:17 2011 +0000
  31. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  32. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · Fri Jul 22 04:01:30 2011 +0000
  33. cbfce1d x86: Rename i386 to x86 by Graeme Russ · Wed Apr 13 19:43:28 2011 +1000[Renamed (97%) from arch/i386/cpu/start.S]
  34. 45fc1d8 x86: Code cleanup by Graeme Russ · Wed Apr 13 19:43:26 2011 +1000
  35. b4b7a53 x86: Fix incorrect usage of relocation offset by Graeme Russ · Sat Feb 12 15:12:05 2011 +1100
  36. 344f745 x86: Move call to dram_init_f into board_init_f by Graeme Russ · Sat Feb 12 15:11:59 2011 +1100
  37. 9c44afc x86: Defer setup of final stack by Graeme Russ · Sat Feb 12 15:11:58 2011 +1100
  38. 3818393 sc520: Move RAM sizing code from asm to C by Graeme Russ · Sat Feb 12 15:11:54 2011 +1100
  39. bc76193 x86: Use Cache-As-RAM for initial stack by Graeme Russ · Sat Feb 12 15:11:52 2011 +1100
  40. 4e0f55f x86: Move initial gd to fixed location by Graeme Russ · Sat Feb 12 15:11:50 2011 +1100
  41. 3f7954d x86: Call early_board_init when warm booting by Graeme Russ · Sat Feb 12 15:11:33 2011 +1100
  42. 93efcb2 x86: Add processor flags header from linux by Graeme Russ · Sat Feb 12 15:11:32 2011 +1100
  43. bd92301 x86: Fix mangled umlauts by Graeme Russ · Sat Feb 12 15:11:26 2011 +1100
  44. 5d3c37f x86: Implement fully relocatable image by Graeme Russ · Thu Oct 07 20:03:33 2010 +1100
  45. 80ccbac x86: Set cold/warm boot flag by Graeme Russ · Thu Oct 07 20:03:30 2010 +1100
  46. 5fb91cc x86: Place global data below stack before entering C by Graeme Russ · Thu Oct 07 20:03:29 2010 +1100
  47. 2beb72d x86: Dont clobber %eax after getting memory size by Graeme Russ · Thu Oct 07 20:03:28 2010 +1100
  48. bcf0038 x86: Don't clobber %ebx by Graeme Russ · Thu Oct 07 20:03:28 2010 +1100
  49. 157b0e9 x86: Remove usage of %ebp as a return pointer by Graeme Russ · Thu Oct 07 20:03:27 2010 +1100
  50. 2c7ce41 x86: Move ECC initialisation outside RAM initialisation by Graeme Russ · Thu Oct 07 20:03:26 2010 +1100
  51. 8f12035 x86: Remove progress indication in low-level init by Graeme Russ · Thu Oct 07 20:03:24 2010 +1100
  52. bed10fa x86: Change compiler options by Graeme Russ · Thu Oct 07 20:03:23 2010 +1100
  53. 3e6ec38 x86: Coding Style Cleanup by Graeme Russ · Thu Oct 07 20:03:21 2010 +1100
  54. 1ce0a60 x86: Move loading of GTD to C code by Graeme Russ · Thu Oct 07 20:03:21 2010 +1100
  55. 59da5a5 x86: Move GDT to a safe location in RAM by Graeme Russ · Sat Apr 24 00:05:43 2010 +1000
  56. 8accbb9 x86: Add RAM bootstrap functionality by Graeme Russ · Sat Apr 24 00:05:42 2010 +1000
  57. b39f12f x86: Split sc520 memory sizing versus reporting by Graeme Russ · Sat Apr 24 00:05:41 2010 +1000
  58. 16261b5 i386: Move cpu/i386/* to arch/i386/cpu/* by Peter Tyser · Mon Apr 12 22:28:17 2010 -0500[Renamed from cpu/i386/start.S]
  59. 078395c i386: Final Relocation by Graeme Russ · Tue Nov 24 20:04:21 2009 +1100
  60. 8495964 Add basic relocation to i386 port by Graeme Russ · Tue Feb 24 21:14:56 2009 +1100
  61. 4e30d96 i386: Renamed show_boot_progress in assembler code by Graeme Russ · Mon Sep 29 23:03:14 2008 +1000
  62. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  63. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  64. 9a9c964 i386: Fix multiple definitions of __show_boot_progress by Jean-Christophe PLAGNIOL-VILLARD · Sun May 18 19:09:58 2008 +0200
  65. 69fc7a4 Fixes bug clearing the bss section for i386 by mushtaq khan · Mon Apr 30 15:57:22 2007 +0530
  66. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  67. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · Mon Nov 18 00:14:45 2002 +0000