1. 59e890e fs: make it possible to read the filesystem UUID by Christian Gmeiner · 10 years ago
  2. 1b51d32 sata: fix a bug in init_sata() for pci-sata card by li pengbo · 10 years ago
  3. f333b9f ARM: bcm: Enable bcm11130 boards by Steve Rae · 10 years ago
  4. abb1678 ARM: bcm: Enable five Cygnus boards by Steve Rae · 10 years ago
  5. 18f26fd spl: Change debug to printf for "Unsupported boot-device" by Stefan Roese · 10 years ago
  6. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  7. 17b28ed dm: core: remove unnecessary return condition in uclass lookup by Masahiro Yamada · 10 years ago
  8. f724e0b dm: core: remove unnecessary return condition in driver lookup by Masahiro Yamada · 10 years ago
  9. 84a7153 dm: core: remove meaningless if conditional by Masahiro Yamada · 10 years ago
  10. cbf86d7 dm: core: a trivial clean up by Masahiro Yamada · 10 years ago
  11. d11e8fd cros_ec: Fix uninitialised variable in cros_ec.c by Simon Glass · 10 years ago
  12. 6b18656 dm: spi: Use device_bind_driver() instead of our own function by Simon Glass · 10 years ago
  13. ff56bba dm: spi: Correct handling of SPI chip selects in sandbox by Simon Glass · 10 years ago
  14. e33dc22 dm: Add a function to bind a device by driver name by Simon Glass · 10 years ago
  15. a88340d dm: fdt: Correct handling of aliases with embedded digits by Simon Glass · 10 years ago
  16. 479728c dm: core: Add functions to find parent and OF data by Simon Glass · 10 years ago
  17. 2ef249b dm: core: Allow access to the device's driver_id data by Simon Glass · 10 years ago
  18. c26c80a drivers: usb: fsl: Move USB Errata checking code by Nikhil Badola · 10 years ago
  19. 7bf3816 mx53ard: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  20. 1abd714 mx53evk: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  21. c5ba77a mx53smd: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  22. a49c44d mx6qarm2: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  23. d6af507 mx51evk: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  24. 6c920ee mx6: mx6sabre common: Enable i.MX thermal DM driver by Ye.Li · 10 years ago
  25. 7a26416 mx6: thermal: Check cpu temperature via thermal sensor by Ye.Li · 10 years ago
  26. e3568d2 DM: thermal: Add imx thermal DM driver by Ye.Li · 10 years ago
  27. cf202d2 mx6: clock: Add thermal clock enable function by Nitin Garg · 10 years ago
  28. 02a32a9 tbs2910: Fix error handling in board_mmc_init() by Soeren Moch · 10 years ago
  29. c1a6f37 dm: i2c: Move error reporting into a common function by Simon Glass · 10 years ago
  30. 38687ae dm: Update documentation to include CONFIG_DM... options by Simon Glass · 10 years ago
  31. f8fff9d dm: arm: spl: Make driver model linker lists available by Simon Glass · 10 years ago
  32. 0521f98 dm: tegra: Add platform data for the GPIO driver by Simon Glass · 10 years ago
  33. bc0b284 dm: tegra: Add platform data for the SPL uart by Simon Glass · 10 years ago
  34. a94f468 dm: Disable dm_warn() in SPL by Simon Glass · 10 years ago
  35. 236f2bd dm: Allow stdio registration to be dropped by Simon Glass · 10 years ago
  36. 3ac435d dm: Allow device removal features to be dropped by Simon Glass · 10 years ago
  37. 1151651 dm: spl: Allow driver model to be used by Simon Glass · 10 years ago
  38. fb4f5e7 dm: spl: Make simple malloc() available when enabled by Simon Glass · 10 years ago
  39. ba19599 dm: arm: spl: Allow simple malloc() in SPL by Simon Glass · 10 years ago
  40. c9356be dm: Split the simple malloc() implementation into its own file by Simon Glass · 10 years ago
  41. 9dacbb2 dm: tegra: Avoid using arch-specific memcpy() in SPL by Simon Glass · 10 years ago
  42. ad1b81c dm: serial: Support changing the baud rate by Simon Glass · 10 years ago
  43. e87e0e7 dm: at91: Add myself as maintainer for snapper9260 by Simon Glass · 10 years ago
  44. 1a1927f dm: at91: Convert snapper9260 to use driver model by Simon Glass · 10 years ago
  45. 0f65f48 dm: at91: Add driver model support for the serial driver by Simon Glass · 10 years ago
  46. 62137fc dm: at91: Refactor serial driver slightly for driver model by Simon Glass · 10 years ago
  47. 12fe7f7 dm: at91: Add platform data for GPIO on at91sam9260-based boards by Simon Glass · 10 years ago
  48. 918354b dm: at91: Add driver model support for atmel GPIO driver by Simon Glass · 10 years ago
  49. cd052cd dm: at91: Move snapper9260 to generic baord by Simon Glass · 10 years ago
  50. 5e8a749 dm: at91: Correct text base for snapper9260 by Simon Glass · 10 years ago
  51. fe5b9b4 x86: Rename chromebook-x86 to coreboot by Simon Glass · 10 years ago
  52. 65dd74a x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  53. 3eafce0 x86: ivybridge: Add LAPIC support by Simon Glass · 10 years ago
  54. a49e3c7 x86: Make show_boot_progress() common by Simon Glass · 10 years ago
  55. 437c2b7 x86: chromebook_link: Enable GPIO support by Simon Glass · 10 years ago
  56. 1b4f25f x86: ivybridge: Add support for early GPIO init by Simon Glass · 10 years ago
  57. 8e0df06 x86: ivybridge: Add early init for PCH devices by Simon Glass · 10 years ago
  58. 9c678e1 x86: dts: Add microcode updates for ivybridge CPU by Simon Glass · 10 years ago
  59. 77f9b1f x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · 10 years ago
  60. 94060ff x86: ivybridge: Check BIST value on boot by Simon Glass · 10 years ago
  61. f5fbbe9 x86: ivybridge: Perform initial CPU setup by Simon Glass · 10 years ago
  62. eddbad2 x86: Add msr read/write functions that use a structure by Simon Glass · 10 years ago
  63. 3f70a6f x86: Add clr/setbits functions by Simon Glass · 10 years ago
  64. 378a863 x86: Tidy up coreboot header usage by Simon Glass · 10 years ago
  65. 2b60515 x86: ivybridge: Add early LPC init so that serial works by Simon Glass · 10 years ago
  66. 6fb3b72 x86: pci: Allow configuration before relocation by Simon Glass · 10 years ago
  67. 6e5b12b x86: ivybridge: Enable PCI in early init by Simon Glass · 10 years ago
  68. 7430f10 x86: Support use of PCI before relocation by Simon Glass · 10 years ago
  69. d188b18 x86: Refactor PCI to permit alternate init by Simon Glass · 10 years ago
  70. 70a09c6 x86: chromebook_link: Implement CAR support (cache as RAM) by Simon Glass · 10 years ago
  71. d1cd045 x86: Emit post codes in startup code for Chromebooks by Simon Glass · 10 years ago
  72. fce7b27 x86: Build a .rom file which can be flashed to an x86 machine by Simon Glass · 10 years ago
  73. 8ef0757 x86: Add chromebook_link board by Simon Glass · 10 years ago
  74. c03c951 x86: ifdtool: Allow creation of an empty ROM by Simon Glass · 10 years ago
  75. 5c1b685 x86: Allow timer calibration to work on ivybridge by Simon Glass · 10 years ago
  76. a5eb04d x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
  77. 727c1a9 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · 10 years ago
  78. 003504b x86: Remove unnecessary find_fdt(), prepare_fdt() functions by Simon Glass · 10 years ago
  79. 21b9b14 x86: Add processor functions to halt and get stack pointer by Simon Glass · 10 years ago
  80. 880a3cc x86: config: Move common x86 configs to a common file by Simon Glass · 10 years ago
  81. cd392fe x86: Add ifdtool for working with Intel Flash Descriptor ROM images by Simon Glass · 10 years ago
  82. e5901c9 dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · 10 years ago
  83. 469a579 dm: serial: Move current serial port pointer to global_data by Simon Glass · 10 years ago
  84. a9f04d4 fdt: Add a function to decode a variable-sized u32 array by Simon Glass · 10 years ago
  85. 768e0f5 Move early malloc() to before arch_cpu_init() by Simon Glass · 10 years ago
  86. 6cba6b9 x86: Fix a warning with gcc 4.4.4 by Simon Glass · 10 years ago
  87. 258b135 x86: Save TSC frequency in the global data by Bin Meng · 10 years ago
  88. 80de049 x86: Add quick TSC calibration via PIT by Bin Meng · 10 years ago
  89. 076bb44 x86: Do TSC MSR calibration only for known/supported CPUs by Bin Meng · 10 years ago
  90. 52f952b x86: Do CPU identification in the early phase by Bin Meng · 10 years ago
  91. f67cd51 x86: Save the BIST value on reset by Simon Glass · 10 years ago
  92. e1ffd81 x86: Fix up some missing prototypes by Simon Glass · 10 years ago
  93. 8b37c76 x86: Use the standard arch_cpu_init() function by Simon Glass · 10 years ago
  94. 07387d1 x86: Use the standard dram_init() function by Simon Glass · 10 years ago
  95. 76f90f3 x86: Tidy up global descriptor table setup by Simon Glass · 10 years ago
  96. 3c00695 x86: Invalidate TLB as early as possible by Simon Glass · 10 years ago
  97. 85d8732 x86: Remove board_init16() call which is not used by Simon Glass · 10 years ago
  98. bc48806 x86: Remove REALMODE_BASE which is no longer used by Simon Glass · 10 years ago
  99. 933cdbb fdt: Try to use fdt_address_cells()/fdt_size_cells() by Simon Glass · 10 years ago
  100. 2640387 fdt: Add a function to decode a named memory region by Simon Glass · 10 years ago