1. fe7c362 POWER: MAX77686: Modified as per the latest Implementation by Rajeshwari Shinde · 12 years ago
  2. 1d4f9ca universal_c210: fix compiler error and compiler warning by Minkyu Kang · 12 years ago
  3. 56b3ba1 Merge branch 'master' of git://git.denx.de/u-boot into resolve by Minkyu Kang · 12 years ago
  4. b8d71e3 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  5. 73f12f0 fs:ext4:write: Initialize cache aligned filename buffer by Łukasz Majewski · 12 years ago
  6. b55a793 fs:ext4:fix: Code refactoring to suppress compiler warnings by Łukasz Majewski · 12 years ago
  7. ca10c8c fs:ext4:write: Store block device descriptor in file system structure by Łukasz Majewski · 12 years ago
  8. cb5de1b fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division by Łukasz Majewski · 12 years ago
  9. e91505d Change e-mail address of Luka Perkov by Luka Perkov · 12 years ago
  10. f1d17fb serial_pl011: Set RTS during initialization by Joshua Housh · 12 years ago
  11. 281baaf MAINTAINERS: Add a pointer to the custodians page. by Robert P. J. Day · 12 years ago
  12. 4f7bfe2 x86: Fix coreboot config to boot on Chromebook by Simon Glass · 12 years ago
  13. c5206bb x86: Turn on support for EFI's GPT in the coreboot config by Gabe Black · 12 years ago
  14. c28c3b2 x86: coreboot: Enable video display by Simon Glass · 12 years ago
  15. 54df8ce x86: Build vga video code only if CONFIG_VIDEO_VGA is defined by Simon Glass · 12 years ago
  16. 2c0ff4e x86: Remove video_init() prototype from u-boot-x86.h by Simon Glass · 12 years ago
  17. 33778ea video: Check for valid FB pointer before clearing by Duncan Laurie · 12 years ago
  18. d1c0d2c x86: drop unused code in coreboot.c by Stefan Reinauer · 12 years ago
  19. 965b90b x86: Remove coreboot_ from file name by Stefan Reinauer · 12 years ago
  20. 56cee44 x86: Provide a way to throttle port80 accesses by Vadim Bendebury · 12 years ago
  21. 6ab0258 x86: Provide tick counter and frequency reference for Intel core architecture by Vadim Bendebury · 12 years ago
  22. 33307c4 x86: Issue SMI to finalize Coreboot in final stage by Duncan Laurie · 12 years ago
  23. 115f747 x86: Fix MTRR clear to detect which MTRR to use by Duncan Laurie · 12 years ago
  24. 43a2fdd x86: Emit port 80 post codes in show_boot_progress() by Stefan Reinauer · 12 years ago
  25. 791f61b x86: fdt: Create basic .dtsi file for coreboot by Simon Glass · 12 years ago
  26. ef4356d x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly by Gabe Black · 12 years ago
  27. 050a4c6 x86: Add support for CONFIG_OF_CONTROL by Gabe Black · 12 years ago
  28. 0065144 x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Stefan Reinauer · 12 years ago
  29. ef89932 x86: Add back cold- and warm-boot flags by Gabe Black · 12 years ago
  30. 7169ce3 x86: Override calculate_relocation_address to use the e820 map by Gabe Black · 12 years ago
  31. b841abf x86: Make calculate_relocation_address an overridable function by Gabe Black · 12 years ago
  32. c1b5877 x86: Make the upper bound on relocated symbols closed instead of open by Gabe Black · 12 years ago
  33. 1311361 x86: Reorder x86's post relocation memory layout by Gabe Black · 12 years ago
  34. a97cbda x86: Initialise SPI if enabled by Gabe Black · 12 years ago
  35. d64c6ad x86: Implement arch_phys_memset so that it can wipe memory above 4GB by Gabe Black · 12 years ago
  36. a2f3a93 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · 12 years ago
  37. 8f090ca x86: Increase the size of the phys_size_t and phys_addr_t types by Gabe Black · 12 years ago
  38. bf4c9fb x86: Fix off-by-one error in do_elf_reloc_fixups() by Duncan Laurie · 12 years ago
  39. 5dfabfa x86: Ignore memory >4GB when parsing Coreboot tables by Duncan Laurie · 12 years ago
  40. c777e52 x86: Enable CONFIG_CMD_ZBOOT for coreboot by Simon Glass · 12 years ago
  41. 923bbf0 x86: Fix indirect jmp warning in zimage.c by Simon Glass · 12 years ago
  42. 101e4b7 x86: Clean up MTRR 7 right before jumping to the kernel by Stefan Reinauer · 12 years ago
  43. a0190bd x86: Import MSR/MTRR code from Linux by Graeme Russ · 12 years ago
  44. 2e5225e x86: Provide a function to clean up just before booting a zimage by Stefan Reinauer · 12 years ago
  45. 2acf848 x86: Add basic cache operations by Stefan Reinauer · 12 years ago
  46. f0c7e2a x86: Fill in the dram info using the e820 map on coreboot/x86 by Gabe Black · 12 years ago
  47. 8cd22c8 x86: Add a CBMEM timestamp generated right before the kernel startup. by Vadim Bendebury · 12 years ago
  48. 5220654 x86: Enable coreboot timestamp facility support in u-boot. by Vadim Bendebury · 12 years ago
  49. 1d82bac x86: Add function to read time stamp counter by Vadim Bendebury · 12 years ago
  50. 50a5ebe x86: gpio: Add additional GPIO banks to the ICH6 driver by Bill Richardson · 12 years ago
  51. aed8413 x86: Enable ICH6 GPIO controller for coreboot by Simon Glass · 12 years ago
  52. eece432 x86: gpio: Add GPIO driver for Intel ICH6 and later. by Bill Richardson · 12 years ago
  53. 414c9d7 add include/u-boot.lst to .gitignore by Luka Perkov · 12 years ago
  54. 974ed2f README: Explain how to generate the CHANGELOG file. by Robert P. J. Day · 12 years ago
  55. 8ce43a9 cmd_led.c: Standardize format of help and usage info. by Robert P. J. Day · 12 years ago
  56. b102e20 Allow CONFIG_BOARD_SIZE_LIMIT to be specified in hex by Joe Hershberger · 12 years ago
  57. 6a4feb4 part: check each variable for capability calculation by Jerry Huang · 12 years ago
  58. 415cd52 cbfs: Add docbook template by Simon Glass · 12 years ago
  59. 4ea4b62 cbfs: Remove mention of CREDITS files by Simon Glass · 12 years ago
  60. 1569a85 lzma: update to lzma sdk 9.20 by Stefan Reinauer · 12 years ago
  61. 76c1754 MAKEALL: Add options for incremental building by Joe Hershberger · 12 years ago
  62. 1a268c2 MAKEALL: Fix kill_children by Joe Hershberger · 12 years ago
  63. e717a50 4xx: Fix PCI memory mapping on CPCI405 boards by Matthias Fuchs · 12 years ago
  64. 28eeffa Makefile: Add target for combined spl/u-boot.bin & u-boot.img by Stefan Roese · 12 years ago
  65. f7f05a9 Makefile: Add possibility to set entry-point for u-boot.img by Stefan Roese · 12 years ago
  66. e1b8d0b mpc5200: Add a3m071 board support by Stefan Roese · 12 years ago
  67. 50b5ac0 mpc5200: Add SPL support by Stefan Roese · 12 years ago
  68. b2405c0 env: Enable getenv_f() for SPL_BUILD by Stefan Roese · 12 years ago
  69. ec90d34 SPL: Port SPL framework to powerpc by Stefan Roese · 12 years ago
  70. 79dc544 powerpc: Extract EPAPR_MAGIC constants into processor.h by Stefan Roese · 12 years ago
  71. 2123c37 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  72. 8758307 x86: Don't spam POST80 codes with slow IO functions by Stefan Reinauer · 12 years ago
  73. 2477646 x86: Define CONFIG_SYS_VSNPRINTF for coreboot by Simon Glass · 12 years ago
  74. 1871f80 x86: Fix typo in pcat_timer.c by Stefan Reinauer · 12 years ago
  75. b74308d x86: Include types.h explicitly in the i386 version of io.h by Gabe Black · 12 years ago
  76. 138c2be x86: Add a dummy implementation for timer_get_us by Gabe Black · 12 years ago
  77. 846d08e x86: Add a default implementation for cleanup_before_linux() by Gabe Black · 12 years ago
  78. fb9caaf x86: Add a minimal device tree for alex x86 by Gabe Black · 12 years ago
  79. 2547dee x86: Add an fdt pointer to the global data structure by Gabe Black · 12 years ago
  80. 23218f7 x86: video: Add coreboot framebuffer support by Stefan Reinauer · 12 years ago
  81. 1825f85 x86: Remove coreboot start16 code by Simon Glass · 12 years ago
  82. 76ce249 x86: Allow compiling out realmode/bios code by Gabe Black · 12 years ago
  83. b357bc0 x86: Select stdio devices for coreboot by Simon Glass · 12 years ago
  84. e53e53b x86: Add console command to display CBMEM console buffer by Vadim Bendebury · 12 years ago
  85. 263a8bd x86: Add CBMEM console driver for coreboot by Vadim Bendebury · 12 years ago
  86. bc30b21 x86: coreboot: Decode additional coreboot sysinfo tags by Simon Glass · 12 years ago
  87. 9a03c91 x86: coreboot: Drop sysinfo.c by Stefan Reinauer · 12 years ago
  88. af198d8 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 12 years ago
  89. 069f100 include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64s by Nobuhiro Iwamatsu · 12 years ago
  90. 5d2b5a2 serial: serial_sh: bugfix: autoboot fails if serial console is not connected by Tetsuyuki Kobayashi · 12 years ago
  91. fdc3dc6 sh: fix trigger_address_error() by Yoshihiro Shimoda · 12 years ago
  92. fd757b6 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  93. f4c5a5f fdt: Correct global_data condition in main by Simon Glass · 12 years ago
  94. 6c7785c Merge branch 'master' of git://www.denx.de/git/u-boot-x86 by Tom Rini · 12 years ago
  95. 45b30b9 x86: coreboot: Enable LPC TPM by Simon Glass · 12 years ago
  96. b1992e2 x86: Remove coreboot start16 code by Simon Glass · 12 years ago
  97. 57c5574 x86: coreboot: Implement recursively scanning PCI busses by Gabe Black · 12 years ago
  98. 7a8906e x86: coreboot: Modify u-boot code to allow building coreboot payload by Vadim Bendebury · 12 years ago
  99. 67bb7b0 x86: coreboot: Tell u-boot about PCI bus 0 when initializing by Gabe Black · 12 years ago
  100. 565456b x86: coreboot: Move non-board specific files to coreboot arch directory by Stefan Reinauer · 12 years ago