Re: [PATCH] ARM: Rockchip: Add DEBUG_LL based on mach-socfpga

2015-02-12 Thread Панов Андрей
12.02.2015, 22:34, "Uwe Kleine-König" : > Hello, > > > Better make use of DEBUG_UART_PHYS and DEBUG_UART_BASE. > And there is already DEBUG_RK29_UART[123] and DEBUG_RK3X_UART[0123] and > DEBUG_RK32_UART2. Doesn't one of those fit your needs? > Which branch contains it? I've checked master and ne

Re: [PATCH] ARM: Rockchip: Add DEBUG_LL based on mach-socfpga

2015-02-12 Thread Панов Андрей
12.02.2015, 22:51, "Uwe Kleine-König" : > Hello, > > On Thu, Feb 12, 2015 at 10:45:19PM +0300, Панов Андрей wrote: >>  12.02.2015, 22:34, "Uwe Kleine-König" : >>>  Better make use of DEBUG_UART_PHYS and DEBUG_UART_BASE. >>>  And there is alrea

Re: [PATCH] ARM: Rockchip: Add DEBUG_LL based on mach-socfpga

2015-02-12 Thread Панов Андрей
12.02.2015, 22:57, "Uwe Kleine-König" : > Hello, > > On Thu, Feb 12, 2015 at 08:51:44PM +0100, Uwe Kleine-König wrote: >>  On Thu, Feb 12, 2015 at 10:45:19PM +0300, Панов Андрей wrote: >>>  12.02.2015, 22:34, "Uwe Kleine-König" : >>>>

[RFC] [GIT] Update support for RK3188 (Radxa Rock board).

2015-03-01 Thread Панов Андрей
Hello! Here is a big changeset for RK3188 arch and Radxa Rock board. It brings support for updated DTS and booting from SD card as first-stage loader. DRAM setting blob from RK is required to boot (but this is unrelated to barebox). It lacks some unknown (for me) and requred initializations, so

Re: Rockchip RK3188

2015-03-04 Thread Панов Андрей
Hello! 04.03.2015, 13:26, "Erwin Rol" : > Hey all, > > I saw some mails and patches passing by for the Rockchip RK3188. Since I > am just starting a project with a RK3188 I was wondering if there are > ppl that have more info than the pathetic databook from Rochchip. All known documents are on ht

Barebox drops into shell immediately, without waiting for key (next branch)

2015-03-04 Thread Панов Андрей
Hello! I've discovered that on recent next commit "acc69bdddc50262b8f91034c248279d8dc734284 defaultenv-2: init: don't call timeout again if the user intervened" caused barebox to enter shell without asking for pressing a key. On Radxa Rock board. It's just me? -- Андрей __

Re: [PATCH v2 00/18] Update support for RK3188, Radxa Rock board

2015-03-05 Thread Панов Андрей
05.03.2015, 11:44, "Sascha Hauer" : > On Wed, Mar 04, 2015 at 11:11:28PM +0300, Andrey Panov wrote: >>  This series will update support for Radxa Rock board, allowing it >>  to boot from SD card with Barebox as first-stage loader. >> >>  Based on next branch. >> >>  v2: Rebased on more recent sou

Re: Barebox drops into shell immediately, without waiting for key (next branch)

2015-03-05 Thread Панов Андрей
05.03.2015, 13:03, "Sascha Hauer" : > On Wed, Mar 04, 2015 at 11:18:12PM +0300, Панов Андрей wrote: >>  Hello! >> >>  I've discovered that on recent next commit >>  "acc69bdddc50262b8f91034c248279d8dc734284 defaultenv-2: init: don't call

Re: [PATCH] ARM: Rockchip: Update defconfig

2015-03-06 Thread Панов Андрей
06.03.2015, 09:40, "Sascha Hauer" : > On Thu, Mar 05, 2015 at 09:45:19PM +0300, Andrey Panov wrote: >>  Signed-off-by: Andrey Panov >>  --- >>   arch/arm/configs/rockchip_defconfig | 91 >> ++--- >>   1 file changed, 65 insertions(+), 26 deletions(-) >> >>  diff -

Re: Linking issue with ld.bfd 2.28.0.20170307

2017-04-19 Thread Панов Андрей
Hi! U-boot has fix for this issue: http://git.denx.de/?p=u-boot.git;a=commit;h=e391b1e64b0bd65709a28a4764afe4f32d408243 With attached patch I was able to build barebox with new ld. Tested on imx6 arch only. 19.04.2017, 13:31, "Sascha Hauer" : > Hi Holger, > > On Mon, Apr 17, 2017 at 07:35:19AM

Re: rk3188 (radxa rock pro) boot failure w/ barebox 2018-04 and later

2018-09-14 Thread Панов Андрей
Hi! Attached patch fixed the problem. in arch/arm/cpu/uncompress.c global_variable_offset() was called before relocation. And we have TEXT_BASE = 0 (since CONFIG_*_RELOCATABLE is set and it is not configurable) Arch memory starts at 0x6000 and image linked at 0x0, so global_variable_offs

Re: [PATCH] ARM: Multi PBL: Fix image calculation for certain toolchains

2018-09-17 Thread Панов Андрей
Hi! Thanks, with this patch barebox boots on rk3188. I've tested with two cards, on one environment can be saved, on other this is not always work. And newer kernels (above circa 4.10) will not boot with barebox because of clk driver change in Linux kernel. Looks like It wants DRAM clock change

Re: [PATCH] ARM: i.MX6Q: Add support for Embedsky E9 board.

2014-07-11 Thread Панов Андрей
OK, so, I now know how to make a defconfig. I'll resend a v2. 12.07.2014, 00:22, "Antony Pavlov" : > On Fri, 11 Jul 2014 23:52:24 +0400 > rockf...@yandex.ru wrote: > > Your arch/arm/configs/embedsky-e9_defconfig file is just .config with > stripped ^# lines. > > Please use 'make savedefconfig' fo