1. 22 8月, 2019 3 次提交
  2. 20 8月, 2019 4 次提交
  3. 19 8月, 2019 4 次提交
  4. 14 8月, 2019 1 次提交
  5. 13 8月, 2019 7 次提交
    • A
      ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NOR · 51cd1e23
      Adam Ford 提交于
      Historically there have been various boot options, SPI flash,
      NAND or NOR. The NOR flash is mutually exclusive with MMC, but
      it isn't mutually exclusive with NAND or SPI Flash, so this patch
      enables both NAND flash and SPI Flash when booting from NOR.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      51cd1e23
    • A
      ARM: da850-evm: Enable filesystem commands when booting from NOR · 79bb6467
      Adam Ford 提交于
      The configuration with NOR is mutually exclusive with MMC, and as
      such, the filesystem commands were disabled.  With the USB host
      enabled, this patch enables the file system command which can
      be executed on storage devices attached to the USB.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      79bb6467
    • A
      ARM: da850-evm: Increase environment NOR partition offset · d2c30190
      Adam Ford 提交于
      The current size allocated to U-Boot is 384k, but U-Boot has grown
      to 436K which means that saving the environmental variables wipes
      out part of the U-Boot source and the board ceases to function.
      Due to the sector and erase size for the NOR part and a desire to
      not have to change partition sizes often, this patch moves the
      U-Boot environmental variables to an offset of 1M so saveenv
      does not brick the board.  This patch also sets up MTDIDS and
      MTDPARTS to clearly show where U-Boot and U-Boot's environmental
      variables are located.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      d2c30190
    • S
      configs: am65x_evm_a53: enable support for PCIe ethernet cards · 36de3b06
      Sekhar Nori 提交于
      Enable support for Intel E1000 based PCIe ethernet cards that
      can be used to test PCIe RC functionality on AM65x EVM.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      36de3b06
    • S
      configs: am65x_evm_a53: enable PCIe support · e0598c45
      Sekhar Nori 提交于
      Enable support for PCIe and related configurations
      on AM654 EVM platform.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      e0598c45
    • H
      board/BuR/brsmarc1: initial commit · 60df809f
      Hannes Schmelzer 提交于
      This commit adds support for the B&R brsmarc1 SoM.
      
      The SoM is based on TI's AM335x SoC.
      Mainly vxWorks 6.9.4.x is running on the board,
      doing some PLC stuff on various carrier boards.
      Signed-off-by: NHannes Schmelzer <hannes.schmelzer@br-automation.com>
      60df809f
    • S
      watchdog: omap_wdt: Disable DM watchdog support in SPL · 6912f2a8
      Suniel Mahesh 提交于
      This patch disables DM watchdog support for SPL builds and uses
      the legacy omap watchdog driver on TI AM335x chipsets.
      
      The following build error is reported if DM watchdog support was
      enabled in SPL:
      
        CC      spl/drivers/usb/gadget/rndis.o
        LD      spl/drivers/usb/gadget/built-in.o
        LD      spl/drivers/usb/musb-new/built-in.o
        LD      spl/drivers/built-in.o
        LD      spl/u-boot-spl
      arm-linux-ld.bfd: u-boot-spl section .u_boot_list will not fit in region .sram
      arm-linux-ld.bfd: region .sram overflowed by 440 bytes
      make[1]: *** [spl/u-boot-spl] Error 1
      make: *** [spl/u-boot-spl] Error 2
      
      Adjusted WATCHDOG_RESET macro accordingly. Earlier it was pointing
      to hw_watchdog_reset. Since CONFIG_WATCHDOG replaces CONFIG_HW_WATCHDOG,
      now WATCHDOG_RESET macro points to watchdog_reset. This watchdog_reset
      is not defined anywhere for am33xx/omap2 and needs to be defined. Fixed
      this by simply calling hw_watchdog_reset in watchdog_reset.
      
      Built and tested on AM335x device (BeagleboneBlack), compile tested for
      all other AM33xx/omap2 based boards.
      Signed-off-by: NSuniel Mahesh <sunil.m@techveda.org>
      [trini: Fix watchdog.h logic]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      6912f2a8
  6. 12 8月, 2019 10 次提交
  7. 10 8月, 2019 4 次提交
  8. 09 8月, 2019 3 次提交
  9. 08 8月, 2019 1 次提交
  10. 05 8月, 2019 3 次提交