1. 8168033 cmd: rework "license" command by Masahiro Yamada · 8 years ago
  2. bb92b42 cmd: add a new command "config" to show .config contents by Masahiro Yamada · 8 years ago
  3. e1cbb9c scripts: import bin2c.c from Linux 4.10-rc6 by Masahiro Yamada · 8 years ago
  4. 48042d8 arm64: use store with auto-increment by Masahiro Yamada · 8 years ago
  5. 7efc632 arm64: use xzr to zero-out the bss section by Masahiro Yamada · 8 years ago
  6. 2ae7da0 x86: make LOAD_FROM_32_BIT visible for platforms by Andy Shevchenko · 8 years ago
  7. 5b71c54 x86: qemu: Add a config for 64-bit U-Boot by Bin Meng · 8 years ago
  8. fa9945a x86: qemu: Add build options for SPL by Bin Meng · 8 years ago
  9. 07f4ff6 x86: qemu: Add a text base for 64-bit U-Boot by Bin Meng · 8 years ago
  10. c40c9d2 tools: binman: Handle optional microcode case in SPL image by Bin Meng · 8 years ago
  11. ed5ab3e tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptr by Bin Meng · 8 years ago
  12. 3a8beb7 x86: qemu: Mark ucode as optional for SPL in u-boot.dtsi by Bin Meng · 8 years ago
  13. ed3fd5b x86: qemu: Set up device tree for SPL by Bin Meng · 8 years ago
  14. 95e4a39 x86: qemu: Fix compiler warnings for 64-bit by Bin Meng · 8 years ago
  15. 7172c0a x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot proper by Bin Meng · 8 years ago
  16. 7681621 x86: Compile irq.c for 64-bit by Bin Meng · 8 years ago
  17. 2240fde x86: spl: Add weak arch_cpu_init_dm() by Bin Meng · 8 years ago
  18. fd0c447 x86: Wrap print_ch() with config option by Bin Meng · 8 years ago
  19. d6da81d x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c by Bin Meng · 8 years ago
  20. 446e56a x86: link: Add a config for 64-bit U-Boot by Simon Glass · 8 years ago
  21. 5aa5875 x86: Update compile/link flags to support 64-bit U-Boot by Simon Glass · 8 years ago
  22. ad61be6 x86: link: Add build options for SPL by Simon Glass · 8 years ago
  23. fc1e11c x86: link: Set up device tree for SPL by Simon Glass · 8 years ago
  24. 46be3c6 x86: link: Add SPL declarations to the binman image by Simon Glass · 8 years ago
  25. 5dd426f x86: link: Add a text base for 64-bit U-Boot by Simon Glass · 8 years ago
  26. ea54358 x86: Add a dummy setjmp implementation for x86_64 by Simon Glass · 8 years ago
  27. 2aa5a5b x86: Move setjmp to the i386 directory by Simon Glass · 8 years ago
  28. 0d12adc x86: Move call64 to the i386 directory by Simon Glass · 8 years ago
  29. 27a6eaa x86: Change irq_already_routed to a local variable by Simon Glass · 8 years ago
  30. 37e706d x86: Move turbo_state to global_data by Simon Glass · 8 years ago
  31. f64d6f7 x86: Move pirq_routing_table to global_data by Simon Glass · 8 years ago
  32. 1e32ede x86: Support jumping from SPL to U-Boot by Simon Glass · 8 years ago
  33. f5156f0 x86: Drop interrupt support in 64-bit mode by Simon Glass · 8 years ago
  34. 602b98f x86: Don't try to boot Linux from SPL by Simon Glass · 8 years ago
  35. 2f1492e x86: Don't build 32-bit efi files on x86_64 by Simon Glass · 8 years ago
  36. bded35b x86: Don't build cpu files which are not supported on 64-bit by Simon Glass · 8 years ago
  37. 78a62bd x86: Don't build call64 and setjmp on 64-bit by Simon Glass · 8 years ago
  38. 3dfe451 x86: Don't try to run the VGA BIOS in 64-bit mode by Simon Glass · 8 years ago
  39. 78a20d2 x86: ivybridge: Provide a dummy SDRAM init for 64-bit by Simon Glass · 8 years ago
  40. c48de2c x86: ivybridge: Skip SATA init in SPL by Simon Glass · 8 years ago
  41. 4a6bda5 x86: Fix up type sizes for 64-bit by Simon Glass · 8 years ago
  42. 249da61 x86: Drop flag_is_changable() on x86_64 by Simon Glass · 8 years ago
  43. 59d6820 x86: Fix up byteorder.h for x86_64 by Simon Glass · 8 years ago
  44. d5e2b86 x86: Add SPL build rules for start-up code by Simon Glass · 8 years ago
  45. 9e8dd4f x86: Add a link script for SPL by Simon Glass · 8 years ago
  46. c74f9dc x86: Add a link script for 64-bit x86 by Simon Glass · 8 years ago
  47. 1560a63 x86: Fix up CONFIG_X86_64 check by Simon Glass · 8 years ago
  48. 590aef7 x86: Support global_data on x86_64 by Simon Glass · 8 years ago
  49. efedba7 x86: Add cpu code for x86_64 by Simon Glass · 8 years ago
  50. 16a624b x86: Move the i386 code into its own directory by Simon Glass · 8 years ago
  51. 030777d x86: Add an SPL implementation by Simon Glass · 8 years ago
  52. 878201b x86: Tidy up use of size_t in relocation by Simon Glass · 8 years ago
  53. 010af86 x86: Add support for 64-bit relocation by Simon Glass · 8 years ago
  54. c897907 x86: Refactor relocation to prepare for 64-bit by Simon Glass · 8 years ago
  55. 2a7bf77 x86: Do relocation before clearing BSS by Simon Glass · 8 years ago
  56. 96c867d x86: board_r: Set the global data pointer after relocation by Simon Glass · 8 years ago
  57. 2031fad board_f/r: Use static const for the init sequences by Simon Glass · 8 years ago
  58. 6e1a81a x86: board_f: Update init sequence for 64-bit startup by Simon Glass · 8 years ago
  59. 8157b33 x86: Add 64-bit start-up code by Simon Glass · 8 years ago
  60. 0e8047c x86: ivybridge: Allow 32-bit init to move to SPL by Simon Glass · 8 years ago
  61. d0594ff x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR by Simon Glass · 8 years ago
  62. 706f6f5 x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR by Simon Glass · 8 years ago
  63. 095a863 x86: Kconfig: Add location options for 16/32-bit init by Simon Glass · 8 years ago
  64. 0985e10 x86: Add Kconfig options to build 64-bit U-Boot by Simon Glass · 8 years ago
  65. aa0ed9d x86: lib: Fix types and casts for 64-bit compilation by Simon Glass · 8 years ago
  66. 2926545 x86: fsp: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  67. a97b19d x86: dts: Mark serial as needed before relocation by Simon Glass · 8 years ago
  68. 6fbb13d x86: ivybridge: Fix types for 64-bit compilation by Simon Glass · 8 years ago
  69. e536796 x86: ivybridge: Add more debugging for failures by Simon Glass · 8 years ago
  70. d87b092 x86: ivybridge: Declare global data where it is used by Simon Glass · 8 years ago
  71. 39473e1 x86: Update mpspec to build on 64-bit machines by Simon Glass · 8 years ago
  72. ca37a39 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
  73. f8037c0 spl: Don't create a BSS padding when it is separate by Simon Glass · 8 years ago
  74. 36258a5 spl: Allow PCH drivers to be used in SPL by Simon Glass · 8 years ago
  75. 0c1b41a spl: Allow timer drivers to be used in SPL by Simon Glass · 8 years ago
  76. b69691b spl: Allow RTC drivers to be used in SPL by Simon Glass · 8 years ago
  77. 6569f3a spl: Allow PCI drivers to be used in SPL by Simon Glass · 8 years ago
  78. eca677f spl: Allow CPU drivers to be used in SPL by Simon Glass · 8 years ago
  79. c87d486 spl: Makefile: Define SPL_ earlier by Simon Glass · 8 years ago
  80. 2c066d6 spl: spi: Add a debug message if loading fails by Simon Glass · 8 years ago
  81. dfc2535 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · 8 years ago
  82. 7c7a078 x86: Synchronize list of x86 subarchitectures (update bootparam.h) by Andy Shevchenko · 8 years ago
  83. 863af89 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  84. bedc562 arch: powerpc: update the eLBC IP input clock by Prabhakar Kushwaha · 8 years ago
  85. 4c6be55 arch: powerpc: Move CONFIG_FSL_ELBC to Kconfig by Prabhakar Kushwaha · 8 years ago
  86. 7919846 arch: arm: update the IFC IP input clock by Prabhakar Kushwaha · 8 years ago
  87. 3c48f58 arch: powerpc: update the IFC IP input clock by Prabhakar Kushwaha · 8 years ago
  88. b0f8bae arch: powerpc: Move CONFIG_FSL_IFC to Kconfig by Prabhakar Kushwaha · 8 years ago
  89. 74d129b armv8: ls1012a: Add support of PPA by Prabhakar Kushwaha · 8 years ago
  90. 1fb2f11 board: freescale: ls1012a: Enable secure DDR on LS1012A platforms by Prabhakar Kushwaha · 8 years ago
  91. 4c79ad0 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  92. 34ab529 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  93. 08fb716 powerpc: mpc5200: Correct return value of memcpy function by Mark Marshall · 8 years ago
  94. f8edd75 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 8 years ago
  95. 10d1449 arm: mvebu: Implement secure boot by Mario Six · 8 years ago
  96. 62da676 tools: kwbimage: Refactor line parsing and fix error by Mario Six · 8 years ago
  97. 030ca16 tools: kwbimage: Factor out add_binary_header_v1 by Mario Six · 8 years ago
  98. 855cf9e tools: kwbimage: Remove unused parameter by Mario Six · 8 years ago
  99. 6f27363 tools: kwbimage: Reduce scope of variables by Mario Six · 8 years ago
  100. 7497cd6 tools: kwbimage: Fix arithmetic with void pointers by Mario Six · 8 years ago