Re: [PATCH 2/4] powerpc: mpc83xx: Allow including initreg.h into multiple files

2024-12-19 Thread Sinan Akman
On 2024-12-19 07:55, J. Neuschäfer wrote: On Wed, Dec 18, 2024 at 02:18:48PM -0500, Sinan Akman wrote: Hi On 2024-12-15 10:18, J. Neuschäfer via B4 Relay wrote: From: "J. Neuschäfer" Globals defined in headers can result in multiple-definition errors while linking, if they are visi

Re: [PATCH 4/4] gpio: mpc8xxx: Preserve pre-init state of outputs

2024-12-19 Thread Sinan Akman
On 2024-12-19 08:06, J. Neuschäfer wrote: On Wed, Dec 18, 2024 at 02:20:21PM -0500, Sinan Akman wrote: Hi On 2024-12-15 10:18, J. Neuschäfer via B4 Relay wrote: From: "J. Neuschäfer" The mpc8xxx_gpio driver contains a workaround for certain chips where the previously written state

Re: [PATCH 3/4] powerpc: mpc83xx: Use defined constant for SPCR[TBEN]

2024-12-18 Thread Sinan Akman
onf.spcr |= SPCR_TBEN_MASK; } /* Reviewed-by: Sinan Akman

Re: [PATCH 2/4] powerpc: mpc83xx: Allow including initreg.h into multiple files

2024-12-18 Thread Sinan Akman
Hi On 2024-12-15 10:18, J. Neuschäfer via B4 Relay wrote: From: "J. Neuschäfer" Globals defined in headers can result in multiple-definition errors while linking, if they are visible beyond the current translation unit. Is this happening anywhere ? It seems you introduced this in your other p

Re: [PATCH 1/4] powerpc: mpc83xx: Fix timer value calculation

2024-12-18 Thread Sinan Akman
uct udevice *dev) Reviewed-by: Sinan Akman

Re: [PATCH 4/4] gpio: mpc8xxx: Preserve pre-init state of outputs

2024-12-18 Thread Sinan Akman
Hi On 2024-12-15 10:18, J. Neuschäfer via B4 Relay wrote: From: "J. Neuschäfer" The mpc8xxx_gpio driver contains a workaround for certain chips where the previously written state of outputs cannot be read back from the GPIO data (GPDAT) register (MPC8572/MPC8536). This workaround consists of tr

Re: [PATCH 2/6] board: freescale: p1_p2_rdb_pc: Add weak function p1_p2_rdb_pc_fix_fdt_model() for fixing DT model string

2024-06-17 Thread Sinan Akman
On 2024-06-17 8:16 a.m., Marek Mojík wrote: On 6/7/24 1:32 AM, Sinan Akman wrote: On 2024-06-06 12:33 p.m., Marek Mojík wrote: From: Pali Rohár This allows boards to fixup / overwrite DT model string when booting OS. Signed-off-by: Pali Rohár Signed-off-by: Marek Mojík ---   board

Re: [PATCH] MAINTAINERS: Change POWERPC MPC85XX maintainer to Marek Behún

2022-07-25 Thread Sinan Akman
  Hi Marek On 2022-07-25 11:06, Marek Behún wrote: After a discussion with Tom Rini, we've agreed that I am going to take over custodianship of the MPC85XX platform, since it seems other people do not have necessary interest or time and getting things done over there takes too long. Since I a

Re: Bug in p1_p2_rdb_pc? Caching-inhibited bit for initial L2 SRAM entry in TLB

2022-05-12 Thread Sinan Akman
m still away from my boards but in few weeks I will take a deeper look at this. I need to run some test to see and understand how this is all implemented.   Thanks for all the work you do for P2020.   Regards   Sinan Akman

Re: Error fsl_esdhc: Internal clock never stabilised.

2022-04-29 Thread Sinan Akman
e manuals and verify that the register that the code checks did not exist in P2020. In this case I believe you can simple exclude this check with #ifdef P2020 or something to this effect.   Thanks   Sinan Akman

Re: [PATCH 0/8] powerpc: mpc85xx: Fix and cleanup mpc85xx code

2022-04-05 Thread Sinan Akman
  Hi Pali On 2022-04-05 1:17 p.m., Pali Rohár wrote: On Tuesday 05 April 2022 13:03:15 Sinan Akman wrote:   Hi Pali On 2022-04-05 9:12 a.m., Pali Rohár wrote: [...]    Just a quick question here. Do you changes not apply to P2041 ? Hello! I looked at mpc85xx boards which have +0x1000 in

Re: [PATCH 0/8] powerpc: mpc85xx: Fix and cleanup mpc85xx code

2022-04-05 Thread Sinan Akman
/P2020RDB-PC_NAND_defconfig | 6 +- configs/P2020RDB-PC_SDCARD_defconfig | 4 +- configs/P2020RDB-PC_SPIFLASH_defconfig | 4 +-    Just a quick question here. Do you changes not apply to P2041 ?   Best regards   Sinan Akman configs/T1024RDB_NAND_defconfig

Re: [PATCH 3/4] board: freescale: p2041rdb: Add MAINTAINER

2021-06-09 Thread Sinan Akman
Hi Priyanka On 2021-06-08 4:07 a.m., Priyanka Jain wrote: Add "Priyanka Jain " as MAINTAINER for p2041rdb board. Signed-off-by: Priyanka Jain --- board/freescale/p2041rdb/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/p2041rdb/MAINTAINERS

Re: [PATCH 02/27] ppc: Drop MPC837XERDB_SLAVE for now

2021-05-14 Thread Sinan Akman
  Hi Tom On 2021-05-14 9:34 p.m., Tom Rini wrote: Drop the MPC837XERDB_SLAVE configuration. Cc: Sinan Akman Signed-off-by: Tom Rini    Acked-by: Sinan Akman    Thanks    -- sinan --- configs/MPC837XERDB_SLAVE_defconfig | 140 1 file changed, 140

Re: [PATCH] mpc8379erdb: Convert to DM_MMC

2020-04-03 Thread Sinan Akman
  Hi Jehoon On 2020-04-03 7:59 p.m., Jaehoon Chung wrote: HI, On 4/4/20 6:36 AM, si...@writeme.com wrote: From: Sinan Akman I'm not sure but its subject is strange. It's not only the converting to DM_MMC. you're adding mpc8397.dtb device-tree. I think you don't add

Re: [U-Boot] Orphan Freescale PowerPC boards

2017-05-17 Thread Sinan Akman
c83xx, and other orphan boards. In 2015, Sinan Akman offered to maintain mpc83xx. The discussion didn't yield any result. I'll see what mpc83xx boards I still have access to. I can then offer to run some tests regularly if some of those boards stay maintained. Re

Re: [U-Boot] PPC440 SDRAM Chip Select

2017-05-16 Thread Sinan Akman
rectly with your BDI questions if you prefer. Hope this helps Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] powerpc: p1_p2_rdb_pc: rename to P2020RDB_PC

2015-12-23 Thread Sinan Akman
p1_p2_rdb_pc unmodified. I thought this way you could continue developing the support for older boards without changing anything in the current version so the potential risk would be lower. Just my two cents ;) Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] who is official MAINTAINER for MPC83xx?

2015-12-17 Thread Sinan Akman
Hi Stefan Stefan Roese wrote: On 17.12.2015 19:07, Sinan Akman wrote: Hi Robert On 17/12/15 03:21 AM, Robert P. J. Day wrote: i CCed alleged MPC83xx maintainer kim.phill...@freescale.com yesterday on my patch, but that CC bounced with "unknown user" error, is the

Re: [U-Boot] who is official MAINTAINER for MPC83xx?

2015-12-17 Thread Sinan Akman
IK at this time (Kim is no longer with FSL). I have a set of mpc83xx boards that I could test out new patches for. I am cc'ing to Stefan as we discussed something similar briefly sometimes ago. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lis

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-06 Thread Sinan Akman
patch. I only expressed my opinion on your view for u-boot's assumption on supporting two ports. Please don't take it personal. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-06 Thread Sinan Akman
h SATA and PCIe would not be significant. It is just that the current implementation has this limitation and there is already some timeline for removing these limitations. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http:

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-01 Thread Sinan Akman
| 17 + include/configs/ls2080aqds.h | 18 + include/configs/ls2080ardb.h | 18 + 6 files changed, 131 insertions(+) Thanks for the update. Reviewed-by: Sinan Akman Regards Sinan Akman

Re: [U-Boot] [PATCH v4] arm: Add sata support on Layerscape ARMv8 board

2015-12-01 Thread Sinan Akman
, then at the board level if SATA is not enabled we don't use it, if it is enabled we use it and use the same register values across all boards with this SoC. That's all. Regards Sinan Akman The features to enable file system and commands can stay in board file as well. York

Re: [U-Boot] [PATCH v4] arm: Add sata support on Layerscape ARMv8 board

2015-12-01 Thread Sinan Akman
Hi Yuan On 01/12/15 03:36 AM, Yuantian Tang wrote: Hi Sinan Akman, Please see my explanation inline. -Original Message- From: Sinan Akman [mailto:si...@writeme.com] Sent: Tuesday, December 01, 2015 3:24 PM To: Tang Yuantian-B29983 ; Sun York-R58495 Cc: u-boot@lists.denx.de

Re: [U-Boot] [PATCH v4] arm: Add sata support on Layerscape ARMv8 board

2015-11-30 Thread Sinan Akman
Hi Yuan On 01/12/15 01:41 AM, Yuantian Tang wrote: Hi Sinan Akman, -Original Message- From: Sinan Akman [mailto:si...@writeme.com] Sent: Tuesday, December 01, 2015 2:29 PM To: Tang Yuantian-B29983 ; Sun York-R58495 Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH v4] arm: Add

Re: [U-Boot] [PATCH v4] arm: Add sata support on Layerscape ARMv8 board

2015-11-30 Thread Sinan Akman
Hi Yuan On 01/12/15 01:16 AM, Yuantian Tang wrote: Hi Sinan Akman, Please see my explanation inline. -Original Message- From: Sinan Akman [mailto:si...@writeme.com] Sent: Tuesday, December 01, 2015 1:28 AM To: Tang Yuantian-B29983 ; Sun York-R58495 Cc: u-boot@lists.denx.de

Re: [U-Boot] [PATCH v4] arm: Add sata support on Layerscape ARMv8 board

2015-11-30 Thread Sinan Akman
YS_SCSI_MAX_LUN1 +#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ + CONFIG_SYS_SCSI_MAX_LUN) + /* * IFC Definitions */ Also, isn't there SATA support in ls1043ardb ? Regards Sinan Akman ___

