[linux-yocto] about beaglebone-yocto bitbake core-image-rt

2018-09-27 Thread ??????
$ git clone git://git.yoctoproject.org/poky $ cd poky $ . ./oe-init-build-env build-bbb edit conf/local.conf to set MACHINE ??= "beaglebone-yocto" $ echo "PREFERRED_PROVIDER_virtual/kernel = \"linux-yocto-rt\"" >> conf/local.conf $ bitbake -v core-image-rt got errors: Loading

[linux-yocto] [linux-yocto-dev][PATCH] i2c: i801: fix DNV's SMBCTRL register offset

2018-09-27 Thread Yongxin Liu
From: Felipe Balbi commit 851a15114895c5bce163a6f2d57e0aa4658a1be4 upstream. DNV's iTCO is slightly different with SMBCTRL sitting at a different offset when compared to all other devices. Let's fix so that we can properly use iTCO watchdog. Fixes: 84d7f2ebd70d ("i2c: i801: Add support for

[linux-yocto] [PATCH 3/3] EDAC, altera: Fix ARM64 build warning

2018-09-27 Thread Meng.Li
From: Thor Thayer commit 9ef20753e044f7468c4113e5aecd785419b0b3cc from https://github.com/altera-opensource/linux-socfpga.git The kbuild test robot reported the following warning: drivers/edac/altera_edac.c: In function 'ocram_free_mem': drivers/edac/altera_edac.c:1410:42: warning: cast

[linux-yocto] : [yocto-4.12]: intel-socfpga: intel-socfpga: drivers: edac: get patches for double bits ecc error detection

2018-09-27 Thread Meng.Li
From: Limeng Hi Bruce, Get below patches for double bits ecc error detection feature 0001-Documentation-dt-edac-Move-Altera-SOCFPGA-EDAC-file.patch 0002-EDAC-altera-Handle-SDRAM-Uncorrectable-Errors-on-Str.patch 0003-EDAC-altera-Fix-ARM64-build-warning.patch Please help to meger this patch

[linux-yocto] [PATCH 2/3] EDAC, altera: Handle SDRAM Uncorrectable Errors on Stratix10

2018-09-27 Thread Meng.Li
From: Thor Thayer commit f8eb0edeb8c19aba667a087b80706bf4f61f8256 from https://github.com/altera-opensource/linux-socfpga.git On Stratix10, uncorrectable errors are routed to the SError exception instead of the IRQ exceptions. In Stratix10, uncorrectable SErrors must be treated as fatal and

[linux-yocto] [PATCH 1/3] Documentation: dt: edac: Move Altera SOCFPGA EDAC file

2018-09-27 Thread Meng.Li
From: Limeng commit f8eb0edeb8c19aba667a087b80706bf4f61f8256 from https://github.com/altera-opensource/linux-socfpga.git Move the Altera SOCFPGA EDAC file from bindings/arm/altera to bindings/edac. Signed-off-by: Thor Thayer Requested-by: Rob Herring Acked-by: Rob Herring Cc: Mark Rutland