1. 423d1b4 lib: bzip2: move bzip2 files to lib/bzip2/ directory by Masahiro Yamada · 10 years ago
  2. e722852 Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  3. 870345b Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  4. 8510133 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  5. 8d72f28 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · 10 years ago
  6. 0c87277 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  7. d90f8e1 x86: Add initial video device init for Intel GMA by Simon Glass · 10 years ago
  8. cf46d37 x86: Add init for model 206AX CPU by Simon Glass · 10 years ago
  9. cd0adb3 x86: ivybridge: Add SATA init by Simon Glass · 10 years ago
  10. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  11. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  12. 3e336c8 vsprintf: Add modifier for phys_addr_t by Thierry Reding · 10 years ago
  13. 37ef325 dm: fdt: Correct handling of aliases with embedded digits by Simon Glass · 10 years ago
  14. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  15. f79d538 x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · 10 years ago
  16. eda0c3f fdt: Add a function to decode a variable-sized u32 array by Simon Glass · 10 years ago
  17. 1f4476c x86: Save the BIST value on reset by Simon Glass · 10 years ago
  18. 6894186 fdt: Add a function to decode a named memory region by Simon Glass · 10 years ago
  19. f5e141f fdt: Enhance flashmap function to deal with region properties by Simon Glass · 10 years ago
  20. a28f8ba fdt: Use the correct return types for fdtdec_decode_region() by Simon Glass · 10 years ago
  21. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  22. eff8e68 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · 10 years ago
  23. 08ea373 Tidy up data sizes and function comment in display_options by Simon Glass · 10 years ago
  24. d1c377f Use uint64_t instead of u64 in put_dec() by Simon Glass · 10 years ago
  25. 0e10316 Use uint64_t for time types by Simon Glass · 10 years ago
  26. a020972 lmb: make local functions static by Jeroen Hofstee · 10 years ago
  27. 9520b71 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · 10 years ago
  28. e301fa0 kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
  29. 56b661f Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  30. 9a4b8e2 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  31. eff23f7 x86: dts: Add device tree compatible string for Intel IPC by Simon Glass · 10 years ago
  32. 2485631 fdt: Add a function to return PCI BDF triplet by Thierry Reding · 10 years ago
  33. a937b80 fdt: Add resource parsing functions by Thierry Reding · 10 years ago
  34. 5504b80 fdt: Add functions to retrieve strings by Thierry Reding · 10 years ago
  35. a24f1ac fdt: Add a function to get the index of a string by Thierry Reding · 10 years ago
  36. 92ba09e fdt: Add a function to count strings by Thierry Reding · 10 years ago
  37. 5b3abbe initcall: Display error number when an error occurs by Simon Glass · 10 years ago
  38. 3f053fe kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to Kconfig by Masahiro Yamada · 10 years ago
  39. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  40. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  41. 162efa2 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  42. 1e374fb dm: fdt: Add a function to look up a chosen node by Simon Glass · 10 years ago
  43. 8c5e264 video: Add driver for Parade PS8625 dP to LVDS bridge by Vadim Bendebury · 10 years ago
  44. e24c502 video: exynos_fimd: Add framework to disable FIMD sysmmu by Ajay Kumar · 10 years ago
  45. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  46. 762320b lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · 10 years ago
  47. 27b6562 lib, rbtree: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  48. b6a010b lib: lmb: fix overflow in __lmb_alloc_base w/ large RAM by Stephen Warren · 10 years ago
  49. a436f21 rsa: Fix two errors in the implementation by Simon Glass · 10 years ago
  50. 536774d fdt: Sync up with libfdt by Simon Glass · 10 years ago
  51. 89f4ed1 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  52. c95f678 fdt: Add a function to get the node offset of an alias by Simon Glass · 10 years ago
  53. 9908ad4 fdt: Add a function to get the alias sequence of a node by Simon Glass · 10 years ago
  54. 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  55. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  56. cb21e37 lib/time.c cleanups by Pavel Machek · 10 years ago
  57. 4659055 lib:vsprintf: reduce scope of pack_hex_byte by Jeroen Hofstee · 10 years ago
  58. 0ee8d79 lib:sha1: remove unused constant by Jeroen Hofstee · 10 years ago
  59. 0461dda lib:lmb: use __weak by Jeroen Hofstee · 10 years ago
  60. 2922317 lib: div64: add missing include by Jeroen Hofstee · 10 years ago
  61. 80bff37 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · 10 years ago
  62. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  63. 9423bad mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  64. fc47300 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · 11 years ago
  65. 0d23e8a LzmaTools: don't self assign values by Jeroen Hofstee · 10 years ago
  66. af2f9d5 fdt: Update functions which write to an FDT to return -ENOSPC by Simon Glass · 10 years ago
  67. e61f9f6 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  68. 8f77045 initcall: Improve debugging support by Simon Glass · 11 years ago
  69. b81b5a8 exynos: Enable the LCD backlight for snow by Simon Glass · 11 years ago
  70. 2ab5695 power: Add support for TPS65090 PMU chip. by Tom Wai-Hong Tam · 11 years ago
  71. 343cd9f eMMC: add support for operations in RPMB partition by Pierre Aubert · 11 years ago
  72. e3fb6fa ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC by Jaehoon Chung · 11 years ago
  73. 511740c lib/sha256: fix compile on some hosts by Andreas Bießmann · 11 years ago
  74. 398c70c aes: make apply_cbc_chain_data non-static by Stephen Warren · 11 years ago
  75. d231bd9 Merge branch 'next' by Tom Rini · 11 years ago
  76. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  77. 5ec2ed2 cmd:gpt: randomly generate each partition uuid if undefined by Przemyslaw Marczak · 11 years ago
  78. 2eb40ee new commands: uuid and guid - generate random unique identifier by Przemyslaw Marczak · 11 years ago
  79. b428514 lib: uuid: add functions to generate UUID version 4 by Przemyslaw Marczak · 11 years ago
  80. 0c81336 lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · 11 years ago
  81. fa90734 part_efi: move uuid<->string conversion functions into lib/uuid.c by Przemyslaw Marczak · 11 years ago
  82. cd9c268 lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND by Przemyslaw Marczak · 11 years ago
  83. 287a839 Logo: TIZEN: Change booting logo size to official size. by Jonghwa Lee · 11 years ago
  84. 5f0e674 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  85. 05ed2a5 env: Implement support for AES encryption into fw_* tools by Marek Vasut · 11 years ago
  86. de5a053 aes: Implement AES-128-CBC decryption function by Marek Vasut · 11 years ago
  87. 23ec68c aes: Move the AES-128-CBC encryption function to common code by Marek Vasut · 11 years ago
  88. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  89. 4b81756 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  90. edaf9b1 rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  91. 8ae3380 fit: add sha256 support by Heiko Schocher · 11 years ago
  92. b9ddbf4 sandbox: Add LCD driver by Simon Glass · 11 years ago
  93. 36170f0 cros_ec: sandbox: Add Chrome OS EC emulation by Simon Glass · 11 years ago
  94. 9f78372 cros_ec: Add a function for reading a flash map entry by Simon Glass · 11 years ago
  95. 12cf19e drivers:mmc:sdhci: enable support for DT by Piotr Wilczek · 11 years ago
  96. 24e368a video:mipidsim:fdt: Add DT support for mipi dsim driver by Piotr Wilczek · 11 years ago
  97. b564aed kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED by Masahiro Yamada · 11 years ago
  98. 6c48001 Add 64-bit data support for memory commands by York Sun · 11 years ago
  99. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  100. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago