messages from 2016-01-27 16:59:32 to 2016-01-28 16:39:40 UTC [more...]
[U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot
2016-01-28 16:39 UTC (21+ messages)
` [U-Boot] [PATCH 01/26] mkimage: Move argument processing into its own function
` [U-Boot] [PATCH 02/26] mkimage: Convert to use getopt()
` [U-Boot] [PATCH 03/26] mkimage: Sort the option processing code by option
` [U-Boot] [PATCH 04/26] mkimage: Move usage() up to the top
` [U-Boot] [PATCH 05/26] mkimage: Show an error message when usage() is called
` [U-Boot] [PATCH 06/26] mkimage: Make 'params' static
` [U-Boot] [PATCH 07/26] libfdt: Add a function to write a property placeholder
` [U-Boot] [PATCH 08/26] Correct defconfig ordering
` [U-Boot] [PATCH 09/26] Move CONFIG_OF_LIBFDT to Kconfig
` [U-Boot] [PATCH 10/26] Kconfig: Move CONFIG_FIT and CONFIG_OF_*_SETUP "
` [U-Boot] [PATCH 11/26] fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROL
` [U-Boot] [PATCH 12/26] fdt: Allow libfdt to be used in SPL
` [U-Boot] [PATCH 13/26] sunxi: Display the board model on start-up
` [U-Boot] [PATCH 14/26] tools: Include fdt_sw.o in libfdt for mkimage
` [U-Boot] [PATCH 15/26] mkimage: Allow a FIT to include an image of any type
` [U-Boot] [PATCH 16/26] tools: Add a function to obtain the size of a file
` [U-Boot] [PATCH 17/26] image: Add functions to obtain short names
` [U-Boot] [PATCH 18/26] mkimage: Support automatic creating of a FIT without a .its
` [U-Boot] [PATCH 19/26] mkimage: Support adding device tree files to a FIT
` [U-Boot] [PATCH 20/26] mkimage: Support placing data outside the FIT
[U-Boot] [PATCH] autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set
2016-01-28 16:34 UTC
[U-Boot] [PATCH v2] net: Add bootfile in DHCP Request
2016-01-28 16:19 UTC
[U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY
2016-01-28 16:18 UTC (7+ messages)
[U-Boot] Olinuxino A13 NAND boot (Sunxi)
2016-01-28 16:07 UTC
[U-Boot] Include patchwork patch ID in commit message?
2016-01-28 15:45 UTC (15+ messages)
[U-Boot] [PATCH 1/2][v2] net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET
2016-01-28 15:10 UTC (2+ messages)
[U-Boot] [PATCH v4 00/13] Initial Microchip PIC32MZ[DA] Support
2016-01-28 15:09 UTC (15+ messages)
` [U-Boot] [PATCH v4 01/13] MIPS: initial infrastructure for Microchip PIC32 architecture
` [U-Boot] [PATCH v4 02/13] drivers: clk: Add clock driver for Microchip PIC32 Microcontroller
` [U-Boot] [PATCH v4 03/13] drivers: pinctrl: Add pinctrl driver for Microchip PIC32
` [U-Boot] [PATCH v4 04/13] drivers: gpio: add driver for Microchip PIC32 GPIO controller
` [U-Boot] [PATCH v4 05/13] drivers: serial: add driver for Microchip PIC32 UART controller
` [U-Boot] [PATCH v4 06/13] drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32
` [U-Boot] [PATCH v4 07/13] MIPS: Add support for Microchip PIC32MZ[DA] SoC family
` [U-Boot] [PATCH v4 08/13] board: Add Microchip PIC32MZ[DA]-Starter-Kit board
` [U-Boot] [PATCH v4 09/13] drivers: mmc: add driver for Microchip PIC32 SDHCI controller
` [U-Boot] [PATCH v4 10/13] board: add SDHCI support for PIC32MZDASK board
` [U-Boot] [PATCH v4 11/13] drivers: net: phy: add SMSC LAN8740 Phy support
` [U-Boot] [PATCH v4 12/13] drivers: net: Add ethernet driver for Microchip PIC32
` [U-Boot] [PATCH v4 13/13] board: Enable ethernet, tftpboot support to pic32mzdask board
[U-Boot] [RFC PATCH] dfu: allow get_medium_size() to return bigger medium sizes than 2GiB
2016-01-28 15:03 UTC (3+ messages)
[U-Boot] [PATCH 1/3] mips: ath79: Fix compiler warning on const assignment
2016-01-28 14:53 UTC (12+ messages)
` [U-Boot] [PATCH 2/3] mips: ath79: Drop SYS_MIPS_CACHE_INIT_RAM_LOAD
` [U-Boot] [PATCH 3/3] mips: ath79: Move SYS_SOC and SYS_VENDOR to board Kconfig
[U-Boot] [PATCH] [RFC] net: Add ag7xxx driver for Atheros MIPS
2016-01-28 14:52 UTC (3+ messages)
[U-Boot] [PATCH v2 01/15] armv8: ls2080: Add SFP Configs for LS2080/LS2085
2016-01-28 13:20 UTC (15+ messages)
` [U-Boot] [PATCH v2 02/15] armv8: ls2080: Add Secure Boot configs: SEC, Security Monitor, SRK and RCW
` [U-Boot] [PATCH v2 03/15] SECURE BOOT: Add new ESBC header for ls-ch3 Secure Boot
` [U-Boot] [PATCH v2 04/15] SECURE BOOT: Add Secure Boot support on ls2080aqds/rdb
` [U-Boot] [PATCH v2 05/15] armv8: fsl-lsch3: Add bootscript header address for Secure Boot
` [U-Boot] [PATCH v2 06/15] SECURE BOOT: Copy Bootscript and header from NOR to DDR for LS2080/5
` [U-Boot] [PATCH v2 07/15] SECURE BOOT: Change env variable "fdt_high" for LS2080a and LS2085a
` [U-Boot] [PATCH v2 08/15] armv8 : ls2080: Add config for endianess of CCSR GUR
` [U-Boot] [PATCH v2 09/15] armv8: fsl-lsch3: Disable SMMU during Secure Boot
` [U-Boot] [PATCH v2 10/15] crypto/fsl: Correct 64bit Write when MMU disabled
` [U-Boot] [PATCH v2 11/15] crypto/fsl: Make CAAM transactions cacheable
` [U-Boot] [PATCH v2 12/15] SECURE_BOOT: Use default bootargs during Secure Boot
` [U-Boot] [PATCH v2 13/15] SECURE BOOT: Halt execution when secure boot fail after reset request
` [U-Boot] [PATCH v2 14/15] SECURE BOOT: Change fsl_secboot_validate function to output image addr
` [U-Boot] [PATCH v2 15/15] SECURE_BOOT: Enable IE (Key extention) Feature in Ls2085a & LS2088a
[U-Boot] [PATCH v2 00/15] Add Support for Secure Boot on LS208x
2016-01-28 13:18 UTC
[U-Boot] [PATCH 1/2] fsl:usb: Make fsl usb device-tree fixup arch independent
2016-01-28 12:15 UTC (7+ messages)
` [U-Boot] [PATCH 2/2] include:configs: Add usb device-tree fixup for all fsl platforms
[U-Boot] [PATCH v3 0/6] add dma uclass implementation and adopt ti-edma3 to it
2016-01-28 11:36 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/6] dm: implement a DMA uclass
[U-Boot] [PATCH v2] armv7: add cacheline sizes where missing
2016-01-28 9:03 UTC (2+ messages)
[U-Boot] [PATCH] pci: gate print info of reading vender id with CONFIG_DM_PCI
2016-01-28 8:55 UTC (5+ messages)
[U-Boot] [PATCH V2 00/11] imx: introduce rdc and boot auxiliary core
2016-01-28 8:55 UTC (12+ messages)
` [U-Boot] [PATCH V2 01/11] imx: mx6: introduce rdc regs
` [U-Boot] [PATCH V2 02/11] imx: imx-common: introduce Resource Domain Controller support
` [U-Boot] [PATCH V2 03/11] imx: mx6sx Add RDC mappings of masters and peripherals
` [U-Boot] [PATCH V2 04/11] imx: mx7d: Add RDC support
` [U-Boot] [PATCH V2 05/11] imx: mx7d: clock support for RDC
` [U-Boot] [PATCH V2 06/11] imx: imx-common: introduce boot auxiliary core
` [U-Boot] [PATCH V2 07/11] imx: mx6: implement functions to "
` [U-Boot] [PATCH V2 08/11] imx: mx6sxsabresd: add command and macros for boot m4 core
` [U-Boot] [PATCH V2 09/11] imx: mx7: implement functions to boot auxiliary core
` [U-Boot] [PATCH V2 10/11] imx: mx7dsabresd: add command and macros for boot m4 core
` [U-Boot] [PATCH V2 11/11] imx: mx7d: isolate resources to domain 0 for A7 core
[U-Boot] [PATCH V2 1/3] imx: mx7dsabresd: move mmc_get_env_devno to soc code
2016-01-28 8:51 UTC (3+ messages)
` [U-Boot] [PATCH V2 2/3] imx: mx6: implement mmc_get_env_dev
` [U-Boot] [PATCH V2 3/3] imx: mx6: implement board_mmc_get_env_dev
[U-Boot] [PATCH] powerpc/t208xqds: fix esdhc peripheral clock support
2016-01-28 8:33 UTC
[U-Boot] [PATCH 0/7] fdt: Replace u-boot-dtb.bin with u-boot.bin
2016-01-28 8:25 UTC (3+ messages)
[U-Boot] [PATCH][RE-SUBMIT] usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed
2016-01-28 8:18 UTC (3+ messages)
[U-Boot] [PATCH 2/2][v2] net: phy: implements probe for Cortina phy
2016-01-28 7:56 UTC
[U-Boot] [PATCH][v2] armv8: ls2080ardb: invert irq pins polarity for AQR405 PHY
2016-01-28 7:38 UTC
[U-Boot] Please pull u-boot-x86
2016-01-28 7:13 UTC
[U-Boot] [PATCH] Use correct spelling of "U-Boot"
2016-01-28 6:59 UTC (2+ messages)
[U-Boot] [PATCH 1/9] test/dm: clear unit test failure count each run
2016-01-28 6:57 UTC (9+ messages)
` [U-Boot] [PATCH 2/9] test/py: fix spawn.expect multiple match handling
` [U-Boot] [PATCH 3/9] test.py: calculate bad patterns on change only
` [U-Boot] [PATCH 4/9] test/py: check for bad patterns everywhere we wait
` [U-Boot] [PATCH 5/9] test/py: detect another "bad pattern" in console output
` [U-Boot] [PATCH 6/9] test/py: correctly log xfail/xpass tests
` [U-Boot] [PATCH 7/9] test/py: pass test DTB to sandbox
` [U-Boot] [PATCH 8/9] test/py: run sandbox in source directory
` [U-Boot] [PATCH 9/9] test/py: run C-based unit tests
[U-Boot] [PATCH] board: ls2085aqds: Update kernel_size env variable
2016-01-28 6:36 UTC (5+ messages)
[U-Boot] patman dies cryptially when a (valid) e-mail address contains parentheses (or is UTF-8)
2016-01-28 6:19 UTC (3+ messages)
[U-Boot] [PATCH] x86: Correct spi node alias
2016-01-28 6:09 UTC (3+ messages)
[U-Boot] [PATCH] siemens,at91: enable features for smartweb
2016-01-28 6:06 UTC (2+ messages)
[U-Boot] [PATCH 1/2] net: phy: introduce a quirk PHY_BROKEN_RESET
2016-01-28 3:09 UTC (3+ messages)
[U-Boot] [PATCH 1/2] net: phy: micrel: add documentation for Micrel KSZ90x1 binding
2016-01-28 1:26 UTC (8+ messages)
` [U-Boot] [PATCH 2/2] net: phy: micrel: fix divisor value for KSZ9031 phy skew
[U-Boot] [PATCH] fastboot: update error and warning messages
2016-01-27 23:42 UTC (2+ messages)
[U-Boot] [PATCH] serial: serial_stm32: move clock config from driver to board
2016-01-27 22:57 UTC (3+ messages)
[U-Boot] SPL loading U-Boot from a FIT
2016-01-27 22:53 UTC
[U-Boot] [PATCH v1] arm: imx: Add support for GE Bx50v3 boards
2016-01-27 22:53 UTC
[U-Boot] [PATCH 1/2] hush: Pull out U-Boot prompt display and read functionality
2016-01-27 22:53 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] hush: Add rudimentary support for PS1 and PS2
[U-Boot] [PATCH] implement Fastboot via USB OTG on bcm28155_ap boards
2016-01-27 22:45 UTC
[U-Boot] [PATCH v2 0/7] net: add support for phy speed limitation
2016-01-27 21:34 UTC (5+ messages)
[U-Boot] [PATCH 0/2] net: phy: mv88e61xx: Revise as a PHY driver
2016-01-27 20:11 UTC (6+ messages)
` [U-Boot] [PATCH v2 2/2] net: phy: Add PHY driver for mv88e61xx switches
[U-Boot] [PATCH] net : null check after pointer dereference
2016-01-27 20:05 UTC (3+ messages)
[U-Boot] [PATCH]: net: Wrong Initialization in davinci-emac driver
2016-01-27 19:57 UTC (3+ messages)
[U-Boot] question about "drivers/usb/gadget/f_fastboot.c"
2016-01-27 19:49 UTC
[U-Boot] [PATCH v4] mmc: socfpga_dw_mmc: Enable calibration for drvsel and smplsel
2016-01-27 18:58 UTC (4+ messages)
[U-Boot] Please pull u-boot-fsl-qoriq.git master
2016-01-27 17:30 UTC
[U-Boot] [Patch V5 0/3] LS1043AQDS DSPI/QSPI related patches
2016-01-27 17:21 UTC (7+ messages)
` [U-Boot] [Patch V5 1/3] armv8/ls1043aqds: add DSPI support
` [U-Boot] [Patch V5 2/3] armv8/ls1043aqds: add QSPI support in SD boot
` [U-Boot] [Patch V5 3/3] armv8/ls1043aqds: add QSPI boot support
[U-Boot] [Patch V7 1/4] spi: fsl_qspi: fix compile warning for 64-bit platform
2016-01-27 17:18 UTC (8+ messages)
` [U-Boot] [Patch V7 2/4] spi: fsl_qspi: Fix qspi_op_rdid memcpy issue
` [U-Boot] [Patch V7 3/4] spi: fsl_qspi: Fix qspi_op_rdsr "
` [U-Boot] [Patch V7 4/4] dm: env_sf: fix saveenv() to use driver model
[U-Boot] [v3] mmc: fsl_esdhc: set Abort command type for CMD12
2016-01-27 17:13 UTC (2+ messages)
[U-Boot] [PATCH v4 1/3] armv8/ls1043aqds: Select lpuart pins of various muxes
2016-01-27 17:12 UTC (6+ messages)
` [U-Boot] [PATCH v4 2/3] armv8/ls1043aqds: Spilt off board device tree
` [U-Boot] [PATCH v4 3/3] armv8/ls1043aqds: Add lpuart support
[U-Boot] [PATCH] mmc: fsl_esdhc: increase data transaction timeout to 500ms
2016-01-27 17:09 UTC (2+ messages)
[U-Boot] [PATCH 7/7] driver: net: fsl-mc: Remove portal id hard-coding
2016-01-27 17:08 UTC (2+ messages)
[U-Boot] [PATCH 6/7] driver: net: ldpaa: Add debug info of printing DPMAC stats
2016-01-27 17:08 UTC (2+ messages)
[U-Boot] [PATCH 5/7] driver: net: ldpaa: Increase num of buffers for a pool
2016-01-27 17:07 UTC (2+ messages)
[U-Boot] [PATCH 4/7] driver: net: ldpaa: Report back only error frames for tx
2016-01-27 17:06 UTC (2+ messages)
[U-Boot] [PATCH 3/7] driver: net: fsl-mc: Prepare extended cfg for DPNI create
2016-01-27 17:06 UTC (2+ messages)
[U-Boot] [PATCH 2/7] driver: net: fsl-mc: flib changes for MC FW 9.0.0
2016-01-27 17:05 UTC (2+ messages)
[U-Boot] [PATCH 1/7] driver: net: fsl-mc: Add version check for MC objects
2016-01-27 17:05 UTC (2+ messages)
[U-Boot] [PATCH v3 0/7] Determine Boot mode at run time
2016-01-27 17:03 UTC (13+ messages)
` [U-Boot] [PATCH v3 2/7] include/configs: move definition of CONFIG_CMD_BLOB
` [U-Boot] [PATCH v3 3/7] SECURE_BOOT: split the secure boot functionality in two parts
` [U-Boot] [PATCH v3 4/7] create function to determine boot mode
` [U-Boot] [PATCH v3 5/7] enable chain of trust for ARM platforms
` [U-Boot] [PATCH v3 6/7] enable chain of trust for PowerPC platforms
` [U-Boot] [PATCH v3 7/7] SECURE_BOOT: change error handler for esbc_validate
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox