1. 28 10月, 2020 1 次提交
    • H
      rtc: provide an emulated RTC · 87e9963d
      Heinrich Schuchardt 提交于
      On a board without hardware clock this software real time clock can be
      used. The build time is used to initialize the RTC. So you will have
      to adjust the time either manually using the 'date' command  or use
      the 'sntp' to update the RTC with the time from a network time server.
      See CONFIG_CMD_SNTP and CONFIG_BOOTP_NTPSERVER. The RTC time is
      advanced according to CPU ticks.
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      87e9963d
  2. 26 10月, 2020 2 次提交
  3. 22 10月, 2020 5 次提交
  4. 20 10月, 2020 1 次提交
  5. 08 10月, 2020 2 次提交
    • S
      pinctrl: Add support for Kendryte K210 FPIOA · 7224d5cc
      Sean Anderson 提交于
      The Fully-Programmable Input/Output Array (FPIOA) device controls pin
      multiplexing on the K210. The FPIOA can remap any supported function to any
      multifunctional IO pin. It can also perform basic GPIO functions, such as
      reading the current value of a pin. However, GPIO functionality remains
      largely unimplemented (in favor of the dedicated GPIO peripherals).
      Signed-off-by: NSean Anderson <seanga2@gmail.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      7224d5cc
    • S
      test: pinmux: Add test for pin muxing · 7f0f1806
      Sean Anderson 提交于
      This extends the pinctrl-sandbox driver to support pin muxing, and adds a
      test for that behaviour. The test is done in C and not python (like the
      existing tests for the pinctrl uclass) because it needs to call
      pinctrl_select_state.  Another option could be to add a command that
      invokes pinctrl_select_state and then test everything in
      test/py/tests/test_pinmux.py.
      
      The pinctrl-sandbox driver now mimics the way that many pinmux devices
      work.  There are two groups of pins which are muxed together, as well as
      four pins which are muxed individually. I have tried to test all normal
      paths. However, very few error cases are explicitly checked for.
      Signed-off-by: NSean Anderson <seanga2@gmail.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      7f0f1806
  6. 06 10月, 2020 1 次提交
  7. 05 10月, 2020 1 次提交
  8. 28 9月, 2020 1 次提交
  9. 19 9月, 2020 2 次提交
  10. 17 9月, 2020 3 次提交
  11. 10 9月, 2020 2 次提交
  12. 08 9月, 2020 1 次提交
  13. 01 9月, 2020 1 次提交
  14. 25 8月, 2020 1 次提交
  15. 14 8月, 2020 1 次提交
  16. 08 8月, 2020 4 次提交
  17. 29 7月, 2020 3 次提交
    • R
      MAINTAINERS: update maintainers for broadcom ns3 platform · 1c085cc6
      Rayagonda Kokatanur 提交于
      Update MAINTAINERS for broadcom ns3 platform (TARGET_NS3).
      Signed-off-by: NRayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      1c085cc6
    • S
      arm: add (default) config for nanopi2 board · b39cacc2
      Stefan Bosch 提交于
      Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
      - Configuration changed, mainly several "CONFIG_..." moved from
        s5p4418_nanopi2.h to s5p4418_nanopi2_defconfig and USB related
        configs removed because USB is not supported yet.
      - s5p4418_nanopi2.h: "CONFIG_" removed from several s5p4418/nanopi2
        specific defines because the appropriate values do not need to be
        configurable.
      - pinctrl is supported now, therefore "CONFIG_PINCTRL=y" added to
        s5p4418_nanopi2_defconfig.
      Signed-off-by: NStefan Bosch <stefan_b@posteo.net>
      b39cacc2
    • R
      arm: Add support for Qualcomm IPQ40xx family · e479a7d5
      Robert Marko 提交于
      This introduces initial support for the popular Qualcomm
      IPQ40x8 and IPQ40x9 WiSoC series.
      
      IPQ40xx series have 4x Cortex A7 ARM-v7A cores.
      Supported are: IPQ4018, IPQ4019, IPQ4028 and IPQ4029.
      
      IPQ40x8 and IPQ40x9 use the same cores, but differ in
      addressable RAM size (1GB for IPQ40x9 and 256MB for IPQ40x8)
      and supported peripherals (IPQ40x8 lacks RGMII, LCD controller
      and EMMC/SDHCI controllers).
      
      IQP4028/IPQ4029 models differ from IPQ4018/IPQ4019 only
      by their rated temperatures rates with IPQ402X models being
      rated for wider temperature ranges.
      
      Initially this supports:
      * Simple clock driver (Only for UART1 now, will be extended)
      * Pinctrl driver (Supports UARTX and GPIO now, will be extended)
      * GPIOs already supported by msm_gpio driver with updates
      * UARTs already supported by serial_msm driver with updates
      
      Further peripherals will come in later patches.
      Signed-off-by: NRobert Marko <robert.marko@sartura.hr>
      e479a7d5
  18. 27 7月, 2020 1 次提交
  19. 18 7月, 2020 2 次提交
  20. 09 7月, 2020 1 次提交
  21. 04 7月, 2020 1 次提交
  22. 01 7月, 2020 1 次提交
    • S
      clk: Add K210 clock support · f9c7d4f9
      Sean Anderson 提交于
      Due to the large number of clocks, I decided to use the CCF. The overall
      structure is modeled after the imx code. Clocks parameters are stored in
      several arrays, and are then instantiated at run-time. There are some
      translation macros (FOOIFY()) which allow for more dense packing.
      Signed-off-by: NSean Anderson <seanga2@gmail.com>
      CC: Lukasz Majewski <lukma@denx.de>
      f9c7d4f9
  23. 18 6月, 2020 1 次提交
  24. 15 6月, 2020 1 次提交