[linux-yocto] [kernel-cache master][PATCH 1/1] ti-am335x: enable kernel options for PMIC support

2019-08-15 Thread Jun Miao
add Power Management IC support. TPS65910: am335x EVM/SK TPS65217: am335x BBB Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/ti-am335x/ti-am335x.cfg b/bsp/ti-am335x/ti-am335x.cfg index 77085326..bd2711c8 100644 --- a/bsp/ti

[linux-yocto] [PATCH 1/1] ti-am335x: add the basic scc/cfg enablement

2019-09-03 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 7 + bsp/ti-am335x/ti-am335x.cfg | 230 +++ bsp/ti-am335x/ti-am335x.scc | 7 + 3

[linux-yocto] [kernel-cache v5.2] ti-am335x: add base support

2019-09-03 Thread Jun Miao
Hi Bruce, I am working ti boards(AM335x evm/sk/BBB) with am335x soc. Could you help me add scc/cfg to yocto-kernel-cache v5.2 branch. Jun Miao (1): ti-am335x: add the basic scc

[linux-yocto] [linux-yocto-dev] Merge tag 'v5.3-rc6' into standard/base

2019-08-26 Thread Jun Miao
Hi Bruce,    I am sorry to trouble you .    When you merge tag 'v5.3-rc6' into standard/base, why you delete  "define debug_align(X) (X)" and lose the "#endif" (#ifend ... #endif)  ? -- commit

[linux-yocto] [PATCH] ti-am335x: add the basic scc/cfg enablement

2019-08-28 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 8 + bsp/ti-am335x/ti-am335x.cfg | 239 +++ bsp/ti-am335x/ti-am335x.scc | 7 + 3

[linux-yocto] [kernel-cache yocto-5.0][PATCH 0/1] ti-am335x: add base support

2019-08-28 Thread Jun Miao
Hi Bruce, Beacuse the CI/CD project must contain the linux-yocto kernel building successfully, we usually choose the yocto-5.0 branch. Please help me add this scc/cfg to yocto-5.0 branch. Thanks Jun Miao (1): ti-am335x: add the basic scc/cfg enablement bsp/ti-am335x/ti-am335x

[linux-yocto] [kernel-cache master] ti-am335x: add CPU freq/idle support and correct arch bits

2019-09-16 Thread Jun Miao
Hi Bruce. Please help me merge the two patches to master branch of yocto-kernel-cache 5721cc33a0511c5964e96f439b61b97d20e500d7 ti-am335x: add CPU Freq/Idle support 15fed008b84b8ef7ae760227d750f8840d635e43 ti-am335x: correct the arch 64-bit to 32-bit Jun Miao (2): ti-am335x

[linux-yocto] [PATCH 1/2] ti-am335x: correct the arch 64-bit to 32-bit

2019-09-16 Thread Jun Miao
am335x SoC is 32-Bit RISC Microprocessor. Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/ti-am335x/ti-am335x-standard.scc b/bsp/ti-am335x/ti-am335x-standard.scc index d357a729..4753600c 100644 --- a/bsp

[linux-yocto] [PATCH 2/2] ti-am335x: add CPU Freq/Idle support

2019-09-16 Thread Jun Miao
enable kernel options to support the CPU Frequency/Idle. Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x.cfg | 21 + 1 file changed, 21 insertions(+) diff --git a/bsp/ti-am335x/ti-am335x.cfg b/bsp/ti-am335x/ti-am335x.cfg index bd2711c8..156bc761 100644 --- a/bsp/ti

Re: [linux-yocto] [kernel-cache master]: ti-am335x

2019-08-06 Thread Jun Miao
On 8/7/19 10:45 AM, Bruce Ashfield wrote: On Tue, Aug 6, 2019 at 6:20 AM Jun Miao wrote: Hi Bruce, I am working ti boards(AM335x evm/sk/BBB) with am335x soc. 1.This patch add scc/cfg to yocto-kernel-cache master branch. #1 shouldn't be a problem. 2.Could you

Re: [linux-yocto] [PATCH 1/1] ti-am335x: add the basic scc/cfg enablement

2019-08-06 Thread Jun Miao
On 8/7/19 10:47 AM, Bruce Ashfield wrote: On Tue, Aug 6, 2019 at 6:20 AM Jun Miao wrote: Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 8 + bsp/ti-am335x/ti

[linux-yocto] [kernel-cache master][PATCH][V2] ti-am335x: add the basic scc/cfg enablement

2019-08-07 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 8 + bsp/ti-am335x/ti-am335x.cfg | 236 +++ bsp/ti-am335x/ti-am335x.scc | 8

[linux-yocto] [PATCH 1/1] ti-am335x: add the basic scc/cfg enablement

2019-08-06 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 8 + bsp/ti-am335x/ti-am335x.cfg | 242 +++ bsp/ti-am335x/ti-am335x.scc | 7 + 3

[linux-yocto] [kernel-cache master]: ti-am335x

2019-08-06 Thread Jun Miao
Hi Bruce, I am working ti boards(AM335x evm/sk/BBB) with am335x soc. 1.This patch add scc/cfg to yocto-kernel-cache master branch. 2.Could you help me build a new branch "ti-am335x" in linux-yocto-dev? Thanks Jun Miao (1): ti-am335x: add the bas

[linux-yocto] [yocto-kernel-cache master]: ti-am654x

2019-11-21 Thread Jun Miao
Hi Bruce, I am working ti AM65x GP EVM Board with am654x soc. Could you help me add this scc/cfg patch to yocto-kernel-cache master branch ? Thanks Jun Miao (1): ti-am654x: add the basic scc/cfg enablement bsp/ti-am654x/ti-am654x-standard.scc | 9 ++ bsp/ti-am654x/ti

[linux-yocto] [PATCH 1/1] ti-am654x: add the basic scc/cfg enablement

2019-11-21 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot AM65X GP EVM board. Signed-off-by: Jun Miao --- bsp/ti-am654x/ti-am654x-standard.scc | 9 ++ bsp/ti-am654x/ti-am654x.cfg | 185 +++ bsp/ti-am654x/ti-am654x.scc | 8 ++ 3 files changed, 202 insertions

[linux-yocto] [kernel-cache yocto-5.2/master] [PATCH] ti-am335x: enable GCC -O2 optimization

2019-10-29 Thread Jun Miao
systemd[1]: SO_PASSCRED failed: Bad address [!!] Failed to start up manager. systemd[1]: Freezing execution. Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/ti-am335x/ti-am335x.cfg b/bsp/ti-am335x/ti-am335x.cfg index 71884fd7