1. 804fa57 sunxi: ohci: Add ohci usb host controller support by Hans de Goede · 10 years ago
  2. 0391488 sunxi: Move all boards to the driver-model by Hans de Goede · 10 years ago
  3. 58bf2c0 sunxi: dts: Add a CONFIG_DEFAULT_DEVICE_TREE setting to all sunxi boards by Hans de Goede · 10 years ago
  4. 81174e1 sunxi: emac: port to phylib by Hans de Goede · 10 years ago
  5. 6ef998d sunxi: Do not build i2c support when we've no i2c controllers by Hans de Goede · 10 years ago
  6. 6e37874 Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig by Simon Glass · 10 years ago
  7. 0a3ec0a sunxi: Complete i2c support for each supported platform by Paul Kocialkowski · 10 years ago
  8. 6de9f76 sunxi: video: Fix VIDEO_LCD_PANEL_I2C being enabled by default by Hans de Goede · 10 years ago
  9. 15aca90 sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels by Siarhei Siamashka · 10 years ago
  10. 2ab05fe sunxi: Set the /chosen/stdout-path fdt property for sunxi boards by Hans de Goede · 10 years ago
  11. a5b4cfe sunxi: video: Add support for LCD panels which need to be configured via i2c by Hans de Goede · 10 years ago
  12. a85fecf Revert "sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART" by Tom Rini · 10 years ago
  13. e8adea2 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  14. 5debe1f sunxi: Normalise FEL support by Simon Glass · 10 years ago
  15. 6c91286 sunxi: video: Do not use CONFIG_SYS_MEM_TOP_HIDE for the framebuffer by Hans de Goede · 10 years ago
  16. 838723b dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig by Simon Glass · 10 years ago
  17. 087e8f8 dm: sunxi: Move driver model CONFIGs to Kconfig by Simon Glass · 10 years ago
  18. 6851d70 dm: Add CMD_DM and CMD_DEMO to Kconfig by Simon Glass · 10 years ago
  19. 54e9c11 sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART by Hans de Goede · 10 years ago
  20. 606fa4a sunxi: Only enable i2c support in the SPL when needed by Hans de Goede · 10 years ago
  21. 537a270 sunxi: Use a common CONFIG_SYS_PROMPT by Ian Campbell · 10 years ago
  22. f494cad sunxi: Hookup OTG USB controller support by Hans de Goede · 10 years ago
  23. b42b04d sunxi: Restore lowlevel_init usage by Hans de Goede · 10 years ago
  24. 2eb6c0b sunxi: Drop use of lowlevel_init() by Simon Glass · 10 years ago
  25. c8907a3 sunxi: Enable pre-console buffer by Siarhei Siamashka · 10 years ago
  26. 3400a7c sunxi: sunxi-common.h: Reduce bootm_size to take the framebuffer into account by Hans de Goede · 10 years ago
  27. a5aa95f sunxi: video: Add DDC & EDID support by Hans de Goede · 10 years ago
  28. 3f21d2a sunxi: video: Add support for video-mode environment variable by Hans de Goede · 10 years ago
  29. ccb0ed5 sunxi: video: Use video-mode/-timing from videomodes by Hans de Goede · 10 years ago
  30. 121161f sunxi: Fix CONFIG_UART0_PORT_F build and add it to menuconfig by Siarhei Siamashka · 10 years ago
  31. 1603082 sunxi: Add usb keyboard Kconfig option by Hans de Goede · 10 years ago
  32. 4869a8c sunxi: video: Add simplefb support by Luc Verhaegen · 10 years ago
  33. b01df1e sunxi: video: Add cfb console driver for sunxi by Luc Verhaegen · 10 years ago
  34. 6664898 dm: sunxi: Add support for serial using driver model by Simon Glass · 10 years ago
  35. 7830453 dm: sunxi: Modify the GPIO driver to support driver model by Simon Glass · 10 years ago
  36. b38f911 dm: sunxi: Add a new config for an FDT-based pcDuino3 by Simon Glass · 10 years ago
  37. 428734e sunxi: Increase command line buffer size (CONFIG_SYS_CBSIZE) by Ian Campbell · 10 years ago
  38. 6ee6388 ARM: sunxi: Add support for using R_UART as console by Chen-Yu Tsai · 10 years ago
  39. d4ea92b ARM: sunxi: Add support for uart0 on port F (mmc0) by Chen-Yu Tsai · 10 years ago
  40. 4fb00c7 ARM: sunxi: Fix build break when CONFIG_MMC is not defined by Chen-Yu Tsai · 10 years ago
  41. 7412ef8 sunxi: Add mmc card-detect functionality by Hans de Goede · 10 years ago
  42. ee0cf16 ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined by Chen-Yu Tsai · 10 years ago
  43. e301fa0 kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
  44. 9536fc4 sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILE by Ian Campbell · 10 years ago
  45. 2f60c31 sunxi: Add environment settings to make extlinux.conf booting work by Hans de Goede · 10 years ago
  46. 6f2da07 sunxi-common.h: Use new generic $bootcmd by Hans de Goede · 10 years ago
  47. e74090a sunxi-common.h: Don't undef CONFIG_CMD_NET only to redefine it again later by Hans de Goede · 10 years ago
  48. c2b0e8d sunxi-common.h: Don't undefine CONFIG_CMD_NFS by Hans de Goede · 10 years ago
  49. 3bf2cb9 sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block by Hans de Goede · 10 years ago
  50. 5d82b52 sunxi-common.h: Remove CONFIG_SYS_BOOT_GET_CMDLINE by Hans de Goede · 10 years ago
  51. 3c09160 sunxi: add general USB settings by Roman Byshko · 10 years ago
  52. a2ebf92 ahci: provide sunxi SATA driver using AHCI platform framework by Ian Campbell · 10 years ago
  53. 57a5e29 include: remove CONFIG_SPL/CONFIG_TPL definition in config headers by Masahiro Yamada · 10 years ago
  54. b9a72ca include: define CONFIG_SPL and CONFIG_TPL as 1 by Masahiro Yamada · 10 years ago
  55. af47147 sunxi: add gpio driver by Ian Campbell · 10 years ago
  56. abc1aae sunxi: use random parts of SID to set ethaddr by Jonathan Liu · 10 years ago
  57. aa382ad sunxi: Add axp209 pmic support by Henrik Nordstrom · 10 years ago
  58. 3352b22 sunxi: Add i2c support by Hans de Goede · 10 years ago
  59. 73d7d42 sunxi: Add emac glue, enable emac on the cubieboard by Hans de Goede · 10 years ago
  60. 8c1c782 sunxi: Add sun5i support by Hans de Goede · 10 years ago
  61. 411dc87 sunxi: Remove mmc DMA support by Hans de Goede · 10 years ago
  62. 140d832 sunxi: non-FEL SPL boot support for sun7i by Ian Campbell · 11 years ago
  63. b4e9f2f sunxi: mmc support by Ian Campbell · 11 years ago
  64. ba8311f sunxi: add gmac Ethernet support by Ian Campbell · 11 years ago
  65. 6efe369 sunxi: add sun7i cpu, board and start of day support by Ian Campbell · 11 years ago