1. 7977ec2 sunxi: video: Fallback from HDMI to VGA on boards with VGA by Hans de Goede · 10 years ago
  2. c3d1504 sunxi: video: Add support for using PORTD hsync/vsync pins with tcon1 by Hans de Goede · 10 years ago
  3. ac5d43d sunxi: video: Use sunxi_lcdc_get_clk_delay to calculate tcon1 delay by Hans de Goede · 10 years ago
  4. 83243c4 sunxi: video: Remove sunxi_display.enabled variable by Hans de Goede · 10 years ago
  5. 1d6829a sunxi: Ippo_q8h defconfigs: Enable the LCD panel found on these tablets. by Hans de Goede · 10 years ago
  6. 299ce8a sunxi: A13-OLinuXino defconfigs: Enable VGA output, add lcd-mode for 7" LCD by Hans de Goede · 10 years ago
  7. 3400a7c sunxi: sunxi-common.h: Reduce bootm_size to take the framebuffer into account by Hans de Goede · 10 years ago
  8. ac1633c sunxi: video: Add support for VGA via external DACs connected to the LCD pins by Hans de Goede · 10 years ago
  9. e954459 sunxi: video: Enable video on sun8i, which supports LCD but not HDMI by Hans de Goede · 10 years ago
  10. 7e68a1b sunxi: video: Add lcd output support by Hans de Goede · 10 years ago
  11. 115e4b4 sunxi: video: Move sunxi_drc_init by Hans de Goede · 10 years ago
  12. c5a3b4b sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1 by Hans de Goede · 10 years ago
  13. 4125f92 sunxi: video: Prepare for lcd support by Hans de Goede · 10 years ago
  14. a0b1b73 sunxi: video: Improve monitor video-mode option handling by Hans de Goede · 10 years ago
  15. 1fc9c4a sunxi: gpio: Add support for gpio pins on the AXP209 pmic by Hans de Goede · 10 years ago
  16. e11b784 sunxi: gpio: Properly sort mux defines by port number by Hans de Goede · 10 years ago
  17. 9557669 sunxi: video: Set input sync enable by Hans de Goede · 10 years ago
  18. 205a30c sunxi: video: Give hotplug-detect (hpd) signal some time to show up by Hans de Goede · 10 years ago
  19. 1ff6cc4 sunxi: video: When using edid use CEA681 extension blocks to select hdmi output by Hans de Goede · 10 years ago
  20. 45b8f7b sunxi: video: Add sunxi_hdmi_edid_get_block helper function by Hans de Goede · 10 years ago
  21. a2017e8 sunxi: video: Add hdmi support by Hans de Goede · 10 years ago
  22. a5aa95f sunxi: video: Add DDC & EDID support by Hans de Goede · 10 years ago
  23. 695bda4 sunxi: video: Add hpd option by Hans de Goede · 10 years ago
  24. 3f21d2a sunxi: video: Add support for video-mode environment variable by Hans de Goede · 10 years ago
  25. ccb0ed5 sunxi: video: Use video-mode/-timing from videomodes by Hans de Goede · 10 years ago
  26. d39468a edid: Add struct and defines for cea681 extension blocks by Hans de Goede · 10 years ago
  27. 6e354e4 edid: Add an edid_check_checksum() helper function by Hans de Goede · 10 years ago
  28. e4e7ee6 videomodes: Add video_edid_dtd_to_ctfb_res_modes helper function by Hans de Goede · 10 years ago
  29. 350a9d6 videomodes: Add helper functions to parse video-mode env-var extra options by Hans de Goede · 10 years ago
  30. 2e2732d videomodes: Add video_get_ctfb_res_modes helper function by Hans de Goede · 10 years ago
  31. d01b2b5 videomodes: Add a bunch of high res modes by Hans de Goede · 10 years ago
  32. eb66210 videomodes: Add (vesa) standard timings by Hans de Goede · 10 years ago
  33. 226ac61 videomodes: Add pixelclock_khz and refresh fields to ctfb_res_modes by Hans de Goede · 10 years ago
  34. d8eb473 sun7i: Add new Bananapro board / defconfig by Hans de Goede · 10 years ago
  35. 645d4d5 sunxi: Fix PLL1 running at half speed on sun8i by Hans de Goede · 10 years ago
  36. 59ed601 sunxi: Fix buggy sun6i/sun8i DRAM size detection logic by Siarhei Siamashka · 10 years ago
  37. 41ae42c sun7i: Add defconfig for MSI Primo73 tablet by Siarhei Siamashka · 10 years ago
  38. 75afbc0 sun6i: Add defconfig for MSI Primo81 tablet by Siarhei Siamashka · 10 years ago
  39. 121161f sunxi: Fix CONFIG_UART0_PORT_F build and add it to menuconfig by Siarhei Siamashka · 10 years ago
  40. 5d2b77b2 sun8i: Add defconfig for Ippo_q8h v1.2 by Hans de Goede · 10 years ago
  41. b2c7cbe sun8i: Ippo_q8h_v5_defconfig: Enable SPL support by Hans de Goede · 10 years ago
  42. 966d239 sun8i: Add dram initialization support by Hans de Goede · 10 years ago
  43. 41dea71 sunxi: Use memcmp for mctl_mem_matches by Hans de Goede · 10 years ago
  44. b29de01 sunxi: Fill memory before comparing it when doing dram init on sun6i by Hans de Goede · 10 years ago
  45. 36b2570 sunxi: Move await_completion dram helper to dram.h by Hans de Goede · 10 years ago
  46. 0bfa774 sun6i: clock_set_pll5: Calculate k and m rather then hardcoding them by Hans de Goede · 10 years ago
  47. 0cbc4cb sun6i: Add a sigma_delta_enable paramter to clock_set_pll5() by Hans de Goede · 10 years ago
  48. 013c9ce sunxi: axp221: Disable dcdc4 on sun8i (A23) by Hans de Goede · 10 years ago
  49. be4929c sunxi: axp221: Explicitly turn off unused voltages by Hans de Goede · 10 years ago
  50. 7865548 sunxi: axp221: Make dcdc1 voltage configurable by Hans de Goede · 10 years ago
  51. 75916ff sunxi: axp221: Add Kconfig help and sane defaults for typical ldo usage by Hans de Goede · 10 years ago
  52. 1dd334b sunxi: axp221: Add axp223 support by Hans de Goede · 10 years ago
  53. 699415b sunxi: Add support for the rsb (Reduced Serial Bus) by Hans de Goede · 10 years ago
  54. 7c59038 sun6i: s/SUNXI_*P2WI*/SUN6I_*P2WI*/ by Hans de Goede · 10 years ago
  55. 06da346 mmc: sunxi: Fix misuse of gpio_direction_input() by Axel Lin · 10 years ago
  56. 01ec22e sunxi: Align PSCI stack calculation to comment by Jan Kiszka · 10 years ago
  57. cef9cdc sun6i: Add new board Merrii Hummingbird A31 by Chen-Yu Tsai · 10 years ago
  58. 11d7098 sunxi: Add sunxi_get_sid helper function by Hans de Goede · 10 years ago
  59. 65142e9 sun6i: axp221: Add axp221_get_sid function by Hans de Goede · 10 years ago
  60. 06bfab0 sunxi: mmc: Properly setup mod-clk and clock sampling phases by Hans de Goede · 10 years ago
  61. ec92609 sun6i: Update Colombus defconfig settings by Hans de Goede · 10 years ago
  62. ab2d8a4 sun6i: Add new CSQ_CS908 board by Hans de Goede · 10 years ago
  63. 6faddbc sun6i: dram: Do not try to initialize a second dram chan on A31s by Hans de Goede · 10 years ago
  64. 07be6d6 sun6i: Add sunxi_get_ss_bonding_id() function by Hans de Goede · 10 years ago
  65. 3aeaa28 sun6i: Make dram clk and zq value Kconfig options by Hans de Goede · 10 years ago
  66. 13429f8 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  67. 52db3ab x86: Remove CONFIG_DISPLAY_CPUINFO in chromebook_link.h by Bin Meng · 10 years ago
  68. 6c6ec43 x86: Update README.x86 for coreboot support by Bin Meng · 10 years ago
  69. 5390bba x86: coreboot: Configure pci memory regions by Bin Meng · 10 years ago
  70. e174f4e x86: coreboot: Wrap cros_ec initialization by Bin Meng · 10 years ago
  71. c8921be x86: Make chromebook_link the default board for coreboot by Bin Meng · 10 years ago
  72. 05f0046 x86: Remove include/configs/coreboot.h by Bin Meng · 10 years ago
  73. 3705d1c x86: Move CONFIG_SYS_CAR_xxx to Kconfig by Bin Meng · 10 years ago
  74. 5d710a5 x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig by Bin Meng · 10 years ago
  75. cce719c x86: coreboot: Make SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE configurable by Bin Meng · 10 years ago
  76. 4cf0b47 x86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR is not selected by Bin Meng · 10 years ago
  77. a11937c x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig by Bin Meng · 10 years ago
  78. b2eb48b x86: Allow a hardcoded TSC frequency provided by Kconfig by Bin Meng · 10 years ago
  79. 4c07a84 x86: coreboot: Set up timer base correctly by Bin Meng · 10 years ago
  80. 2f848bc x86: fsp: Drop get_hob_type() and get_hob_length() by Bin Meng · 10 years ago
  81. fc0ba2d x86: Add an 'mtrr' command to list and adjust MTRRs by Simon Glass · 10 years ago
  82. 9281eb5 x86: ivybridge: Update microcode early in boot by Simon Glass · 10 years ago
  83. 78da72c x86: Disable CAR before relocation on platforms that need it by Simon Glass · 10 years ago
  84. e591101 x86: ivybridge: Add a way to turn off the CAR by Simon Glass · 10 years ago
  85. 004ba17 x86: Commit the current MTRRs before relocation by Simon Glass · 10 years ago
  86. a754b95 x86: ivybridge: Request MTRRs for DRAM regions by Simon Glass · 10 years ago
  87. d50b2f4 x86: board_f: Adjust x86 boot order for performance by Simon Glass · 10 years ago
  88. 5a530b6 x86: ivybridge: Set up an MTRR for the video frame buffer by Simon Glass · 10 years ago
  89. 7bf5b9e x86: Add support for MTRRs by Simon Glass · 10 years ago
  90. 666534f x86: ivybridge: Drop support for ROM caching by Simon Glass · 10 years ago
  91. c49a8f8 x86: pci: Display vesa modes in hex by Simon Glass · 10 years ago
  92. 91ea034 x86: Tidy up VESA mode numbers by Simon Glass · 10 years ago
  93. 6548ce9 x86: Use cache, don't clear the display in video BIOS by Simon Glass · 10 years ago
  94. 19ec76d x86: ivybridge: Only run the Video BIOS when video is enabled by Simon Glass · 10 years ago
  95. f689808 x86: video: Add debug option to time the BIOS copy by Simon Glass · 10 years ago
  96. ed33cb8 x86: pci: Don't return a vesa mode when there is not video by Simon Glass · 10 years ago
  97. d40aeb2 x86: video: Add a debug() to display the frame buffer address by Simon Glass · 10 years ago
  98. abd7d7a x86: Correct ifdtool microcode calculation by Simon Glass · 10 years ago
  99. 6d97d81 x86: Drop RAMTOP Kconfig by Simon Glass · 10 years ago
  100. d9b083e x86: Correct XIP_ROM_SIZE by Simon Glass · 10 years ago