Re: [U-Boot] [PATCH 5/5] move the erratum_a008336_a008514 from general ddr file to soc file

2015-11-26 Thread Sinan Akman
ter naming. Regards Sinan Akman @@ -14,6 +14,41 @@ DECLARE_GLOBAL_DATA_PTR; #if defined(CONFIG_LS2080A) || defined(CONFIG_LS2085A) +/* + * This erratum requires setting a value to eddrtqcr1 to + * optimal the DDR performance. + */ +static void erratum_a008336(void) +{ + u32

Re: [U-Boot] [PATCH 5/6] LS102XA:workaround:disable priorities within DDR

2015-11-24 Thread Sinan Akman
nce parameters for DDR Controller. +* The bit 25 is used for disable priorities within DDR. +* This is a workaround because of the DDR are connected backwards +* on Rev2.0. Would this cause any problem with Rev1.0 ? If it does, should we check the revision here. Regards

Re: [U-Boot] MPC83xx maintainership

2015-10-28 Thread Sinan Akman
them) if this helps us to maintain MPC83xx further. BTW, I think you bcc'ed to Kim so he won't receive this message. Thanks Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] configs: ls1021atwr: Enable ID EEPROM for SD boot

2015-10-19 Thread Sinan Akman
Hi Yuan On 19/10/15 05:21 AM, Yao Yuan wrote: Hi Sinan Akman, Yes, I mean the Rev 1.0 silicon. Sorry, I can't guarantee that there aren't any boards with Rev1.0 silicon are in user's hands. Because we have also delivery very little board with Rev1.0 silicon to customer o

