1. f4aae59 dm: sandbox: Move driver model CONFIGs to Kconfig by Simon Glass · 10 years ago
  2. 0267ba5 common: Move dram_init() declaration to common location by Michal Simek · 10 years ago
  3. 358b8bc Merge branch 'patman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  4. 1f32ae9 sandbox: Add a -D option to use a default device tree by Simon Glass · 10 years ago
  5. 3b4a7f9 sandbox: Correct cros-ec keyboard definition by Simon Glass · 10 years ago
  6. a02af4a dm: demo: Add a simple GPIO demonstration by Simon Glass · 10 years ago
  7. 776f96f dm: i2c: dts: Add an I2C bus for sandbox by Simon Glass · 10 years ago
  8. 6ec1b75 dm: i2c: Add an I2C EEPROM simulator by Simon Glass · 10 years ago
  9. e19db55 Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  10. f80a8bb sandbox: Fix warnings in cpu.c and os.c by Simon Glass · 10 years ago
  11. 96b1046 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  12. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  13. 7dbcb76 sandbox: init cli for -c by Rabin Vincent · 10 years ago
  14. 0d296cc Provide option to avoid defining a custom version of uintptr_t. by Gabe Black · 10 years ago
  15. b6c2956 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
  16. 49b5d6e dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  17. 0b304a2 sandbox: dts: Add a SPI device and cros_ec device by Simon Glass · 10 years ago
  18. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  19. 2a9ae6e sandbox: dts: Add a serial console node by Simon Glass · 10 years ago
  20. 4bc9a19 dm: sandbox: dts: Add a GPIO bank by Simon Glass · 10 years ago
  21. 90f984e kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  22. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  23. 6133683 sandbox: Remove all drivers before exit by Simon Glass · 10 years ago
  24. 29afe9e sandbox: Support pre-relocation malloc() by Simon Glass · 10 years ago
  25. 4d94dfa sandbox: Set up global data before board_init_f() by Simon Glass · 10 years ago
  26. a8b0f9b build: define CPU only when arch/${ARCH}/cpu/${CPU} exists by Masahiro Yamada · 10 years ago
  27. 1638d98 sandbox: change local_irq_save() to macro by Masahiro Yamada · 10 years ago
  28. 9c38c07 sandbox: terminate os_dirent_ls() result list by Stephen Warren · 10 years ago
  29. 5957ac2 Makefile: Support include files for .dts files by Simon Glass · 10 years ago
  30. 42d3b29 sandbox: Support iotrace feature by Simon Glass · 10 years ago
  31. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  32. c6eb945 Revert "sandbox: move source files from board/ to arch/sandbox/" by Masahiro Yamada · 10 years ago
  33. 2a1680e common/board_f: Initialized global data for generic board by York Sun · 10 years ago
  34. 097c5de sandbox: ignore sandbox.dtb by Masahiro Yamada · 10 years ago
  35. 2580609 sandbox: move source files from board/ to arch/sandbox/ by Masahiro Yamada · 10 years ago
  36. ad0e463 sandbox: Provide a build option to avoid using SDL by Simon Glass · 11 years ago
  37. ab839dc sandbox: Add options to clean up temporary files by Simon Glass · 11 years ago
  38. ffb8790 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  39. 7d95f2a sandbox: Add LCD driver by Simon Glass · 11 years ago
  40. c34c024 sandbox: Add a simple sound driver by Simon Glass · 11 years ago
  41. bbc09bf sandbox: Add SDL library for LCD, keyboard, audio by Simon Glass · 11 years ago
  42. bda7773 sandbox: Add -j option to indicate a jump from a previous U-Boot by Simon Glass · 11 years ago
  43. 47f5fcf sandbox: Add os_jump_to_image() to run another executable by Simon Glass · 11 years ago
  44. 39741c0 sandbox: dts: Add display and keyboard to sandbox by Simon Glass · 11 years ago
  45. 66bd1cf Use a const pointer for map_to_sysmem() by Simon Glass · 11 years ago
  46. cfd13e8 unit-test: make "test -e" test independent of $CWD by Stephen Warren · 11 years ago
  47. e2d8a71 sandbox: Convert GPIOs to use driver model by Simon Glass · 11 years ago
  48. 714a562 sandbox: Build a device tree file for sandbox by Simon Glass · 11 years ago
  49. ad0fed4 kbuild: use shorten log for linking u-boot by Masahiro Yamada · 11 years ago
  50. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  51. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  52. 3d83efb sandbox: Use system headers first for sandbox's os.c in a different way by Masahiro Yamada · 11 years ago
  53. 347d06d sandbox: fix the return type of os_free() function by Masahiro Yamada · 11 years ago
  54. b88eb32 sandbox: Add a prototype for cleanup_before_linux() by Simon Glass · 11 years ago
  55. 1209e27 sandbox: Add facility to save/restore sandbox state by Simon Glass · 11 years ago
  56. 5c2859c sandbox: Allow reading/writing of RAM buffer by Simon Glass · 11 years ago
  57. c5a62d4 sandbox: Add -i option to enter interactive mode by Simon Glass · 11 years ago
  58. 91b136c sandbox: Allow the console to work earlier by Simon Glass · 11 years ago
  59. 88bd0e9 sandbox: Implement the bootm command for sandbox by Simon Glass · 11 years ago
  60. 808434c sandbox: Allow return from board_init_f() by Simon Glass · 11 years ago
  61. 6ebcab8 sandbox: Correct help message <arg> garbling by Simon Glass · 11 years ago
  62. 77595c6 sandbox: Improve/augment memory allocation functions by Simon Glass · 11 years ago
  63. 6122813 sandbox: spi: Add SPI emulation bus by Mike Frysinger · 11 years ago
  64. 7b3efc6 sandbox: Rename sb_cmdline_option to sandbox_cmdline_option by Simon Glass · 11 years ago
  65. ed072b9 sandbox: Make map_to_sysmem() use a constant pointer by Simon Glass · 11 years ago
  66. 0eb2ace sandbox: config: Don't use 64-bit physical memory by Simon Glass · 11 years ago
  67. cbe5cdf sandbox: Use system headers first for sandbox's os.c by Simon Glass · 11 years ago
  68. 2a54d15 sandbox: Use uint64_t instead of u64 for time by Simon Glass · 11 years ago
  69. 7cf4082 sandbox: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  70. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  71. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  72. e2ee100 sandbox: Support trace feature by Simon Glass · 11 years ago
  73. 39042d8 sandbox: Allow -c argument to provide a command list by Simon Glass · 11 years ago
  74. f828bf2 sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file by Simon Glass · 11 years ago
  75. a733b06 sandbox: Switch over to generic board by Simon Glass · 11 years ago
  76. 781adb5 sandbox: Provide a way to map from host RAM to U-Boot RAM by Simon Glass · 11 years ago
  77. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  78. 1865286 Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  79. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  80. 62584db sandbox: Add a way of obtaining directory listings by Simon Glass · 12 years ago
  81. 4213fc2 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf by Simon Glass · 12 years ago
  82. e101550 sandbox: Improve sandbox serial port keyboard interface by Taylor Hutt · 12 years ago
  83. 8ec21bb sandbox: fix compiler warning by Allen Martin · 12 years ago
  84. 07d59bb sandbox: Use generic global_data by Simon Glass · 12 years ago
  85. 8ee666a sandbox: Move ram_buf to arch_global_data by Simon Glass · 12 years ago
  86. 5cb4858 Add architecture-specific global data by Simon Glass · 12 years ago
  87. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  88. 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  89. eeaec25 sandbox: Change global data baudrate to int by Simon Glass · 12 years ago
  90. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  91. 4668a08 sandbox: Add asm/errno.h by Simon Glass · 12 years ago
  92. 47fde91 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  93. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  94. 61ddce0 sandbox: Use the new run_command() by Simon Glass · 12 years ago
  95. 70db421 sandbox: add getopt support by Simon Glass · 13 years ago
  96. ab4e07e sandbox: allow processing before main loop by Simon Glass · 13 years ago
  97. 6fb6207 sandbox: add concept of sandbox state by Simon Glass · 13 years ago
  98. 20186a1 sandbox: disable fortification by Mike Frysinger · 13 years ago
  99. 3ab7d95 sandbox: u-boot.lds: tweak style by Mike Frysinger · 13 years ago
  100. 8d30fcd sandbox: gpio: add basic driver for simulating GPIOs by Simon Glass · 13 years ago