6d69e535 | 28-Dec-2018 |
Adam Ford <aford173@gmail.com> |
ARM: imx6q_logic: Enable Falcon Mode and fatwrite
This patch enables Falcon Mode by default and updates the README file to show instructions on how to run from the micro SD card or eMMC. This patch
ARM: imx6q_logic: Enable Falcon Mode and fatwrite
This patch enables Falcon Mode by default and updates the README file to show instructions on how to run from the micro SD card or eMMC. This patch also enables fatwrite to help assist with writing the 'args' to the microSD card.
Signed-off-by: Adam Ford <aford173@gmail.com>
show more ...
|
6482095d | 07-Oct-2018 |
Adam Ford <aford173@gmail.com> |
ARM: omap3logic: Fix MMC name
In my haste to migrate SPL to DM, I copied the wrong name. While it really doesn't matter, I'd prefer the name to match the board, so am335x_mmc0 is now called omap3_lo
ARM: omap3logic: Fix MMC name
In my haste to migrate SPL to DM, I copied the wrong name. While it really doesn't matter, I'd prefer the name to match the board, so am335x_mmc0 is now called omap3_logic_mmc0
Signed-off-by: Adam Ford <aford173@gmail.com>
show more ...
|
c3aa8513 | 07-Oct-2018 |
Adam Ford <aford173@gmail.com> |
ARM: omap3logic: Specify DM serial driver as omap_serial
With the new omap_serial driver, this patch uses this instead from the former ns16550_serial driver. Even though the omap_serial driver is e
ARM: omap3logic: Specify DM serial driver as omap_serial
With the new omap_serial driver, this patch uses this instead from the former ns16550_serial driver. Even though the omap_serial driver is essentially the same.
Signed-off-by: Adam Ford <aford173@gmail.com>
show more ...
|
f4db3b68 | 07-Oct-2018 |
Adam Ford <aford173@gmail.com> |
ARM: omap3logic: Encapsulate the MUSB functions in check for DM
With the DM_USB working for USB host features, encapsulate the USB gadget initialization in a precomiler check. If DM is enabled, we
ARM: omap3logic: Encapsulate the MUSB functions in check for DM
With the DM_USB working for USB host features, encapsulate the USB gadget initialization in a precomiler check. If DM is enabled, we don't need to manually initialize the MUSB driver.
Signed-off-by: Adam Ford <aford173@gmail.com>
show more ...
|
46580f2f | 29-Sep-2018 |
Adam Ford <aford173@gmail.com> |
ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection
With there now being four device tree files, and 4 separate defconfig files, the code necessary to determine which board is being used is
ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection
With there now being four device tree files, and 4 separate defconfig files, the code necessary to determine which board is being used is no longer necessary as the corresponding pin-muxing and board names are determined by the device tree.
Signed-off-by: Adam Ford <aford173@gmail.com>
show more ...
|
42140dd0 | 11-Sep-2018 |
Adam Ford <aford173@gmail.com> |
ARM: omap3_logic: Remove non-DM MMC initialization
With DM_MMC working for both SPL and U-Boot, this patch removes the legacy style of initializing the MMC driver.
Signed-off-by: Adam Ford <aford17
ARM: omap3_logic: Remove non-DM MMC initialization
With DM_MMC working for both SPL and U-Boot, this patch removes the legacy style of initializing the MMC driver.
Signed-off-by: Adam Ford <aford173@gmail.com>
show more ...
|
6032c029 | 04-Dec-2017 |
Adam Ford <aford173@gmail.com> |
ARM: omap3_logic: Enable NAND unlocking during Falcon mode
Falcon mode was already working with SD card. This enables the unlocking of NAND to allow the NAND read & write. This also expands the RE
ARM: omap3_logic: Enable NAND unlocking during Falcon mode
Falcon mode was already working with SD card. This enables the unlocking of NAND to allow the NAND read & write. This also expands the README file based on the am335x describing how to setup Falcon mode.
Signed-off-by: Adam Ford <aford173@gmail.com>
show more ...
|