Re: [U-Boot] [PATCH] configs: ls1021atwr: Enable ID EEPROM for SD boot

2015-10-15 Thread Sinan Akman
ort rev1.0 because no one will or possibly to use rev1.0. Just to make this clear, the boards we bought all show : CPU: Freescale LayerScape LS1021E, Version: 1.0, (0x87081110) When you mention "rev1.0 haven't delivery to the customer" are you not referring to Rev 1.0 silicon ?

Re: [U-Boot] mx6qp sabreauto hangs after saveenv/reset

2015-10-08 Thread Sinan Akman
motive temperature grade (-40C to 125C) at 38C Reset cause: POR Board: MX6Q-Sabreauto revA I2C: ready DRAM: 2 GiB PMIC: PFUZE100 ID=0x10 Flash: 32 MiB NAND: (hangs here) Any ideas? Now, is this before or after our recent reset revert ? Regards Sinan

Re: [U-Boot] mx6qp sabreauto hangs after saveenv/reset

2015-10-08 Thread Sinan Akman
Hi Fabio On 08/10/15 04:29 PM, Fabio Estevam wrote: Hi Sinan, On Thu, Oct 8, 2015 at 5:25 PM, Sinan Akman wrote: Now, is this before or after our recent reset revert ? We ended up not doing the reset revert. I sent a patch adding a specific ls102x reset instead, but this one has not

