public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2013-01-03 14:37:22 to 2013-01-07 05:54:55 UTC [more...]

[U-Boot] [PATCH V4 0/9] EXYNOS5: Enable DWMMC, add FDT support for DWMMC and
 2013-01-07  5:54 UTC  (14+ messages)
` [U-Boot] [PATCH V4 1/9] FDT: Add compatible string for DWMMC
` [U-Boot] [PATCH V4 2/9] EXYNOS5: FDT: Add DWMMC device node data
` [U-Boot] [PATCH V4 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues
` [U-Boot] [PATCH V4 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC
` [U-Boot] [PATCH V4 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor
` [U-Boot] [PATCH V4 6/9] SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT
` [U-Boot] [PATCH V4 7/9] MMC: APIs to support resize of EMMC boot partition
` [U-Boot] [PATCH V4 8/9] SMDK5250: Enable EMMC booting
` [U-Boot] [PATCH V4 9/9] COMMON: MMC: Command to support EMMC booting and to

[U-Boot] [PATCH] arm:exynos4:pinmux: Modify the gpio function for mmc
 2013-01-07  2:28 UTC  (5+ messages)

[U-Boot] [PATCH 0/2] arm: rmobile: kzm9g: Adjust initial hardware setting
 2013-01-07  0:52 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] arm: rmobile: kzm9g: Adjust SDRAM setting
` [U-Boot] [PATCH 2/2] arm: rmobile: kzm9g: Adjust ETM trace clock

[U-Boot] [PATCH 1/2] video:cache:fix: Buffer alignment and dcache flush for lcd subsystem
 2013-01-06 23:40 UTC  (10+ messages)
` [U-Boot] [PATCH RESEND] "

[U-Boot] global variables from comon/lcd.c
 2013-01-06 23:33 UTC  (6+ messages)
` [U-Boot] [PATCH] common/lcd.c: cleanup use of global variables

[U-Boot] [PATCH 3/4 v2] dtc/libfdt: introduce fdt types for annotation by endian checkers
 2013-01-06 21:52 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/4] dtc/tests: don't include fdt.h prior to libfdt.h
  ` [U-Boot] [PATCH v3 3/4] dtc/libfdt: introduce fdt types for annotation by endian checkers
          ` [U-Boot] [PATCH v4 "

[U-Boot] [PATCH] MIPS: bootm.c: use debug macro to print debug message
 2013-01-06 19:56 UTC  (2+ messages)

[U-Boot] [PATCH v7] qi_lb60: add nand spl support
 2013-01-06 19:54 UTC  (5+ messages)

[U-Boot] [PATCH] nds32: Add a basic errno.h
 2013-01-06 17:24 UTC  (5+ messages)

[U-Boot] [RFC PATCH 0/44] RFC: Verified boot implementation based on FIT
 2013-01-05 21:51 UTC  (70+ messages)
` [U-Boot] [RFC PATCH 01/44] sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT
` [U-Boot] [RFC PATCH 02/44] bootstage: Don't build for HOSTCC
` [U-Boot] [RFC PATCH 03/44] mkimage: Move ARRAY_SIZE to header file
` [U-Boot] [RFC PATCH 04/44] libfdt: Add fdt_next_subnode() to permit easy subnode iteration
` [U-Boot] [RFC PATCH 05/44] image: Move timestamp #ifdefs to header file
` [U-Boot] [RFC PATCH 06/44] image: Export fit_check_ramdisk()
` [U-Boot] [RFC PATCH 07/44] image: Split FIT code into new image-fit.c
` [U-Boot] [RFC PATCH 08/44] image: Move HOSTCC image code to tools/
` [U-Boot] [RFC PATCH 09/44] image: Split hash node processing into its own function
` [U-Boot] [RFC PATCH 10/44] image: Convert fit_image_hash_set_value() to static, and rename
` [U-Boot] [RFC PATCH 11/44] image: Rename fit_image_check_hashes() to fit_image_verify()
` [U-Boot] [RFC PATCH 12/44] image: Move hash checking into its own functions
` [U-Boot] [RFC PATCH 13/44] image: Move error! string to common place
` [U-Boot] [RFC PATCH 14/44] image: Export fit_conf_get_prop_node()
` [U-Boot] [RFC PATCH 15/44] image: Rename fit_add_hashes() to fit_add_verification_data()
` [U-Boot] [RFC PATCH 16/44] image: Rename hash printing to fit_image_print_verification_data()
` [U-Boot] [RFC PATCH 17/44] sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file
` [U-Boot] [RFC PATCH 18/44] fdt: Add a parameter to fdt_valid()
` [U-Boot] [RFC PATCH 19/44] Add getenv_hex() to return an environment variable as hex
` [U-Boot] [RFC PATCH 20/44] fdt: Allow fdt command to check and update control FDT
` [U-Boot] [RFC PATCH 21/44] sandbox: fdt: Support fdt command for sandbox
` [U-Boot] [RFC PATCH 22/44] env: Fix minor comment typos in cmd_nvedit
` [U-Boot] [RFC PATCH 23/44] fdt: Skip checking FDT if the pointer is NULL
` [U-Boot] [RFC PATCH 24/44] Revert "fdt- Tell the FDT library where the device tree is"
` [U-Boot] [RFC PATCH 25/44] Add stdarg to vsprintf.h
` [U-Boot] [RFC PATCH 26/44] Add minor updates to README.fdt-control
` [U-Boot] [RFC PATCH 27/44] hash: Add a way to calculate a hash for any algortihm
` [U-Boot] [RFC PATCH 28/44] sandbox: config: Enable FIT signatures with RSA
` [U-Boot] [RFC PATCH 29/44] sandbox: Provide a way to map from host RAM to U-Boot RAM
` [U-Boot] [RFC PATCH 30/44] sandbox: image: Add support for booting images in sandbox
` [U-Boot] [RFC PATCH 31/44] image: Add signing infrastructure
` [U-Boot] [RFC PATCH 32/44] image: Support signing of images
` [U-Boot] [RFC PATCH 33/44] image: Verify signatures in FIT images
` [U-Boot] [RFC PATCH 34/44] image: Add RSA support for image signing
` [U-Boot] [RFC PATCH 35/44] mkimage: Put FIT loading in function and tidy error handling
` [U-Boot] [RFC PATCH 36/44] mkimage: Add -k option to specify key directory
` [U-Boot] [RFC PATCH 37/44] mkimage: Add -K to write public keys to an FDT blob
` [U-Boot] [RFC PATCH 38/44] mkimage: Add -F option to modify an existing .fit file
` [U-Boot] [RFC PATCH 39/44] mkimage: Add -c option to specify a comment for key signing
` [U-Boot] [RFC PATCH 40/44] mkimage: Add -r option to specify keys that must be verified
` [U-Boot] [RFC PATCH 41/44] libfdt: Add fdt_find_regions()
` [U-Boot] [RFC PATCH 42/44] image: Add support for signing of FIT configurations
` [U-Boot] [RFC PATCH 43/44] Add verified boot information and test
` [U-Boot] [RFC PATCH 44/44] WIP: sandbox: config: Add test config for verified boot

[U-Boot] [PATCH v2 8/8] buildman - U-Boot multi-threaded builder and summary tool
 2013-01-05 20:54 UTC  (2+ messages)
` [U-Boot] [PATCH v3 "

[U-Boot] [RFC]: always relocate u-boot before the framebuffer
 2013-01-05 19:18 UTC  (12+ messages)

[U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk
 2013-01-05 18:29 UTC  (18+ messages)

[U-Boot] [PULL] : Please pull u-boot-imx
 2013-01-05 17:36 UTC 

[U-Boot] [PATCH v2 1/2] mx53loco: Remove unneeded 'retval' variable
 2013-01-05 17:11 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] mx53loco: Improve error handling on power_init()

[U-Boot] [PATCH] mx51evk: Remove unneeded comment
 2013-01-05 17:11 UTC  (2+ messages)

[U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512
 2013-01-05 17:10 UTC  (6+ messages)

[U-Boot] [PATCH 0/3] Enable eMMC on mx6qsabresd board
 2013-01-05 17:02 UTC  (9+ messages)
` [U-Boot] [PATCH 1/3] fsl_esdhc: add MMC_MODE_HC host_caps
` [U-Boot] [PATCH 2/3] mx6qsabresd: add usdhc2 and usdhc4 support
` [U-Boot] [PATCH 3/3] mx6qsabresd: use on-board eMMC to store environment

[U-Boot] [PATCH v2 0/6] Improve default environment for easy use
 2013-01-05 16:50 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

[U-Boot] [PATCH] mx35pdk:Use IMX_GPIO_NR macro
 2013-01-05 16:45 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] powerpc/mpc8xxx: Enable entering DDR debugging by key press
 2013-01-05  6:23 UTC  (10+ messages)
