public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2013-11-08 12:04:10 to 2013-11-11 01:19:44 UTC [more...]

[U-Boot] [PATCH 0/3] gpio_led driver updates
 2013-11-11  1:19 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] gpio_led: check gpio_request() return value
` [U-Boot] [PATCH 3/3] gpio_led: add support for inverted polarity

[U-Boot] [U-boot] uboot support ext4 format command?
 2013-11-11  1:16 UTC  (3+ messages)

[U-Boot] [PATCH] configs: clean up unused macro CONFIG_L2_OFF
 2013-11-11  0:59 UTC  (2+ messages)

[U-Boot] [PATCH v2] configs: clean up unused macro CONFIG_L2_OFF
 2013-11-11  0:49 UTC 

[U-Boot] [PATCH v1+ 00/18] MIPS Malta board support
 2013-11-10 20:09 UTC  (16+ messages)
` [U-Boot] [PATCH v2 05/18] pcnet: enable the NOUFLO feature
` [U-Boot] [PATCH v4 07/18] qemu-malta: rename to just "malta"
    ` [U-Boot] [PATCH v5 "
` [U-Boot] [PATCH v3 08/18] malta: setup super I/O UARTs
` [U-Boot] [PATCH v3 09/18] malta: support for coreFPGA6 boards
` [U-Boot] [PATCH v3 10/18] malta: display "U-boot" on the LCD screen
` [U-Boot] [PATCH 16/18] malta: setup PIIX4 interrupt route

[U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere
 2013-11-10 19:47 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/8] Implement autoconf header file

[U-Boot] [PATCH v6 0/17] Driver model implementation, tests, demo and GPIO
 2013-11-10 18:20 UTC  (4+ messages)
` [U-Boot] [PATCH v6 07/17] dm: Add README for driver model

[U-Boot] Non-trivial merge conflicts between u-boot/master and u-boot-arm/master
 2013-11-10 17:52 UTC  (8+ messages)

[U-Boot] [PATCH 0/32] Add additional sandbox features and infrastructure
 2013-11-10 17:43 UTC 

[U-Boot] [PATCH 0/32] Add additional sandbox features and infrastructure
 2013-11-10 17:27 UTC  (33+ messages)
` [U-Boot] [PATCH 01/32] Add crc8 routine
` [U-Boot] [PATCH 02/32] sandbox: Use system headers first for sandbox's os.c
` [U-Boot] [PATCH 03/32] sandbox: Use uint64_t instead of u64 for time
` [U-Boot] [PATCH 04/32] sandbox: Increase memory size to 32MB
` [U-Boot] [PATCH 05/32] sandbox: spi: Adjust 'sf test' to work on sandbox
` [U-Boot] [PATCH 06/32] sandbox: Build a device tree file for sandbox
` [U-Boot] [PATCH 07/32] sandbox: config: Don't use 64-bit physical memory
` [U-Boot] [PATCH 08/32] sandbox: Correct data sizes and printf() strings in fdtdec.c
` [U-Boot] [PATCH 09/32] sandbox: Use os functions to read host device tree
` [U-Boot] [PATCH 10/32] sandbox: block driver using host file/device as backing store
` [U-Boot] [PATCH 11/32] sandbox: Improve/augment memory allocation functions
` [U-Boot] [PATCH 12/32] sandbox: Correct help message <arg> garbling
` [U-Boot] [PATCH 13/32] sandbox: Allow return from board_init_f()
` [U-Boot] [PATCH 14/32] sandbox: Implement the bootm command for sandbox
` [U-Boot] [PATCH 15/32] sandbox: Allow the console to work earlier
` [U-Boot] [PATCH 16/32] sandbox: Add -i option to enter interactive mode
` [U-Boot] [PATCH 17/32] sandbox: Allow reading/writing of RAM buffer
` [U-Boot] [PATCH 18/32] sandbox: Add facility to save/restore sandbox state
` [U-Boot] [PATCH 19/32] sandbox: tpm: Add TPM emulation
` [U-Boot] [PATCH 20/32] sandbox: dts: Add display and keyboard to sandbox
` [U-Boot] [PATCH 21/32] sandbox: Add a prototype for cleanup_before_linux()
` [U-Boot] [PATCH 22/32] sandbox: tpm: Fix nvwrite command
` [U-Boot] [PATCH 23/32] cros_ec: Add an enum for the number of flash regions
` [U-Boot] [PATCH 24/32] fdt: Add a function for reading a flash map entry
` [U-Boot] [PATCH 25/32] cros_ec: Move EC interface into common library
` [U-Boot] [PATCH 26/32] cros_ec: Add a function for decoding the Chrome OS EC flashmap
` [U-Boot] [PATCH 27/32] cros_ec: sandbox: Add Chrome OS EC emulation
` [U-Boot] [PATCH 28/32] sandbox: Add os_jump_to_image() to run another executable
` [U-Boot] [PATCH 29/32] sandbox: Add -j option to indicate a jump from a previous U-Boot
` [U-Boot] [PATCH 30/32] sandbox: Add SDL library for LCD, keyboard, audio
` [U-Boot] [PATCH 31/32] sandbox: Add a simple sound driver
` [U-Boot] [PATCH 32/32] sandbox: Add LCD driver

[U-Boot] [mips] malta configuration works in qemu-1.5 does not in qemu-1.6
 2013-11-10 16:09 UTC 

[U-Boot] [RFC PATCH V2] imx: add multi-BOM README
 2013-11-10  8:42 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] FIT images and device tree on x86
 2013-11-10  4:12 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] x86: Enable LMB and RAMDISK_HIGH by default
` [U-Boot] [PATCH v2 2/4] x86: Rewrite bootm.c to make it similar to ARM
` [U-Boot] [PATCH v2 3/4] x86: Allow cmdline setup in setup_zimage() to be optional
` [U-Boot] [PATCH v2 4/4] x86: Support loading kernel setup from a FIT

[U-Boot] [PATCH 1/7] sandbox: Rename sb_cmdline_option to sandbox_cmdline_option
 2013-11-10  2:37 UTC  (7+ messages)
` [U-Boot] [PATCH 2/7] sf: Add spi_flash_probe_fdt() to locate SPI by FDT node
` [U-Boot] [PATCH 3/7] spi: Add device tree binding for SPI bus
` [U-Boot] [PATCH 4/7] sandbox: spi: Add SPI emulation bus
` [U-Boot] [PATCH 5/7] sandbox: spi: Add new SPI flash driver
` [U-Boot] [PATCH 6/7] spi: Tidy up FDT SPI implementation
` [U-Boot] [PATCH 7/7] sandbox: spi: Enable new spi/sf layers

[U-Boot] [PATCH RFC] imx: add multi-architecture README
 2013-11-09 22:57 UTC  (6+ messages)

[U-Boot] Pull request: u-boot-arm/master
 2013-11-09 22:53 UTC 

[U-Boot] [GIT PULL] u-boot-mips/master
 2013-11-09 20:53 UTC 

[U-Boot] [PATCH] malta: define CONFIG_MEMSIZE_IN_BYTES
 2013-11-09 20:47 UTC  (2+ messages)

[U-Boot] Commit 2108f4c4 causes a warning in 10 ARM boards
 2013-11-09 12:55 UTC  (3+ messages)

[U-Boot] [PATCH v2 2/2] video: bcm2835: respect the pitch value
 2013-11-09 12:25 UTC  (4+ messages)
` [U-Boot] [PATCH] lcd: allow overriding lcd_get_size()
` [U-Boot] [PATCH v3 2/2] video: bcm2835: respect the pitch value

[U-Boot] [PATCH 1/2] ARM: bcm2835: add missing mbox overscan response field
 2013-11-09 10:11 UTC  (8+ messages)

[U-Boot] MPC8641D stucks before relocation
 2013-11-09  9:51 UTC  (5+ messages)

[U-Boot] [Patch v1 0/6] Move Freescale DDR and IFC drivers to common drivers
 2013-11-09  2:29 UTC  (12+ messages)
` [U-Boot] [Patch v1 1/6] Driver/DDR: Moving Freescale DDR driver to a common driver
` [U-Boot] [Patch v1 3/6] Driver/DDR: Add Freescale DDR driver for ARM
` [U-Boot] [Patch v1 6/6] Driver/IFC: Move Freescale IFC driver to a common driver

[U-Boot] [PATCH v1 0/6] ARM: refactor start.S files
 2013-11-09  2:27 UTC  (10+ messages)
` [U-Boot] [PATCH v1 1/6] arm1136: move cache code from start.S to cache.c
  ` [U-Boot] [PATCH v1 2/6] arm: move reset_cpu from start.S into cpu.c
    ` [U-Boot] [PATCH v1 3/6] arm: pxa: move SP check from start.S to cpuinfo.c
      ` [U-Boot] [PATCH v1 4/6] arm: ixp: cosmetic: move code around in start.S
        ` [U-Boot] [PATCH v1 5/6] arm: remove unused _end_vect and _vectors_end symbols
          ` [U-Boot] [PATCH v1 6/6] arm: move exception handling out of start.S files

[U-Boot] [RESEND PATCH v14 00/10] arm64 pat
 2013-11-09  1:23 UTC  (10+ messages)
` [U-Boot] [RESEND PATCH v14 01/10] fdt_support: 64bit initrd start address support
  ` [U-Boot] [RESEND PATCH v14 02/10] cmd_pxe: remove compiling warnings
    ` [U-Boot] [RESEND PATCH v14 03/10] add weak entry definition
      ` [U-Boot] [RESEND PATCH v14 04/10] arm64: Add tool to statically apply RELA relocations
        ` [U-Boot] [RESEND PATCH v14 05/10] arm64: Turn u-boot.bin back into an ELF file after relocate-rela
          ` [U-Boot] [RESEND PATCH v14 06/10] arm64: Make checkarmreloc accept arm64 relocations
            ` [U-Boot] [RESEND PATCH v14 07/10] arm64: core support

[U-Boot] [PATCH 3/4] mx6: add co-existing pad configuration macros mx6q/mx6dl
 2013-11-09  0:08 UTC  (2+ messages)

[U-Boot] [PATCH] imx-common: remove extraneous semicolon from macro
 2013-11-08 23:50 UTC 

[U-Boot] [PATCH 2/4] mx6: add structs for mmdc and ddr iomux registers
 2013-11-08 23:42 UTC  (2+ messages)

[U-Boot] [PATCH] time: fix gcc warnings on MIPS64
 2013-11-08 23:30 UTC 

[U-Boot] [PATCH 1/4] mx6: add function to determine boot device
 2013-11-08 23:09 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] mx6: Add SPL Framewok
 2013-11-08 22:37 UTC  (2+ messages)

