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