public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-05-30 20:41:47 to 2014-06-03 05:19:25 UTC [more...]

[U-Boot] [PATCH 0/11] Enhance fit_check_sign add beaglebone black vboot docs
 2014-06-03  5:19 UTC  (13+ messages)
` [U-Boot] [PATCH 01/11] tools: Check arguments in fit_check_sign/fit_info
` [U-Boot] [PATCH 02/11] Reverse the meaning of the fit_config_verify() return code
` [U-Boot] [PATCH 03/11] bootm: Split out code from cmd_bootm.c
` [U-Boot] [PATCH 04/11] image: Remove the fit_load_image() property parameter
` [U-Boot] [PATCH 05/11] bootm: Support android boot on sandbox
` [U-Boot] [PATCH 06/11] Fix small 'case' typo in image-fit.c
` [U-Boot] [PATCH 07/11] Avoid including config.h in command.h
` [U-Boot] [PATCH 08/11] Allow compiling common/bootm.c on with HOSTCC
` [U-Boot] [PATCH 09/11] bootm: Move decompression code into its own function
` [U-Boot] [PATCH 10/11] Enhance fit_check_sign to check all images
` [U-Boot] [PATCH 11/11] Add documentation for verified boot on Beaglebone Black

[U-Boot] [PATCH v2 0/11] Minor improvements to secure boot and enable on beaglebone
 2014-06-03  5:17 UTC  (4+ messages)

[U-Boot] [RFC, PATCH v2 0/4] mtd, ubi, ubifs: resync with Linux-3.14
 2014-06-03  5:14 UTC  (3+ messages)

[U-Boot] Unable to boot the new FIT image
 2014-06-03  4:46 UTC  (7+ messages)

[U-Boot] secure embedded linux system
 2014-06-03  4:43 UTC  (7+ messages)

[U-Boot] [PATCH v3 0/14] Minor improvements to secure boot and enable on beaglebone
 2014-06-03  4:04 UTC  (15+ messages)
` [U-Boot] [PATCH v3 01/14] ti: am335x: Fix the U-Boot binary output
` [U-Boot] [PATCH v3 02/14] cm_t335: "
` [U-Boot] [PATCH v3 03/14] mx31ads: "
` [U-Boot] [PATCH v3 04/14] Check that u-boot.bin size looks correct
` [U-Boot] [PATCH v3 05/14] am33xx/omap: Allow cache enable for all Sitara/OMAP
` [U-Boot] [PATCH v3 06/14] hash: Export the function to show a hash
` [U-Boot] [PATCH v3 07/14] fdt: Add DEV_TREE_BIN option to specify a device tree binary file
` [U-Boot] [PATCH v3 08/14] fdt: Update functions which write to an FDT to return -ENOSPC
` [U-Boot] [PATCH v3 09/14] Improve error handling in fit_common
` [U-Boot] [PATCH v3 10/14] mkimage: Automatically make space in FDT when full
` [U-Boot] [PATCH v3 11/14] arm: ti: Increase malloc size to 16MB for armv7 boards
` [U-Boot] [PATCH v3 12/14] am33xx/omap: Enable CONFIG_OF_CONTROL
` [U-Boot] [PATCH v3 13/14] am33xx/omap: Enable FIT support
` [U-Boot] [PATCH v3 14/14] am33xx/omap: Add a new board to enable verified boot

[U-Boot] Building common/lib files in tools/
 2014-06-03  3:40 UTC 

[U-Boot] [PATCH 0/5] sunxi: GPIO, AHCI and Cubieboard 2 support
 2014-06-03  3:32 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] AHCI: Increase link timeout to 200ms
` [U-Boot] [PATCH 2/5] board_r: run scsi init() on ARM too
` [U-Boot] [PATCH 3/5] sunxi: add Cubieboard2 support
` [U-Boot] [PATCH 4/5] sunxi: add gpio driver
` [U-Boot] [PATCH 5/5] ahci: provide sunxi SATA driver using AHCI platform framework

[U-Boot] [PATCH v2 0/11] Kconfig for U-Boot
 2014-06-03  3:23 UTC  (5+ messages)
` [U-Boot] [PATCH v2 07/11] MAKEALL: adjust for Kconfig
` [U-Boot] [PATCH v2 08/11] buildman: "

[U-Boot] Command repeat
 2014-06-03  3:08 UTC  (4+ messages)

[U-Boot] tftp command return value
 2014-06-03  3:01 UTC  (2+ messages)

[U-Boot] [Patman Bug Report] Patman breaks git-log during git-rebase
 2014-06-03  2:28 UTC  (2+ messages)

[U-Boot] [RFC 00/10] clang support for ARM
 2014-06-03  2:20 UTC  (16+ messages)
` [U-Boot] [RFC 01/10] ARM: crt0.S: clear the global data
` [U-Boot] [RFC 02/10] ARM: omap3/board: add spl specific board_init_f
` [U-Boot] [RFC 03/10] board_r: only assign gd when requested
` [U-Boot] [RFC 04/10] ARM: do not set gd in generic board again
` [U-Boot] [RFC 05/10] ARM: SPL: do not set gd again
` [U-Boot] [RFC 06/10] cc-option: make it work with clang
` [U-Boot] [RFC 07/10] ARM: make gd a function a function for clang
` [U-Boot] [RFC 08/10] inline: use the gcc inline version instead of the c99 one
` [U-Boot] [RFC 09/10] eabi_compat: add __aeabi_memcpy __aeabi_memset
` [U-Boot] [RFC 10/10] README.clang: build command with clang

[U-Boot] smp_kick_all_cpus() function's role
 2014-06-03  2:16 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/22] Introduce driver model serial uclass
 2014-06-03  1:59 UTC  (21+ messages)
` [U-Boot] [RFC PATCH 01/22] stdio: Remove redundant code around stdio_register() calls
` [U-Boot] [RFC PATCH 02/22] stdio: Pass device pointer to stdio methods
` [U-Boot] [RFC PATCH 03/22] dm: Make sure that the root device is probed
` [U-Boot] [RFC PATCH 04/22] dm: Provide a way to shut down driver model
` [U-Boot] [RFC PATCH 06/22] dm: Tidy up four minor code nits
` [U-Boot] [RFC PATCH 08/22] dm: Use '*' to indicate a device is activated
` [U-Boot] [RFC PATCH 13/22] stdio: Provide functions to add/remove devices using stdio_dev
` [U-Boot] [RFC PATCH 17/22] dm: Expand and improve the device lifecycle docs

[U-Boot] coreboot and u-boot integration x86: "No tick base available"
 2014-06-03  1:43 UTC  (4+ messages)

[U-Boot] Driver Model and DTS Parsing
 2014-06-03  1:26 UTC  (2+ messages)

[U-Boot] [PATCH v3] Exynos: Make sure ps_hold gets set in the SPL
 2014-06-03  1:16 UTC  (4+ messages)

[U-Boot] Some Driver Model Ponderings
 2014-06-03  1:14 UTC  (2+ messages)

[U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images
 2014-06-03  1:11 UTC  (6+ messages)

[U-Boot] [PATCH] arm: Allow u-boot to run from offset base address
 2014-06-03  0:37 UTC  (10+ messages)

[U-Boot] (no subject)
 2014-06-03  0:04 UTC 

[U-Boot] [PATCH v4 00/10] mx6: SPL NAND support
 2014-06-02 23:13 UTC  (11+ messages)
` [U-Boot] [PATCH v4 01/10] spl: nand: add support for mxs nand
` [U-Boot] [PATCH v4 02/10] mx6: add common SPL configuration
` [U-Boot] [PATCH v4 03/10] mx6: add boot device support for SPL
` [U-Boot] [PATCH v4 04/10] imx: add comments and remove unused struct fields
` [U-Boot] [PATCH v4 05/10] mx6: add structs for mmdc and ddr iomux registers
` [U-Boot] [PATCH v4 06/10] mx6: add mmdc configuration for MX6Q/MX6DL
` [U-Boot] [PATCH v4 07/10] imx: iomux: add macros to setup iomux for multiple SoC types
` [U-Boot] [PATCH v4 08/10] imx: ventana: split read_eeprom into standalone file
` [U-Boot] [PATCH v4 09/10] imx: ventana: auto-configure for IMX6Q vs IMX6DL
` [U-Boot] [PATCH v4 10/10] imx: ventana: switch to SPL

[U-Boot] [PATCH 1/2] usb: ci_udc: allow multiple buffer allocs per ep
 2014-06-02 23:02 UTC  (3+ messages)

[U-Boot] imx6 booting from NAND with bad block 0
 2014-06-02 22:16 UTC  (2+ messages)

[U-Boot] Standalone application on secondary cores
 2014-06-02 21:43 UTC  (2+ messages)

[U-Boot] [PATCH] PPC4xx: Remove quad100hd board
 2014-06-02 19:04 UTC  (4+ messages)

[U-Boot] [Patch v4 1/5] Added 64-bit MMIO accessors for ARMv8
 2014-06-02 18:01 UTC  (5+ messages)
` [U-Boot] [Patch v4 2/5] ARMv8: Adjust MMU setup