[U-Boot] [PATCH] README: remove wrong config name
 2013-11-08 22:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cosmetic: remove empty lines at the top of file
 2013-11-08 22:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions
 2013-11-08 22:30 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] Remove <<<<<< HEAD from boards.cfg
 2013-11-08 22:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] Makefile: do not create a symbolic link to arch/${ARCH}/include/asm
 2013-11-08 22:30 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2] nand_util.c: Correct licensing
 2013-11-08 22:29 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH v2] Add support for SX151x SPI GPIO Expanders
 2013-11-08 22:29 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH] boards.cfg: remove git leftovers
 2013-11-08 22:29 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] boards.cfg: remove trailing whitespace
 2013-11-08 22:29 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd_nvedit.c: Add env exists command
 2013-11-08 22:29 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 4/4] MAKEALL: rename boards_by_* functions to targets_by_*
 2013-11-08 22:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/4] MAKEALL: fix boards_by_field function
 2013-11-08 22:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,3/4] "

[U-Boot] [PATCH v2 2/4] MAKEALL: fix a bug to use CROSS_COMPILE_<ARCH>
 2013-11-08 22:28 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/4] MAKEALL: fix awk warning message
 2013-11-08 22:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,1/4] "

[U-Boot] [PATCH] sparc: include config.h to start.S
 2013-11-08 22:28 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] EP88x: remove remainders of dead board
 2013-11-08 22:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] README.scrapyard: fix broken format
 2013-11-08 22:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

