1. d55b77d x86: Move PCI init before SPI init by Simon Glass · 12 years ago
  2. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  3. 0829896 x86: Enable generic board by Simon Glass · 12 years ago
  4. 2e4622d x86: Enable generic board support by Simon Glass · 12 years ago
  5. 3e93e33 x86: Use sections header to obtain link symbols by Simon Glass · 12 years ago
  6. c45e359 Introduce generic pre-relocation board_f.c by Simon Glass · 12 years ago
  7. 5b92820 Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
  8. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  9. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  10. b0ba9a4 x86: Add error checking to x86 relocation code by Simon Glass · 12 years ago
  11. 347c05b x86: Support relocation of FDT on start-up by Simon Glass · 12 years ago
  12. 18cc2bc x86: Rearrange the output input to remove BSS by Simon Glass · 12 years ago
  13. 781db8c x86: Add an __end symbol to signal the end of the U-Boot binary by Simon Glass · 12 years ago
  14. 6fa6e4a x86: Permit bootstage and timer data to be used prior to relocation by Simon Glass · 12 years ago
  15. 2baa3bb x86: Add basic cache operations by Simon Glass · 12 years ago
  16. 3297d4d x86: Add function to get top of usable ram by Simon Glass · 12 years ago
  17. 73368fc x86: Remove unused real mode code by Simon Glass · 12 years ago
  18. bfb5980 x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR by Simon Glass · 12 years ago
  19. b83dc58 x86: Remove sc520 cpu by Simon Glass · 12 years ago
  20. e10ffab Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  21. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  22. d388763 x86: Use generic global_data by Simon Glass · 12 years ago
  23. 5e0f808 x86: Remove reset_status, relocoff from global_data by Simon Glass · 12 years ago
  24. 2e4df99 x86: Move gd_addr into arch_global_data by Simon Glass · 12 years ago
  25. 2c5ca20 x86: Set up the global data pointer in C instead of asm by Simon Glass · 12 years ago
  26. 4e48d8a x86: Remove gdt_addr from arch_global_data by Simon Glass · 12 years ago
  27. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  28. 54df8ce x86: Build vga video code only if CONFIG_VIDEO_VGA is defined by Simon Glass · 12 years ago
  29. 2c0ff4e x86: Remove video_init() prototype from u-boot-x86.h by Simon Glass · 12 years ago
  30. d1c0d2c x86: drop unused code in coreboot.c by Stefan Reinauer · 12 years ago
  31. 965b90b x86: Remove coreboot_ from file name by Stefan Reinauer · 12 years ago
  32. 56cee44 x86: Provide a way to throttle port80 accesses by Vadim Bendebury · 12 years ago
  33. 6ab0258 x86: Provide tick counter and frequency reference for Intel core architecture by Vadim Bendebury · 12 years ago
  34. 33307c4 x86: Issue SMI to finalize Coreboot in final stage by Duncan Laurie · 12 years ago
  35. 115f747 x86: Fix MTRR clear to detect which MTRR to use by Duncan Laurie · 12 years ago
  36. 43a2fdd x86: Emit port 80 post codes in show_boot_progress() by Stefan Reinauer · 12 years ago
  37. 791f61b x86: fdt: Create basic .dtsi file for coreboot by Simon Glass · 12 years ago
  38. ef4356d x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly by Gabe Black · 12 years ago
  39. 050a4c6 x86: Add support for CONFIG_OF_CONTROL by Gabe Black · 12 years ago
  40. 0065144 x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Stefan Reinauer · 12 years ago
  41. ef89932 x86: Add back cold- and warm-boot flags by Gabe Black · 12 years ago
  42. 7169ce3 x86: Override calculate_relocation_address to use the e820 map by Gabe Black · 12 years ago
  43. b841abf x86: Make calculate_relocation_address an overridable function by Gabe Black · 12 years ago
  44. c1b5877 x86: Make the upper bound on relocated symbols closed instead of open by Gabe Black · 12 years ago
  45. 1311361 x86: Reorder x86's post relocation memory layout by Gabe Black · 12 years ago
  46. a97cbda x86: Initialise SPI if enabled by Gabe Black · 12 years ago
  47. d64c6ad x86: Implement arch_phys_memset so that it can wipe memory above 4GB by Gabe Black · 12 years ago
  48. 8f090ca x86: Increase the size of the phys_size_t and phys_addr_t types by Gabe Black · 12 years ago
  49. bf4c9fb x86: Fix off-by-one error in do_elf_reloc_fixups() by Duncan Laurie · 12 years ago
  50. 5dfabfa x86: Ignore memory >4GB when parsing Coreboot tables by Duncan Laurie · 12 years ago
  51. 923bbf0 x86: Fix indirect jmp warning in zimage.c by Simon Glass · 12 years ago
  52. 101e4b7 x86: Clean up MTRR 7 right before jumping to the kernel by Stefan Reinauer · 12 years ago
  53. a0190bd x86: Import MSR/MTRR code from Linux by Graeme Russ · 12 years ago
  54. 2e5225e x86: Provide a function to clean up just before booting a zimage by Stefan Reinauer · 12 years ago
  55. 2acf848 x86: Add basic cache operations by Stefan Reinauer · 12 years ago
  56. f0c7e2a x86: Fill in the dram info using the e820 map on coreboot/x86 by Gabe Black · 12 years ago
  57. 8cd22c8 x86: Add a CBMEM timestamp generated right before the kernel startup. by Vadim Bendebury · 12 years ago
  58. 5220654 x86: Enable coreboot timestamp facility support in u-boot. by Vadim Bendebury · 12 years ago
  59. 1d82bac x86: Add function to read time stamp counter by Vadim Bendebury · 12 years ago
  60. eece432 x86: gpio: Add GPIO driver for Intel ICH6 and later. by Bill Richardson · 12 years ago
  61. 8758307 x86: Don't spam POST80 codes with slow IO functions by Stefan Reinauer · 12 years ago
  62. 1871f80 x86: Fix typo in pcat_timer.c by Stefan Reinauer · 12 years ago
  63. b74308d x86: Include types.h explicitly in the i386 version of io.h by Gabe Black · 12 years ago
  64. 138c2be x86: Add a dummy implementation for timer_get_us by Gabe Black · 12 years ago
  65. 846d08e x86: Add a default implementation for cleanup_before_linux() by Gabe Black · 12 years ago
  66. 2547dee x86: Add an fdt pointer to the global data structure by Gabe Black · 12 years ago
  67. 76ce249 x86: Allow compiling out realmode/bios code by Gabe Black · 12 years ago
  68. bc30b21 x86: coreboot: Decode additional coreboot sysinfo tags by Simon Glass · 12 years ago
  69. 9a03c91 x86: coreboot: Drop sysinfo.c by Stefan Reinauer · 12 years ago
  70. 57c5574 x86: coreboot: Implement recursively scanning PCI busses by Gabe Black · 12 years ago
  71. 67bb7b0 x86: coreboot: Tell u-boot about PCI bus 0 when initializing by Gabe Black · 12 years ago
  72. 565456b x86: coreboot: Move non-board specific files to coreboot arch directory by Stefan Reinauer · 12 years ago
  73. 92927ec x86: Add some missing includes by Gabe Black · 12 years ago
  74. 14f8246 x86: Allow excluding reset vector code from u-boot by Gabe Black · 12 years ago
  75. bc47409 x86: Add initial memory barrier macros by Simon Glass · 12 years ago
  76. 5c9bb12 x86: Add ilog2 to bitops by Graeme Russ · 12 years ago
  77. af359ac x86: Remove duplicate PCI init by Graeme Russ · 12 years ago
  78. 007818a x86: Put global data on the stack by Graeme Russ · 12 years ago
  79. d29712e x86: Forward declare gd_t by Graeme Russ · 12 years ago
  80. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  81. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  82. 11aca5f x86: Change global data baudrate to int by Simon Glass · 12 years ago
  83. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  84. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  85. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  86. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  87. 74a023c sc520: fix build warning about unused temp var by Mike Frysinger · 13 years ago
  88. 3fb4f9e x86: Convert board_init_f_r to a processing loop by Graeme Russ · 13 years ago
  89. a875dda x86: Split init functions out of board.c by Graeme Russ · 13 years ago
  90. 6ae6dd8 x86: Move relocation code out of board.c by Graeme Russ · 13 years ago
  91. 81d90dd x86: Move setup_pcat_compatibility() out of board.c by Graeme Russ · 13 years ago
  92. ac52e47 x86: Move do_go_exec() out of board.c by Graeme Russ · 13 years ago
  93. 6dda131 CHECKPATCH: arch/x86/lib/* by Graeme Russ · 13 years ago
  94. af3f2c8 x86: Tweak IDT and GDT for alignment and readability by Graeme Russ · 13 years ago
  95. 5a29a4f x86: Allow cache before copy to RAM by Graeme Russ · 13 years ago
  96. 6e25600 x86: Create weak init_cache() and default enable_caches() functions by Graeme Russ · 13 years ago
  97. 5101d5c x86: Set GD_FLG_RELOC after entering in-RAM copy of U-Boot by Graeme Russ · 13 years ago
  98. 3536896 x86: Use fs for global data by Graeme Russ · 13 years ago
  99. 6aa071f x86: Rework relocation calculations by Graeme Russ · 13 years ago
  100. d7755b4 x86: Simplify Flash-to-RAM code execution transition by Graeme Russ · 13 years ago