Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can EMMC be used as the first startup item? #39

Open
wants to merge 156 commits into
base: release
Choose a base branch
from

Commits on Dec 21, 2017

  1. configs: rockchip: Enable the ROCKCHIP_SARADC config

    Except for 3036 and 3228 Socs, which don't support SARADC,
    enable the ROCKCHIP_SARADC config at the other Socs' defconfig.
    
    Signed-off-by: David Wu <[email protected]>
    SuperDavidWu authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    ef4a8dc View commit details
    Browse the repository at this point in the history
  2. configs: rk3328: add support for pmic rk8xx and regulator and i2c driver

    Add defconfig for rk8xx and regulator and i2c controller.
    
    Signed-off-by: Elaine Zhang <[email protected]>
    Signed-off-by: Kever Yang <[email protected]>
    Acked-by: Philipp Tomsich <[email protected]>
    Reviewed-by: Philipp Tomsich <[email protected]>
    Elaine Zhang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    62d5c72 View commit details
    Browse the repository at this point in the history
  3. Add rk3328-gmac support

    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    e70fea8 View commit details
    Browse the repository at this point in the history
  4. Add rk3328-efuse support

    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    3f07103 View commit details
    Browse the repository at this point in the history
  5. Enable CONFIG_PREBOOT

    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    81d8d72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afb19e0 View commit details
    Browse the repository at this point in the history
  7. Add rock64-rk3328

    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    41a27b4 View commit details
    Browse the repository at this point in the history
  8. Add rk3328-spi support

    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    fc05c8f View commit details
    Browse the repository at this point in the history
  9. Discover boot_mode for rk3328

    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    71f4977 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe0a1ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ebcdae2 View commit details
    Browse the repository at this point in the history
  12. ayufan: include eth1addr

    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    0360b8c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b237759 View commit details
    Browse the repository at this point in the history
  14. rockchip: evb-rk3328: set uart2 and sdmmc io routing

    In rk3328, some function pin may have more than one choice, and muxed
    with more than one IO, for example, the UART2 controller IO,
    TX and RX, have 3 choice(setting in com_iomux):
    - M0 which mux with GPIO1A0/GPIO1A1
    - M1 which mux with GPIO2A0/GPIO2A1
    - usb2phy which mux with USB2.0 DP/DM pin.
    
    We should set these IO routing in board file.
    
    Change-Id: If6f6fd890d8e225cdb584a4025aac578198764e6
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    07a6416 View commit details
    Browse the repository at this point in the history
  15. rockchip: rk3328: add a link file for tpl

    Rockchip TPL is not going to use both sram and dram, so
    we will use a separate link file.
    
    Change-Id: I336bdff8033ca2d49521a3639fbf182c293463b5
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    ec1a5c3 View commit details
    Browse the repository at this point in the history
  16. rockchip: Kconfig: enable TPL/SPL support for rk3328

    Enable TPL/SPL support and some related option in Kconfig.
    
    Change-Id: Ifde2835d06cfd69933487a66ebce63956b12407e
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    df0d1c6 View commit details
    Browse the repository at this point in the history
  17. rockchip: evb-rk3328: enable defconfig options for TPL/SPL

    Enable driver options for TPL/SPL in evb-rk3328_defconfig.
    
    Change-Id: I8f9e378b3d459d976e2522884b607b68b0fdf9fd
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    9fe6e2e View commit details
    Browse the repository at this point in the history
  18. rockchip: rk3328: add config option for TPL/SPL

    Enable SPL_FRAMEWORK and TPL/SPL related base addr and size.
    
    Cover-letter:
    rockchip: enable TPL/SPL for rk3328
    
    TPL do the ddr sdram init and then return to bootrom;
    SPL load trust/ATF and U-Boot from storage and boot into trust.
    
    SDRAM driver is out of this patch set because it suppose to come
    after there is a common code for sdram driver, so I send that as
    separate RFC patch set.
    
    The link file and the atf script generate file should able to re-use
    for all Rockchip armv8 SoCs. Comments are welcome.
    
    END
    
    Change-Id: I59ee5675b66ec63c531931be7ba43606718c527f
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    9e2afd3 View commit details
    Browse the repository at this point in the history
  19. spl: add support to booting with OP-TEE

    OP-TEE is an open source trusted OS, in armv7, its loading and
    running are like this:
    loading:
    - SPL load both OP-TEE and U-Boot
    running:
    - SPL run into OP-TEE in secure mode;
    - OP-TEE run into U-Boot in non-secure mode;
    
    More detail:
    https://github.com/OP-TEE/optee_os
    and search for 'boot arguments' for detail entry parameter in:
    core/arch/arm/kernel/generic_entry_a32.S
    
    Change-Id: I1344a35dd11bd69ca00e9b99909e1eb610648d86
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    6fd4ec0 View commit details
    Browse the repository at this point in the history
  20. spl: update bl31_entry() with new name and parameter

    Rename the bl31_entry() function with 'spl_' prefix and add one
    parameter for bl31 entry address since we can get it from spl_image header.
    
    Change-Id: I4b6125f1d7138f26c2256ab86f449be4a6f1c4cc
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    f36e131 View commit details
    Browse the repository at this point in the history
  21. Normalize u-boot config for rock64-rk3328

    Change-Id: I860e3e8ee107ef9efda3b98e6637ea78fd52160a
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2d08771 View commit details
    Browse the repository at this point in the history
  22. Enable LPDDR3 params for ROCK64

    Change-Id: Ifb3e36ed106108a678147202e52b5df104501c59
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    e95a131 View commit details
    Browse the repository at this point in the history
  23. Fix configs to be able to compile TPL

    Change-Id: I57c17ba1a9c9f50bede7191f6505778f0cf87195
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    1572746 View commit details
    Browse the repository at this point in the history
  24. Fix some bugs for SPL support

    Change-Id: I6b0a53996ba6afeec097318baa2827755b81ea62
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    1b1428c View commit details
    Browse the repository at this point in the history
  25. Make emmc to be MMC0

    Change-Id: I5301a7b068667160733a64cf83003cfa80665835
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    7d77da9 View commit details
    Browse the repository at this point in the history
  26. sdmmc, emmc and spi are only present in SPL

    Change-Id: I4d3891b9bee68d86c622b46346477727286caef4
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    0e67904 View commit details
    Browse the repository at this point in the history
  27. Extend malloc space for TPL

    Change-Id: Ie9011d26562fb3bed9b01ce81a09b32980445a62
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    5406edd View commit details
    Browse the repository at this point in the history
  28. Force fifo-mode to be able to read from SPL

    Change-Id: Ie586995d0161bf7fb4e0c6dfad2ce666e0e7e470
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    9a62ec0 View commit details
    Browse the repository at this point in the history
  29. If bootsource is not detected, revert back to boot-rom

    Change-Id: I62f88918b86a51cf706323c91c3ad951df93c607
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    83d5476 View commit details
    Browse the repository at this point in the history
  30. Make SPL to work

    Change-Id: I2c3dc4c87c64bb85283148cd778be2fb9f336974
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2106605 View commit details
    Browse the repository at this point in the history
  31. ayufan: fix rk_spi to support of_platdata

    Change-Id: I3ded3d52d1641b181e1fd5a6f9b67d3cf0b7d571
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    1bf4180 View commit details
    Browse the repository at this point in the history
  32. Read FIT from the same location as on MMC

    Change-Id: I34ea2a295c1c7acc248f603670479846cd3f3edb
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    eb80fb3 View commit details
    Browse the repository at this point in the history
  33. ayufan: dts: Enable SARADC for rk3328-evb

    Change-Id: I8b8321a992ee379e2bb81e8b7dcd351d34ec6c3d
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    99cd72e View commit details
    Browse the repository at this point in the history
  34. ayufan: synchronize rk3328-rock64 with rk3328-evb

    Change-Id: Id4f0ed0dd6fb10f1c8c6f649b70073adcfdeeb70
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    6e4f417 View commit details
    Browse the repository at this point in the history
  35. ayufan: reorganize rock64-rk3328_defconfig

    Change-Id: I86e43b6392c926941ec3266ac0a0097536a6cefd
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    dbcb319 View commit details
    Browse the repository at this point in the history
  36. Enable CONFIG_MISC and ROCKCHIP_EFUSE

    Change-Id: I4e9c96e9a8fa636a935838ba4153a24bc91d689d
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2ff1465 View commit details
    Browse the repository at this point in the history
  37. ayufan: print DRAM frequency

    Change-Id: I4fe77778b9d7a7c74aa1044e9f8d68960a18e9ad
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    1b32411 View commit details
    Browse the repository at this point in the history
  38. Disable USB2 for now

    Change-Id: I8046bab87dfc0a9509bd5fae0d8387430a96b0a2
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    821bc9a View commit details
    Browse the repository at this point in the history
  39. ayufan: remove duplicate boot mode support

    Change-Id: I84c9f919b3b38e7a737fc03b2a34877f44a0e862
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    d00b2a0 View commit details
    Browse the repository at this point in the history
  40. Configure memory regions in TPL for ATF

    Change-Id: I97f3ecd950f9bad5c72ba301e3cfb4d1874818b7
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    7762575 View commit details
    Browse the repository at this point in the history
  41. Revert "Disable USB2 for now"

    This reverts commit 0b5607e680bd632d526d8591517dd8dda5ba8164.
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    3c376b0 View commit details
    Browse the repository at this point in the history
  42. Revert USB changes

    Change-Id: I5b818c9b5997df8ab815d6438cc6bf5854c9631b
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    47a8ce5 View commit details
    Browse the repository at this point in the history
  43. rockchip: pass ddr params to trustos

    Change-Id: I37e77f73028b0504776ea662ec7b308ab7d21204
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    1f1fab1 View commit details
    Browse the repository at this point in the history
  44. rockchip: rk3328: set ddr as non-secure in tpl

    Set ddr as non-secure so that mmc dma can access.
    
    Change-Id: Ia0f51908a8d428b864a9d71b2a3dd8baeb79b952
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    a4bd5ea View commit details
    Browse the repository at this point in the history
  45. spl: atf: pass NULL for bl32_ep pc

    Change-Id: Ibfd0054936fffed3603103226e304e4878598c84
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c4397dc View commit details
    Browse the repository at this point in the history
  46. Revert "spl: atf: pass NULL for bl32_ep pc"

    This reverts commit 5679f02281c3e72617c60dd840e6b585b7408918.
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    86bf8cc View commit details
    Browse the repository at this point in the history
  47. Add USB nodes to Rock64

    Change-Id: I6ddc671e1157882c61aa8c6f93475ce01b58ff55
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    1ad2758 View commit details
    Browse the repository at this point in the history
  48. Fix compilation errors

    Change-Id: Iaaa969b46210b55b1e4c8d7b3afead883b21c71a
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    6a362da View commit details
    Browse the repository at this point in the history
  49. spl: atf: pass NULL for bl32_ep pc

    Change-Id: Ibfd0054936fffed3603103226e304e4878598c84
    Signed-off-by: Kever Yang <[email protected]>
    keveryang authored and ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    ce513e6 View commit details
    Browse the repository at this point in the history
  50. ayufan: Use ATF_SUPPORT=y instead of ATF=y

    Change-Id: I16b279b3136d207cc31474686059264cb0fe0bd3
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    bcbfec2 View commit details
    Browse the repository at this point in the history
  51. Add pwrkey to rk805

    Change-Id: I410658ba4fcb9e6d7edce346abfb08166feec688
    ayufan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    4671003 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. ayufan: limit usb_storage transfer to avoid hitting timeouts on USB2/…

    …3 for Rockchip
    
    Change-Id: If036db3ae13e71bbae4f2bb8236608a8166ffd77
    ayufan committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    74ba17f View commit details
    Browse the repository at this point in the history
  2. ayufan: properly configure USB GPIO for rk3328

    Change-Id: I4a622e34175c841d08e2b32f2c55d70a6f34d103
    ayufan committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    0872a4e View commit details
    Browse the repository at this point in the history
  3. ayufan: update rock64 config

    Change-Id: I36af99eabf37ca2ce3327673e00428bfb0dae746
    ayufan committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    1d12bc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. ayufan: Backport mmc drivers from upstream

    Change-Id: I8ca842d3e3be34d369d74a52d39d891dd866bbd2
    ayufan committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    c1a9ef7 View commit details
    Browse the repository at this point in the history
  2. Fix compilation error

    Change-Id: I492dc6161a84f68305d22779443344dbb09f3faa
    ayufan committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    f85e24a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Add CONFIG_SPI_FLASH_WINBOND support

    Change-Id: Ic80b1e60a90e6093d609ddc2e6cccecd13429d8c
    ayufan committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    416f704 View commit details
    Browse the repository at this point in the history
  2. HACK: restart dwc_otg_core_host_init to make it possible to use OTG p…

    …ort as HOST reliably
    
    Change-Id: I55a3db87fcb6523b031a889af87cb1833a34f7db
    ayufan committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    788a706 View commit details
    Browse the repository at this point in the history
  3. rk8xx: add support for rk8xx_led

    Change-Id: I7c0d09438ef3a4b4be3b21c03151e2b6f2564f68
    ayufan committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    730abab View commit details
    Browse the repository at this point in the history
  4. dts: rock64 add rk8xx_leds

    Change-Id: I1526abdb76d92cbd46fe1794d5b05b0d089abace
    ayufan committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    307c51e View commit details
    Browse the repository at this point in the history
  5. ayufan: rock64_defconfig: enable LED and PMIC management

    Change-Id: Ide3fa5257c5794b46d5926bf592807b7d040890b
    ayufan committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    90db2be View commit details
    Browse the repository at this point in the history
  6. ayufan: introduce recovery button mode selection

    Press and hold recovery button to choose suitable boot mode.
    When given mode is selected release the button.
    Each mode exposes device over USB-OTG and can be connected via USB A-to-A cable
    
    1 blink: share eMMC or SD as virtual disk
    2 blinks: enter fastboot (Android's)
    3 blinks: enter RockUSB download mode
    4 blinks: enter MaskROM download mode
    
    Change-Id: I0ce9e67b51d7959ff2877418c2c9dfd4382de2a4
    ayufan committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    ea6efec View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. ayufan: fix rk8xx led status

    Change-Id: I4dd4d24d4dc7c4dc8059d11d92c48f8a5d211ccf
    ayufan committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    d634ca5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. ayufan: rk3328: enable UDP checksums

    Change-Id: If3e4733ff63968a6d39e7ec1c47613bbd76433d6
    ayufan committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    f32465f View commit details
    Browse the repository at this point in the history
  2. ayufan: phy/realtek allow to configure RX/TX delay for RTL8211F

    Change-Id: I925cd0ddc9a0863aeef797061f1359eb28875885
    ayufan committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    c792aaf View commit details
    Browse the repository at this point in the history
  3. ayufan: if end bootmode is reached return early

    Change-Id: I3f7604bf60f62da2056621462c70f637070c4318
    ayufan committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    1abc9ab View commit details
    Browse the repository at this point in the history
  4. ayufan: make rtl8211f to work on rock64: enable rx checksums, use 0x1…

    …8/0x18 as gmac delays
    
    Change-Id: I1ce2a36943b45e69b3d85a1c57df638686c46769
    ayufan committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    85b4cd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. ayufan: rock64: add CONFIG_CMD_MTDPARTS=y

    Change-Id: Ia669d6adb910301cea8d6708bf82de9a5274b02a
    ayufan committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    880d550 View commit details
    Browse the repository at this point in the history
  2. ayufan: xhci-rockchip: phy_setup before core_init

    Fixes USB3 device discovery
    
    Change-Id: I9b8ef980e88d916874aec7de30c07cbde17d1ba3
    ayufan committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    80adc4c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. ayufan: dwc3: allow to set maximum-speed

    Change-Id: Ifd3b0d680f7aa1f3bf9a3823f2ea62f69844cc7d
    ayufan committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    638374e View commit details
    Browse the repository at this point in the history
  2. ayufan: dts: rock64: set high-speed for xhci

    Change-Id: I05240083a385cea09a3fdc032f08935be39b4bc1
    ayufan committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    5a90a9a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. ayufan: dts: add initial support for rockpro64

    Change-Id: Ib8204de60a017ac2d953d38ba85e69cb8598a919
    ayufan committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    384ded4 View commit details
    Browse the repository at this point in the history
  2. ayufan: rockchip: fix compilation error of sdhci

    Change-Id: I984f931cf7ea942d5dcba6ac78fd9047bf8e020e
    ayufan committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    010e523 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. ayufan: dts: rockpro64 uses lpddr3

    Change-Id: Ifb2b39baed1c2677510c57c048fbab8c4eb8a81d
    ayufan committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    a2b614a View commit details
    Browse the repository at this point in the history
  2. ayufan: rk3399: use bootdevice

    Change-Id: I39c5be7b2984fe9327a7b59934b15993706ea80c
    ayufan committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    d5fb96e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. ayufan: rockpro64: update dts to enable mmc1 booting

    Change-Id: If3f0fb6a842b4336eae955856bf8b30e51580f49
    ayufan committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    fe641d8 View commit details
    Browse the repository at this point in the history
  2. ayufan: rk3328: fail hard mk_fit_atf if BL31 is missing

    Change-Id: I265103ad96643b957319d98e5710f204b3f17575
    ayufan committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    95791c2 View commit details
    Browse the repository at this point in the history
  3. ayufan: rk3399: fail hard mk_fit_atf if BL31 is missing

    Change-Id: Ie79c0bb205fa9f7efe60a2e9ebdc433e17c98e9e
    ayufan committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    a0a2b48 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. ayufan: rock64: for SPL build always use fifo-mode

    Change-Id: I9ac012ce4aaf03a151f7c5c818829d631efdd7ed
    ayufan committed May 21, 2018
    Configuration menu
    Copy the full SHA
    6b3dfa6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. ayufan: dts: rk3399: order sdhci as first

    Change-Id: I8caebee54d9cccc39bce372b42b741ef22b78ba4
    ayufan committed May 22, 2018
    Configuration menu
    Copy the full SHA
    4dc34c8 View commit details
    Browse the repository at this point in the history
  2. ayufan: dts: rk3399: enable sdhci and sdmmc

    Change-Id: Ifb67a41c812fc3cd3e8ed356e276c3ebe4b558e6
    ayufan committed May 22, 2018
    Configuration menu
    Copy the full SHA
    9f67c25 View commit details
    Browse the repository at this point in the history
  3. ayufan: rk3399: dirty: make SPL to just load u-boot, but not init DRAM

    Change-Id: I3f03898736e10cb76c222b0233090d99548f977a
    ayufan committed May 22, 2018
    Configuration menu
    Copy the full SHA
    ff0cf45 View commit details
    Browse the repository at this point in the history
  4. ayufan: dts: rk3328/rk3399: limit max size of SPL to prevent conflict…

    … with ATF
    
    Change-Id: If79f3cc0f2f96b315297178f1f7c32c51bba2012
    ayufan committed May 22, 2018
    Configuration menu
    Copy the full SHA
    0120d6a View commit details
    Browse the repository at this point in the history
  5. ayufan: dts: rk3399: remove sdram config

    Change-Id: I7d92cbbc0cad0233752ed816cd7637a90c58d8af
    ayufan committed May 22, 2018
    Configuration menu
    Copy the full SHA
    ac312d5 View commit details
    Browse the repository at this point in the history
  6. ayufan: rockpro64: reduce spl size

    Change-Id: Iabcb4863a57b73494dd5d778019cc63fff67f2fb
    ayufan committed May 22, 2018
    Configuration menu
    Copy the full SHA
    03a332b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. ayufan: dts: rockpro64: fix tx/rx delay

    Change-Id: I22740336d8642d55b1326f9aa075e5df378a4aa8
    ayufan committed May 29, 2018
    Configuration menu
    Copy the full SHA
    3f6a5ad View commit details
    Browse the repository at this point in the history
  2. ayufan: defconfig: rock64 disable boot delay

    Change-Id: Ie7a0e633d24255398bb5b7892308d7d23b5f97d3
    ayufan committed May 29, 2018
    Configuration menu
    Copy the full SHA
    d6de86c View commit details
    Browse the repository at this point in the history
  3. ayufan: defconfig: rockpro64 disable boot delay

    Change-Id: Idce0d95c61f91076a72b8fd05b01e747e6886789
    ayufan committed May 29, 2018
    Configuration menu
    Copy the full SHA
    ec1524d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. ayufan: rock64: store env in spi flash

    Change-Id: Ib705dc3e61366bb76a952e57830a3dfec15ee397
    ayufan committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    0e93e10 View commit details
    Browse the repository at this point in the history
  2. ayufan: rockpro64: store env in spi flash

    Change-Id: Id0a0e69fe38fb7c0e5a0254921b7a70fee3a7e6b
    ayufan committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    60871f9 View commit details
    Browse the repository at this point in the history
  3. ayufan: rk3399: ensure that max spl size is properly configured to 64k

    Change-Id: Icbe5d879119276355c5a053c1238239608d3e715
    ayufan committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    a125acf View commit details
    Browse the repository at this point in the history
  4. ayufan: rockchip: spi flash env requires sect size to be configured

    Change-Id: Idfe9eba49dee456a9d2f7a91e5d71095a43d9cad
    ayufan committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    06e3565 View commit details
    Browse the repository at this point in the history
  5. ayufan: rk3328/rk3399: remove leds support

    Change-Id: I9155f199d21f58f748db082be7de6744ce598296
    ayufan committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    2e4646f View commit details
    Browse the repository at this point in the history
  6. ayufan: dts: remove rockpro64 led specification

    Change-Id: Ia942eccf6972930535097b1be2083a3d489adb4d
    ayufan committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    c46c7b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Rockpro64: uncomment code changes related to rk3399

    Change-Id: I5e316c6e82242ddaaa2f099ba529e785413d1281
    ayufan committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    06eb9a7 View commit details
    Browse the repository at this point in the history
  2. rockchip: sdhci: support 8bit bus-width

    The Rockchip-specific SDHCI wrapper does not process the 'bus-width'
    property in the SDHCI node. Consequently, the bus is always kept in
    4bit mode, even if 8bit wide operation is available, supported and
    requested in the DTS.
    
    This change adds processing of the 'bus-width' property and sets the
    host capability flag for an 8bit wide bus, if set to 8. As the logic
    in sdhci.c does not support clearing the 4bit capability, we assume
    that 4bit operation is always supported.
    
    Change-Id: I039ac212b875b62cee3d3b92b0ccd5944d117b86
    Signed-off-by: Philipp Tomsich <[email protected]>
    Philipp Tomsich authored and ayufan committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    ffaeaf0 View commit details
    Browse the repository at this point in the history
  3. rockpro64: set initial voltage regulator to 950mV

    Change-Id: Iae28ab698c4bd9ba23f5f2db6650e0b59df806f4
    ayufan committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    1949eef View commit details
    Browse the repository at this point in the history
  4. ayufan: rk3399: use mmc-sdhci-sdma mode except SPL build (causes EL3 …

    …exception)
    
    Change-Id: I1895fe0dd2696a21b9a7cf747ae0ce2eb07bc90f
    ayufan committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    01d9927 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. ayufan: dts: rockpro64: fix regulators and pinctrls

    Change-Id: I9b6a7e97c14842e012214ee0c4e8f2e17f008c01
    ayufan committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    ce17994 View commit details
    Browse the repository at this point in the history
  2. ayufan: dts: rockpro64 remove unused nodes

    Change-Id: Ia73e3c3ca3f6bc9d501b04a27488793c1e628611
    ayufan committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    54ff539 View commit details
    Browse the repository at this point in the history
  3. ayufan: dts: rockpro64: fix vsel1_gpio

    Change-Id: Ife48a194df387881d5f80c36f5d73b671ca72ade
    ayufan committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    e11aad4 View commit details
    Browse the repository at this point in the history
  4. ayufan: dts: rockpro64: support power/standby led

    Change-Id: I75b5304abfd2acbd1f5da2e5464e26cf52428c8e
    ayufan committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    29c4a4c View commit details
    Browse the repository at this point in the history
  5. ayufan: rockpro64: add full board specification

    Change-Id: Ifdf8132929f2a947642356efcd3dc80a537712d9
    ayufan committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    7f83df3 View commit details
    Browse the repository at this point in the history
  6. ayufan: dts: rockpro64: fix usb2/type-c support

    Change-Id: I88b9918cfb2cfc5804ca6bad238867d5444d4b23
    ayufan committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    7a8f1aa View commit details
    Browse the repository at this point in the history
  7. ayufan: dts: rockpro64 loader starts from 0

    Change-Id: Ifd7fcb171f4731bf4997b60b2e13cc9dd5b62a35
    ayufan committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    e3eae80 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Add scripts for gitlab-ci build process

    Change-Id: Ia9932dd1312b69f945a5d6ade8e66c54612f5423
    ayufan committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    a76a934 View commit details
    Browse the repository at this point in the history
  2. ayufan: rock64: scripts: support upgrade on loop

    Change-Id: I7277b6986f778ed75610e1c2c5a903e81cd587ca
    ayufan committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    39caa9d View commit details
    Browse the repository at this point in the history
  3. ayufan: ci: fix release version

    Change-Id: I8318e69d144149c1696d9252e5072b5a068d30e6
    ayufan committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    a33d89d View commit details
    Browse the repository at this point in the history
  4. ayufan: package: fix package names

    Change-Id: Ib504c9d1c6fdc8b6b64653be49887be4314a6d1b
    ayufan committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    841fcce View commit details
    Browse the repository at this point in the history
  5. ayufan: package: fix loader name in upgrade script

    Change-Id: I47615ca1af3e2a060d456eae008a7a48e6e2d99a
    ayufan committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    6a08855 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. ayufan: package: make upgrade script to detect loopback properly

    Change-Id: Iaecba6dcabb5d728e87a4f439c8d3cd4247a5b03
    ayufan committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    501b20d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. ayufan: dts: rockpro64: set proper init-microvolt for vdd_center and …

    …vdd_log
    
    Change-Id: I583dc0b67625aa707a01278af158d87c37477c8c
    ayufan committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    979b816 View commit details
    Browse the repository at this point in the history
  2. ayufan: rockpro64: properly enable vdd_log

    Change-Id: I6bdbdaedb3d6251b373084cf1fd852ebf1eb6228
    ayufan committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    9659690 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. ayufan: dts: rockpro64: reset vcc_sd to 3.3v (out of sdr104 mode)

    Change-Id: Ie176c0cd689ade4400d3437ea48dd8d7f69f211c
    ayufan committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    bfd91fa View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. dev.mk: fix rockchip helper commands

    Change-Id: I6e10dbf29b1552361c2ce4bb5d86de23d91a9dfe
    ayufan committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    e2d811b View commit details
    Browse the repository at this point in the history
  2. ayufan: gitignore: add /tmp/

    Change-Id: Iaba13b2e815d9811e8b1f16f64883243ddf9bff6
    ayufan committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    d982ad2 View commit details
    Browse the repository at this point in the history
  3. ayufan: dts: rockpro64: limit sdhci speed to increase compatibility w…

    …ith emmc
    
    Change-Id: Ib8b57847b7da6a25687c8d48f9bdb565fe2083e0
    ayufan committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    6800469 View commit details
    Browse the repository at this point in the history
  4. Detect package, not the board. Warn if using on wrong board.

    Change-Id: I4b3f7dd2d5c5d04f4345086205fc54fc9e8c5e87
    ayufan committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    7c33a66 View commit details
    Browse the repository at this point in the history
  5. Provides u-boot-virtual, conflicts and replaces

    Change-Id: I7ffa85c65464ced8b19009ae4c040974147aaa53
    ayufan committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    7bd50d7 View commit details
    Browse the repository at this point in the history
  6. dev-ayufan: scripts: improve error messages

    Change-Id: I1b279856021091c9604c082a3023c8cbcbc472cd
    ayufan committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    cb5a461 View commit details
    Browse the repository at this point in the history
  7. dev-ayufan: package: package name contains the version number

    Change-Id: Ic734fa1af31c160cda7413965c4ac804e3dff974
    ayufan committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    c2a1943 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    da75861 View commit details
    Browse the repository at this point in the history
  2. dev.mk: everything is release

    Change-Id: Ie9c189e16f01af13f7ce84f45ae17653da89d31d
    ayufan committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    482cd6e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. dev.mk: update bootloader upgrade scripts

    Change-Id: Ib319cb0604398482578037479bf223e11cc489e0
    ayufan committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    a851a05 View commit details
    Browse the repository at this point in the history
  2. ayufan: dts: rockpro64: run spi with 50MHz

    Change-Id: I7f462654ddfa2371f0ca37bcb37ad2e002e66ba4
    ayufan committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    d93a87d View commit details
    Browse the repository at this point in the history
  3. ayufan: rockpro64: load spi image from 0x400 sector

    Change-Id: I7f0a9bd9abc370fe72a4a810388da8f9d59d1627
    ayufan committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    c5ac769 View commit details
    Browse the repository at this point in the history
  4. dev.mk: add rockpro64 spi booting support

    Change-Id: I10a7a7b70af8ca539521bf672984701ca607405a
    ayufan committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    fb6d95f View commit details
    Browse the repository at this point in the history
  5. dev.mk: rockpro64 uses 933MHz:1.13 and bl31:1.17

    Change-Id: Ib4b9b4e56f348dbdcdf5eb9366dbb8d553b2b4b6
    ayufan committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    43ca192 View commit details
    Browse the repository at this point in the history
  6. dev.mk: allow to erase bootloader.sh

    Change-Id: I103be0655bff0c7950bb2a20aa9c9e6443518b7f
    ayufan committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    ba1f943 View commit details
    Browse the repository at this point in the history
  7. ayufan: dts: rockpro64: sdmmc/spi does run at half of the speed

    Change-Id: Ib0d9c5f389569704e3893d10313685a6b93f2bb7
    ayufan committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    df02018 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. efi: add some more device path structures

    Signed-off-by: Peter Jones <[email protected]>
    Signed-off-by: Rob Clark <[email protected]>
    Signed-off-by: Alexander Graf <[email protected]>
    vathpela authored and ayufan committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    011c09a View commit details
    Browse the repository at this point in the history
  2. efi_loader: add device-path utils

    Helpers to construct device-paths from devices, partitions, files, and
    for parsing and manipulating device-paths.
    
    For non-legacy devices, this will use u-boot's device-model to construct
    device-paths which include bus hierarchy to construct device-paths.  For
    legacy devices we still fake it, but slightly more convincingly.
    
    Signed-off-by: Rob Clark <[email protected]>
    Signed-off-by: Alexander Graf <[email protected]>
    robclark authored and ayufan committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    5768988 View commit details
    Browse the repository at this point in the history
  3. part: extract MBR signature from partitions

    EFI client programs need the signature information from the partition
    table to determine the disk a partition is on, so we need to fill that
    in here.
    
    Signed-off-by: Peter Jones <[email protected]>
    [separated from efi_loader part, and fixed build-errors for non-
     CONFIG_EFI_PARTITION case]
    Signed-off-by: Rob Clark <[email protected]>
    Signed-off-by: Alexander Graf <[email protected]>
    vathpela authored and ayufan committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    4d221cf View commit details
    Browse the repository at this point in the history
  4. part: move efi_guid_t

    Prep work for next patch.
    
    Signed-off-by: Rob Clark <[email protected]>
    Reviewed-by: Heinrich Schuchardt <[email protected]>
    Signed-off-by: Alexander Graf <[email protected]>
    robclark authored and ayufan committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    8694329 View commit details
    Browse the repository at this point in the history
  5. efi_loader: use proper device-paths for partitions

    Also, create disk objects for the disk itself, in addition to the
    partitions.  (UEFI terminology is a bit confusing, a "disk" object is
    really a partition.)  This helps grub properly identify the boot device
    since it is trying to match up partition "disk" object with it's parent
    device.
    
    Now instead of seeing devices like:
    
      /File([email protected])/EndEntire
      /File(usb_mass_storage.lun0)/EndEntire
    
    You see:
    
      /ACPI(133741d0,0)/UnknownMessaging(1d)/EndEntire
      /ACPI(133741d0,0)/UnknownMessaging(1d)/HD(0,800,64000,dd904a8c00000000,1,1)/EndEntire
      /ACPI(133741d0,0)/UnknownMessaging(1d)/HD(1,64800,200000,dd904a8c00000000,1,1)/EndEntire
      /ACPI(133741d0,0)/UnknownMessaging(1d)/HD(2,264800,19a000,dd904a8c00000000,1,1)/EndEntire
      /ACPI(133741d0,0)/USB(0,0)/USB(0,0)/USB(0,0)/EndEntire
      /ACPI(133741d0,0)/USB(0,0)/USB(0,0)/USB(0,0)/HD(0,800,60000,38ca680200000000,1,1)/EndEntire
      /ACPI(133741d0,0)/USB(0,0)/USB(0,0)/USB(0,0)/HD(1,61000,155000,38ca680200000000,1,1)/EndEntire
      /ACPI(133741d0,0)/USB(0,0)/USB(0,0)/USB(0,0)/HD(2,20fa800,1bbf8800,38ca680200000000,1,1)/EndEntire
      /ACPI(133741d0,0)/USB(0,0)/USB(0,0)/USB(0,0)/HD(3,1b6800,1f44000,38ca680200000000,1,1)/EndEntire
    
    This is on a board with single USB disk and single sd-card.  The
    UnknownMessaging(1d) node in the device-path is the MMC device,
    but grub_efi_print_device_path() hasn't been updated yet for some
    of the newer device-path sub-types.
    
    This patch is inspired by a patch originally from Peter Jones, but
    re-worked to use efi_device_path, so it doesn't much resemble the
    original.
    
    Signed-off-by: Rob Clark <[email protected]>
    [agraf: s/unsigned/unsigned int/]
    Signed-off-by: Alexander Graf <[email protected]>
    robclark authored and ayufan committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    54f1fe9 View commit details
    Browse the repository at this point in the history
  6. efi: add some missing __packed

    All of the device-path related structures should be packed.  UEFI
    defines the device-path as a byte-aligned data structure.
    
    Signed-off-by: Rob Clark <[email protected]>
    Signed-off-by: Alexander Graf <[email protected]>
    robclark authored and ayufan committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    af5e67c View commit details
    Browse the repository at this point in the history
  7. efi_loader: use proper device-paths for net

    Signed-off-by: Rob Clark <[email protected]>
    Signed-off-by: Alexander Graf <[email protected]>
    robclark authored and ayufan committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    27d3eeb View commit details
    Browse the repository at this point in the history
  8. efi_loader: refactor boot device and loaded_image handling

    Get rid of the hacky fake boot-device and duplicate device-path
    constructing (which needs to match what efi_disk and efi_net do).
    Instead convert over to use efi_device_path helpers to construct
    device-paths, and use that to look up the actual boot device.
    
    Also, extract out a helper to plug things in properly to the
    loaded_image.  In a following patch we'll want to re-use this in
    efi_load_image() to handle the case of loading an image from a
    file_path.
    
    Signed-off-by: Rob Clark <[email protected]>
    Signed-off-by: Alexander Graf <[email protected]>
    robclark authored and ayufan committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    d646df0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Update rk3399 ddr to v1.19 and bl31 to 1.25

    Change-Id: I2e729184fc84e47a31e0523a55a704f1121637a7
    ayufan committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    f9f1911 View commit details
    Browse the repository at this point in the history
  2. Add separate pinebook-pro configs

    Change-Id: Iffb4297157c7e07bbe466c3ecd04520b6a6cc502
    ayufan committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    0671753 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. ayufan: dts: pinebook-pro: update according to latest linux changes

    Change-Id: I9b27b4cbdeac7dfe7303e65136876250b3a6c907
    ayufan committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    a256d96 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. ayufan: dev: show current version

    Change-Id: I6e652d6964406642325d231950125046a6457311
    ayufan committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    9922d32 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. ayufan: dts: rock64: fix vcc5v0_otg to GPIO0_A2

    Change-Id: Ibab5622c98573ab1f9515acad5217f89844dbe15
    ayufan committed May 25, 2019
    Configuration menu
    Copy the full SHA
    53c9252 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. ayufan: rock64: fix vcc3v3_sdmmc to support v3 board

    Change-Id: I8c8bfd50b46fb31c80fa8a6f93bf5047e2f7866f
    ayufan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    135bc82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad34e47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49104ce View commit details
    Browse the repository at this point in the history
  4. ayufan: dev.mk: add rockpi4b to build targets

    Change-Id: Iba0629b1fa0e85d71c638fd027585c0214788bf2
    ayufan committed May 28, 2019
    Configuration menu
    Copy the full SHA
    e2de533 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    56bd958 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    4cbafce View commit details
    Browse the repository at this point in the history
  2. ayufan: rk3399: support i2c4

    ayufan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    bb4886a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    29843fb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Configuration menu
    Copy the full SHA
    94c0766 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    ca097a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    607e358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df89e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95f6152 View commit details
    Browse the repository at this point in the history