Skip to content
Snippets Groups Projects
  1. Aug 07, 2018
    • Troy Kisky's avatar
      bt2: initial addition, Boundary Devices board · 667eb4df
      Troy Kisky authored
      
      bt2: GPS is thru i2c now
      bt2: swap J6/J7
      bt2: rename J6/J7 - J5V/J12v
      bt2: use nitrogen6x clock.cfg/ddr-setup.cfg
      bt2: 1066mhz_4x512mx16.cfg, remove confusing comment
      bt2: add/use 1066mhz_4x512mx16-r0.cfg for 4G memory option
      bt2: add CONFIG_CMD_GPIO
      bt2: explicit fbp_detect_i2c
      bt2: add wlmac
      bt2: increase refresh rate for 4G-rank0
      bt2: setup rgb_gpio_pads in board_early_init_f
      bt2: add CONFIG_SPI_FLASH_SPANSION
      bt2: bt2_2g_defconfig add CONFIG_BLOCK_CACHE
      bt2_4g: bt2_4g_defconfig add CONFIG_BLOCK_CACHE
      bt2: use common code for eth init
      bt2: eth.c now in common directory
      bt2: move mmc_init/ dram_init/ overwrite_console/ common_board_init/ splash_screen_prepare/ board_cfb_skip to common
      bt2: use common 1066mhz_4x256mx16.cfg
      bt2: add  CONFIG_SPI_FLASH_GIGADEVICE: to defconfigs
      bt2: use common ddr scripts
      bt2: port to v2018.07
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      
      bt2: update to v2017.01
      bt2: update to v2017.03
      bt2: move misc_init_r/do_kbd to common
      
      Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
      667eb4df
    • Troy Kisky's avatar
      bt: initial addition, Boundary Devices board · 2ad77bc2
      Troy Kisky authored
      
      Two configurations bt2g and bt4g for two different memory layouts
      bt.h: CONFIG_IPUV3_CLK 264000000
      bt: rename J6/J7 to J12V/J5V
      bt: use nitrogen6x clock.cfg/ddr-setup.cfg
      bt: add CONFIG_CMD_GPIO
      bt: explicit fbp_detect_i2c
      bt: use boundary.h
      bt: add CONFIG_SPI_FLASH_SPANSION
      bt.h: use BD_CMA to specify cma= on cmd_line
      bt: bt2g_defconfig add CONFIG_BLOCK_CACHE
      bt4g: bt4g_defconfig add CONFIG_BLOCK_CACHE
      bt: use common code for eth init
      bt: eth.c now in common directory
      bt: move misc_init_r/do_kbd to common
      bt: move mmc_init/ dram_init/ overwrite_console/ common_board_init/ splash_screen_prepare/ board_cfb_skip to common
      bt: use common 1066mhz_4x256mx16.cfg
      bt: add  CONFIG_SPI_FLASH_GIGADEVICE: to defconfigs
      bt: use common ddr scripts
      bt: port to v2018.07
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      
      bt: update to v2017.01
      bt: update to v2017.03
      
      Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
      2ad77bc2
    • Troy Kisky's avatar
      ash2: initial addition, Boundary Devices Board · 5b5b28ec
      Troy Kisky authored
      
      ash2: KEY_COL0 must be UART4_TX_DATA
      ash2: add power_init_board because mdelay cannot be used in board_early_init_f
      ash2: use common 800mhz_4x128mx16.cfg, and calibrate ddr
      ash2: rgb24 vs rgb66 panel have different backlight active levels
      ash2: fixup dtb backlight levels
      ash2: add  CONFIG_SPI_FLASH_GIGADEVICE: to defconfigs
      ash2: use common ddr script
      ash2: port to v2018.07
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      5b5b28ec
    • Troy Kisky's avatar
      ash: initial addition, Boundary Devices Board · 3ddd1e08
      Troy Kisky authored
      
      ash: add poweroff command
      ash: fix some input gpios(CH_ON_RBL/SG_ON_RBL/DOOR_CLOSED
      ash: use nitrogen6x/clock.cfg
      ash: use nitrogen6x ddr-setup.cfg
      ash: remove micrel phy references(only atheros on this board)
      ash: add CONFIG_CMD_GPIO
      ash: set rgb_gpio_pads
      ash: TP86 becomes lvds backlight enable
      ash: explicit fbp_detect_i2c
      ash: default uart1 to rs232
      ash: use 800mhz for memory
      ash: use boundary.h
      ash: GP_BSL_CB_ON_OFF high, TX23D200_18 default dispay
      ash: add CONFIG_VIDEO_SKIP_VERSION
      ash: GP_BSL_CB_ON_OFF default to low again
      ash: add EIM_EB2 for sd card power control
      ash: add CONFIG_SPI_FLASH_SPANSION
      ash: ash_defconfig add CONFIG_BLOCK_CACHE
      ash: use common code for eth init
      ash: eth.c now in common directory
      ash: move misc_init_r/do_kbd to common
      ash: move mmc_init/ dram_init/ overwrite_console/ common_board_init/ splash_screen_prepare/ board_cfb_skip to common
      ash: gpio3 is power off, don't redefine
      ash: add power_init_board because mdelay cannot be used in board_early_init_f
      ash: use common 800mhz_4x128mx16.cfg
      ash: rgb24 vs rgb66 panel have different backlight active levels
      ash: fixup dtb backlight levels
      ash: add  CONFIG_SPI_FLASH_GIGADEVICE: to defconfigs
      ash: use common ddr script
      ash: port to v2018.07
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      
      ash: update to v2017.01
      ash: update to v2017.03
      
      Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
      3ddd1e08
    • Troy Kisky's avatar
      ap: initial addition, Boundary Devices board · 7aca4fbf
      Troy Kisky authored
      
      ap: forgot file include/configs/ap.h
      ap: ap_q2g_defconfig: add CONFIG_SPI_FLASH_GIGADEVICE
      ap: add bootscript_lp8860_eprom.txt
      ap: add verification to bootscript_lp8860_eprom.txt
      ap: use common ddr script
      ap: port to v2018.07
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      7aca4fbf
    • Gary Bisson's avatar
      acl: initial addition, Boundary Devices board · b17a1f63
      Gary Bisson authored
      
      acl: update to v2017.01
      acl update to v2017.03
      acl: fix scanner gpios initialization
      
      Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
      
      acl: acl_q2g_defconfig add CONFIG_BLOCK_CACHE
      acl_s512m: acl_s512m_defconfig add CONFIG_BLOCK_CACHE
      acl: use common code for eth init
      acl: eth.c now in common directory
      acl: move misc_init_r/do_kbd to common
      acl: move mmc_init/ dram_init/ overwrite_console/ common_board_init/ splash_screen_prepare/ board_cfb_skip to common
      acl: calibrate 512m Solo board
      acl: use common 1066mhz_4x256mx16.cfg
      acl: add  CONFIG_SPI_FLASH_GIGADEVICE: to defconfigs
      acl: 800mhz_2x128mx16.cfg: remove _P1 accesses
      acl: 800mhz_2x128mx16.cfg: use common values
      
      CFG0: 0x40435323 to 0x3f435333
      tRFC - 65 to 64 clocks
      tFAW - 19 to 20 clocks
      
      CFG1: 0xB66E8D63 to 0xb68e8b63
      tRC from 20 to 21 clocks
      tWR from 7 to 6 clocks
      
      MR0: 0x13208030 to 0x15208030
      tWR from 5 to 6 clocks
      
      acl: use common ddr scripts
      acl: port to v2018.07
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      b17a1f63
    • Gary Bisson's avatar
      ys: initial addition, Boundary Devices board · 5f0bf994
      Gary Bisson authored
      
      ys: update to v2017.01
      ys: update to v2017.03
      
      Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
      
      ys: ys_1g_defconfig add CONFIG_BLOCK_CACHE
      ys_512m: ys_512m_defconfig add CONFIG_BLOCK_CACHE
      ys: use common code for eth init
      ys: eth.c now in common directory
      ys: move misc_init_r/do_kbd to common
      ys: move mmc_init/ dram_init/ overwrite_console/ common_board_init/ splash_screen_prepare/ board_cfb_skip to common
      ys: don't define CONFIG_CMD_FBPANEL, no display
      ys: keep GP_RESET_DSP_N high
      ys: add  CONFIG_SPI_FLASH_GIGADEVICE: to defconfigs
      ys: add CONFIG_SPI_FLASH_WINBOND
      ys: fix eMMC voltage vccq to allows 1.8V
      ys: add comment for ddr
      ys: port to v2018.07
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      5f0bf994
    • Troy Kisky's avatar
      a: initial addition, Boundary Devices board · c46401a5
      Troy Kisky authored
      
      a: add usb hub reset/uart3/uart4/flexcan pins
      a: keep USB Huawei Modem in reset
      a: add leds rx active/tx active
      a: remove printf of board_mmc_init
      a.h: add cmd_custom to avoid update u-boot warning
      a: add CONFIG_CMD_GPIO
      a: remove redundant CONFIG_CMD_GPIO
      a: verify port in board_ehci_hcd_init
      a: use boundary.h
      a: call preboot_keys
      a: add CONFIG_SPI_FLASH_SPANSION
      a: add RV4162 rtc on I2C2
      a: a_defconfig add CONFIG_BLOCK_CACHE
      a: use common code for eth init
      a: eth.c now in common directory
      a: move misc_init_r/do_kbd to common
      a: move mmc_init/ dram_init/ overwrite_console/ common_board_init/ splash_screen_prepare/ board_cfb_skip to common
      a: add  CONFIG_SPI_FLASH_GIGADEVICE: to defconfigs
      a: add a_s512m.cfg
      a: port to v2018.07
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      
      a: update to v2017.01
      a: update to v2017.03
      a.h: add custom BOOT_TARGET_DEVICES priority
      
      Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
      c46401a5
    • Troy Kisky's avatar
      nitrogen6x: Boundary changes for v2018.07 · 5272062c
      Troy Kisky authored
      
      nitrogen6x: delay before enabling backlight
      spi_display: set mosi as write in enable_spi_rgb
      nitrogen6x: add IMX_VD_A030JN01_YUV720
      nitrogen6x: add hdmi vga mode
      nitrogen6x: add hdmi 480p
      6x_bootscript-ubuntu-3.14.txt: add imx7d support
      6x_bootscript-yocto-3.14.txt: add imx7d support
      nitrogen6x: prefer hannstar7 over lg1280x800
      nitrogen6x: initialize GP_USB_HUB_RESET as low output
      nitrogen6x: add IMX_VD38_AUO_B101EW05
      nitrogen6x: add IMX_VD38_DT070BTFT
      nitrogen6x: support AR8035 phy as well
      Needed for new carrier with old SOM cpu card.
      nitrogen6x: add CONFIG_PHY_ATHEROS
      nitrogen6x: EIM_D29 high for new carrier with old som
      6x_bootscript-ubuntu-3.14.txt: add rw if not using initrd
      nitrogen6x: add IMX_VD38_TM070JDHG30
      nitrogen6x.h: CONFIG_IPUV3_CLK 264000000
      nitrogen6x: add imx6qp support for ipu priorities
      nitrogen6x: ddr-setup.cfg: disable mirroring
      ddr-setup.cfg: add IMX6QP support
      nitrogen6x: spacing changes in environment variables
      nitrogen6x: explicit fbp_detect_i2c
      nitrogen6x: net_upgradeu.txt initial addition
      nitrogen6x: net_upgrade_fs.txt initial addition
      nitrogen6x: ubuntu/yocto add bd_addr for bluetooth mac to 6x_bootscript
      nitrogen6x: add wlmac
      nitrogen6x: add wlmac
      nitrogen6x: verify port in board_ehci_hcd_init
      nitrogen6x: use boundary.h
      nitrogen6x: setup rgb_gpio_pads in board_early_init_f
      nitrogen6x: add VD_KD024FM
      nitrogen6x: s/board_enable_spi_rgb/board_pre_enable/
      nitrogen6x: add CONFIG_SPI_FLASH_SPANSION
      boundary.h: common include file initial commit
      boundary: separate bootcmd so it can be overridden
      6x_bootscript-ubuntu-3.14.txt: add Laci's changes(cpu/board/bootpart) and nomsi
      6x_bootscript-yocto-3.14.txt: add Laci's changes(cpu/board/bootpart) and nomsi
      net_upgrade_fs.txt: s/dhcp/tftp/ since ipaddr is already valid
      net_upgradeu.txt: s/dhcp/tftp/ since ipaddr is already valid
      6x_bootscript-*-3.14.txt: s/enable_msi/disable_msi/
      6x_bootscript-*-3.14.txt: set bootargs after importing environment variable, as it may reset bootargs
      net_upgrade_fs.txt: grab decompressed size from end of file
      net_upgrade_fs: restructure to avoid using exit
      net_upgradeu: remove offset and friends from environment
      net_upgradeu_fs: initial addition
      boundary: allow override of CONFIG_SF_DEFAULT_CS, make fastboot conditional on CONFIG_CI_UDC
      boundary: add loglevel= environment variable
      boundary: add cma= option
      6x_upgrade.txt: MX25L6405D has 64k erase size
      net_upgradeu.txt: MX25L6405D has 64k erase size
      6x_upgrade.txt: add mx51 support
      6x_bootscript*.txt: add i.mx51/i.mx53 support
      net_upgrade*.txt: add i.mx51/i.mx53 support
      6x_bootscript-ubuntu-3.14.txt: add loglevel
      6x_bootscript-yocto-3.14.txt: add loglevel
      6x_bootscript-mainline.txt: add loglevel
      6x_bootscript-mainline.txt: add reset_cause
      6x_bootscript-ubuntu-3.14.txt: add reset_cause
      6x_bootscript-yocto-3.14.txt: add reset_cause
      6x_bootscript-ubuntu-3.14.txt: add run cmd_lcd2
      6x_bootscript-yocto-3.14.txt: add run cmd_lcd2
      6x_upgrade: add qspi support for Nitrogen7
      6x_upgrade: add qspi file checks size/tag
      6x_upgrade.txt: use sfname to burn correct qspi paramter file
      nitrogen6q_fl: add CONFIG_CMD_GPIO
      configs: boundary: add imx51 specifics
      ddr-setup.cfg: increase WALAT to 1 cycle
      include/configs/boundary.h: good default for BD_CONSOLE
      boundary: add fuse config needed for boards
      nitrogen6x: add script linking via next variable/prog_fuses
      boundary.h: allow skipping fuses
      nitrogen6x: nitrogen6q_defconfig add CONFIG_BLOCK_CACHE
      nitrogen6x: add CONFIG_BLOCK_CACHE to defconfigs
      boundary.h: add support for i.mx53
      boundary: fix CONFIG_IPUV3_CLK for imx51/imx53
      boundary.h: fix build warnings when HAB enabled
      nitrogen6dl2g_defconfig: remove extra define of CONFIG_SYS_EXTRA_OPTIONS
      boundary: fix CONFIG_ETHPRIME(FEC0) for imx6sx
      boundary: add eth.c/padctrl.h
      nitrogen6x: use common code for eth init
      nitrogen6x: add CONFIG_SYS_BOARD_MULTIPLE to defconfigs
      boundary: eth: use mask to compare ksz9021
      boundary: move eth.c to common directory
      nitrogen6x: eth.c now in common directory
      nitrogen6x: move misc_init_r/do_kbd to common
      nitrogen6x: remove CONFIG_SYS_BOARD_MULTIPLE
      	use undef CONFIG_SYS_BOARD instead
      nitrogen6x: move mmc_init/ dram_init/ overwrite_console/ common_board_init/ splash_screen_prepare/ board_cfb_skip to common
      nitrogen6x: const i2c_pads_info
      nitrogen6x: use common 1066mhz_4x256mx16.cfg
      nitrogen6x: use common 1066mhz_4x128mx16.cfg
      nitrogen6x: use common 800mhz_4x128mx16.cfg
      nitrogen6x: add  CONFIG_SPI_FLASH_GIGADEVICE: to defconfigs
      nitrogen6x: 800mhz_2x128mx16.cfg: remove _P1 accesses
      nitrogen6x: 800mhz_2x256mx16.cfg: remove _P1 accesses
      nitrogen6x: 800mhz_2x128mx16.cfg: use common values
      
      CFG0: 0x40435323 to 0x3f435333
      tRFC - 65 to 64 clocks
      tFAW - 19 to 20 clocks
      
      CFG1: 0xB66E8D63 to 0xb68e8b63
      tRC from 20 to 21 clocks
      tWR from 7 to 6 clocks
      
      MR0: 0x13208030 to 0x15208030
      tWR from 5 to 6 clocks
      
      nitrogen6x: 800mhz_2x256mx16.cfg: use common values
      
      MDCFG0: from 0x696c5323 to 0x666a5333
      tRFC - from 106 to 103 clocks
      tXS - from 109 to 107 clocks
      tFAW - from 19 to 20 clocks
      
      MDCFG1: from 0xb66e8d63 to 0xb68e8b63
      tRC - from 20 to 21 clocks
      tWR - from 7 clocks to 6 clocks
      
      MDRWD: from 0x000026d2 to 0x0f9f26d2
      restore unused field to default value
      
      MDOR: from 0x006c1023 to 0x006a1023
      tXPR - from 109 to 107 clocks
      
      MR0: from 0x13208030 to 0x15208030
      tWR - from 5 to 6 clocks
      
      nitrogen6x: 800mhz_4x256mx16.cfg: use common values
      
      MDCFG0: from 0x696c5323 to 0x666a5333
      tRFC - from 106 to 103 clocks
      tXS - from 109 to 107 clocks
      tFAW - from 19 to 20 clocks
      
      MDCFG1: from 0xb66e8d63 to 0xb68e8b63
      tRC - from 20 to 21 clocks
      tWR - from 7 clocks to 6 clocks
      
      MDRWD: from 0x000026d2 to 0x0f9f26d2
      restore unused field to default value
      
      MDOR: from 0x006c1023 to 0x006a1023
      tXPR - from 109 to 107 clocks
      
      MR0: from 0x13208030 to 0x15208030
      tWR - from 5 to 6 clocks
      
      nitrogen6x: use common ddr scripts
      nitrogen6x: port to v2018.07
      nitrogen6x: add VD_DT035BTFT panel
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      
      nitrogen6_lum_dl: rename board and config to nitrogen6_lum_dl1
      
      Signed-off-by: default avatarLaci Tele <laci@boundarydevices.com>
      
      6x_bootscript-yocto-3.14.txt: Yocto boots from zImage
      6x_bootscript-*-3.14.txt: Changed address range logic for SX when dtbname set
      6x_bootscript-yocto-3.14: Add check for ${board} being undefined
      6x_bootscript-ubuntu-3.14: Add check for ${board} being undefined
      6x_bootscript-*-3.14.txt: Add dtb support for 6QP
      
      Signed-off-by: default avatarIan Coolidge <ian@boundarydevices.com>
      
      6x_bootscript-mainline: switch to zImage booting
      nitrogen6x: add basic fastboot support
      6x_bootscript-yocto-3.10.53: add Quad Plus dtb option
      nitrogen6x: declare TC358743 interrupt as input
      nitrogen6x.h: fixup update to v2017.01
      boundary.h: increase fastboot buffer size
      boundary.h: add secure boot options
      boundary.h: fix USB host initialization
      6x_bootscript-*-3.14.txt: add support for m4 specific dtb
      6x_bootscript-mainline: update for new display configuration
      6x_bootscript-mainline: switch to new panel naming
      6x_bootscript-mainline: add support for BD070LIC2
      6x_upgrade: re-introduce fs-specific load commands
      nitrogen6x: update to v2017.01
      nitrogen6x: update to v2017.03
      6x_bootscript-mainline: change default bootdir to be /
      boundary.h: add CONFIG_CMD_PART
      6x_bootscript-mainline: fixup LVDS2 display handling
      6x_bootscript-mainline: use UUID to identify root partition
      6x_bootscript-mainline: introduce rfspart variable
      fixup boundary.h for 2017.07
      boundary.h: use standard config_distro_bootcmd
      fixup 2 boundary.h for 2017.07
      6x_bootscript-*-3.14.txt: add Silex mac address override support
      6x_bootscript-yocto: remove obsolete commands
      6x_bootscript-yocto: remove obsolete versions of script
      
      Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
      5272062c
    • Troy Kisky's avatar
      26fe6cae
    • Troy Kisky's avatar
    • Troy Kisky's avatar
      nitrogen8m: port to v2018.07 · a8b8df29
      Troy Kisky authored
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      a8b8df29
    • Troy Kisky's avatar
      sata: fix sata_Probe return value check · 8de3b8e4
      Troy Kisky authored
      
      sata_probe returns 1 for failure, so don't checkout for < 0
      
      fixes: f19f1ecb dm: sata: Support driver model with the 'sata' command
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      8de3b8e4
    • Troy Kisky's avatar
      aeded556
    • Troy Kisky's avatar
      boundary_insert: add scripts · 834e0727
      Troy Kisky authored
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      834e0727
    • Troy Kisky's avatar
      bb719751
    • Troy Kisky's avatar
      53fe4b47
    • Troy Kisky's avatar
    • Troy Kisky's avatar
      fbpanel: add imx8m support · 70038f73
      Troy Kisky authored
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      70038f73
    • Troy Kisky's avatar
      fbpanel: add BGR24 support · 2972adcc
      Troy Kisky authored
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      2972adcc
    • Troy Kisky's avatar
      fbpanel: port to v2018.07 · 30c4f0ef
      Troy Kisky authored
      
      Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      30c4f0ef
    • Troy Kisky's avatar
      e078a9e9
    • Troy Kisky's avatar
      f15ebd71
    • Troy Kisky's avatar
      eefa8ded
    • Troy Kisky's avatar
  2. Jul 27, 2018
Loading