[U-Boot] [PATCH] fix out of tree building

2008-08-25 Thread Kim Phillips
Signed-off-by: Kim Phillips [EMAIL PROTECTED] --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 8c90dab..c30ef57 100644 --- a/Makefile +++ b/Makefile @@ -2065,7 +2065,7 @@ MPC8313ERDB_NAND_66_config: unconfig fi

Re: [U-Boot] [RFC] [PATCH 0/3] MPC8349EMDS: Using mpc83xx generic pci infrastructure for PCI Agent mode

2008-08-25 Thread Kim Phillips
On Fri, 22 Aug 2008 11:00:12 -0700 Ira W. Snyder [EMAIL PROTECTED] wrote: Hello u-boot-users, This is my attempt at adding CONFIG_PCISLAVE support to the MPC8349EMDS board. I noticed that there was some shared infrastructure for the PCI controller in the 83xx-series CPU's, so I removed all

Re: [U-Boot] [PATCH] MPC83XX: Fix GPIO configuration

2008-08-25 Thread Kim Phillips
On Fri, 22 Aug 2008 23:52:50 -0700 Nick Spence [EMAIL PROTECTED] wrote: Set DAT value before DIR values to avoid creating glitches on the GPIO signals. --- I need a sign off before I can apply this. Kim ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices

2008-08-25 Thread Kim Phillips
On Fri, 22 Aug 2008 23:52:40 -0700 Nick Spence [EMAIL PROTECTED] wrote: This patch adds elements to the 83xx sysconf structure and #define values that are used by mpc83xx family devices. Signed-off-by: Nick Spence [EMAIL PROTECTED] --- applied. Thanks, Kim

Re: [U-Boot] [PATCH] mpc83xx: set gpio level before direction

2008-08-29 Thread Kim Phillips
On Fri, 29 Aug 2008 20:37:25 +0200 Peter Korsgaard [EMAIL PROTECTED] wrote: Set gpio level register before direction register to inhibit glitches on high level output pins. Dir and data gets cleared at powerup, so high level output lines see a short low pulse between setting the direction

Re: [U-Boot] [PATCH] mpc83xx: spd_sdram: fix ddr sdram base address assignment bug

2008-09-22 Thread Kim Phillips
On Thu, 11 Sep 2008 21:35:36 +0400 Anton Vorontsov [EMAIL PROTECTED] wrote: The spd_dram code shifts the base address, then masks 20 bits, but forgets to shift the base address back. Fix this by just masking the base address correctly. Found this bug while trying to relocate a DDR memory at

[U-Boot] [PATCH] mpc83xx: add h/w flash protection to board configs (was Re: erase and saveenv stop working after using fw_setenv)

2008-09-23 Thread Kim Phillips
it into the upcoming 2008-10 release, if you want. ok, I'll leave non-fsl boards up to their maintainers though: From 6074f0f040f2870135af498c16141f6432fb92f9 Mon Sep 17 00:00:00 2001 From: Kim Phillips [EMAIL PROTECTED] Date: Tue, 23 Sep 2008 09:38:49 -0500 Subject: [PATCH] mpc83xx: add h/w

[U-Boot] [PATCH] mpc83xx: don't disable autoboot

2008-09-24 Thread Kim Phillips
bootdelay set to -1 'permanently' disables autobooting, even if bootcmd is specified. Change to a positive value to allow autobooting when a bootcmd is set. Reported-by: Coray Tate [EMAIL PROTECTED] Cc: Scott Wood [EMAIL PROTECTED] Signed-off-by: Kim Phillips [EMAIL PROTECTED] --- include

[U-Boot] Please pull u-boot-mpc83xx fixes for 2008-10 release

2008-09-24 Thread Kim Phillips
upon DTB fixup are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Anton Vorontsov (1): mpc83xx: spd_sdram: fix ddr sdram base address assignment bug Kim Phillips (2): mpc83xx: add h/w flash protection to board configs mpc83xx: don't disable

Re: [U-Boot] [PATCH 2/3] Automatic software update from TFTP server

2008-09-25 Thread Kim Phillips
On Thu, 25 Sep 2008 10:33:30 -0500 Andrew Dyer [EMAIL PROTECTED] wrote: On Thu, Sep 25, 2008 at 3:16 AM, Bartlomiej Sieka [EMAIL PROTECTED] wrote: More detailed description can be found in doc/README.au_tftp 'au' as a prefix seems awfully terse and cryptic to me (not to mention reminding

Re: [U-Boot] [PATCH] [83xx] Adds two more ethernet interface to 83xx

2008-09-25 Thread Kim Phillips
On Thu, 25 Sep 2008 08:53:24 -0400 richardretanubun [EMAIL PROTECTED] wrote: Added for convenience for other platforms that uses MPC8360 (has 8 UCC). 6 eth interface is chosen because the platform I am using combines UCC12 and UCC34 as gigEth and the other 4 UCC as 10/100 Eth. - Richard

Re: [U-Boot] [PATCH] [83xx] Adds two more ethernet interface to 83xx

2008-09-25 Thread Kim Phillips
On Thu, 25 Sep 2008 16:25:20 -0400 richardretanubun [EMAIL PROTECTED] wrote: Kim Phillips wrote: On Thu, 25 Sep 2008 08:53:24 -0400 richardretanubun [EMAIL PROTECTED] wrote: --- ..i.e, here. Understood, thanks for the clarification, will heed for future patches. excellent, thanks

Re: [U-Boot] [PATCH] Align end of bss by 4 bytes,

2008-10-06 Thread Kim Phillips
On Mon, 6 Oct 2008 21:12:58 +0530 Selvamuthukumar [EMAIL PROTECTED] wrote: bss initialization loop increments 4 bytes at a time. And the loop end is checked for an 'equal' condition. Make the bss end address aligned by 4, so that the loop will end as expected. --- I need a signed-off-by to

Re: [U-Boot] [PATCH 1/6] Make DDR interleaving mode work correctly

2008-10-08 Thread Kim Phillips
On Wed, 8 Oct 2008 00:39:38 -0500 Kumar Gala [EMAIL PROTECTED] wrote: On Oct 7, 2008, at 4:38 PM, Andy Fleming wrote: If Kim and Jon approve, I'll pull these 6 patches into my 85xx-next branch. The code doesn't impact 83xx and thus not sure why you need Kim's ack. ack on Kumar's

Re: [U-Boot] [PATCH] Remove unwanted ';' at end of define.

2008-10-08 Thread Kim Phillips
in compilation error when used as below. printf(CFG_SDRAM_CFG2 - %08x\n, CFG_SDRAM_CFG2); Signed-off-by: Selvamuthukumar [EMAIL PROTECTED] continuation of the theme based on git grep ^#define CFG_.*;$ include/ Signed-off-by: Kim Phillips [EMAIL PROTECTED] --- include/configs/EB+MCF-EV123.h |2

Re: [U-Boot] [PATCH] mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards

2008-10-13 Thread Kim Phillips
On Thu, 2 Oct 2008 19:17:33 +0400 Anton Vorontsov [EMAIL PROTECTED] wrote: The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB, standalone or acting as a PCI agent. User's Guide says: - When the CPLD recognizes its location on the PIB it automatically configures RCW

Re: [U-Boot] [PATCH] Wait till UPM completes the write to array.

2008-10-13 Thread Kim Phillips
On Thu, 9 Oct 2008 10:29:14 +0530 Selvamuthukumar [EMAIL PROTECTED] wrote: Reference manual states that MxMR[MAD] increment is the indication of write to UPM array is complete. Honour that. Also, make the dummy write explicit. Signed-off-by: Selvamuthukumar [EMAIL PROTECTED] --- Ignore

Re: [U-Boot] [PATCH] mpc83xx: mpc8360emds: rework LBC SDRAM setup

2008-10-13 Thread Kim Phillips
On Mon, 13 Oct 2008 14:40:02 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote: Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] --- board/freescale/mpc8360emds/mpc8360emds.c | 39 - include/configs/MPC8360EMDS.h | 25 -- 2 files

Re: [U-Boot] [PATCH] mpc83xx: mpc8360emds: rework LBC SDRAM setup

2008-10-13 Thread Kim Phillips
On Wed, 10 Sep 2008 18:12:37 +0400 Anton Vorontsov [EMAIL PROTECTED] wrote: Currently 64M of LBC SDRAM are mapped at 0xF000 which makes it difficult to use (b/c then the memory is discontinuous and there is quite big memory hole between the DDR/SDRAM regions). This patch reworks LBC

Re: [U-Boot] [PATCH v2] mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS

2008-10-14 Thread Kim Phillips
On Tue, 14 Oct 2008 22:58:53 +0400 Anton Vorontsov [EMAIL PROTECTED] wrote: With this patch u-boot can fixup the dr_mode and phy_type properties for the Dual-Role USB controller. While at it, also remove #ifdefs around includes, they are not needed. Signed-off-by: Anton Vorontsov [EMAIL

Re: [U-Boot] [83xx] [RFC] Widening the scope of u-boot/cpu/mpc83xx/cpu.c : upmconfig

2008-10-15 Thread Kim Phillips
On Wed, 15 Oct 2008 17:35:39 -0400 richardretanubun [EMAIL PROTECTED] wrote: Two questions: 1. Can the CONFIG_MPC834X limitation be relaxed? (I am using an MPC8360E), If so, what should it be? CONFIG_83XX? 2. Can the #else action be changed from a printf to a #error? Something like this,

Re: [U-Boot] [PATCH] [83xx] Removed #ifdef CONFIG_MPC834X dependency on upmconfig function

2008-10-16 Thread Kim Phillips
On Thu, 16 Oct 2008 13:49:42 -0400 richardretanubun [EMAIL PROTECTED] wrote: Hi Richard, Removed #ifdef CONFIG_MPC834X dependency on upmconfig function. please elaborate your commit messages to include /why/ this change is needed, not only what it does (in this particular case we can easily

Re: [U-Boot] [PATCH][RFC] Update U-Boot's build timestamp on every compile

2008-10-20 Thread Kim Phillips
On Fri, 17 Oct 2008 17:51:21 -0500 Peter Tyser [EMAIL PROTECTED] wrote: Use the GNU 'date' command to auto-generate a new U-Boot timestamp on every compile. Signed-off-by: Peter Tyser [EMAIL PROTECTED] --- I noticed that the build time of U-Boot was not updated on every compile which

Re: [U-Boot] Secure update of uboot devices?

2012-01-06 Thread Kim Phillips
On Fri, 30 Dec 2011 13:37:47 +0100 Wolfgang Denk w...@denx.de wrote: Dear Andreas, In message CAB+EkH4j-UoUyHb=XgDbGRncX=oq6+3+mnjwstiuojooyuc...@mail.gmail.com you wrote: sha1sum sum is yes enough to verify that no files have been modified on the file system on the already

Re: [U-Boot] expection for help with ethernet driver for DP83849

2012-01-09 Thread Kim Phillips
On Thu, 5 Jan 2012 22:38:50 +0800 utf-8-chars-deleted brightjm...@163.com wrote: Sorry to bother you. I find your email on the website 'lists.denx.de'. I am anxious about the ethernet driver for DP83849. I am looking for the ethernet driver for DP83849 on MPC8387XERDB motherboard.

Re: [U-Boot] [PATCH 1/4] powerpc/83xx/km: update SDRAM parameters for km8321 boards

2012-01-09 Thread Kim Phillips
marco.sch...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com cc: Kim Phillips kim.phill...@freescale.com cc: Valentin Longchamp valentin.longch...@keymile.com --- applied 1-4 out of 4 patches to mpc83xx. Thanks, Kim ___ U-Boot

Re: [U-Boot] [PATCH] mpc8313erdb: fix mtdparts address

2012-01-09 Thread Kim Phillips
On Wed, 4 Jan 2012 16:48:26 -0600 Scott Wood scottw...@freescale.com wrote: Fix a copy-and-paste error when adapting mpc8315erdb mtdparts to mpc8313erdb. mtdids was already using the proper address on mpc8313erdb. Signed-off-by: Scott Wood scottw...@freescale.com --- applied, thanks.

[U-Boot] [GIT PULL] Please pull u-boot-mpc83xx: new 8321 tuge1, GPIO support, fixes

2012-01-09 Thread Kim Phillips
Dear Wolfgang Denk, Please pull 8321-based tuge1 board support, GPIO support for the mpc8313erdb, and other fixes: The following changes since commit 9a4209869bd2c37affd931d627b3c3e72952: ARM: highbank: enable networking and pxe (2012-01-05 20:10:38 +0100) are available in the git

Re: [U-Boot] [PATCH v3 03/16] Add gpio_request() to asm-generic header

2012-01-09 Thread Kim Phillips
...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Signed-off-by: Kim Phillips kim.phill...@freescale.com Kim ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Add ext4 write support

2012-01-09 Thread Kim Phillips
On Mon, 9 Jan 2012 23:21:40 +0530 uma.shan...@samsung.com wrote: We are still keeping crc16.c file in fs/ext4 because the lib/crc16.c file ( Poly - x^16 + x^12 + x^5 + 1) is not compatible with Linux kernel crc implementation (Poly - x^16 + x^15 + x^2 + 1). I see that now - lib/crc16.c

Re: [U-Boot] [PATCH 1/2] powerpc/83xx/km: MV88e6122 errata fix for 1.9V

2013-05-21 Thread Kim Phillips
On Mon, 6 May 2013 15:02:39 +0200 Holger Brunck holger.bru...@keymile.com wrote: Errata Fix: 1.9V Output from Internal 1.8V Regulator, acc. MV-S300889-00D.pdf , clause 4.5 Signed-off-by: Holger Brunck holger.bru...@keymile.com --- patches 1-2 applied to mpc83xx/next. Thanks, Kim

Re: [U-Boot] [PATCH v2 01/16] km/common: remove unneeded ifdefs for I2C

2013-02-15 Thread Kim Phillips
On Mon, 21 Jan 2013 14:55:13 +0100 Holger Brunck holger.bru...@keymile.com wrote: All boards from this serie use i2c. There is no need to #ifdef the header. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- applied 16 out of 16 patches. Thanks, Kim

[U-Boot] [GIT PULL] u-boot-mpc83xx: keymile board updates

2013-02-15 Thread Kim Phillips
Hi Tom, Please pull the latest set of keymile 83xx board updates: The following changes since commit 9a82b10c6657c5744802971036bb564ebc660291: Merge branch 'master' of git://git.denx.de/u-boot (2013-02-15 17:46:50 -0600) are available in the git repository at:

Re: [U-Boot] [PATCH 1/4] Exynos: Add hardware accelerated SHA 256

2013-02-27 Thread Kim Phillips
On Wed, 27 Feb 2013 10:24:39 -0500 Akshay Saraswat aksha...@samsung.com wrote: SHA-256 and SHA-1 accelerated using ACE hardware. TEST=sha256 0x40008000 0x2B 0x40009000 Used mm and md to write a standard string to memory location 0x40008000 and ran the above command to verify the output.

Re: [U-Boot] [PATCH 4/4] Exynos: Flush memory region before starting SHA DMA operation

2013-02-27 Thread Kim Phillips
On Wed, 27 Feb 2013 10:24:42 -0500 Akshay Saraswat aksha...@samsung.com wrote: SHA256 commands weren't giving desired output since the data we set in the memory addresses through mw.l commands was not getting updated in actual memory. Adding this patch resolves the issue. why not use the

Re: [U-Boot] [PATCH 1/3 v2] Exynos: Add hardware accelerated SHA 256

2013-02-28 Thread Kim Phillips
On Thu, 28 Feb 2013 06:00:21 -0500 Akshay Saraswat aksha...@samsung.com wrote: --- Changes since v1: - Moved code to drivers/crypto. - Fixed few other nits. be more specific wrt changes between revisions. + if (buf_len == 0) { + /* ACE H/W cannot compute hash

Re: [U-Boot] [PATCH 1/4] Exynos: Add hardware accelerated SHA 256

2013-02-28 Thread Kim Phillips
On Thu, 28 Feb 2013 11:08:21 + Akshay Saraswat aksha...@samsung.com wrote: On Wed, 27 Feb 2013 10:24:39 -0500 Akshay Saraswat aksha...@samsung.com wrote: can you fix your mailer to not double space lines? +/* Maximum input data size is 8 MB. Timeout observed for data size above 8MB

[U-Boot] [PATCH 2/2] tools: enable more checkpatch tests by default

2013-02-28 Thread Kim Phillips
without this, patches don't get checked for proper alignment, and e.g., for spaces after a cast and/or before a semicolon. Signed-off-by: Kim Phillips kim.phill...@freescale.com --- .checkpatch.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index

[U-Boot] [PATCH 1/2] tools: update checkpatch to latest upstream version

2013-02-28 Thread Kim Phillips
i.e., from the linux kernel's commit be987d9f80354e2e919926349282facd74992f90 Signed-off-by: Kim Phillips kim.phill...@freescale.com --- tools/checkpatch.pl | 752 ++-- 1 file changed, 558 insertions(+), 194 deletions(-) diff --git a/tools

Re: [U-Boot] [PATCH 1/4] Exynos: Add hardware accelerated SHA 256

2013-03-04 Thread Kim Phillips
On Fri, 1 Mar 2013 16:11:36 + Akshay Saraswat aksha...@samsung.com wrote: Samsung Enterprise Portal mySingle Hi Kim, On Thu, 28 Feb 2013 11:08:21 + Akshay Saraswat aksha...@samsung.com wrote: On Wed, 27 Feb 2013 10:24:39 -0500 Akshay Saraswat

Re: [U-Boot] [PATCH 1/4 v3] Exynos: Add hardware accelerated SHA 256

2013-03-04 Thread Kim Phillips
On Fri, 1 Mar 2013 11:16:22 -0500 Akshay Saraswat aksha...@samsung.com wrote: SHA-256 and SHA-1 accelerated using ACE hardware. curious about the rationale: how much faster is this than software? --- Changes since v2: - Added falling back to software sha256 in case length exceeds

Re: [U-Boot] [PATCH 3/4 v3] gen: Add ACE acceleration to hash

2013-03-04 Thread Kim Phillips
On Fri, 1 Mar 2013 11:16:24 -0500 Akshay Saraswat aksha...@samsung.com wrote: +#include ace_sha.h /* * These are the hash algorithms we support. Chips which support accelerated * crypto could perhaps add named version of these algorithms here. */ static struct hash_algo

Re: [U-Boot] dtb vs. kernel command line arguments

2013-03-04 Thread Kim Phillips
On Mon, 4 Mar 2013 10:30:45 -0800 Curt Brune c...@cumulusnetworks.com wrote: Hello - I want to pass a number of arguments from u-boot to the booted kernel. The arguments are needed by user space applications, not the kernel. I can think of two ways: 1. append args by setting bootargs.

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-05 Thread Kim Phillips
On Tue, 5 Mar 2013 08:19:59 -0500 Akshay Saraswat aksha...@samsung.com wrote: Tested with command hash sha256 0x40008000 0x2B 0x40009000. Used mm and md to write a standard string to memory location 0x40008000 and ran the above command to verify the output. patches 1,2,4,5 all contain this

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-05 Thread Kim Phillips
On Tue, 5 Mar 2013 17:51:00 -0800 Simon Glass s...@chromium.org wrote: Hi Kim, On Tue, Mar 5, 2013 at 2:43 PM, Kim Phillips kim.phill...@freescale.com wrote: On Tue, 5 Mar 2013 08:19:59 -0500 Akshay Saraswat aksha...@samsung.com wrote: Tested with command hash sha256 0x40008000 0x2B

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-06 Thread Kim Phillips
On Tue, 5 Mar 2013 22:22:09 -0800 Simon Glass s...@chromium.org wrote: On Tue, Mar 5, 2013 at 9:04 PM, Kim Phillips kim.phill...@freescale.com wrote: On Tue, 5 Mar 2013 17:51:00 -0800 Simon Glass s...@chromium.org wrote: [snip for Kim] and others too, I hope. Changes sice v3

Re: [U-Boot] [PATCH 3/4 v5] gen: Add ACE acceleration to hash

2013-03-06 Thread Kim Phillips
On Wed, 6 Mar 2013 09:18:55 -0500 Akshay Saraswat aksha...@samsung.com wrote: ACE H/W acceleration support is added to hash which can be used to test SHA 256 hash algorithm. Signed-off-by: ARUN MANKUZHI aru...@samsung.com Signed-off-by: Akshay Saraswat aksha...@samsung.com --- this

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-06 Thread Kim Phillips
On Wed, 6 Mar 2013 10:29:46 -0500 Akshay Saraswat aksha...@samsung.com wrote: I have removed tested with in the new set of patches. And I tested those patches with that command before mailing for review. I have tested them for various sizes this time which includes 8 MB as well. I have

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-07 Thread Kim Phillips
On Wed, 6 Mar 2013 18:08:21 -0800 Simon Glass s...@chromium.org wrote: On Wed, Mar 6, 2013 at 5:22 PM, Kim Phillips kim.phill...@freescale.com wrote: On Tue, 5 Mar 2013 22:22:09 -0800 Simon Glass s...@chromium.org wrote: On Tue, Mar 5, 2013 at 9:04 PM, Kim Phillips kim.phill

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-07 Thread Kim Phillips
On Thu, 7 Mar 2013 17:05:15 -0800 Simon Glass s...@chromium.org wrote: On Thu, Mar 7, 2013 at 4:25 PM, Kim Phillips kim.phill...@freescale.com wrote: On Wed, 6 Mar 2013 18:08:21 -0800 Simon Glass s...@chromium.org wrote: On Wed, Mar 6, 2013 at 5:22 PM, Kim Phillips kim.phill

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-11 Thread Kim Phillips
On Thu, 7 Mar 2013 19:11:16 -0800 Simon Glass s...@chromium.org wrote: Hi Kim, On Thu, Mar 7, 2013 at 6:18 PM, Kim Phillips kim.phill...@freescale.com wrote: On Thu, 7 Mar 2013 17:05:15 -0800 Simon Glass s...@chromium.org wrote: On Thu, Mar 7, 2013 at 4:25 PM, Kim Phillips kim.phill

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-12 Thread Kim Phillips
On Mon, 11 Mar 2013 17:53:37 -0700 Simon Glass s...@chromium.org wrote: On Mon, Mar 11, 2013 at 5:44 PM, Kim Phillips kim.phill...@freescale.comwrote: On Thu, 7 Mar 2013 19:11:16 -0800 Simon Glass s...@chromium.org wrote: OK so let's look at adding the hash_register() idea

Re: [U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash

2013-03-12 Thread Kim Phillips
On Tue, 12 Mar 2013 16:40:38 -0700 Simon Glass s...@chromium.org wrote: Hi Kim, On Tue, Mar 12, 2013 at 12:32 PM, Kim Phillips kim.phill...@freescale.com wrote: On Mon, 11 Mar 2013 17:53:37 -0700 Simon Glass s...@chromium.org wrote: On Mon, Mar 11, 2013 at 5:44 PM, Kim Phillips

Re: [U-Boot] [u-boot-release] [PATCH 3/6] powerpc/85xx: introduce function serdes_device_from_fm_port()

2012-08-13 Thread Kim Phillips
please don't post patches upstream with '[u-boot-release]' in the subject. On Fri, 10 Aug 2012 17:01:33 -0500 Timur Tabi ti...@freescale.com wrote: +enum srds_prtcl serdes_device_from_fm_port(enum fm_port port) +{ + switch (port) { + case FM1_DTSEC1: + return

Re: [U-Boot] [u-boot-release] [PATCH 3/6] powerpc/85xx: introduce function serdes_device_from_fm_port()

2012-08-13 Thread Kim Phillips
On Mon, 13 Aug 2012 16:22:01 -0500 Timur Tabi ti...@freescale.com wrote: Kim Phillips wrote: shouldn't this be a static const array lookup? The compiler should convert it into an array lookup automatically, but I can change it if you insist. Since I don't like writing code that depends

Re: [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-13 Thread Kim Phillips
patch 25/37 showing up in an otherwise unnumbered patchseries of 6, and with the cover letter set to 'v3' where all 6 patches are at v2 makes for a highly confusing patchset. On Fri, 10 Aug 2012 16:16:12 +0900 Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: Some rmobile SoC has TMU

Re: [U-Boot] [PATCH v2] Makefile: fix HAVE_VENDOR_COMMON_LIB

2012-08-14 Thread Kim Phillips
`board_early_init_r': /home/r1aaha/git/u-boot/board/freescale/mpc832xemds/mpc832xemds.c:90: undefined reference to `pib_init' make: *** [u-boot] Error 1 So, Acked-by: Kim Phillips kim.phill...@freescale.com Kim ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-20 Thread Kim Phillips
On Mon, 20 Aug 2012 00:21:10 +0900 Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: On Tue, Aug 14, 2012 at 8:26 AM, Kim Phillips kim.phill...@freescale.com wrote: On Fri, 10 Aug 2012 16:16:12 +0900 Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: Some rmobile SoC has

[U-Boot] [PATCH 2/2] libfdt: Add helpers for 64-bit integer properties

2012-08-27 Thread Kim Phillips
From: David Gibson da...@gibson.dropbear.id.au In device trees in the world, properties consisting of a single 64-bit integer are not as common as those consisting of a single 32-bit, cell sized integer, but they're common enough that they're worth including convenience functions for. This patch

[U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property

2012-08-27 Thread Kim Phillips
From: Minghuan Lian minghuan.l...@freescale.com Some properties may contain multiple values, these values may need to be added to the property respectively. this patch provides this functionality. The main purpose of fdt_append_prop() is to append the values to a existing property, or create a

Re: [U-Boot] Linking error while generating the U-boot build for MPC837XEMDS board

2012-09-05 Thread Kim Phillips
On Tue, 4 Sep 2012 16:37:14 +0530 Brayan Pais brayan.p...@gmail.com wrote: Hi, I am Brayan. I was trying to build the u-boot build for the MPC837XERDB board using Sourcery G++ Lite 2011.03-39 on ubuntu. During the build generation, the source code comilation happens fine, but while

Re: [U-Boot] [u-boot-release] [PATCH 4/5] powerpc/85xx: Add P5040 processor support

2012-09-10 Thread Kim Phillips
On Fri, 31 Aug 2012 15:25:35 -0500 Timur Tabi ti...@freescale.com wrote: Add support for the Freescale P5040 SOC, which is similar to the P5020. Features of the P5040 are: Four P5040 single-threaded e5500 cores built Up to 2.4 GHz with 64-bit ISA support Three levels of

Re: [U-Boot] [u-boot-release] [PATCH 4/5] powerpc/85xx: Add P5040 processor support

2012-09-11 Thread Kim Phillips
On Mon, 10 Sep 2012 18:30:33 -0500 Tabi Timur-B04825 b04...@freescale.com wrote: Kim Phillips wrote: +struct liodn_id_table sec_liodn_tbl[] = { + SET_SEC_JR_LIODN_ENTRY(0, 129, 130), + SET_SEC_JR_LIODN_ENTRY(1, 131, 132), + SET_SEC_JR_LIODN_ENTRY(2, 133, 134

Re: [U-Boot] [PATCH v3 2/7] part:efi: Move part_efi.h file to ./include

2012-09-13 Thread Kim Phillips
On Thu, 13 Sep 2012 10:10:00 +0200 Lukasz Majewski l.majew...@samsung.com wrote: This move is necessary to export gpt header and GPT partition entries to be used with other commands or subsystems (like DFU in the future) Additionally the part_efi.h file has been cleaned-up to supress

Re: [U-Boot] [PATCH] USB: musb_udc: Bugfix musb_peri_rx_ep

2012-09-13 Thread Kim Phillips
On Thu, 13 Sep 2012 10:26:31 -0700 Tom Rini tr...@ti.com wrote: + } else { + if (debug_level 0) + serial_printf(ERROR : %s %d +

Re: [U-Boot] [PATCH 0/5] mpc8308rdb: improved hardware support

2012-09-17 Thread Kim Phillips
On Wed, 12 Sep 2012 14:17:30 -0700 Ira W. Snyder i...@ovro.caltech.edu wrote: From: Ira W. Snyder i...@ovro.caltech.edu This series improves the hardware support for the Freescale MPC8308RDB board. Optional support for the SPI pins routed to header J8 is added for testing SPI flash chips.

[U-Boot] [GIT PULL] mpc83xx: mpc8308rdb enhancements

2012-09-17 Thread Kim Phillips
Hi Tom, Ira improved mpc8308rdb h/w support by making it more comprehensive. Please pull: The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200) are available in the git repository at:

Re: [U-Boot] [GIT PULL] mpc83xx: mpc8308rdb enhancements

2012-09-18 Thread Kim Phillips
On Tue, 18 Sep 2012 07:57:08 -0700 Tom Rini tr...@ti.com wrote: On 09/17/12 20:09, Ira W. Snyder wrote: Go ahead and drop the patch spansion: add support for S25FL256S1 from the series. The rest should apply without any trouble. Michal Simek beat me to it in sf: spansion: Add support

Re: [U-Boot] [RFC] mx6qsabresd: Add Ethernet support

2012-09-18 Thread Kim Phillips
. AFAICT, the largest difference is how it taps into PHYLIB for some phy config stuff: From aaf4a8ff113d662a4c750d686be07c4bb54ec7d0 Mon Sep 17 00:00:00 2001 From: Kim Phillips kim.phill...@freescale.com Date: Thu, 26 Jul 2012 14:09:03 -0500 Subject: [HACK] sabresd: add ethernet support --- board

Re: [U-Boot] [PATCH v6 1/2] exynos5250: Add arndale board support

2013-08-20 Thread Kim Phillips
On Tue, 6 Aug 2013 20:05:46 +0530 Chander Kashyap chander.kash...@linaro.org wrote: Arndale board is based on samsung's exynos5250 soc. Signed-off-by: Inderpal Singh inderpal.si...@linaro.org Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- This patchseries gives me:

Re: [U-Boot] [PATCH 1/4 v7] Exynos: Add hardware accelerated SHA256 and SHA1

2013-03-19 Thread Kim Phillips
On Mon, 18 Mar 2013 02:06:15 -0400 Akshay Saraswat aksha...@samsung.com wrote: SHA-256 and SHA-1 accelerated using ACE hardware. Signed-off-by: ARUN MANKUZHI aru...@samsung.com Signed-off-by: Akshay Saraswat aksha...@samsung.com Acked-by: Simon Glass s...@chromium.org --- +++

Re: [U-Boot] [PATCH 1/4 v7] Exynos: Add hardware accelerated SHA256 and SHA1

2013-03-21 Thread Kim Phillips
On Thu, 21 Mar 2013 03:12:54 -0400 Akshay Saraswat aksha...@samsung.com wrote: On Mon, 18 Mar 2013 02:06:15 -0400 Akshay Saraswat aksha...@samsung.com wrote: + while ((readl(ace_sha_reg-hash_status) ACE_HASH_MSGDONE_MASK) == + ACE_HASH_MSGDONE_OFF) { + /* +

Re: [U-Boot] [PATCH 0/5] FSL SECURE BOOT: Add support for next level image validation

2013-03-29 Thread Kim Phillips
On Fri, 29 Mar 2013 04:43:23 + Gupta Ruchika-R66431 r66...@freescale.com wrote: From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Thursday, March 28, 2013 8:23 PM To: Gupta Ruchika-R66431 Cc: U-Boot Mailing List; Fleming

Re: [U-Boot] [PATCH v2 0/45] Verified boot implementation based on FIT

2013-04-01 Thread Kim Phillips
On Mon, 18 Mar 2013 16:51:20 -0700 Simon Glass s...@chromium.org wrote: I have received a number of off-list comments - please do copy the list when replying so that everyone can see your comments. I don't have time to fully review 45 patches, let alone the subject matter (e.g., no support for

Re: [U-Boot] [PATCH v2 0/45] Verified boot implementation based on FIT

2013-04-22 Thread Kim Phillips
On Sat, 20 Apr 2013 16:03:20 -0700 Simon Glass s...@chromium.org wrote: On Mon, Apr 1, 2013 at 5:13 PM, Kim Phillips kim.phill...@freescale.com wrote: On Mon, 18 Mar 2013 16:51:20 -0700 Simon Glass s...@chromium.org wrote: I have received a number of off-list comments - please do copy

Re: [U-Boot] [PATCH] powerpc/mpc83xx: increment malloc heap size

2012-07-03 Thread Kim Phillips
On Sat, 30 Jun 2012 18:29:20 -0500 Kim Phillips kim.phill...@freescale.com wrote: extention of commit 3b6b256 powerpc/mpc83xx: increment malloc heap size for the MPC832x MDS boards to all other mpc83xx based boards. It fixes Unable to save the rest of sector messages when trying to save

[U-Boot] [GIT PULL] mpc83xx: minor fixes

2012-07-03 Thread Kim Phillips
master for you to fetch changes up to c8a90646adb1c7ca82e856c603ec964b32759d98: powerpc/mpc83xx: increment malloc heap size (2012-07-03 11:07:21 -0500) Kim Phillips (1): powerpc/mpc83xx: increment malloc heap size Timur Tabi (1

[U-Boot] [PATCH] ext2fs: fix warning: 'blocknxt' may be used uninitialized

2012-07-03 Thread Kim Phillips
ext2fs.c: In function 'ext2fs_read_file': ext2fs.c:458:19: warning: 'blocknxt' may be used uninitialized in this function [-Wuninitialized] Cc: Jason Cooper u-b...@lakedaemon.net Signed-off-by: Kim Phillips kim.phill...@freescale.com --- is this right? fs/ext2/ext2fs.c | 2 +- 1 file changed

Re: [U-Boot] [PATCH] powerpc/mpc83xx: fix copyright string in serdes.c

2012-07-03 Thread Kim Phillips
On Mon, 18 Jun 2012 19:11:34 -0500 Timur Tabi ti...@freescale.com wrote: The misspelling of semiconductor causes some internal copyright analysis tools to complain. Signed-off-by: Timur Tabi ti...@freescale.com --- applied, thanks. Kim ___

[U-Boot] [PATCH v2] ext2fs: fix warning: 'blocknxt' may be used uninitialized

2012-07-03 Thread Kim Phillips
: Thierry Reding thierry.red...@avionic-design.de Cc: Jason Cooper u-b...@lakedaemon.net Cc: Andreas Bießmann andreas.de...@googlemail.com Cc: Reinhard Arlt reinhard.a...@esd-electronics.com Signed-off-by: Kim Phillips kim.phill...@freescale.com --- v2: changed to Thierry's recommendation in: http

Re: [U-Boot] [PATCH v8 2/4] net: use common rand()/srand() functions

2012-07-05 Thread Kim Phillips
On Mon, 4 Jun 2012 15:10:55 -0500 Joe Hershberger joe.hershber...@gmail.com wrote: On Fri, Jun 1, 2012 at 3:39 PM, Michael Walle mich...@walle.cc wrote: Replace rand() with the functions from lib/. The link-local network code stores its own seed, derived from the MAC address. Thus making it

[U-Boot] [PATCH] net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY

2012-07-05 Thread Kim Phillips
...@ni.com Signed-off-by: Kim Phillips kim.phill...@freescale.com --- net/bootp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/bootp.c b/net/bootp.c index 0f0867b..87e30ab 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -12,12 +12,14 @@ #include command.h #include net.h

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-20 Thread Kim Phillips
On Mon, 16 Jul 2012 23:30:49 +0200 Detlev Zundel d...@denx.de wrote: as promised, here are my expanded notes from the BoF meeting at LSM2012 last week. It was a pleasure to get some core developers into one room Any word on Kconfig support? Kim

Re: [U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread Kim Phillips
On Thu, 26 Jul 2012 10:05:46 -0700 David Hawkins d...@ovro.caltech.edu wrote: Has anyone had any bad experiences with this part, or is there some 'feature' of the part I should be aware of? it has a different DMA engine than the rest of the mpc8xxx parts. Ilya Yanok added support for it - see

Re: [U-Boot] [PATCH 1/3] spl: Change PAD_TO to CONFIG_SPL_PAD_TO

2012-12-19 Thread Kim Phillips
On Thu, 6 Dec 2012 17:33:16 -0600 Scott Wood scottw...@freescale.com wrote: This was already used by some SPL targets, and allows the pad amount to be specified by board config headers rather than only in makefile fragments. Also supply a pad-to of zero if the variable is undefined. It

Re: [U-Boot] [PATCH v2] env: don't generate callback list entries for SPL

2012-12-20 Thread Kim Phillips
--- Acked-by: Kim Phillips kim.phill...@freescale.com Thanks, Kim ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] MPC8308: Fixup clocks in PCI Host configuration

2013-01-08 Thread Kim Phillips
On Tue, 8 Jan 2013 10:24:05 -0800 Barry Grussling ba...@grussling.com wrote: While trying to bring up a custom MPC8308 based board I found that the clocking was wrong. The comment in include/configs/mpc8308_p1m.h led me to believe setting HRCWH_PCI_HOST and HRCWH_PCI1_ARBITER_ENABLE in the

Re: [U-Boot] [PATCH V2] MPC8308: Fixup clocks in PCI Host configuration

2013-01-14 Thread Kim Phillips
On Tue, 8 Jan 2013 18:25:11 -0800 Barry Grussling ba...@grussling.com wrote: While trying to bring up a custom MPC8308 based board I found that the clocking was wrong. The comment in include/configs/mpc8308_p1m.h led me to believe setting HRCWH_PCI_HOST and HRCWH_PCI1_ARBITER_ENABLE in the

Re: [U-Boot] [RFC PATCH 1/2] Initial net6.h

2013-01-16 Thread Kim Phillips
On Wed, 16 Jan 2013 23:01:26 +1300 Chris Packham judge.pack...@gmail.com wrote: +typedef union ip6addr_t { + __u8u6_addr8[16]; + __u16 u6_addr16[8]; __be16, for use with sparse. + __u32 u6_addr32[4]; __be32 +} IP6addr_t; Kim

[U-Boot] [PATCH 3/5] libfdt: update fdt.h from upstream dtc

2013-01-16 Thread Kim Phillips
upstream dtc commit feafcd972cb744750a65728440c99526e6199a6d dtc/libfdt: introduce fdt types for annotation by endian checkers. Signed-off-by: Kim Phillips kim.phill...@freescale.com Cc: Jerry Van Baren gvb.ub...@gmail.com --- include/fdt.h | 42 +- 1 file

[U-Boot] [PATCH 1/2] net: make IPaddr type big endian

2013-01-16 Thread Kim Phillips
for use with sparse. Signed-off-by: Kim Phillips kim.phill...@freescale.com Cc: Joe Hershberger joe.hershber...@gmail.com --- include/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net.h b/include/net.h index 970d4d1..4c5a000 100644 --- a/include/net.h +++ b

[U-Boot] [PATCH 2/2] net/tftp: sparse fixes

2013-01-16 Thread Kim Phillips
tftp.c:464:17: warning: cast to restricted __be16 tftp.c:552:29: warning: cast to restricted __be16 tftp.c:640:33: warning: cast to restricted __be16 tftp.c:642:25: warning: cast to restricted __be16 Signed-off-by: Kim Phillips kim.phill...@freescale.com Cc: Joe Hershberger joe.hershber

[U-Boot] [PATCH 1/5] treewide: include libfdt_env.h before fdt.h

2013-01-16 Thread Kim Phillips
and, if including libfdt.h which includes libfdt_env.h in the correct order, don't include fdt.h before libfdt.h. this is needed to get the fdt type definitions set from the project environment before fdt.h uses them. Signed-off-by: Kim Phillips kim.phill...@freescale.com Cc: Jerry Van Baren

[U-Boot] [PATCH 2/5] libfdt_env.h: add fdt type definitions

2013-01-16 Thread Kim Phillips
fdt types are big endian. Signed-off-by: Kim Phillips kim.phill...@freescale.com Cc: Jerry Van Baren gvb.ub...@gmail.com --- include/libfdt_env.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/libfdt_env.h b/include/libfdt_env.h index bf63583..3e3defc 100644 --- a/include

[U-Boot] [PATCH 4/5] libfdt: update from upstream dtc commit 142419e

2013-01-16 Thread Kim Phillips
commit 142419e dtc/libfdt: sparse fixes, for u-boot's libfdt copy. Signed-off-by: Kim Phillips kim.phill...@freescale.com Cc: Jerry Van Baren gvb.ub...@gmail.com --- include/libfdt.h | 32 lib/libfdt/fdt.c | 2 +- lib/libfdt/fdt_ro.c | 2 +- lib/libfdt

[U-Boot] [PATCH 5/5 v2] common/fdt_support.c: sparse fixes

2013-01-16 Thread Kim Phillips
' qualifier from pointer target type [enabled by default] See also linux kernel commit 0131d897 of/address: use proper endianess in get_flags. Signed-off-by: Kim Phillips kim.phill...@freescale.com Cc: Jerry Van Baren gvb.ub...@gmail.com --- v1 sent Tue, 16 Oct 2012 14:28:30 - v2: updated to use

[U-Boot] [GIT PULL] u-boot-mpc83xx: support for new SPL

2013-01-16 Thread Kim Phillips
to a6187dccd813920524987792e49ef2feffb213e6: Merge remote-tracking branch 'mpc83xx/next' (2013-01-16 18:34:09 -0600) Kim Phillips (1): Merge remote-tracking branch 'mpc83xx/next' Scott Wood (3): spl: Change PAD_TO to CONFIG_SPL_PAD_TO powerpc

Re: [U-Boot] [PATCH 1/5] treewide: include libfdt_env.h before fdt.h

2013-01-17 Thread Kim Phillips
On Wed, 16 Jan 2013 18:36:03 -0600 Scott Wood scottw...@freescale.com wrote: On 01/16/2013 05:59:04 PM, Kim Phillips wrote: and, if including libfdt.h which includes libfdt_env.h in the correct order, don't include fdt.h before libfdt.h. this is needed to get the fdt type definitions

Re: [U-Boot] [PATCH 04/15] km82xx, km83xx: move ethernet_present() from common to cpu specific

2013-01-17 Thread Kim Phillips
On Thu, 17 Jan 2013 13:47:50 +0100 Holger Brunck holger.bru...@keymile.com wrote: +int piggy_present(void) +{ + struct km_bec_fpga *base = + (struct km_bec_fpga *)CONFIG_SYS_KMBEC_FPGA_BASE; + + return in_8(base-bprth) PIGGY_PRESENT; +} this change produces two new

Re: [U-Boot] [PATCH 05/15] powerpc/83xx/km: add MV88E6122 switch support for kmvect1

2013-01-17 Thread Kim Phillips
On Thu, 17 Jan 2013 13:47:51 +0100 Holger Brunck holger.bru...@keymile.com wrote: +#if defined(CONFIG_KMVECT1) +#include mv88e6352.h +/* Marvell MV88E6122 switch configuration */ +struct mv88e_sw_reg extsw_conf[] = { + /* port 1, FRONT_MDI, autoneg */ + { PORT(1), PORT_PHY,

  1   2   3   4   5   6   7   8   >