On Friday 06 January 2012 15:15:29 Mike Frysinger wrote:
> On Sunday 18 December 2011 16:34:01 Pali Rohár wrote:
> > * Ignore ANSI escape codes for moving cursor, which are generated by
> >
> > keyboard
>
> this probably should be behind an appropriate CONFIG knob. i don't think
> this is relevan
Hi Stefano,
2012/1/4 Stefano Babic :
> From: Simon Schwarz
>
> Linux crashes if the GPMC isn't configured for the dm9000.
>
> Signed-off-by: Simon Schwarz
> CC: Tom Rini
> CC: Stefano Babic
> CC: Wolfgang Denk
> ---
> V2 changes:
> nothing
>
> V3 changes:
> nothing
>
> V4 changes:
> noting
>
Dear Stefano Babic,
I do not want to be pedantic, but the subject line contains 'devki8000'
which should be 'devkit8000'.
best regards
Andreas Bießmann
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
The commit message of a28afca (Add uboot "fdt_high" enviroment variable)
states that fdt_high behaves similarly to the existing initrd_high.
But fdt_high actually has an outstanding difference from initrd_high.
The former specifies the start address, while the later specifies the
end address.
As f
Am Donnerstag, den 05.01.2012, 20:19 +0100 schrieb Wolfgang Denk:
> Dear Stephan Linz,
>
> In message <1325783490.7827.45.camel@keto> you wrote:
> >
> > Michals latest Microblaze platform patches will enable this driver for
> > board/xilinx/microblaze-generic and we know about a success story on
On Fri, Jan 6, 2012 at 3:54 PM, Robert Deliën wrote:
> Hi Marek,
>
> I'm currently working on U-Boot support for the Freescale i.mx28evk board. It
> started out as
> an update of the old Freescale supplied U-Boot 2009.08, but it ended up in
> reconfiguring
> your work on the Denx m28evk module.
HI Graeme,
On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ wrote:
> Signed-off-by: Graeme Russ
> ---
> Changes for v2:
> - Use an enum
> - Add defined for GDT size (previously added in patch 7)
> - Use X86_ namespace (as per Linux headers)
>
> arch/x86/cpu/cpu.c | 8
>
Hi Graeme,
On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ wrote:
> Signed-off-by: Graeme Russ
> ---
> Changes for v2:
> - None
>
> arch/x86/lib/Makefile | 1 +
> arch/x86/lib/board.c | 69 +---
> arch/x86/lib/relocate.c | 115
>
Hi Graeme,
On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ wrote:
> Create an init function array for board_init_f_r - This finalises the
> migration to a purely array based initialisation mechanism
>
> Also tweak a few comments while we are at it so everything is 'correct'
>
> Signed-off-by: Graeme
Hi Andreas,
On Wed, Dec 28, 2011 at 11:47 PM, Andreas Bießmann
wrote:
> Dear Simon,
>
> On 28.12.11 07:35, Simon Glass wrote:
>> We want to unify the global_data structure. Most fields are common across
>> architectures, but there are a fair number of SOC-specific additions. It
>> isn't clear how
Hi Gururaja,
On Thu, Jan 5, 2012 at 11:25 PM, Hebbar, Gururaja
wrote:
> On Fri, Jan 06, 2012 at 12:05:40, Wolfgang Denk wrote:
>> Dear "Hebbar, Gururaja",
>>
>
> [snip]
>
>> > > _after_ the list has been created - If this breaks dependencies that's
>> > > your problem ;). It is up to you as the '
Hi Wolfgang,
On Fri, Jan 6, 2012 at 3:37 PM, Wolfgang Denk wrote:
> Dear Simon,
>
> In message
> you
> wrote:
>>
>> > Can you please tell me at least one board configuration that throws
>> > this error (preferrably ppc, arm or mips) ?
>>
>> I can't see one with those architectures. It does hap
On Tuesday 27 December 2011 21:23:27 uma.shan...@samsung.com wrote:
> From: Uma Shankar
>
> Signed-off-by: Uma Shankar
> Signed-off-by: Manjunatha C Achar
> Signed-off-by: Iqbal Shareef
> Signed-off-by: Hakgoo Lee
you need to note the sources of these files in the changelog
> --- a/common/c
NAK: you missed a bunch of my previous feedback
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Saturday 03 December 2011 06:47:01 Gabe Black wrote:
> --- /dev/null
> +++ b/common/cmd_cbfs.c
>
> +int do_cbfs_init(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
static
> + if (argc > 2) {
> + printf("usage: cbfsls [end of rom]>\n");
> + return 0;
> +
On Monday 21 November 2011 09:09:35 Sebastian Andrzej Siewior wrote:
> --- a/common/Makefile
> +++ b/common/Makefile
>
> COBJS-y += usb.o
> COBJS-$(CONFIG_USB_STORAGE) += usb_storage.o
> endif
> +COBJS-$(CONFIG_CMD_FASTBOOT) += cmd_fastboot.o
> +
> COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o
no new
On Saturday 07 January 2012 00:56:32 Thomas Weber wrote:
> 0 files changed, 0 insertions(+), 0 deletions(-)
> mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c
> mode change 100755 => 100644 drivers/fpga/ivm_core.c
> mode change 100755 => 100644 include/lattice.h
obvious: Acke
On Monday 05 December 2011 17:12:30 Gabe Black wrote:
> --- a/board/chromebook-x86/coreboot/coreboot_pci.c
> +++ b/board/chromebook-x86/coreboot/coreboot_pci.c
>
> +static struct pci_config_table pci_coreboot_config_table[] = {
const ?
-mike
signature.asc
Description: This is a digitally signed
On Wednesday 09 November 2011 04:52:21 Andrzej Pietrasiewicz wrote:
> --- /dev/null
> +++ b/drivers/usb/dfu/Makefile
>
> +ifdef CONFIG_MMC
> +COBJS-y += mmc.o
> +endif
> +
> +ifdef CONFIG_CMD_FAT
> +COBJS-y += fat.o
> +endif
COBJS-$(CONFIG_XXX) += foo.o
> --- /dev/null
> +++ b/drivers/usb/dfu/fat
On Tuesday 29 November 2011 21:35:46 Simon Glass wrote:
> tools/scripts/patman/.gitignore |1 +
seems like tools/patman/ would be better. i wonder if anyone else here uses
it and so would be useful for actually committing ...
-mike
signature.asc
Description: This is a digitally signed
On Wednesday 30 November 2011 01:07:54 Gabe Black wrote:
> +struct sysinfo_t lib_sysinfo __attribute__((section(".data")));
seems like it should be .data.lib_sysinfo
or maybe pick a field you always init and set it to something non-zero.
struct sysinfo_t lib_sysinfo = {
/* force into .dat
On Monday 26 December 2011 14:32:54 Simon Glass wrote:
> --- /dev/null
> +++ b/lib/aes.c
>
> +static u8 sbox[256] = {
> +static u8 inv_sbox[256] = {
> +static u8 x2_sbox[256] = {
> +static u8 x3_sbox[256] = {
> +static u8 x_time_9[256] = {
> +static u8 x_time_b[256] = {
> +static u8 x_time_d[256] =
On Monday 26 December 2011 14:32:56 Simon Glass wrote:
> --- /dev/null
> +++ b/arch/arm/cpu/armv7/tegra2/crypto.c
>
> +#ifdef DEBUG
> +static void debug_print_vector(char *name, u32 num_bytes, u8 *data)
> +{
> + u32 i;
> +
> + printf("%s [%d] @0x%08x", name, num_bytes, (u32)data);
> + f
On Monday 26 December 2011 13:11:48 Simon Glass wrote:
> --- /dev/null
> +++ b/drivers/i2c/tegra2_i2c.c
>
> +static int wait_for_tx_fifo_empty(struct i2c_control *control)
> ...
> + while (timeout_us >= 0) {
> ...
> + };
no semicolon here
> +static int wait_for_rx_fifo_notempty(struct i2c
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thursday 05 January 2012 13:44:54 David Wagner wrote:
> --- a/tools/mkenvimage.c
> +++ b/tools/mkenvimage.c
>
> +#include
>
> -#include
> +#include "compiler.h"
these are fine
> -#include
> +#include "u-boot/crc.h"
i don't think this is necessary
-mike
signature.asc
Description: This is
On Thursday 05 January 2012 13:44:55 David Wagner wrote:
> --- a/tools/mkenvimage.c
> +++ b/tools/mkenvimage.c
>
> datasize = strtol(optarg, NULL, 0);
> - break;
> + if (!errno)
> + break;
> +
> +
On Thursday 05 January 2012 13:44:56 David Wagner wrote:
> + bin_fd = creat(bin_filename, S_IRUSR | S_IWUSR | S_IRGRP |
> + S_IWGRP);
this should prob be open()
-mike
signature.asc
Description: This is a digitally signed message part.
On Thursday 05 January 2012 13:44:57 David Wagner wrote:
> --- a/tools/mkenvimage.c
> +++ b/tools/mkenvimage.c
>
> filesize = txt_file_stat.st_size;
> - /* Read the raw input file and transform it */
> - filebuf = malloc(sizeof(*envptr) * filesize);
> -
Hi Mike,
On Sat, Jan 7, 2012 at 9:17 PM, Mike Frysinger wrote:
> On Tuesday 29 November 2011 21:35:46 Simon Glass wrote:
>> tools/scripts/patman/.gitignore | 1 +
>
> seems like tools/patman/ would be better. i wonder if anyone else here uses
> it and so would be useful for actually commi
On Thursday 05 January 2012 18:25:52 Grant Erickson wrote:
> On Jan 5, 2012, at 3:18 PM, Mike Frysinger wrote:
> > On Thursday 22 December 2011 13:39:35 Grant Erickson wrote:
> >> This patch fixes the make infrastructure for the fw_printenv tool such
> >> that it is built, by default, as a cross-co
On Friday 21 October 2011 02:31:48 Che-Liang Chiou wrote:
> struct device_info in api_public.h defined its own subset of attributes
> of block_dev_desc, which limits the capability of external apps.
>
> This patch let struct device_info and block_dev_desc share the same set
> of attributes so that
32 matches
Mail list logo