Skip to content

Releases: MiyooCFW/uboot

2.0.0 Beta

07 Jan 20:03
8b607b0
Compare
Choose a tag to compare
2.0.0 Beta Pre-release
Pre-release

What's Changed

  • Create a new miyoo defconfig with video enabled by @nfriedly in #1
  • Set up u-boot CI build by @nfriedly in #2
  • rename logos to match their contents by @nfriedly in #3
  • add missing dotfiles from bittboy/uboot@ad2bbd7 by @nfriedly in #4
  • add support for q8 by @tiopex in #5
    • add configs for bittboy 3.5, pocketgo by @tiopex in #6
    • Add SUNIV_MMC_4BIT flag to support boot from MMC with 4BIT bus or 1… by @tiopex in #7
  • Build pocketGo and 1bit uboot version on CI by @tiopex in #8
  • Common uboot with read configuration from file by @tiopex in #9
  • fix rm6809 by @tiopex in #10
  • fix strcmp() logic by @tiopex in #11
  • add case GC9305 controller by @tiopex in #12
  • Add enviroment parameters CONSOLE_PARAMETERS bootcmd_args by @tiopex in #13
  • remove pgo builds in *.yml & update Actions to v3 by @Apaczer in #14
  • Upgrade u-boot to version 2020.07 by @tiopex in #15
  • add HX8347-D by @tiopex in #17
  • read console.cfg with -r option in env imp by @Apaczer in #18
  • run workflow build from submodule input path by @Apaczer in #19
  • Update docker by @Apaczer in #20
  • [SUNXI] refactor readID variants by @Apaczer in #21
  • [sunxi] change module.parameter name (miyoo_vir -> pwm-suniv) by @Apaczer in #22
  • [DRAM_SUNIV] correct m=m_factor+1 enumerations by @Apaczer in #23
  • [Sunxi] mount root partition read-only by @tiopex in #26
  • Add quiet, lpj to kernel bootargs by @tiopex in #27
  • Enable video backend engine by @tiopex in #28
  • Add video driver name and parameters to kernel by @tiopex in #29
  • setenv, use '+' instead ' ' to pass video driver by @tiopex in #30
  • show hardcoded LOGO_BMP and console when splashimage file path is non-existent by @tiopex in #32