[U-Boot] [PATCH] kup: Delete an unused Makefile
 2013-11-08 22:28 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v1 1/1] netconsole loses 2nd character of input
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH v2 2/2] serial: s5p: Staticize local functions
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/2] serial: xuartlite: Staticize local functions
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] serial: mxs_auart: Staticize local functions
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] fs:fat: fix set file name function
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] cmd_zfs: normalize 'file not found' errors
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/3] cmd_reiser: normalize 'file not found' errors
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/3] cmd_ubifs: normalize 'file not found' errors
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] env: fix the env export varname
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] include: delete include/linux/config.h
 2013-11-08 22:27 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] config/sandbox: Add EFI and GPT support
 2013-11-08 22:26 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] config: Define HAVE_BLOCK_DEVICE when CONFIG_CMD_GPT is set
 2013-11-08 22:26 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/5] cosmetic: UDM-net: clean up the remainders of dead driver
 2013-11-08 22:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/5] cosmetic: UDM-serial: clean up the remainders of dead driver
 2013-11-08 22:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/5] cosmetic: doc: driver-model: Do not number driver lists
 2013-11-08 22:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] highbank: set AUTOBOOT_KEYED_CTRLC config option
 2013-11-08 22:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] autoboot: add an option to override keyed autoboot
 2013-11-08 22:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [Patch v3] cmd/gpt: Support gpt command for all devices
 2013-11-08 22:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] time: add weak annotation to timer_read_counter declaration
 2013-11-08 22:25 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] sandbox: convert to common time functions

[U-Boot] [PULL] u-boot-usb/master
 2013-11-08 22:24 UTC  (2+ messages)

[U-Boot] SPL Dfu update
 2013-11-08 22:09 UTC  (10+ messages)

[U-Boot] Question about patman
 2013-11-08 21:46 UTC  (4+ messages)

[U-Boot] [PATCH v1] arm: remove unneeded symbol offsets and _TEXT_BASE
 2013-11-08 21:40 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] arm: make _end compiler-generated
  ` [U-Boot] [PATCH v2 2/2] arm: remove unneeded symbol offsets and _TEXT_BASE

[U-Boot] [PATCH v1] arm: keep all sections in ELF file
 2013-11-08 21:37 UTC  (2+ messages)

[U-Boot] [PATCH] Revert "ARM: move interrupt_init to before relocation"
 2013-11-08 21:37 UTC 

[U-Boot] A question about unconfigured pads check in omap24xx_i2c
 2013-11-08 21:26 UTC  (4+ messages)

[U-Boot] ahci: add support for LBA48 data reads
 2013-11-08 20:12 UTC  (4+ messages)
` [U-Boot] [PATCH 3/3] ahci: support LBA48 data reads for 2+TB drives
  ` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2] usb: dfu: make nand upload working
 2013-11-08 19:45 UTC  (4+ messages)

[U-Boot] [PATCH] am33xx: Make SoC bootcount driver have its own symbol
 2013-11-08 18:54 UTC 

[U-Boot] [PATCH] mx6sabresd: Add SPI NOR support
 2013-11-08 18:20 UTC 

[U-Boot] [U-BOOT PATCH] net: zynq_gem: Add d-cache support
 2013-11-08 17:25 UTC 

[U-Boot] sandbox is broken again
 2013-11-08 16:31 UTC  (4+ messages)

[U-Boot] [PATCH] mx6sabresd: Fix wrong colors in LVDS display
 2013-11-08 16:10 UTC 

[U-Boot] [PATCH v2 0/6] handle compression buffer overflows
 2013-11-08 15:50 UTC  (6+ messages)
` [U-Boot] [PATCH 3/6] gzip: correctly bounds-check output buffer

[U-Boot] [PATCH] i2c, zynq: convert zynq i2c driver to new multibus/multiadapter framework
 2013-11-08 15:48 UTC  (3+ messages)
` [U-Boot] [PATCH] i2c, omap1510: remove i2c driver

[U-Boot] soft vs. hard float
 2013-11-08 15:31 UTC 

[U-Boot] [PATCH] nitrogen6x: Remove unused OCOTP options
 2013-11-08 14:49 UTC  (2+ messages)

[U-Boot] [PATCH V2 0/3] OMAP5/DRA7: EMIF fixes for lowpower usecases
 2013-11-08 12:10 UTC  (4+ messages)
` [U-Boot] [PATCH V2 1/3] ARM: DRA7: Add is_dra7xx cpu check definition
` [U-Boot] [PATCH V2 2/3] ARM: DRA: EMIF: Change DDR3 settings to use hw leveling
` [U-Boot] [PATCH V2 3/3] ARM: DRA7/OMAP5: EMIF: Add workaround for bug 0039

[U-Boot] [PATCH] designware_i2c: disable i2c controller during target address setup
 2013-11-08 12:10 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox