[PATCH v3 3/5] board: ti: beagleboneai: add initial support

2020-01-04 Thread Caleb Robey
These are necessities for beaglebone ai boot. There is the addition of CONFIG_SUPPORT_EMMC_CONFIG to the Kconfig file. This is present upstream but not in 19.01 yet. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey --- v2 Changes: - board.c changes that were present in previous

[PATCH v3 5/5] board: ti: beagleboneai: enable in am57xx_evm_defconfig

2020-01-04 Thread Caleb Robey
Adding the configurations to the evm_defconfig file Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey --- v2 Changes: - addition of CONFIG_PREBOOT for console configuration - removal of changes that hardcoded CONSOLEDEV value configs/am57xx_evm_defconfig | 3

[PATCH v3 1/5] board: ti: beagleboneai: emmc read changes

2020-01-04 Thread Caleb Robey
pins and reading the header. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey Cc: Robert Nelson --- board/ti/am57xx/board.c| 37 + board/ti/am57xx/mux_data.h | 16 +++ board/ti/common/board_detect.c | 76 ++ board/ti/common

[PATCH v3 4/5] board: ti: beagleboneai: add dts file

2020-01-04 Thread Caleb Robey
2s015". Thus we only use the latter driver. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey Cc: Robert Nelson --- v2 Changes: - Faulty "compatible" line removed and cpsw_emac0 tag moved to the correct place. v3 Changes: - Removed useless o

[PATCH v3 2/5] board: ti: beagleboneai: IODELAY and pinmux

2020-01-04 Thread Caleb Robey
This patch configures the pinmux settings for the BeagleBone AI after the emmc read has completed. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey Cc: Robert Nelson --- board/ti/am57xx/mux_data.h | 264 + 1 file changed, 264 insertions(+) diff

[PATCH v3 0/5] board: ti: beagleboneai: add initial support

2020-01-04 Thread Caleb Robey
order of 2 and 3 to assure no patch breaks the build - aligned dts file with the one found in the latest release of psdk 06.02 Caleb Robey (5): board: ti: beagleboneai: emmc read changes board: ti: beagleboneai: IODELAY and pinmux board: ti: beagleboneai: add initial support board

[U-Boot] [PATCH v2 5/5] board: ti: beagleboneai: enable in am57xx_evm_defconfig

2019-11-25 Thread Caleb Robey
Adding the configurations to the evm_defconfig file Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey --- v2 Changes: - addition of CONFIG_PREBOOT for console configuration - removal of changes that hardcoded CONSOLEDEV value configs/am57xx_evm_defconfig | 3

[U-Boot] [PATCH v2 4/5] board: ti: beagleboneai: add dts file

2019-11-25 Thread Caleb Robey
t;. Thus we only use the latter driver. Due to small modifications in ocp, a tag was added to dra7.dtsi in the ocp component. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey Cc: Robert Nelson --- v2 Changes: - Faulty "compatible" line removed and cpsw_emac0 tag

[U-Boot] [PATCH v2 1/5] board: ti: beagleboneai: emmc read changes

2019-11-25 Thread Caleb Robey
pins and reading the header. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey Cc: Robert Nelson --- board/ti/am57xx/board.c| 37 board/ti/am57xx/mux_data.h | 16 +++ board/ti/common/board_detect.c | 80 -- board/ti/common

[U-Boot] [PATCH v2 3/5] board: ti: beagleboneai: IODELAY and pinmux changes

2019-11-25 Thread Caleb Robey
This patch configures the pinmux settings for the BeagleBone AI after the emmc read has completed. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey Cc: Robert Nelson --- board/ti/am57xx/mux_data.h | 264 + 1 file changed, 264 insertions(+) diff

[U-Boot] [PATCH v2 2/5] board: ti: beagleboneai: add initial support

2019-11-25 Thread Caleb Robey
These are necessities for beaglebone ai boot. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey --- v2 Changes: - board.c changes that were present in previous commits were erroneously left out. Reintroduced for the sake of configuring the bbai once

[U-Boot] [PATCH v2 0/5] board: ti: beagleboneai: add initial support

2019-11-25 Thread Caleb Robey
in board.c that allow the actual configuration of the BBAI when detected. I also removed the hardcoded change of uart0 serial confirution and added a CONFIG_PREBOOT variable to do the board detect and setenv of the console variable Caleb Robey (5): board: ti

[U-Boot] [PATCH 3/5] board: ti: beagleboneai: IODELAY and pinmux changes

2019-11-20 Thread Caleb Robey
This patch configures the pinmux settings for the BeagleBone AI after the emmc read has completed. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey Cc: Robert Nelson --- board/ti/am57xx/mux_data.h | 264 + 1 file changed, 264 insertions(+) diff

[U-Boot] [PATCH 4/5] board: ti: beagleboneai: add dts file

2019-11-20 Thread Caleb Robey
t;. Thus we only use the latter driver. Due to small modifications in ocp, a tag was added to dra7.dtsi in the ocp component. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey Cc: Robert Nelson --- arch/arm/dts/Makefile| 1 + arch/arm/dts/am5729-be

[U-Boot] [PATCH 5/5] board: ti: beagleboneai: enable in am57xx_evm_defconfig

2019-11-20 Thread Caleb Robey
Adding the configurations to the evm_defconfig file Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey --- configs/am57xx_evm_defconfig | 2 +- include/environment/ti/boot.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/am57xx_evm_defconfig b/configs

[U-Boot] [PATCH 1/5] board: ti: beagleboneai: emmc read changes

2019-11-20 Thread Caleb Robey
pins and reading the header. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey Cc: Robert Nelson --- board/ti/am57xx/board.c| 37 board/ti/am57xx/mux_data.h | 16 +++ board/ti/common/board_detect.c | 80 -- board/ti/common

[U-Boot] [PATCH 2/5] board: ti: beagleboneai: add initial support

2019-11-20 Thread Caleb Robey
These are necessities for beaglebone ai boot. Signed-off-by: Jason Kridner Signed-off-by: Caleb Robey --- arch/arm/mach-omap2/omap5/hw_data.c | 1 + include/configs/am57xx_evm.h| 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/omap5/hw_data.c b

[U-Boot] [PATCH 0/5] board: ti: beagleboneai: add initial support

2019-11-20 Thread Caleb Robey
checks for the beaglebone AI in the board detection scheme 4) Add device tree file for BeagleBone AI 5) Enable beaglebone ai in am57xx_evm_defconfig Device tree has gone to mainline kernel found here: https://patchwork.kernel.org/patch/11254903/ Caleb Robey (5): board: ti: beagleboneai: emmc