public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2013-01-03 04:32:55 to 2013-01-05 08:25:25 UTC [more...]

[U-Boot] [RFC PATCH 0/44] RFC: Verified boot implementation based on FIT
 2013-01-05  8:25 UTC  (64+ 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 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 1/2] video:cache:fix: Buffer alignment and dcache flush for lcd subsystem
 2013-01-05  1:25 UTC  (3+ messages)
` [U-Boot] [PATCH RESEND] "

[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] [PATCH v2] tools: imximage: Load a size that is multiple of 512
 2013-01-05  0:16 UTC  (5+ messages)

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

[U-Boot] [RFC]: always relocate u-boot before the framebuffer
 2013-01-04 20:29 UTC  (11+ messages)
        ` [U-Boot] [PATCH v2] VIDEO: better document the correct use of CONFIG_FB_ADDR

[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] mxs: Add NAND fdt and ramdisk partition to m28evk
 2013-01-04 16:12 UTC  (14+ messages)

[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 v7] qi_lb60: add nand spl support
 2013-01-04 13:26 UTC  (4+ messages)

[U-Boot] [PATCH V4 0/9] EXYNOS5: Enable DWMMC, add FDT support for DWMMC and
 2013-01-04 10:27 UTC  (11+ 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] drivers/block/systemace: replaced in16/out16 with more common readw/writew macros
 2013-01-04 10:22 UTC  (11+ 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] Enable eMMC on mx6qsabresd board
 2013-01-04  9:08 UTC  (3+ messages)

[U-Boot] [PATCH] arm:exynos4:pinmux: Modify the gpio function for mmc
 2013-01-04  7:59 UTC  (4+ messages)

[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  (24+ 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 "

[U-Boot] [PATCH V3 0/9] EXYNOS5: Enable DWMMC, add FDT support for DWMMC and
 2013-01-03 14:34 UTC  (14+ messages)
` [U-Boot] [PATCH V3 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues
` [U-Boot] [PATCH V3 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC
` [U-Boot] [PATCH V3 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor

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

[U-Boot] Rx FIFO: more than 64 bytes receive error
 2013-01-03 13:42 UTC  (4+ messages)

[U-Boot] [PATCH] tools: imximage: Load a size that is multiple of 512
 2013-01-03 13:23 UTC 

[U-Boot] MPC8555 pci issue
 2013-01-03 13:03 UTC  (3+ messages)

[U-Boot] [PATCH] drivers/block/systemace: fixes read/write words for bus width = 8
 2013-01-03 12:19 UTC  (9+ messages)

[U-Boot] [PATCH] drivers/block/systemace - fixed data type in "systemace_read" to match prototype in "block_dev_desc_t"
 2013-01-03 11:02 UTC 

[U-Boot] [PATCH V2] drivers/block/systemace - added missing "else" in "ace_writew"
 2013-01-03  9:35 UTC 

[U-Boot] [PATCH 2/2] EXYNOS: EXYNOS5250: add gpio structure for EXYNOS5250
 2013-01-03  8:43 UTC 

[U-Boot] [PATCH 1/2] EXYNOS: EXYNOS5250: add exynos5250 register addresses
 2013-01-03  8:43 UTC 

[U-Boot] [PATCH 0/2] EXYNOS: EXYNOS5250: Separate setting configuration of exynos5250 from exynos5
 2013-01-03  8:43 UTC 

[U-Boot] Pull request: u-boot-arm/master
 2013-01-03  7:12 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