` [U-Boot] [PATCH 2/7] Move DDR command parsing to separate function
` [U-Boot] [PATCH 3/7] Fix data stage name matching issue
` [U-Boot] [PATCH 4/7] Add copy command to FSL DDR interactive
` [U-Boot] [PATCH 5/7] README.fsl-ddr typos and update to reflect hotkey
` [U-Boot] [PATCH 6/7] getenv_f() env variable exist w/o needing a buffer
` [U-Boot] [PATCH 7/7] powerpc/mpc8xxx: FSL DDR debugger auto run of stored commands

[U-Boot] [PATCH v3] mx6: Add workaround for ARM errata
 2013-01-05  2:07 UTC 

[U-Boot] is it possilbe to have uboot find the kernel in the file system?
 2013-01-05  1:53 UTC  (9+ messages)

[U-Boot] [PATCH v2] mx6: Add workaround for ARM errata
 2013-01-05  1:27 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/2] Factorize ARM startup code as mush as possible
 2013-01-05  1:00 UTC  (9+ messages)
` [U-Boot] [PATCH v4 "
  ` [U-Boot] [PATCH v4 1/2] arm: move C runtime setup code in crt0.S

[U-Boot] [PATCH] mx6: Add workaround for ARM errata
 2013-01-05  0:29 UTC 

[U-Boot] NOR NAND Interference question
 2013-01-04 23:47 UTC 

[U-Boot] [PATCH 0/9] USB: Gadget & DFU related fixes (v3)
 2013-01-04 17:23 UTC  (4+ messages)
` [U-Boot] [PATCH 9/9] dfu: Support larger than memory transfers

[U-Boot] [PATCH 0/2] powerpc/p2041: u-boot.pbl build for P2041RDB
 2013-01-04 14:06 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] powerpc/p2041: add RCW file "
` [U-Boot] [PATCH 2/2] powerpc/p2041: set RCW and PBI files for .pbl build or P2041RDB

[U-Boot] [PATCH] drivers/block/systemace: replaced in16/out16 with more common readw/writew macros
 2013-01-04 10:22 UTC  (9+ messages)

[U-Boot] [PATCH V2 0/9] EXYNOS5: Enable dwmmc
 2013-01-04 10:09 UTC  (5+ messages)
` [U-Boot] [PATCH 9/9] COMMON: MMC: Command to support EMMC booting

[U-Boot] [PATCH 0/3 V4] EXYNOS5: MAX77686 add FDT support
 2013-01-04  5:38 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3 V4] EXYNOS5: FDT: Add compatible strings for PMIC
` [U-Boot] [PATCH 2/3 V4] EXYNOS5: Add device node "
` [U-Boot] [PATCH 3/3 V4] PMIC: MAX77686: Add FDT Support

[U-Boot] [PATCH][RFC] MTD resync from Linux-3.8-rc2+ (master)
 2013-01-04  0:58 UTC  (4+ messages)

[U-Boot] [PATCH V1 1/3] phy: add phy_connect_by_mask
 2013-01-03 22:00 UTC  (3+ messages)
` [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

[U-Boot] [PATCH 1/1] serial/ns16550: check UART mode for TEMT value
 2013-01-03 21:04 UTC  (2+ messages)

[PATCH] MIPS: bootm.c: add support for passing device-tree to Linux
 2013-01-03 20:19 UTC 

[U-Boot] [PATCH] mx53loco: Fix PMIC name
 2013-01-03 18:26 UTC  (7+ messages)

[U-Boot] Writting uImage from linux using nandwrite on Blackfin based system
 2013-01-03 17:27 UTC 

[U-Boot] [PATCH v2] SMDK5250: Enable VBus for USB 2.0 controller
 2013-01-03 15:22 UTC 

[U-Boot] [PATCH v3 1/3] EHCI: Exynos: Add fdt support
 2013-01-03 15:12 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/3] EXYNOS5: Add device node for USB
` [U-Boot] [PATCH v3 3/3] EXYNOS5: FDT: Add compatible strings "

[U-Boot] [PATH v3 1/2] sf: Add status register reading support
 2013-01-03 14:51 UTC  (2+ messages)
` [U-Boot] [PATH v3 2/2] sf: Add config "


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