Re: Pull request: u-boot-rockchip/for-next

2022-12-26 Thread Kever Yang
On 2022/12/27 09:11, Peter Robinson wrote: On Mon, Dec 26, 2022 at 3:10 PM Tom Rini wrote: On Mon, Dec 26, 2022 at 08:36:02PM +0800, Kever Yang wrote: Hi Tom, Please pull the updates for rockchip platform for next: - Add support for rv1126 soc and rv1126 neu2 io board; - Add support for

[GIT PULL] Please pull u-boot-pmic master

2022-12-26 Thread Jaehoon Chung
Dear Tom, Please pull u-boot-pmic master into u-boot master branch. If there is a problem, let me know, plz Best Regards, Jaehoon Chung CI: https://source.denx.de/u-boot/custodians/u-boot-pmic/-/pipelines/14522 The following changes since commit e1befc8512fe4f67056a6e4b5cd2ab936abc35c6:

Re: Pull request: u-boot-rockchip/for-next

2022-12-26 Thread Peter Robinson
On Mon, Dec 26, 2022 at 3:10 PM Tom Rini wrote: > > On Mon, Dec 26, 2022 at 08:36:02PM +0800, Kever Yang wrote: > > > Hi Tom, > > > > Please pull the updates for rockchip platform for next: > > - Add support for rv1126 soc and rv1126 neu2 io board; > > - Add support for rk3399 pine64 pinephone

RE: [PATCH] cmd: mmc: Expand bkops handling

2022-12-26 Thread Jaehoon Chung
Hi, > -Original Message- > From: Marek Vasut > Sent: Thursday, December 22, 2022 2:11 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Jaehoon Chung ; Peng > Fan > Subject: [PATCH] cmd: mmc: Expand bkops handling > > Add more capable "bkops" command which allows enabling and

[PATCH 5/5] video console: remove unused 4x6 font

2022-12-26 Thread Dzmitry Sankouski
Remove video_font_4x6.h file because it's unused. Signed-off-by: Dzmitry Sankouski --- drivers/video/Kconfig|6 - include/video_font.h |4 +- include/video_font_4x6.h | 2155 -- 3 files changed, 1 insertion(+), 2164 deletions(-) delete mode

[PATCH 3/5] video console: add support for fonts wider than 1 byte

2022-12-26 Thread Dzmitry Sankouski
Devices with high ppi may benefit from wider fonts. Current width implementation is limited by 1 byte, i.e. 8 bits. New version iterates VIDEO_FONT_BYTE_WIDTH times, to process all width bytes, thus allowing fonts wider than 1 byte. Signed-off-by: Dzmitry Sankouski ---

[PATCH 2/5] video console: refactoring and optimization

2022-12-26 Thread Dzmitry Sankouski
- get rid of code duplications in switch across bpp values - extract common pixel fill logic in two functions one per horizontal and vertical filling - rearrange statements in put_xy* methods in unified way - replace types - uint*_t to u* Signed-off-by: Dzmitry Sankouski ---

[PATCH 1/5] video console: unite normal and rotated files

2022-12-26 Thread Dzmitry Sankouski
Put video console driver code in one file. Signed-off-by: Dzmitry Sankouski --- drivers/video/Kconfig | 8 +- drivers/video/Makefile| 3 +- drivers/video/console_normal.c| 178 -- .../{console_rotate.c =>

[PATCH 0/5] vidconsole: refactoring and support for wider fonts

2022-12-26 Thread Dzmitry Sankouski
Modern mobile phones typically have high pixel density. Bootmenu is hardly readable on those with 8x16 font. This patch series aims to add wider fonts for devices with high ppi. Add 16x32 ter font from linux, and allow font size configuration. Use new font in starqltechn board. Note: Only

Re: Pull request: u-boot-rockchip/for-next

2022-12-26 Thread Tom Rini
On Mon, Dec 26, 2022 at 08:36:02PM +0800, Kever Yang wrote: > Hi Tom, > > Please pull the updates for rockchip platform for next: > - Add support for rv1126 soc and rv1126 neu2 io board; > - Add support for rk3399 pine64 pinephone pro board; > - dts sync from linux for rk3399 and px30; > >

Re: [PATCH v1 01/17] riscv: cpu: jh7110: Add support for jh7110 SoC

2022-12-26 Thread Bin Meng
On Mon, Dec 26, 2022 at 3:32 PM yanhong wang wrote: > > > > On 2022/12/22 17:22, Bin Meng wrote: > > On Mon, Dec 12, 2022 at 10:51 AM Yanhong Wang > > wrote: > >> > >> Add StarFive JH7110 SoC to support RISC-V arch. > >> > >> Signed-off-by: Yanhong Wang > >> --- > >>

Pull request: u-boot-rockchip/for-next

2022-12-26 Thread Kever Yang
Hi Tom, Please pull the updates for rockchip platform for next: - Add support for rv1126 soc and rv1126 neu2 io board; - Add support for rk3399 pine64 pinephone pro board; - dts sync from linux for rk3399 and px30; Travis: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/jobs/546342

Re: [ANN] U-Boot v2023.01-rc4 released

2022-12-26 Thread Jagan Teki
On Mon, 26 Dec 2022 at 16:14, Kever Yang wrote: > > Hi Jagan, > > I have fix all the CFG/CONFIG_ related change, so no need to rebase > from your side. > > But I still get build error, seems because bl31 support on imx8 > platform? > >

Re: [ANN] U-Boot v2023.01-rc4 released

2022-12-26 Thread Kever Yang
Hi Jagan,     I have fix all the CFG/CONFIG_ related change, so no need to rebase from your side.     But I still get build error, seems because bl31 support on imx8 platform? https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/jobs/546342 Tom, could you help to have a check?