Re: [U-Boot] [PATCH] ls102xa: Fix reset hang

2015-10-02 Thread Sinan Akman
On 02/10/15 10:34 AM, Fabio Estevam wrote: On Fri, Oct 2, 2015 at 11:21 AM, Sinan Akman wrote: Tested-by: Sinan Akman Thanks a lot for your help, Sinan! You are very welcome Fabio. Let's take a cleaner look at this for 2016.01 to consider all the mixed endian type perip

Re: [U-Boot] [PATCH] ls102xa: Fix reset hang

2015-10-02 Thread Sinan Akman
an accessors? This cannot be right? I don't know if you've seen my earlier e-mail on this but I was suggesting to bring watchdog to DM and then consider endian type from dts to implement it properly. Would this not ultimately be the right solution ? Regards Sinan Akman Best r

Re: [U-Boot] [PATCH] ls102xa: Fix reset hang

2015-10-02 Thread Sinan Akman
et hang, introduce a reset_cpu() implementation that is specific for ls102x, which accesses the watchdog WCR register in big-endian format. All that is required to reset LS102x is to clear the SRS bit. Reported-by: Sinan Akman Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/ls102xa/cpu.c | 21 +

Re: [U-Boot] [PATCH] Revert "imx: wdog: correct wcr register settings"

2015-10-02 Thread Sinan Akman
time out value so this should be irrelevant. All we need is to clear the SRS bit, no need to set WCR_WDE and no / service sequence. I tested this earlier I know it works. So a correct patch for reset_cpu() for LS102x could be a single line SRS bit clear via _be32 which is all what we are intend

Re: [U-Boot] [PATCH] Revert "imx: wdog: correct wcr register settings"

2015-10-01 Thread Sinan Akman
e on with this revert if you all agree with this. Fabio, I will send you the test-by to your commit but we will have to clean up this mini mess soon after :) Thanks Sinan Akman The kernel driver also does the full write to the WCR register(like we used to have prior to 623d96e89aca6) ht

Re: [U-Boot] [PATCH] Revert "imx: wdog: correct wcr register settings"

2015-10-01 Thread Sinan Akman
On 01/10/15 03:45 PM, Fabio Estevam wrote: Hi Sinan, On Thu, Oct 1, 2015 at 4:39 PM, Sinan Akman wrote: Hi Fabio, I just wanted to point out that with this revert we don't only break imx again We are not breaking imx by doing the revert. The reset still works. 623d96e89aca64c2 app

