public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-01-28 08:02:12 to 2016-01-29 05:52:03 UTC [more...]

[U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot
 2016-01-29  5:52 UTC  (29+ 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 21/26] mkimage: Bring data into the FIT before processing
` [U-Boot] [PATCH 22/26] spl: Add a way for boards to select which device tree to load
` [U-Boot] [PATCH 23/26] spl: Add an option to load a FIT containing U-Boot
` [U-Boot] [PATCH 24/26] spl: Add a way to specify a list of device trees to include
` [U-Boot] [PATCH 25/26] spl: Support loading a FIT from MMC
` [U-Boot] [PATCH 26/26] RFC: sunxi: Enable SPL FIT support

[U-Boot] [PATCH] rpi: link to another model number info source
 2016-01-29  5:24 UTC 

[U-Boot] [PATCH] rpi: fix up Model B entries
 2016-01-29  5:22 UTC  (2+ messages)

[U-Boot] Include patchwork patch ID in commit message?
 2016-01-29  5:14 UTC  (16+ messages)

[U-Boot] [PATCH] test/py: make each unit test a pytest
 2016-01-29  5:08 UTC  (3+ messages)

[U-Boot] [RFC PATCH] dfu: allow get_medium_size() to return bigger medium sizes than 2GiB
 2016-01-29  5:00 UTC  (4+ messages)

[U-Boot] [PATCH v4 0/4] QE patchset introduction
 2016-01-29  4:28 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] QE: mask the codes not used for micro QE
` [U-Boot] [PATCH v4 2/4] QE: add QE support on ls1043ardb
` [U-Boot] [PATCH v4 3/4] ls1043rdb: move USB mux config to config_board_mux
` [U-Boot] [PATCH v4 4/4] qe: assgin pins to qe-hdlc

[U-Boot] [PATCH v3 0/4] QE patchset introduction
 2016-01-29  4:27 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/4] QE: mask the codes not used for micro QE
` [U-Boot] [PATCH v3 2/4] QE: add QE support on ls1043ardb
` [U-Boot] [PATCH v3 3/4] ls1043rdb: move USB mux config to config_board_mux
` [U-Boot] [PATCH v3 4/4] qe: assgin pins to qe-hdlc

[U-Boot] ARMv8: Use U-Boot to boot Xen?
 2016-01-29  4:04 UTC  (3+ messages)

[U-Boot] [PATCH] test/py: dfu: allow boardenv to specify test sizes
 2016-01-29  4:02 UTC  (3+ messages)

[U-Boot] [PATCH] test/py: fix a couple typos in comments
 2016-01-29  4:02 UTC  (3+ messages)

[U-Boot] [PATCH 1/9] test/dm: clear unit test failure count each run
 2016-01-29  4:02 UTC  (26+ 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] test/py: Provide custom IDs when parametrizing tests
 2016-01-29  4:02 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] test/py: use " for docstrings
 2016-01-29  4:02 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] test/py: Quote consistency

[U-Boot] [PATCH 1/4] Implement "pci enum" command for CONFIG_DM_PCI
 2016-01-29  4:02 UTC  (12+ messages)
` [U-Boot] [PATCH 2/4] distro bootcmd: make net boot only optionally start USB
` [U-Boot] [PATCH 3/4] distro bootcmd: enumerate PCI before network operations
` [U-Boot] [PATCH 4/4] test/py: make net test aware of USB and PCI enumeration

[U-Boot] [PATCH 1/2] ARM: tegra: shut down USB device controller at boot
 2016-01-29  4:01 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] test/py: dfu: error out if USB device already exists

[U-Boot] [PATCH] test/py: make crash detection more robust
 2016-01-29  4:01 UTC  (5+ messages)

[U-Boot] [PATCH] dm: Remove device_probe_child()
 2016-01-29  4:01 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/7] fdt: Replace u-boot-dtb.bin with u-boot.bin
 2016-01-29  3:24 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/7] tegra: Clarify generation of -nodtb file with OF_CONTROL
` [U-Boot] [PATCH v2 2/7] fdt: Build a U-Boot binary without device tree
` [U-Boot] [PATCH v2 3/7] fdt: Build an SPL "
` [U-Boot] [PATCH v2 4/7] tegra: Always build a boot image with the same filename
` [U-Boot] [PATCH v2 5/7] socfpga: Simplify Makefile filenames
` [U-Boot] [PATCH v2 6/7] Makefile: Make u-boot.img the same as u-boot-dtb.img
` [U-Boot] [PATCH v2 7/7] Makefile: Drop unnecessary -dtb suffixes

[U-Boot] [PATCH v1] arm: imx: Add support for GE Bx50v3 boards
 2016-01-29  3:12 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] fdt: Replace u-boot-dtb.bin with u-boot.bin
 2016-01-29  3:06 UTC  (8+ messages)
` [U-Boot] [PATCH 2/7] fdt: Build a U-Boot binary without device tree

[U-Boot] [PATCH] mailmap: fix Ricardo's entry
 2016-01-29  2:57 UTC  (2+ messages)

[U-Boot] [PATCH] imx: MX6DQ{P}/DL:SABRESD Fix bmode eMMC failure
 2016-01-29  2:39 UTC 

[U-Boot] [PATCH] Use correct spelling of "U-Boot"
 2016-01-29  0:18 UTC  (2+ messages)

[U-Boot] [PATCH] autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set
 2016-01-29  0:18 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-net.git master
 2016-01-28 23:32 UTC 

[U-Boot] Pull request, u-boot-tegra/master
 2016-01-28 23:18 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2016-01-28 23:18 UTC  (2+ messages)

[U-Boot] [GIT PULL] Xilinx changes
 2016-01-28 23:18 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq.git master
 2016-01-28 23:18 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell/master
 2016-01-28 23:18 UTC  (2+ messages)

[U-Boot] [PATCH] common/memsize.c: Simplify RAM size detection
 2016-01-28 22:41 UTC 

[U-Boot] [PATCH] net: tftp: Add TFTP specific config for retry count
 2016-01-28 22:04 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] dfu: samsung: Commits to allow sending and storing large files via DFU
 2016-01-28 19:03 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] dfu: usb: f_dfu: Set deferred call for dfu_flush() function
` [U-Boot] [PATCH 2/2] dfu: odroid xu3: Define DFU_MANIFEST_POLL_TIMEOUT to handle large files transmission and storage

[U-Boot] [PATCH] ARM: tegra: rm Jetson TK1 PMIC GPIO programming
 2016-01-28 17:30 UTC  (4+ messages)

[U-Boot] [PATCH v2 01/15] armv8: ls2080: Add SFP Configs for LS2080/LS2085
 2016-01-28 17:21 UTC  (16+ 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] 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] [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] [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 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][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  (2+ messages)


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