messages from 2019-11-14 00:51:07 to 2019-11-14 19:57:40 UTC [more...]
[U-Boot] [PATCH v4 00/42] common: Further reduce common.h
2019-11-14 19:57 UTC (33+ messages)
` [U-Boot] [PATCH v4 01/42] common: Move older CPU functions to their own header
` [U-Boot] [PATCH v4 02/42] Drop CONFIG_SHOW_ACTIVITY
` [U-Boot] [PATCH v4 03/42] common: Drop global inclusion of status_led.h
` [U-Boot] [PATCH v4 04/42] status_led: Tidy up the code style
` [U-Boot] [PATCH v4 05/42] common: Move random-number functions into their own header
` [U-Boot] [PATCH v4 06/42] common: Drop linux/crc8.h
` [U-Boot] [PATCH v4 07/42] crc: Fix code style with crc functions
` [U-Boot] [PATCH v4 08/42] crc32: Use the crc.h header for "
` [U-Boot] [PATCH v4 09/42] spl: bootcount: Move code out of header file
` [U-Boot] [PATCH v4 10/42] common: Move bootcount functions to their "
` [U-Boot] [PATCH v4 11/42] common: Move sorting functions to their own "
` [U-Boot] [PATCH v4 12/42] Move strtomhz() to vsprintf.h
` [U-Boot] [PATCH v4 13/42] common: Move env_get_ip() to net.h
` [U-Boot] [PATCH v4 14/42] serial: usb: Correct the usbtty_...() prototypes
` [U-Boot] [PATCH v4 15/42] common: Move serial_printf() to the serial header
` [U-Boot] [PATCH v4 16/42] common: Move serial functions out of common.h
` [U-Boot] [PATCH v4 17/42] common: Add a new lz4.h header file
` [U-Boot] [PATCH v4 18/42] common: Move some time functions out of common.h
` [U-Boot] [PATCH v4 19/42] common: Move wait_ticks "
` [U-Boot] [PATCH v4 20/42] arm: pxa: Drop pxa_wait_ticks()
` [U-Boot] [PATCH v4 21/42] common: Move timer_get_us() function out of common.h
` [U-Boot] [PATCH v4 22/42] common: Move get_ticks() "
` [U-Boot] [PATCH v4 23/42] common: Move mii_init() "
` [U-Boot] [PATCH v4 24/42] common: Move some CPU functions "
` [U-Boot] [PATCH v4 25/42] common: Drop cpu_init()
` [U-Boot] [PATCH v4 26/42] common: Move checkcpu() out of common.h
` [U-Boot] [PATCH v4 27/42] common: Move some SMP functions "
` [U-Boot] [PATCH v4 28/42] arm: powerpc: Tidy up code style for cache functions
` [U-Boot] [PATCH v4 29/42] common: Move some cache and MMU functions out of common.h
` [U-Boot] [PATCH v4 30/42] common: Drop checkicache() and checkdcache()
` [U-Boot] [PATCH v4 31/42] common: Move ARM cache operations out of common.h
` [U-Boot] [PATCH v4 32/42] arm: powerpc: Tidy up code style for interrupt functions
[U-Boot] Most appropriate and scriptable way of creating partition image files
2019-11-14 19:54 UTC
[U-Boot] [PATCH v4 0/5] Add helper function for linking a DM Eth device to a PHY
2019-11-14 19:10 UTC (9+ messages)
` [U-Boot] [PATCH v4 1/5] net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity
` [U-Boot] [PATCH v4 2/5] net: mdio-uclass: add dm_eth_phy_connect helper function
` [U-Boot] [PATCH v4 3/5] net: mdio-uclass: Add helper functions for scanning the MDIO bus
` [U-Boot] [PATCH v4 4/5] doc: bindings: add mdio-handle property to ethernet nodes
` [U-Boot] [PATCH v4 5/5] drivers: net: fsl_enetc: use the new MDIO DM helper functions
[U-Boot] [PATCH] tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS
2019-11-14 17:24 UTC (13+ messages)
[U-Boot] [PATCH 0/8] RISC-V AX25-AE350 support SPL
2019-11-14 17:10 UTC (33+ messages)
` [U-Boot] [PATCH 4/8] riscv: andes_plic: Fix some wrong configurations
[U-Boot] [PATCH 1/5] env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check
2019-11-14 16:59 UTC (7+ messages)
` [U-Boot] [PATCH 2/5] fsl: layerscape: guard *env_sf_get_env_addr() on CONFIG_ENV_IS_IN_SPI_FLASH
` [U-Boot] [PATCH 3/5] smart-gateway-mt7688: Correct build time check for overwriting factory data
` [U-Boot] [PATCH 4/5] T1042RDB_PI_NAND_SECURE_BOOT: SECURE_BOOT means environment is nowhere
` [U-Boot] [PATCH 5/5] env: Finish migration of common ENV options
[U-Boot] [PATCH 1/3] drivers: net: fsl_enetc: Add 2.5Gbps to supported link speeds
2019-11-14 16:58 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] drivers: net: fsl_enetc: move PCS and PHY config to probe
` [U-Boot] [PATCH 3/3] drivers: net: fsl_enetc_mdio: return with time-out if HW is stuck
[U-Boot] [PATCH v3 00/11] Add XFI, USXGMII net protocols, use them in Aquantia driver
2019-11-14 16:28 UTC (12+ messages)
` [U-Boot] [PATCH v3 01/11] include: phy: define XFI and USXGMII interface types
` [U-Boot] [PATCH v3 02/11] include: phy: add data field for private driver data
` [U-Boot] [PATCH v3 03/11] drivers: net: aquantia: use XFI, USXGMII interface types
` [U-Boot] [PATCH v3 04/11] drivers: net: aquantia: add PHY generation information
` [U-Boot] [PATCH v3 05/11] drivers: net: aquantia: set up SI protocol based on interface type
` [U-Boot] [PATCH v3 06/11] drivers: net: aquantia: set MDI reversal based on DT property
` [U-Boot] [PATCH v3 07/11] drivers: net: aquantia: set SMBus addr "
` [U-Boot] [PATCH v3 08/11] drivers: net: aquantia: check system interface too when checking for link up
` [U-Boot] [PATCH v3 09/11] doc: bindings: add bindings document for PHY nodes
` [U-Boot] [PATCH v3 10/11] doc: bindings: Aquantia PHY node binding
` [U-Boot] [PATCH v3 11/11] drivers: net: fsl_enetc: use XFI, USXGMII interface type macros
[U-Boot] [PATCH 1/2] rockchip: allow DRAM init in SPL and fix ordering
2019-11-14 16:09 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] rockchip: imply instead of selecting SPL_SYS_MALLOC_SIMPLE
[U-Boot] [PATCH 0/4] omapl138_lcdk: fix MMC boot
2019-11-14 15:10 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] mmc: davinci: drop support for ti,dm6441-mmc
` [U-Boot] [PATCH 2/4] mmc: davinci: drop struct davinci_mmc_plat
` [U-Boot] [PATCH 3/4] board: omapl138_lcdk: add the mmc device to SPL
` [U-Boot] [PATCH 4/4] mmc: davinci: fix mmc boot in SPL
[U-Boot] [PATCH v3 00/42] common: Further reduce common.h
2019-11-14 13:44 UTC (4+ messages)
` [U-Boot] [PATCH v3 01/42] common: Move legacy CPU functions to their own header
[U-Boot] [PATCH v3 1/4] fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()
2019-11-14 13:43 UTC (13+ messages)
` [U-Boot] [PATCH v3 2/4] fdtdec: only create phandle if caller wants it "
` [U-Boot] [PATCH v3 3/4] image: fdt: copy possible optee nodes to a loaded devicetree
` [U-Boot] [PATCH v3 4/4] tests: add OP-TEE test suite
[U-Boot] [PATCH 00/13] dm: add support of new binding in gpio and pincontrol
2019-11-14 13:43 UTC (4+ messages)
` [U-Boot] [PATCH 01/13] pinctrol: dm: remove the function pinctrl_decode_pin_config
[U-Boot] [PATCH 1/1] sandbox: use correct type reading /proc/self/maps
2019-11-14 13:43 UTC (6+ messages)
[U-Boot] [PATCH] patman: fix some typos in comments
2019-11-14 13:43 UTC (5+ messages)
[U-Boot] [PATCH] patman: fix coverletter cc list with nulls
2019-11-14 13:42 UTC (5+ messages)
[U-Boot] [PATCH] configs: ls1028a: enable OF_LIBFDT_OVERLAY
2019-11-14 13:39 UTC
[U-Boot] [PATCH] rockchip: Fix spl boot order path of booting device
2019-11-14 13:18 UTC (3+ messages)
[U-Boot] [PATCH 00/11] ti: k3-udma: Add support for J721e
2019-11-14 13:18 UTC (14+ messages)
` [U-Boot] [PATCH 01/11] lib: Import few bitmap functions from Linux
` [U-Boot] [PATCH 02/11] dma: ti: k3-udma: Query DMA channels allocated from Resource Manager
` [U-Boot] [PATCH 03/11] soc: ti: k3-navss-ringacc: Flush/invalidate caches on ring push/pop
` [U-Boot] [PATCH 04/11] soc: ti: k3-navss-ringacc: Get SYSFW reference from DT phandle
` [U-Boot] [PATCH 05/11] dma: ti: k3-udma: "
` [U-Boot] [PATCH 06/11] dma: ti: k3-udma: Remove coherency check for cache ops
` [U-Boot] [PATCH 07/11] dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfers
` [U-Boot] [PATCH 08/11] dma: ti: k3-udma: Switch to exposed ring mode
` [U-Boot] [PATCH 09/11] dma: ti: k3-udma: Fix ring push operation for 32 bit cores
` [U-Boot] [PATCH 10/11] dma: ti: k3-udma: Fix build warnings when building for 32 bit platforms
` [U-Boot] [PATCH 11/11] dma: ti: k3-udma: Add new compatible to J721e
[U-Boot] [PATCH] spl: ymodem: Fix loading of fit image
2019-11-14 13:03 UTC
[U-Boot] [PATCH 1/3] tools: dumpimage: Provide more feedback on internal errors
2019-11-14 11:46 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] tools: fit_image: Use fit_image_get_data_and_size for getting offset/size
` [U-Boot] [PATCH 3/3] tools: dumpimage: Fall-though to print usage for help command
[U-Boot] [PATCH 01/42] configs: ls1012a: enable CONFIG_DM_I2C
2019-11-14 10:36 UTC (42+ messages)
` [U-Boot] [PATCH 02/42] include/configs: arm: ls1012a: fix compilation error
` [U-Boot] [PATCH 03/42] board: freescale: ls1012ardb: ls1012ardb.c: support dm_i2c_* API
` [U-Boot] [PATCH 04/42] board: freescale: ls1012ardb: eth.c: "
` [U-Boot] [PATCH 05/42] configs: ls1012a: enable CONFIG_DM_GPIO to fix compilation error
` [U-Boot] [PATCH 06/42] gpio: do not include <asm/arch/gpio.h> for ARCH_LS1012A
` [U-Boot] [PATCH 07/42] configs: ls1012a: enable CONFIG_DM_RTC
` [U-Boot] [PATCH 08/42] board: freescale: ls1012aqds: support dm_i2c_* API
` [U-Boot] [PATCH 09/42] include/configs: ls1012a_common: define default i2c bus
` [U-Boot] [PATCH 10/42] configs: arm: ls1043a: enable CONFIG_DM_I2C
` [U-Boot] [PATCH 11/42] include/configs: arm: ls1043a: fix a compilation error
` [U-Boot] [PATCH 12/42] configs: arm: ls1043a: enable CONFIG_DM_GPIO
` [U-Boot] [PATCH 13/42] board: freescale: ls1043aqds: support dm_i2c_* API
` [U-Boot] [PATCH 14/42] board: freescale: ls1043aqds: fix build error
` [U-Boot] [PATCH 15/42] include/configs: ls1043a_common: define default i2c bus
` [U-Boot] [PATCH 16/42] gpio: do not include <asm/arch/gpio.h> for ARCH_LS1043A
` [U-Boot] [PATCH 17/42] configs: ls1046a: enable CONFIG_DM_I2C
` [U-Boot] [PATCH 18/42] include/configs: arm: ls1046a: fix compilation error
` [U-Boot] [PATCH 19/42] configs: arm: ls1046a: enable CONFIG_DM_GPIO
` [U-Boot] [PATCH 20/42] board: freescale: ls1046aqds: fix build error
` [U-Boot] [PATCH 21/42] include/configs: ls1046a_common: do not define CONFIG_DM_I2C for spl
` [U-Boot] [PATCH 22/42] armv8: dts: ls1046ardb: enable i2c0 and i2c3 DT node
` [U-Boot] [PATCH 23/42] include/configs: ls1046a_common.h: define default i2c bus
` [U-Boot] [PATCH 24/42] armv8: dts: ls1046aqds: enable i2c0 DT node
` [U-Boot] [PATCH 25/42] armv8: dts: ls1046afrwy: "
` [U-Boot] [PATCH 26/42] board: freescale: ls1046aqds: support dm_i2c_* API
` [U-Boot] [PATCH 27/42] board: freescale: ls1046afrwy: "
` [U-Boot] [PATCH 28/42] pmic: i2c: "
` [U-Boot] [PATCH 29/42] gpio: do not include <asm/arch/gpio.h> for ARCH_LS1046A
` [U-Boot] [PATCH 30/42] configs: arm: ls1021a: enable CONFIG_DM_I2C
` [U-Boot] [PATCH 31/42] include/configs: arm: ls1021a: fix compilation error
` [U-Boot] [PATCH 32/42] board: freescale: ls1021atwr: support dm_i2c_* API
` [U-Boot] [PATCH 33/42] configs: arm: ls1021a: fix compilation error
` [U-Boot] [PATCH 34/42] ls1021aqds: dcu: support dm_i2c_* API
` [U-Boot] [PATCH 35/42] board: freescale: ls1021aqds: "
` [U-Boot] [PATCH 36/42] include/configs: ls1021atwr: i2c: do not define DM_I2C for spl
` [U-Boot] [PATCH 37/42] video: dcu: support dm_i2c_* API
` [U-Boot] [PATCH 38/42] board: freescale: common: diu_ch7301: "
` [U-Boot] [PATCH 39/42] rtc: pcf8563: support driver model
` [U-Boot] [PATCH 40/42] armv8: fsl-layerscape: spl: fix build error when enabled CONFIG_DM_I2C
` [U-Boot] [PATCH 41/42] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag
` [U-Boot] [PATCH 42/42] Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LEN
[U-Boot] [PATCH v3 0/9] Add support for RK3308 SOC
2019-11-14 9:33 UTC (13+ messages)
` [U-Boot] [PATCH v3 1/9] arm: rockchip: Add RK3308 SOC support
` [U-Boot] [PATCH v3 2/9] rockchip: clk: Add clk driver for rk3308
` [U-Boot] [PATCH v3 3/9] arm: dts: rockchip: Add dts for rk3308 evb
` [U-Boot] [PATCH v3 4/9] board: rockchip: Add rk3308 evb support
` [U-Boot] [PATCH v3 5/9] rockchip: rk3308: Add sdram driver
` [U-Boot] [PATCH v3 6/9] rockchip: mkimage: add support for RK3308
` [U-Boot] [PATCH v3 7/9] rockchip: rk3308: Add dts for ROC-RK3308-CC
` [U-Boot] [PATCH v3 8/9] rockchip: rk3308: Add support for ROC-RK3308-CC board
` [U-Boot] [PATCH v3 9/9] doc: rockchip: Add documentation for rk3308 based boards
[U-Boot] [PATCH] rockchip: rk3288: Fix dwc2 gadget registration
2019-11-14 7:49 UTC (4+ messages)
[U-Boot] Please pull u-boot-marvell/master
2019-11-14 7:39 UTC
[U-Boot] [PATCH 1/2] gpio: fix CONFIG_IS_ENABLED(DM_GPIO) for SPL
2019-11-14 7:35 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] arm: mvebu: clearfog: fix boot from SD card
[U-Boot] [PATCH] ARM: mvebu: don't dereference null bd pointer
2019-11-14 7:35 UTC (2+ messages)
[U-Boot] [PATCH] rockchip: rk3399: Add Pinebook Pro laptop support
2019-11-14 7:22 UTC (2+ messages)
[U-Boot] [v2] armv8: ls1028a: disable multimedia feature when not supported
2019-11-14 7:08 UTC
[U-Boot] [v2] armv8: ls1043aqds: modify the qspi_bootcmd definition
2019-11-14 7:08 UTC
[U-Boot] Quickboot in u-boot
2019-11-14 6:27 UTC (3+ messages)
` [U-Boot] [External] "
[U-Boot] [PATCH v2 00/10] RISC-V AX25-AE350 support SPL
2019-11-14 5:52 UTC (11+ messages)
` [U-Boot] [PATCH v2 01/10] riscv: ax25: add SPL support
` [U-Boot] [PATCH v2 02/10] riscv: ax25-ae350: add SPL configuration
` [U-Boot] [PATCH v2 03/10] riscv: ax25-ae350: Use generic memory size setup
` [U-Boot] [PATCH v2 04/10] riscv: andes_plic: Fix some wrong configurations
` [U-Boot] [PATCH v2 05/10] riscv: ax25: cache: Add SPL_RISCV_MMODE for SPL
` [U-Boot] [PATCH v2 06/10] spl: cache: Allow cache drivers in SPL
` [U-Boot] [PATCH v2 07/10] riscv: Fix clear bss loop in the start-up code
` [U-Boot] [PATCH v2 08/10] riscv: dts: Support four cores SMP
` [U-Boot] [PATCH v2 09/10] riscv: dts: Add #address-cells and #size-cells in nor node
` [U-Boot] [PATCH v2 10/10] doc: update AX25-AE350 RISC-V documentation
[U-Boot] [v2] include/configs: ls1012a: add pfe stop command
2019-11-14 4:45 UTC
[U-Boot] [PATCH] include/configs: ls1012a: add pfe stop command before boot linux kernel
2019-11-14 4:34 UTC (3+ messages)
[U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc3
2019-11-14 3:02 UTC
[U-Boot] [PATCH 1/2] cosmetic: Fix spelling and whitespace errors
2019-11-14 2:18 UTC (2+ messages)
` [U-Boot] [PATCH v2] "
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