Re: [U-Boot] ls1021atwr reset issue (was [ANN] U-Boot v2015.10-rc4 released)

2015-10-01 Thread Sinan Akman
On 01/10/15 03:38 PM, Fabio Estevam wrote: On Thu, Oct 1, 2015 at 4:33 PM, Sinan Akman wrote: Otavio, please note that the watchdog changes that are committed that we are referring to broke ls102x. So if you revert those as you suggest here you would have ls102x working again but it

Re: [U-Boot] [PATCH] Revert "imx: wdog: correct wcr register settings"

2015-10-01 Thread Sinan Akman
nlike i.MX, LS1021 uses big-endian ordering for the watchdog controller, which means we cannot use the little endian accessors. Reported-by: Sinan Akman Signed-off-by: Fabio Estevam --- drivers/watchdog/imx_watchdog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/driver

Re: [U-Boot] ls1021atwr reset issue (was [ANN] U-Boot v2015.10-rc4 released)

2015-10-01 Thread Sinan Akman
On 01/10/15 03:17 PM, Otavio Salvador wrote: On Thu, Oct 1, 2015 at 4:14 PM, Tom Rini wrote: On Thu, Oct 01, 2015 at 04:09:46PM -0300, Fabio Estevam wrote: On Thu, Oct 1, 2015 at 12:19 PM, Sinan Akman wrote: I took a further look at this. I believe this won't work as readw wil

Re: [U-Boot] ls1021atwr reset issue (was [ANN] U-Boot v2015.10-rc4 released)

2015-10-01 Thread Sinan Akman
On 01/10/15 03:14 PM, Tom Rini wrote: On Thu, Oct 01, 2015 at 04:09:46PM -0300, Fabio Estevam wrote: On Thu, Oct 1, 2015 at 12:19 PM, Sinan Akman wrote: I took a further look at this. I believe this won't work as readw will now return the data in the wrong endianness. I think Wol

Re: [U-Boot] ls1021atwr reset issue (was [ANN] U-Boot v2015.10-rc4 released)

2015-10-01 Thread Sinan Akman
ration of wdog_rst, this will reset immediately with 0x00 default WT value. - or program the timeout and enable WDE so the board resets after a longer timeout value if desired Does this make sense to everyone ? Regards Sinan Akman ___ U-Boot maili

Re: [U-Boot] [ANN] U-Boot v2015.10-rc4 released

2015-09-30 Thread Sinan Akman
Fabio Estevam wrote: On Wed, Sep 30, 2015 at 3:56 PM, Fabio Estevam wrote: On Wed, Sep 30, 2015 at 3:33 PM, Sinan Akman wrote: Nope, AFAICS it doesn't make any difference. Ok, the issue is due to endianness: on LS1021 the watchdog is big-endian, so that's why we can't use

Re: [U-Boot] [ANN] U-Boot v2015.10-rc4 released

2015-09-30 Thread Sinan Akman
; - clrsetbits_le16(&wdog->wcr, 0, WCR_WDE); + setbits_le16(&wdog->wcr, WCR_WDE); writew(0x, &wdog->wsr); writew(0x, &wdog->wsr); /* load minimum 1/2 second timeout */ Nope, AFAICS it doesn't make any dif

Re: [U-Boot] [ANN] U-Boot v2015.10-rc4 released

2015-09-30 Thread Sinan Akman
On 30/09/15 01:22 PM, Sinan Akman wrote: Hi York The board maintainer will take a look. Unfortunately she is on holiday vacation. Let me try to find someone else familiar with this board. No worries, I will also bisect and see what's going on. Just wanted to make sure I don&#

Re: [U-Boot] [ANN] U-Boot v2015.10-rc4 released

2015-09-30 Thread Sinan Akman
care. I'll take a look at in the coming days. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [ANN] U-Boot v2015.10-rc4 released

2015-09-30 Thread Sinan Akman
C) 4.8.1 GNU ld (GNU Binutils) 2.23.2 => reset resetting ... Is anyone else seeing this ? Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCHv2] arm: socfpga: Add support for the Terasic DE-0 Atlas board

2015-09-02 Thread Sinan Akman
Marek Vasut wrote: On Wednesday, September 02, 2015 at 08:59:57 PM, Marek Vasut wrote: On Wednesday, September 02, 2015 at 08:57:52 PM, Sinan Akman wrote: On 02/09/15 10:18 AM, Dinh Nguyen wrote: On 9/2/15 3:18 AM, Marek Vasut wrote: On Wednesday, September 02, 2015 at 12:41:52 AM, dingu

Re: [U-Boot] [PATCHv2] arm: socfpga: Add support for the Terasic DE-0 Atlas board

2015-09-02 Thread Sinan Akman
c: no boot mode left to try ### ERROR ### Please RESET the board ### Not sure what I have missed. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/3] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-08-14 Thread Sinan Akman
to address: 157_020Ch. +*/ + out_be32(&scfg->eddrtqcfg, 0x63b20002); Same here. + + /* * Enable snoop requests and DVM message requests for * Slave insterface S4 (A7 core cluster) */ Regards Sinan Akman __

Re: [U-Boot] [PATCH 2/3] LS102XA:workaround:disable priorities within DDR

2015-08-14 Thread Sinan Akman
* Enable snoop requests and DVM message requests for * Slave insterface S4 (A7 core cluster) */ Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-boot on MPC8641D based board

2015-03-20 Thread Sinan Akman
ry with the most recent mainline u-boot and we might be able to help you debug the issue a bit better. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-boot on MPC8641D based board

2015-03-19 Thread Sinan Akman
, document the steps and provide some more info on your target hw. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] mpc83xx: preempt premature board support removal by setting GENERIC_BOARD

2015-03-17 Thread Sinan Akman
d I will be taking up on two boards now and I can help out with some others (particularly for quick tests etc.) if this proves to be helpful. Hope this helps everyone. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 7/7] powerpc: mpc83xx: remove non-generic freescale boards

2015-03-17 Thread Sinan Akman
I'll sure pay more attention. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 0/7] powerpc: drop some non-generic boards

2015-03-16 Thread Sinan Akman
mpc8308rdb. I can take the maintainership as the current maintainers haven't responded for some time. Please see my other e-mail. Thanks Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] mpc837xerdb: "fix Calling __hwconfig without a buffer" warning

2015-03-02 Thread Sinan Akman
Hi Tom On 02/03/2015 03:24 PM, Sinan Akman wrote: Tom Rini wrote: On 02/03/2015 02:31 PM, Sinan Akman wrote: Hi Tom As per our discussion with Kim at IRC, could you please pick this for rc2 : http://u-boot.10912.n7.nabble.com/PATCH-mpc837xerdb-fix-Calling-hwconfig-without-a-buffer

Re: [U-Boot] [ANN] U-Boot v2015.01-rc2 released

2015-02-17 Thread Sinan Akman
mpc8308rdb and will provide generic board support. I'll also take over the maintainership of those boards if there is no response from current maintainers by then. Please give me a week or so to have all set up. Thanks Sinan Akman ___ U-Bo

Re: [U-Boot] [PATCH] mpc837xerdb: "fix Calling __hwconfig without a buffer" warning

2015-02-03 Thread Sinan Akman
Tom Rini wrote: On 02/03/2015 02:31 PM, Sinan Akman wrote: Hi Tom As per our discussion with Kim at IRC, could you please pick this for rc2 : http://u-boot.10912.n7.nabble.com/PATCH-mpc837xerdb-fix-Calling-hwconfig-without-a-buffer-warning-tp202599.html OK, I've assigned to myse

Re: [U-Boot] [ANN] U-Boot v2015.04-rc1 released

2015-02-02 Thread Sinan Akman
g Kim each time or if those mpc83xx board related patches could go through your tree after sitting for comments in the m-l sometime. This would make things a bit faster/simpler. Kim is cc'ed, perhaps he can chime in as well. Thanks Sinan Akman The merge window is now closed. I'

[U-Boot] mpc8308rdb generic board support

2015-02-01 Thread Sinan Akman
If you still access to this board you can perhaps quickly enable the generic board support and once my board arrives I can help to keep an eye on the board further. Thanks Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.de

[U-Boot] removing bit reversing for SCFG in immap_ls102xa.h

2015-01-22 Thread Sinan Akman
t since we are accessing SCFG registers directly in the board specific files ? Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] mpc837xerdb: "fix Calling __hwconfig without a buffer" warning

2015-01-20 Thread Sinan Akman
Signed-off-by: Sinan Akman --- board/freescale/mpc837xerdb/mpc837xerdb.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/board/freescale/mpc837xerdb/mpc837xerdb.c b/board/freescale/mpc837xerdb/mpc837xerdb.c index e0a1031..565f815 100644 --- a/board/freescale

[U-Boot] [PATCH] MAINTAINERS: add me as the maintainer of mpc837xerdb

2015-01-17 Thread Sinan Akman
Signed-off-by: Sinan Akman Cc: Tom Rini --- board/freescale/mpc837xerdb/MAINTAINERS |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/mpc837xerdb/MAINTAINERS b/board/freescale/mpc837xerdb/MAINTAINERS index 8592a2c..81b4eed 100644 --- a/board/freescale

Re: [U-Boot] [U-Boot, v2] boards.cfg: move many unmaintained boards to Orphan

2015-01-16 Thread Sinan Akman
Hi Tom On 06/24/2014 01:34 PM, Tom Rini wrote: On Tue, Jun 24, 2014 at 01:13:06AM -0400, Sinan Akman wrote: Hi Masahiro Masahiro Yamada wrote: Hi Sinan, [...] +Orphan powerpc mpc83xx- freescale mpc837xerdb MPC837XERDB I have this board and I

[U-Boot] [PATCH] Use generic board architecture for MPC837xERDB

2015-01-16 Thread Sinan Akman
Signed-off-by: Sinan Akman Cc: kim.phill...@freescale.com --- include/configs/MPC837XERDB.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index 8ed0f7c..88d5be0 100644 --- a/include/configs/MPC837XERDB.h

Re: [U-Boot] [U-Boot, v2] boards.cfg: move many unmaintained boards to Orphan

2014-06-23 Thread Sinan Akman
board? Sure I'd be bappy if I could. I don't know what it takes exactly and not sure if I would qualify. If I don't, I can also help perhaps to another e300 maintainer to extend his/her maintainership to this board. Either way, I'd be happy to help.

Re: [U-Boot] [PATCH v2] boards.cfg: move many unmaintained boards to Orphan

2014-06-14 Thread Sinan Akman
27;ll continue to be maintained. I just tested the ToT and it seems other than some minor warnings and request to use generic-board it is not in a bad shape. I can continue testing at each release and after there are related patches. Would that help to have this board to be unorphaned ? Thanks

Re: [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-06-28 Thread Sinan Akman
On 06/29/2013 12:11 AM, Timur Tabi wrote: On Fri, Jun 28, 2013 at 4:47 PM, Andy Fleming wrote: Well, he hasn't been at Freescale for years, now, so that's not surprising. It's not entirely clear to me whether that board is one we actively support, but I suspect we can get away with maintenance

Re: [U-Boot] [PATCH] powerpc/85xx: Add P1023RDB board support

2013-04-16 Thread Sinan Akman
above. Regards Sinan Akman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] BDI3000 - Unprotect flash sectors

2013-01-11 Thread Sinan Akman
On 01/11/2013 02:41 AM, Waibel Georg wrote: Hello, i'm not sure if this is the right place for this question...however, here it is: i'm using a BDI3000 to program uboot to the flash (Spansion S29GL512P) on a MPC5200B base board. Erasing / Programming works fine as long as the flash sectors ar

Re: [U-Boot] fsl mx28evk spi nor probe problem

2012-11-22 Thread Sinan Akman
On 11/22/2012 08:33 PM, Fabio Estevam wrote: Hi Sinan, On Thu, Nov 22, 2012 at 7:43 PM, Sinan Akman wrote: Hi Fabio I just tried spi nor on fsl m28evk and see : MX28EVK U-Boot > sf probe SF: Unsupported manufacturer ff Failed to initialize SPI flash at 2:0 This is wit

[U-Boot] fsl mx28evk spi nor probe problem

2012-11-22 Thread Sinan Akman
Hi Fabio I just tried spi nor on fsl m28evk and see : MX28EVK U-Boot > sf probe SF: Unsupported manufacturer ff Failed to initialize SPI flash at 2:0 This is with U-Boot 2012.10 and I included #define CONFIG_SPI_FLASH_WINBOND in mx28evk.h. I thought that used to work. I am not s

Re: [U-Boot] [PATCH 1/3] Add nitrogen6x board

2012-10-04 Thread Sinan Akman
On 10/04/2012 03:49 PM, Eric Nelson wrote: [..] + +static void setup_iomux_enet(void) +{ + gpio_direction_output(IMX_GPIO_NR(3, 23), 0); + gpio_direction_output(IMX_GPIO_NR(6, 30), 1); + gpio_direction_output(IMX_GPIO_NR(6, 25), 1); + gpio_direction_output(IMX_GPIO_NR(6, 2

Re: [U-Boot] [PATCH 1/3] Add nitrogen6x board

2012-10-04 Thread Sinan Akman
On 10/04/2012 05:42 PM, Sinan Akman wrote: On 10/04/2012 03:49 PM, Eric Nelson wrote: [..] +gpio_direction_output(IMX_GPIO_NR(6, 24), 1); + +/* Need delay 10ms according to KSZ9021 spec */ +udelay(1000 * 10); +gpio_set_value(IMX_GPIO_NR(3, 23), 1); Don't you n

Re: [U-Boot] Resets on mx6qsabrelite

2012-09-24 Thread Sinan Akman
Hi Marek On 09/24/2012 11:03 PM, Marek Vasut wrote: That's because these ancient (and crap ... everything between 4.2 and 4.6 was quite crap on arm) toolchains don't generate unaligned string starts in .rodata . New toolchains do, yet I have no idea how to fix it ... probably Albert might kno

Re: [U-Boot] Resets on mx6qsabrelite

2012-09-24 Thread Sinan Akman
On 09/24/2012 08:42 PM, Eric Nelson wrote: On 09/24/2012 05:22 PM, Tom Rini wrote: On Mon, Sep 24, 2012 at 09:03:27PM -0300, Fabio Estevam wrote: On Wed, Sep 19, 2012 at 5:20 PM, Tom Rini wrote: I lmgtfy.com'd Marek, but for everyone, http://lists.denx.de/pipermail/u-boot/2012-July/127260.ht

Re: [U-Boot] Problem with board bring up with 8308 processor.

2011-05-08 Thread Sinan Akman
Sharath Kurudi wrote: > HI, > I am new to U boot. I am trying to port a custom board with 8308 > processor, Uboot code is stored on a NOR flash. I am able to program the NOR > flash. I am using a BDI programmer to program the UBOOT. Can you send all what you see in the BDI telnet command li

Re: [U-Boot] Understanding a BDI U-boot issue

2011-03-11 Thread Sinan Akman
Charles Krinke wrote: > I have inherited a MPC8323ERDB project and when I connect my BDI to it, I > get to this point when the target is turned on. > > CPU: e300c2, MPC8323E, Rev: 1.1 at 333.333 MHz, CSB: 133.333 MHz > Econolite Control Products ASC/4I2C: ready > DRAM: 64 MB > FLASH: 16 MB

Re: [U-Boot] MPC8536 - U-Boot - Serial Port baudrate

2011-02-03 Thread Sinan Akman
Fischer, Sven wrote: > Hi, > > I'm trying to get the NAND-Boot working. Are you doing this MPC8536RDK (aka csb1880) or for your custom design (or referring to current implementation in MPC8536DS) ? -- sinan ___ U-Boot mailing list U-Boot@lists