messages from 2018-07-07 13:36:08 to 2018-07-09 19:53:43 UTC [more...]
[U-Boot] Please pull u-boot-dm
2018-07-09 19:53 UTC
[U-Boot] [PATCH v2 00/29] binman: Add more tests and support for updating the device tree
2018-07-09 19:53 UTC (59+ messages)
` [U-Boot] [PATCH v2 01/29] binman: Switch to 'python-coverage'
` [U-Boot] [PATCH v2 02/29] binman: Make the operation of Entry__testing explicit
` [U-Boot] [PATCH v2 03/29] binman: Tidy up variables in _RunMicrocodeTest()
` [U-Boot] [PATCH v2 04/29] binman: Correct operation of ObtainContents()
` [U-Boot] [PATCH v2 05/29] binman: Tidy up execution of tests
` [U-Boot] [PATCH v2 06/29] binman: Tidy up setting of entry contents
` [U-Boot] [PATCH v2 07/29] libfdt: Bring in proposed pylibfdt changes
` [U-Boot] [PATCH v2 08/29] libfdt: Fix the Python pack() function
` [U-Boot] [PATCH v2 09/29] libfdt: Add get_property() and del_node()
` [U-Boot] [PATCH v2 10/29] binman: Move coverage logic into a new test_util file
` [U-Boot] [PATCH v2 11/29] dtoc: Add some tests for the fdt module
` [U-Boot] [PATCH v2 12/29] dtoc: Update tests to write failures to /tmp
` [U-Boot] [PATCH v2 13/29] dtoc: Make use of the new pylibfdt methods
` [U-Boot] [PATCH v2 14/29] dtoc: Drop use of a local dtb buffer
` [U-Boot] [PATCH v2 15/29] dtoc: Update fdt tests to increase code coverage
` [U-Boot] [PATCH v2 16/29] dtoc: Keep track of property offsets
` [U-Boot] [PATCH v2 17/29] dtoc: Fix Fdt.GetNode() to handle a missing node
` [U-Boot] [PATCH v2 18/29] dtoc: Fix properties with a single zero-arg phandle
` [U-Boot] [PATCH v2 19/29] dtoc: Fix some minor errors
` [U-Boot] [PATCH v2 20/29] dtoc: Add a test for code coverage
` [U-Boot] [PATCH v2 21/29] binman: Move capture_sys_output() to test_util
` [U-Boot] [PATCH v2 22/29] dtoc: Increase code coverage to 100%
` [U-Boot] [PATCH v2 23/29] test: Enable cover-coverage tests for dtoc and fdt
` [U-Boot] [PATCH v2 24/29] dtoc: Avoid unwanted output during tests
` [U-Boot] [PATCH v2 25/29] dtoc: Add functions to add integer properties
` [U-Boot] [PATCH v2 26/29] binman: Complete documentation of stages
` [U-Boot] [PATCH v2 27/29] binman: Add a ProcessFdt() method
` [U-Boot] [PATCH v2 28/29] binman: Add a SetCalculatedProperties() method
` [U-Boot] [PATCH v2 29/29] binman: Support updating the device tree with calc'd info
[U-Boot] [PATCH 00/11] dm: Add more core features for livetree
2018-07-09 19:50 UTC (23+ messages)
` [U-Boot] [PATCH 01/11] fdt: Add device tree memory bindings
` [U-Boot] [PATCH 02/11] dm: core: Add ofnode function to read a 64-bit int
` [U-Boot] [PATCH 03/11] dm: core: Fix a few ofnode function comments
` [U-Boot] [PATCH 04/11] dm: core: Add comments to ofnode_read_resource() functoins
` [U-Boot] [PATCH 05/11] dm: core: Add a way to find an ofnode by compatible string
` [U-Boot] [PATCH 06/11] log: Add a way to log a return value with a message
` [U-Boot] [PATCH 07/11] dm: core: Add a way to bind a device by ofnode
` [U-Boot] [PATCH 08/11] dm: spi: Update sandbox SPI emulation driver to use ofnode
` [U-Boot] [PATCH 09/11] dm: core: Update of_read_fmap_entry() for livetree
` [U-Boot] [PATCH 10/11] dm: core: Add a function to decode a memory region
` [U-Boot] [PATCH 11/11] dm: core: Add logging of some common errors
[U-Boot] [PATCH 1/2] console: Remember if ctrlc is disabled in console_tstc()
2018-07-09 19:26 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] sandbox: Don't disable ctrlc() on sandbox if in raw mode
[U-Boot] [PATCH 0/8] musb: sunxi: Few fixes/improvements
2018-07-09 19:17 UTC (9+ messages)
` [U-Boot] [PATCH 1/8] usb: musb-new: Fix improper musb host pointer
` [U-Boot] [PATCH 2/8] usb: musb-new: sunxi: Allocate struct phy in private
` [U-Boot] [PATCH 3/8] phy: sun4i-usb: Call phy_passby even for PHY#0
` [U-Boot] [PATCH 4/8] phy: sun4i-usb: Remove usb_clk_cfg set in probe
` [U-Boot] [PATCH 5/8] phy: sun4i-usb: Update PHY#3 rst_mask only for H3_H5
` [U-Boot] [PATCH RFC 6/8] dm: usb: Add UCLASS_USB_DEV_GENERIC shutdown
` [U-Boot] [PATCH 7/8] usb: musb-new: sunxi: Add proper musb exit support
` [U-Boot] [PATCH 8/8] usb: musb-new: core: Call musb_platform_exit from musb_stop
[U-Boot] [PATCH 1/2] mips: dbau1x00: Remove this board
2018-07-09 19:09 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] mips: au1x00: Remove support for these SoCs
[U-Boot] [PATCH v3 1/2] net: mvgbe: prepare for conversion to driver model
2018-07-09 18:54 UTC (3+ messages)
` [U-Boot] [PATCH v3 2/2] net: mvgbe: convert to DM
[U-Boot] [PATCH] spi: kirkwood: add orion-spi compatible string
2018-07-09 18:52 UTC (2+ messages)
[U-Boot] [RFC 0/8] i.MX: Add initial CLK support
2018-07-09 18:30 UTC (9+ messages)
` [U-Boot] [RFC 1/8] clk: Kconfig: Ascending order to sub directiory kconfigs
` [U-Boot] [RFC 2/8] clk: Add DM CLK driver template for i.MX6QDL
` [U-Boot] [RFC 3/8] clk: imx: imx6q: Implement ENET clocks
` [U-Boot] [RFC 4/8] clk: imx: imx6ul: "
` [U-Boot] [RFC 5/8] clk: Add generic_clk_valid
` [U-Boot] [RFC 6/8] net: fec_mxc: Add clock support via CLK
` [U-Boot] [RFC 7/8] imx6ul: engicam: Enable CLK_IMX
` [U-Boot] [RFC 8/8] configs: icorem6_rqs: "
[U-Boot] [PATCH v2 0/2] Fix USB and enable ADC on Khadas VIM
2018-07-09 18:14 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/2] ARM64: meson: Add 'usb2_phy0' in P212 DT file
` [U-Boot] [PATCH v2 2/2] configs: Update Meson GX configs
[U-Boot] [PATCH 0/5] Add DMA driver for DMA330 controller
2018-07-09 18:03 UTC (3+ messages)
` [U-Boot] [PATCH 5/5] arm: dts: socfpga: stratix10: update pdma
[U-Boot] [PATCH] tegra: p2771: Add CONFIG_EFI_LOADER_BOUNCE_BUFFER
2018-07-09 17:56 UTC (3+ messages)
[U-Boot] [PATCH] ARM: dts: socfpga: Adjust NAND register layout on Arria10
2018-07-09 17:51 UTC (2+ messages)
[U-Boot] [PATCH 1/3] net: phy: ti: Modify to support livetree
2018-07-09 17:22 UTC (5+ messages)
` [U-Boot] [PATCH 2/3] net: phy: xilinx_phy: Add suuport for livetree
[U-Boot] [PATCH v6 1/6] env: add the same prefix to error messages to make it detectable by tests
2018-07-09 17:19 UTC (7+ messages)
` [U-Boot] [PATCH v6 2/6] test/py: return a RAM address different from 0 as it can be interpreted as NULL
` [U-Boot] [PATCH v6 3/6] test/py: remove hacks for non-zero RAM base address in tests
` [U-Boot] [PATCH v6 4/6] hashtable: do not recreate whole hash table if vars are passed to himport_r
` [U-Boot] [PATCH v6 5/6] cmd: nvedit: env import can now import only variables passed as parameters
` [U-Boot] [PATCH v6 6/6] test/py: add test for whitelist of variables while importing environment
[U-Boot] [PATCH v3 0/7] Fixes/Addition to use the USB Ethernet gadget with the DWC3 gadget controller
2018-07-09 16:59 UTC (7+ messages)
` [U-Boot] [PATCH v3 7/7] cmd: Add bind/unbind commands to bind a device to a driver from the command line
[U-Boot] [PATCH v2 0/1] net: Store waiting packet in a different buffer when making ARP requests
2018-07-09 16:48 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/1] "
[U-Boot] [PATCH 1/1] avb2.0: add get_size_of_partition()
2018-07-09 16:15 UTC (5+ messages)
[U-Boot] [RFC PATCH] spl: Add option SPL_PAYLOAD
2018-07-09 15:55 UTC (3+ messages)
[U-Boot] [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig
2018-07-09 15:50 UTC (9+ messages)
` [U-Boot] [PATCH v1 2/8] armv8: ls1088a: fix sd boot config compile issue
` [U-Boot] [PATCH v1 3/8] armv8/ls1088a/ls2088a: esdhc: Add esdhc clock support
` [U-Boot] [PATCH v1 4/8] armv8: ls2088a: add eSDHC node
` [U-Boot] [PATCH v1 5/8] armv8: ls1088a: "
` [U-Boot] [PATCH v1 6/8] armv8: ls1043a: "
` [U-Boot] [PATCH v1 7/8] armv8: ls1046a: "
` [U-Boot] [PATCH v1 8/8] armv7: ls1021a: enable esdhc
[U-Boot] [PATCH 0/2] Fix USB and enable ADC on Khadas VIM
2018-07-09 14:45 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] ARM64: meson: Add 'usb2_phy0' in P212 DT file
` [U-Boot] [PATCH 2/2] configs: Update Meson GX configs
[U-Boot] [PATCH] m68k: m5253evbe: Remove this board
2018-07-09 14:44 UTC
[U-Boot] u-boot serial uart command?
2018-07-09 14:43 UTC (2+ messages)
[U-Boot] [GIT] Pull request: u-boot-dfu (09.07.2018)
2018-07-09 14:35 UTC
[U-Boot] [ANN] U-Boot v2018.07 released
2018-07-09 14:32 UTC
[U-Boot] [PATCH v3 0/7] LS1046A SMMU enabling patches
2018-07-09 13:53 UTC (13+ messages)
` [U-Boot] [PATCH v3 3/7] misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms
` [U-Boot] [PATCH v3 5/7] armv8: ls1046a: initial icid setup support
` [U-Boot] [PATCH v3 6/7] armv8: ls1046a: add icid setup for qman portals
` [U-Boot] [PATCH v3 7/7] armv8: ls1046a: setup fman ports ICIDs and device tree
[U-Boot] [PATCH v1 0/2] Update STM32 QSPI driver
2018-07-09 13:32 UTC (3+ messages)
` [U-Boot] [PATCH v1 1/2] spi: stm32_qspi: assign functional operation mode in _stm32_qspi_gen_ccr
` [U-Boot] [PATCH v1 2/2] spi: stm32_qspi: rework mode management
[U-Boot] login-password
2018-07-09 13:23 UTC
[U-Boot] [PATCH 1/6] dts: import stm32mp1 device tree from linux kernel
2018-07-09 13:17 UTC (6+ messages)
` [U-Boot] [PATCH 2/6] misc: stm32: Add STM32MP1 support
` [U-Boot] [PATCH 3/6] stm32mp1: activate MISC support in SPL
` [U-Boot] [PATCH 4/6] stm32mp1: add support for stm32mp157c-ev1 board
` [U-Boot] [PATCH 5/6] stm32mp1: activate FIXED regulator
` [U-Boot] [PATCH 6/6] stm32mp1: clock tree update
[U-Boot] [PATCH] cmd: ubi: change 'default y' for SUNXI to 'imply' in Kconfig
2018-07-09 13:10 UTC (4+ messages)
[U-Boot] [PATCH] sysreset: syscon: update regmap access to syscon
2018-07-09 12:59 UTC
[U-Boot] [PATCH] tools/imximage: get HAB information from header
2018-07-09 11:44 UTC (2+ messages)
[U-Boot] [PATCH 1/3] armv8: dts: fsl-ls1043a: add sata node support
2018-07-09 10:40 UTC (2+ messages)
` [U-Boot] [PATCH 2/3] scsi: ceva: add ls1043a soc support
[U-Boot] [PATCH 1/4] armv8: dts: fsl-ls1046a: add sata node support
2018-07-09 10:38 UTC
[U-Boot] build fail due to dependence error
2018-07-09 8:36 UTC (10+ messages)
[U-Boot] [PATCH v2 0/6] efi_loader: complete implementation of GetTime()
2018-07-09 8:13 UTC (9+ messages)
` [U-Boot] [PATCH v2 1/6] drivers: rtc: resolve year 2038 problem in rtc_to_tm
` [U-Boot] [PATCH v2 2/6] rtc: remove CONFIG_CMD_DATE dependency
` [U-Boot] [PATCH v2 3/6] efi_loader: remove unused efi_get_time_init()
` [U-Boot] [PATCH v2 4/6] efi_loader: complete implementation of GetTime()
` [U-Boot] [PATCH v2 5/6] efi_selftest: support printing leading zeroes
` [U-Boot] [PATCH v2 6/6] efi_selftest: unit test for GetTime()
[U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing
2018-07-09 8:08 UTC (14+ messages)
[U-Boot] [PATCH v4 0/2] Add MDIO driver model support
2018-07-09 8:05 UTC (3+ messages)
` [U-Boot] [PATCH v4 1/2] dm: mdio: add a uclass for MDIO
[U-Boot] [PATCH v2 1/2] net: mvgbe: prepare for conversion to driver model
2018-07-09 8:03 UTC (4+ messages)
` [U-Boot] [PATCH v2 2/2] net: mvgbe: convert to DM
[U-Boot] [PATCH v3 0/3] Generic file system firmware loader DM
2018-07-09 6:50 UTC (11+ messages)
` [U-Boot] [PATCH v3 2/3] doc: dtbinding: Add file system firmware loader binding document
[U-Boot] [PATCH v3 0/2] efi_loader: allow writing to FAT
2018-07-09 6:07 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/2] fs: fat: cannot write to subdirectories
[U-Boot] [PATCH 0/4] arm: zynq: migrate to DM I2C driver
2018-07-09 5:00 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] drivers/misc: add options to read MAC address from EEPROM
` [U-Boot] [PATCH 2/4] arm: zynq: migrate EEPROM MAC address options to kconfig
` [U-Boot] [PATCH 3/4] arm64: zynqmp: "
` [U-Boot] [PATCH 4/4] arm: zynq: use i2c cadence DM driver
[U-Boot] [PATCH 1/1] efi_loader: rename utf16_strlen, utf16_strnlen
2018-07-09 4:15 UTC (2+ messages)
[U-Boot] Please pull u-boot-video/master
2018-07-09 3:21 UTC (2+ messages)
[U-Boot] [PATCH v3 0/4] rk3288: veyron: Enable SDMMC when booting from SPI
2018-07-09 3:05 UTC (3+ messages)
` [U-Boot] [PATCH v3 4/4] rk3288: Convert register defines to const uintptr_t
[U-Boot] [PATCH] mmc: dw_mmc: Handle pin voltage configuration
2018-07-09 3:03 UTC (2+ messages)
[U-Boot] [PATCH] rpi: Set the default mmc max device to 2
2018-07-09 2:39 UTC (5+ messages)
[U-Boot] [PATCH 1/4] x86: quark: acpi: Add full reset bit to the reset register value in FADT
2018-07-09 2:39 UTC (6+ messages)
` [U-Boot] [PATCH 2/4] dm: sysreset: x86: Add a sysreset driver
` [U-Boot] [PATCH 3/4] x86: fsp: Eliminate the reset_cpu() call
[U-Boot] [PATCH v5 1/6] dm: SMEM (Shared memory) uclass
2018-07-09 2:35 UTC (7+ messages)
` [U-Boot] [PATCH v5 2/6] soc: qualcomm: Add Shared Memory Manager driver
` [U-Boot] [PATCH v5 5/6] drivers: smem: sandbox
` [U-Boot] [PATCH v5 6/6] test: smem: add basic smem test
[U-Boot] [PATCH v2 0/2] arm: qemu-arm: enable PL031 (RTC)
2018-07-09 0:50 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/2] rtc: pl031: convert the driver to driver model
[U-Boot] [PATCH v3 0/6] efi_loader: correctly initialize system table crc32
2018-07-08 21:26 UTC (5+ messages)
` [U-Boot] [PATCH v3 5/6] lib: crc32: mark function crc32() as __efi_runtime
` [U-Boot] [PATCH v3 6/6] efi_loader: update runtime services table crc32
[U-Boot] [PATCH v2 1/3] efi_loader: correctly initialize system table crc32
2018-07-08 21:03 UTC (3+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH] Convert CONFIG_NAND_ATMEL to Kconfig
2018-07-08 13:11 UTC
[U-Boot] [PATCH] cmd: Make CMD_NAND imply NAND
2018-07-08 12:50 UTC
[U-Boot] [PATCH] configs: Make NAND_BOOT and ONENAND_BOOT imply NAND
2018-07-08 12:28 UTC
[U-Boot] [PATCH] Convert CONFIG_NAND_DAVINCI to Kconfig
2018-07-08 11:43 UTC
[U-Boot] [PATCH] Convert CONFIG_NAND_LPC32XX_SLC to Kconfig
2018-07-08 11:18 UTC
[U-Boot] [PATCH 1/3] spl: Fix compilation issue when you want to use SPL from enviroment
2018-07-08 8:28 UTC (2+ messages)
[U-Boot] [PATCH V2 1/4] imx_lpi2c: Update lpi2c driver to support imx8
2018-07-08 3:46 UTC (4+ messages)
` [U-Boot] [PATCH V2 2/4] imx: lpi2c: fix clock issue when NACK detected
` [U-Boot] [PATCH V2 3/4] lpi2c: Fix bus stop problem in xfer
` [U-Boot] [PATCH V2 4/4] lpi2c: Add bus busy error handling
[U-Boot] [PATCH] Convert CONFIG_MTD_PARTITIONS et al to Kconfig
2018-07-08 3:18 UTC
[U-Boot] [PATCH v2 1/1] drivers: rtc: correct week day for mc146818
2018-07-07 22:07 UTC
[U-Boot] [PATCH 1/1] drivers: rtc: correct week day for mc146818
2018-07-07 21:26 UTC
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