[U-Boot] [PATCH] mmc: add wrappers for MMC block_{read, write, erase}
 2014-06-02 16:30 UTC  (3+ messages)

[U-Boot] [PATCH] dfu: fix some issues with reads/uploads
 2014-06-02 15:52 UTC  (7+ messages)

[U-Boot] [PATCH 0/9] Remove MPC82xx, MPC8xx Orphan boards
 2014-06-02 15:51 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] cmd_mmc: add force_init parameter to init_mmc_device()
 2014-06-02 15:50 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] Fix SPI read and Enable required configs for Exynos5
 2014-06-02 15:45 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] Exynos: SPI: Fix reading data from SPI flash
` [U-Boot] [PATCH 2/4] Exynos5: Config: Place environment at the end of SPI Flash
` [U-Boot] [PATCH 3/4] Exynos5: Config: Increase SPL footprint for Exynos5420
` [U-Boot] [PATCH 4/4] Exynos5: Config: Enable USB boot mode for all Exynos5 SoCs

[U-Boot] [PATCH v4 0/3] mtd: nand: omap: add support for BCH16_ECC
 2014-06-02 11:44 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/3] mtd: nand: omap_gpmc: use macro for register definitions
` [U-Boot] [PATCH v4 2/3] mtd: nand: omap: add support for BCH16_ECC - NAND driver updates
` [U-Boot] [PATCH v4 3/3] am335x: update README for BCH16

[U-Boot] [Patch v3 1/4] Added 64-bit MMIO accessors for ARMv8
 2014-06-02 10:08 UTC  (6+ messages)
` [U-Boot] [Patch v3 2/4] ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC

[U-Boot] kernel splash customisation after u-boot splash
 2014-06-02  9:19 UTC 

[U-Boot] [PATCH] tam3517: fix NAND detection
 2014-06-02  7:30 UTC  (4+ messages)

[U-Boot] [PATCH v2] boards.cfg: move many unmaintained boards to Orphan
 2014-06-02  7:30 UTC 

[U-Boot] please pull u-boot-samsung master
 2014-06-02  7:28 UTC  (2+ messages)

[U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board
 2014-06-02  7:22 UTC  (14+ messages)
  ` [U-Boot] [PATCH v2] Separate EBV Socrates board from Altera Cyclone 5 board and from Virtual Target

[U-Boot] [PATCH v1 0/9] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS board support
 2014-06-02  6:45 UTC  (5+ messages)
` [U-Boot] [PATCH 9/9] arm: ls102xa: Add basic support for LS1021AQDS board

[U-Boot] [PATCH] mmc: return meaningful error codes from mmc_select_hwpart
 2014-06-02  6:18 UTC  (3+ messages)

[U-Boot] [PATCH v3 1/3] dts: re-write dts/Makefile more simply with Kbuild
 2014-06-02  6:18 UTC  (5+ messages)

[U-Boot] Mainline u-boot SPL for socfpga
 2014-06-02  5:54 UTC  (8+ messages)
        ` [U-Boot] [PATCH] generic board "

[U-Boot] [PATCH v2 02/04] spi, spi_mxc: do not hang in spi_xchg_single
 2014-06-02  5:36 UTC 

[U-Boot] usbkbd not working
 2014-06-02  5:22 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: AM43xx: Fix UART clocks enabling
 2014-06-02  5:19 UTC 

[U-Boot] [PATCH] ARM: AM43xx: Fix mmcboot command in EXTRA_ENV_SETTINGS
 2014-06-02  5:15 UTC 

[U-Boot] [PATCH] nand/denali: Adding Denali NAND driver support
 2014-06-02  5:14 UTC 

[U-Boot] bootfile environment variable
 2014-06-02  4:31 UTC  (4+ messages)

[U-Boot] [RFC] Two sets of experimental Kconfig patches
 2014-06-02  4:30 UTC  (2+ messages)

[U-Boot] Turn on USB PHY clock
 2014-06-01 19:53 UTC 

[U-Boot] [PULL] u-boot-usb/master
 2014-06-01 17:47 UTC 

[U-Boot] [PATCH 1/4] usb: ci_udc: detect queued requests on ep0
 2014-06-01 17:22 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4] usb: ci_udc: complete ep0 direction handling

[U-Boot] [PATCH 1/2] usb: hub: fix power good delay timing
 2014-06-01 17:20 UTC  (3+ messages)

[U-Boot] [PATCH] arm: fdt_control: fix a build error with CONFIG_OF_EMBED=y
 2014-06-01 16:36 UTC  (2+ messages)

[U-Boot] [PATCH] FDT: Fix DTC repository references
 2014-06-01 16:32 UTC  (2+ messages)

[U-Boot] [PATCH v3: DNS320 support 0/4] Add a new kirkwook board
 2014-06-01 14:41 UTC  (4+ messages)

[U-Boot] sunxi: Bug fixes, sun4i and sun5i support, pmic support and network improvements
 2014-06-01  9:54 UTC  (25+ messages)
` [U-Boot] [PATCH 05/12] sunxi: Add sun4i support
` [U-Boot] [PATCH 06/12] sunxi: Add sun5i support
` [U-Boot] [PATCH 07/12] sunxi: Add i2c support
` [U-Boot] [PATCH 08/12] sunxi: Add axp209 pmic support
` [U-Boot] [PATCH 09/12] sunxi: Add axp152 "
` [U-Boot] [PATCH 10/12] net: Rename and cleanup sunxi (Allwinner) emac driver
` [U-Boot] [PATCH 11/12] sunxi: enable emac for sun4i
` [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

[U-Boot] [PATCH] boards.cfg: move many unmaintained boards to Orphan
 2014-05-31 14:24 UTC  (4+ messages)

[U-Boot] [PATCH v5 0/4] mpc8313: ids8313 board updates
 2014-05-30 23:55 UTC  (10+ messages)
` [U-Boot] [PATCH v5 1/4] bootm: make use of legacy image format configurable
` [U-Boot] [PATCH v5 2/4] mpc8313, signed fit: enable legacy image format on ids8313 board
` [U-Boot] [PATCH v5 3/4] lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c
` [U-Boot] [PATCH v5 4/4] mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 board

[U-Boot] [PATCH v1 3/3] ARM: omap: merge GPMC initialization code for all platform
 2014-05-30 21:59 UTC  (4+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] Exynos DMC register details
 2014-05-30 21:46 UTC  (2+ messages)

[U-Boot] [PATCH] Implement generalised RSA public exponents for verified boot
 2014-05-30 21:20 UTC  (8+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH 1/2] cmd_mmc: default to HW partition 0 if not specified
 2014-05-30 21:11 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] Fix a few problems with the command parsers
 2014-05-30 20:43 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/4] Add final result tests for run_command_list()
` [U-Boot] [PATCH v2 2/4] Fix itest mask overflow
` [U-Boot] [PATCH v2 3/4] Fix hush to give the correct return code for a simple command
` [U-Boot] [PATCH v2 4/4] Correct return code from builtin_run_command_list()


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