From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/4] cm-t54: add cm-t54 board support
Date: Wed, 14 May 2014 09:19:20 +0300 [thread overview]
Message-ID: <53730AE8.1020907@compulab.co.il> (raw)
In-Reply-To: <20140506174552.GU22182@bill-the-cat>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Tom,
On 05/06/14 20:45, Tom Rini wrote:
> On Sun, Apr 27, 2014 at 01:17:28PM +0300, Dmitry Lifshitz wrote:
>
>> Add cm-t54 board directory, config file. Enable build.
> [snip]
>> diff --git a/board/compulab/cm_t54/Makefile b/board/compulab/cm_t54/Makefile
>> new file mode 100644
>> index 0000000..bd8bc51
>> --- /dev/null
>> +++ b/board/compulab/cm_t54/Makefile
>> @@ -0,0 +1,10 @@
>> +#
>> +# Copyright (C) 2014 Compulab Ltd - http://compulab.co.il/
>> +#
>> +# Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
>> +#
>> +# SPDX-License-Identifier: GPL-2.0+
>> +#
>> +
>> +obj-y += $(BOARD).o
>
> Please don't use $(BOARD) here, just went and changed the other users of
> this convention.
>
>> +/*
>> + * Routine: board_init
>> + * Description: hardware init.
>> + */
>> +int board_init(void)
>> +{
>> + gd->bd->bi_boot_params = (0x80000000 + 0x100); /* boot param addr */
>> +
>> + return 0;
>> +}
>
> CONFIG_SYS_SDRAM_BASE + 0x100
>
>> +#define CONFIG_EXTRA_ENV_SETTINGS \
>> + "loadaddr=0x82000000\0" \
>> + "fdtaddr=0x80F80000\0" \
>> + "fdt_high=0xffffffff\0" \
>> + "rdaddr=0x81000000\0" \
>
> Can you use DEFAULT_LINUX_BOOT_ENV here (see u-boot-ti) ? I really
> don't like disabling fdt relocation with it being below 128MB (I'd
> prefer what we do with DEFAULT_LINUX_BOOT_ENV and bootm_size, please see
> the various ML threads about that).
Thanks Tom,
We will fix the comments and repost v2 in a couple of days.
- --
Regards,
Igor.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAgAGBQJTcwroAAoJEBDE8YO64EfaxQoP/2GKp8kJErMdiMZs8TdIhkGp
De1T6qw+qoTsA/91nFQUq4AMv5lfApghTgjmU/zx5oI4Uo8IPE8uMtZw9VSwTucu
Zfy1BrhGj8kbVe9u6oOf2uZiqvzyaEqdi9a/EwmB69cYu8QcQFP+nbPPMqmxgA2i
B9aUP/+54PluWcBDN0Z5btPfeRBgodyHLJlOtNWCwy4SmzgoARYbS+wrrKqiZApJ
NPYdH1wtgVcrsqiBFGILCktgVkUl4ncC7oa0MTzQfzAPKaKvbhbuwT98lhgUNcsZ
xf7QS3KSGD6/H8xZS0VTAmC5frf7/IAHzSFJsb25OMfi8gwrL8a1Nf9XA+UaAB0I
cpv53xxEoTvdAP/gmBz0sKdC0YKLvYin/OqY0PeFl1itPrKJ1CiKBXL60l0u7wkT
J4HtxsUUfl/nbZc/KbB9cnYCf57V1nnDw3KesRR2nwWaBf0dTWFiPIKCHpZjyUKg
OUinqCjRIbL6KTLEkcipPYXHuFGVNqcE3a+uRDn7jLW0+XcU2zKi04Djpn7F84TM
LXUhnJX8UC59AZuseMqi3yK26OOmTFcIOMcRDi45Zri3qsaYIi7TrD9offwlxb6/
+JEP3YROi0fm8jrC//0GUjx8idmjeZYlx0U4EDjLxKBqnABVlTjrBoiheB+rr+f0
t2HoJHgnV89Dtu26mZi5
=C1e2
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2014-05-14 6:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-27 10:17 [U-Boot] [PATCH 0/4] ARM: OMAP5: add cm-t54 board support Dmitry Lifshitz
2014-04-27 10:17 ` [U-Boot] [PATCH 1/4] ARM: OMAP5: add UART4 support Dmitry Lifshitz
2014-05-14 1:35 ` [U-Boot] [U-Boot,1/4] " Tom Rini
2014-04-27 10:17 ` [U-Boot] [PATCH 2/4] ARM: OMAP5: Power: add LDO2 support for Palmas driver Dmitry Lifshitz
2014-05-14 1:36 ` [U-Boot] [U-Boot, " Tom Rini
2014-04-27 10:17 ` [U-Boot] [PATCH 3/4] ARM: OMAP5: add CKO buffer control mask Dmitry Lifshitz
2014-05-14 1:36 ` [U-Boot] [U-Boot,3/4] " Tom Rini
2014-04-27 10:17 ` [U-Boot] [PATCH 4/4] cm-t54: add cm-t54 board support Dmitry Lifshitz
2014-05-06 17:45 ` Tom Rini
2014-05-14 6:19 ` Igor Grinberg [this message]
2014-05-19 9:50 ` [U-Boot] [PATCH v2 " Dmitry Lifshitz
2014-05-23 23:50 ` [U-Boot] [U-Boot,v2,4/4] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53730AE8.1020907@compulab.co.il \
--to=grinberg@compulab.co.il \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.