Skip to content
Snippets Groups Projects
  • Troy Kisky's avatar
    674e8689
    boundary: common initial addition · 674e8689
    Troy Kisky authored
    
    boundary: cmd_kbd bd_common initial addition
    boundary: add max77823_init common routine
    boundary: common: more addition
    boundary: move board_type out of BSS section
    boundary: pass const i2c_pads_info to common_board_init
    boundary: add .scr to our script names to run, ie. upgrade.scr
    boundary: common: padctrl-mx6: add INPUT_FLOAT
    boundary: common: max77823: add max77823_otg_power
    boundary: add CONFIG_VIDEO_MXS for imx6sx/imx7d
    boundary: common: max77823: add max77823_boost_power
    boundary: common: add MAX77823 for TARGET_CID_TAB
    boundary: common: add fan53526 0.6-1.4V regulator
    boundary: common add 1066mhz_4x256mx16.cfg
    
    This is replacing nitrogen6x/1066mhz_4x256mx16.cfg
    boundary: common: max77823: allow wcin source
    boundary: common: ddr-setup: use WALAT value provided
    boundary: common: add 1066mhz_4x128mx16.cfg
    boundary: common: add 800mhz_4x128mx16.cfg
    boundary: common: add CONFIG_DEFAULT_HITACHI_HVGA
    boundary: common: add tamper support
    boundary: common: add uboot_release environment variable
    boundary: common: padctrl-mx51: add PAD_CTRL_INPUT
    boundary: common: bd_common: fix warning by declaring snvs_regs
    boundary: boundary.h: check for CONFIG_ENV_OFFSET already defined
    boundary: boundary.h: allow override of BD_CONSOLE_STR
    boundary: common: 800mhz_4x128mx16.cfg: use common values
    
    This is in preparation to delete this file.
    
    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
    
    boundary: common: add ddr configuration files
    boundary: common: remove no longer used files
    boundary: common: add CONFIG_OTG_CHARGER, used by cid board
    boundary: common: max77823: determine USB cable type
    
    Use cable type to limit chrgin current so that the kernel
    will not print "vbus is not valid" when battery is
    mostly charged. U-boot consumption is low enough to not
    need the current limited, but booting kernel needs it limited.
    
    boundary: common: add max77823_is_charging
    max77823: initialize MAX77823_CHG_CNFG_01 for restart threshold
    boundary: common: max77823: add max77834_power_check
    boundary: common: add cmd_otg_cable
    
    Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
    
    boundary.h: allow to customize boot media priority
    
    Default is MMC > SATA > USB.
    
    If a platform needs a different sequence, simply define
    BOOT_TARGET_DEVICES in the board header.
    
    Also removing BD_BOOT_DEVS since BOOT_TARGET_DEVICES makes it obsolete.
    boundary.h: cleanup and ums mechanism removal
    boundary.h: remove unnecessary active_partition variable
    boundary: common: fix splash screen preparation
    
    Macro CONFIG_SPLASH_SCREEN_PREPARE did not exist.
    boundary: common: add serial# variable for fastboot/dfu use
    boundary: allow CONFIG_ENV_IS_NOWHERE to be used
    
    Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
    674e8689
    History
    boundary: common initial addition
    Troy Kisky authored
    
    boundary: cmd_kbd bd_common initial addition
    boundary: add max77823_init common routine
    boundary: common: more addition
    boundary: move board_type out of BSS section
    boundary: pass const i2c_pads_info to common_board_init
    boundary: add .scr to our script names to run, ie. upgrade.scr
    boundary: common: padctrl-mx6: add INPUT_FLOAT
    boundary: common: max77823: add max77823_otg_power
    boundary: add CONFIG_VIDEO_MXS for imx6sx/imx7d
    boundary: common: max77823: add max77823_boost_power
    boundary: common: add MAX77823 for TARGET_CID_TAB
    boundary: common: add fan53526 0.6-1.4V regulator
    boundary: common add 1066mhz_4x256mx16.cfg
    
    This is replacing nitrogen6x/1066mhz_4x256mx16.cfg
    boundary: common: max77823: allow wcin source
    boundary: common: ddr-setup: use WALAT value provided
    boundary: common: add 1066mhz_4x128mx16.cfg
    boundary: common: add 800mhz_4x128mx16.cfg
    boundary: common: add CONFIG_DEFAULT_HITACHI_HVGA
    boundary: common: add tamper support
    boundary: common: add uboot_release environment variable
    boundary: common: padctrl-mx51: add PAD_CTRL_INPUT
    boundary: common: bd_common: fix warning by declaring snvs_regs
    boundary: boundary.h: check for CONFIG_ENV_OFFSET already defined
    boundary: boundary.h: allow override of BD_CONSOLE_STR
    boundary: common: 800mhz_4x128mx16.cfg: use common values
    
    This is in preparation to delete this file.
    
    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
    
    boundary: common: add ddr configuration files
    boundary: common: remove no longer used files
    boundary: common: add CONFIG_OTG_CHARGER, used by cid board
    boundary: common: max77823: determine USB cable type
    
    Use cable type to limit chrgin current so that the kernel
    will not print "vbus is not valid" when battery is
    mostly charged. U-boot consumption is low enough to not
    need the current limited, but booting kernel needs it limited.
    
    boundary: common: add max77823_is_charging
    max77823: initialize MAX77823_CHG_CNFG_01 for restart threshold
    boundary: common: max77823: add max77834_power_check
    boundary: common: add cmd_otg_cable
    
    Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
    
    boundary.h: allow to customize boot media priority
    
    Default is MMC > SATA > USB.
    
    If a platform needs a different sequence, simply define
    BOOT_TARGET_DEVICES in the board header.
    
    Also removing BD_BOOT_DEVS since BOOT_TARGET_DEVICES makes it obsolete.
    boundary.h: cleanup and ums mechanism removal
    boundary.h: remove unnecessary active_partition variable
    boundary: common: fix splash screen preparation
    
    Macro CONFIG_SPLASH_SCREEN_PREPARE did not exist.
    boundary: common: add serial# variable for fastboot/dfu use
    boundary: allow CONFIG_ENV_IS_NOWHERE to be used
    
    Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>