messages from 2019-08-13 01:00:48 to 2019-08-13 19:31:41 UTC [more...]
[U-Boot] [PATCH v2 0/4] ARM: aspeed: Add SD host controller driver
2019-08-13 19:31 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/4] clk: aspeed: Add support for SD clock
` [U-Boot] [PATCH v2 2/4] mmc: Add Aspeed SD controller driver
` [U-Boot] [PATCH v2 3/4] aspeed: Support SD controller on the ast2500 board
` [U-Boot] [PATCH v2 4/4] ARM: dts: ast2500: Add SDHCI nodes
[U-Boot] [PATCH 0/6] bmips: add brcmnand support
2019-08-13 19:19 UTC (7+ messages)
` [U-Boot] [PATCH 1/6] nand: brcm: add BCM6368 support
` [U-Boot] [PATCH 2/6] bmips: bcm6368: add support for brcmnand
` [U-Boot] [PATCH 3/6] bmips: bcm6328: "
` [U-Boot] [PATCH 4/6] bmips: bcm6362: "
` [U-Boot] [PATCH 5/6] bmips: bcm63268: "
` [U-Boot] [PATCH 6/6] bmips: enable vr-3032u nand support
[U-Boot] [PATCH] Revert "ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NOR"
2019-08-13 19:04 UTC
[U-Boot] [PATCH] ARM: aspeed: Add SD host controller driver
2019-08-13 18:22 UTC (4+ messages)
[U-Boot] [PATCH v2 0/5] usb: kbd: implement special keys
2019-08-13 17:06 UTC (8+ messages)
` [U-Boot] [PATCH v2 3/5] usb: kbd: fix typo
` [U-Boot] [PATCH v2 4/5] usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
` [U-Boot] [PATCH v2 5/5] dm: test: usb: rework keyboard test
[U-Boot] [U-BOOT PATCH 0/3] add support for spi-nor device on HiFive Unleashed board
2019-08-13 16:59 UTC (4+ messages)
` [U-Boot] [U-BOOT PATCH 1/3] spi: nor: add spi-nor-fixup handlers for nor devices
` [U-Boot] [U-BOOT PATCH 2/3] spi: nor: add support for is25wp256
` [U-Boot] [U-BOOT PATCH 3/3] spi: riscv: use single bit mode for spi transfers
[U-Boot] [PATCH] cmd: avb: Fix requested partitions list
2019-08-13 16:59 UTC (2+ messages)
[U-Boot] [PATCH v1] MAINTAINERS: Add entries for Android A/B and AVB
2019-08-13 16:57 UTC (2+ messages)
[U-Boot] [PATCH v3 00/40] env: common: Remove environment definitions from common.h
2019-08-13 16:56 UTC (9+ messages)
` [U-Boot] [PATCH v3 31/40] env: Drop the ENTRY typedef
` [U-Boot] [PATCH v3 32/40] env: Drop _ENTRY
` [U-Boot] [PATCH v3 38/40] env: Rename environment.h to env_internal.h
` [U-Boot] [PATCH v3 40/40] common: Add a note about the effort to reduce common.h
[U-Boot] [PATCH 0/5] Add support for Hikey960 board
2019-08-13 16:56 UTC (11+ messages)
` [U-Boot] [PATCH 1/5] arm: dts: Import HI3660 devicetree from Linux
` [U-Boot] [PATCH 2/5] arm: dts: Add devicetree for Hikey960 board
` [U-Boot] [PATCH 3/5] board: hisilicon: Add support "
` [U-Boot] [PATCH 4/5] mmc: Add support for HI3660 SoC reusing hi6220_dw_mmc driver
` [U-Boot] [PATCH 5/5] MAINTAINERS: Add entry for HI3660 SoC
[U-Boot] [PATCH v2 00/40] env: common: Remove environment definitions from common.h
2019-08-13 16:56 UTC (73+ messages)
` [U-Boot] [PATCH v2 01/40] common: Move gzip functions into a new gzip header
` [U-Boot] [PATCH v2 02/40] common: Drop the dpram_... functions
` [U-Boot] [PATCH v2 03/40] common: Move lcd_setmem() to lcd.h
` [U-Boot] [PATCH v2 04/40] common: Remove video_setmem()
` [U-Boot] [PATCH v2 05/40] env: Create a new file for environment functions
` [U-Boot] [PATCH v2 06/40] env: Move get_env_id() to env.h
` [U-Boot] [PATCH v2 07/40] env: Move env_get_f() "
` [U-Boot] [PATCH v2 08/40] env: Move env_init() "
` [U-Boot] [PATCH v2 09/40] env: Move env_relocate() "
` [U-Boot] [PATCH v2 10/40] env: Move envmatch() "
` [U-Boot] [PATCH v2 11/40] env: Move env_set_hex() "
` [U-Boot] [PATCH v2 12/40] env: Move env_set_ulong() "
` [U-Boot] [PATCH v2 13/40] env: Move env_get_ulong() "
` [U-Boot] [PATCH v2 14/40] env: Move env_get_yesno() "
` [U-Boot] [PATCH v2 15/40] env: Move env_get_hex() "
` [U-Boot] [PATCH v2 16/40] env: Move env_set() "
` [U-Boot] [PATCH v2 17/40] env: Move env_get() "
` [U-Boot] [PATCH v2 18/40] env: Move eth_env_get/set_enetaddr() "
` [U-Boot] [PATCH v2 19/40] env: net: Move eth_parse_enetaddr() to net.c/h
` [U-Boot] [PATCH v2 20/40] env: Move env_fix_drivers() to env.h
` [U-Boot] [PATCH v2 21/40] env: Move set_default_vars "
` [U-Boot] [PATCH v2 22/40] env: Move env_load/save functions "
` [U-Boot] [PATCH v2 23/40] env: Move env import/export "
` [U-Boot] [PATCH v2 24/40] env: Drop env_crc_update()
` [U-Boot] [PATCH v2 25/40] env: Move get/set_default_env() to env.h
` [U-Boot] [PATCH v2 26/40] env: Move env_get_char() "
` [U-Boot] [PATCH v2 27/40] env: Move env_reloc() "
` [U-Boot] [PATCH v2 28/40] env: Rename environment to embedded_environment
` [U-Boot] [PATCH v2 29/40] env: Move env_valid to env.h
` [U-Boot] [PATCH v2 30/40] env: Move callback definitions "
` [U-Boot] [PATCH v2 33/40] env: Rename the redundancy flags
` [U-Boot] [PATCH v2 34/40] env: Drop the ACTION typedef
` [U-Boot] [PATCH v2 35/40] env: Drop the double underscores in search.h
` [U-Boot] [PATCH v2 36/40] env: Move TOTAL_MALLOC_LEN to environment.h
` [U-Boot] [PATCH v2 37/40] env: Drop environment.h header file where not needed
` [U-Boot] [PATCH v2 39/40] Drop PCMCIA
[U-Boot] [PATCH] spl: implement stack usage check
2019-08-13 16:52 UTC (2+ messages)
[U-Boot] [PATCH] serial_lpuart: Fix config check issue when using clk driver in SPL
2019-08-13 16:52 UTC (2+ messages)
[U-Boot] [PATCH 0/3] Intel FPGA PCIe fixes
2019-08-13 16:52 UTC (7+ messages)
` [U-Boot] [PATCH 1/3] pci: intel: Increase TLP polling counter
` [U-Boot] [PATCH 2/3] pci: intel: Fix error when enumerating multi-function PCIe device
` [U-Boot] [PATCH 3/3] pci: intel: Fix configuration type based on secondary number
[U-Boot] [PATCH] arm: K3: sysfw-loader: Do not require full printf() for version info
2019-08-13 16:52 UTC (2+ messages)
[U-Boot] [PATCH] firmware: ti_sci: Parse all resource ranges even if some is not available
2019-08-13 16:52 UTC (2+ messages)
[U-Boot] [PATCH] ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NOR
2019-08-13 16:52 UTC (2+ messages)
[U-Boot] [PATCH] ARM: da850-evm: Enable filesystem commands when booting from NOR
2019-08-13 16:52 UTC (2+ messages)
[U-Boot] [PATCH] ARM: da850-evm: Increase environment NOR partition offset
2019-08-13 16:51 UTC (2+ messages)
[U-Boot] [PATCH] ARM: da850-evm: Fix Lowlevel init
2019-08-13 16:51 UTC (2+ messages)
[U-Boot] [PATCH v3 0/7] Add PCIe root complex support for AM654x SoC
2019-08-13 16:51 UTC (15+ messages)
` [U-Boot] [PATCH v3 1/7] clk: add support for clk_is_match()
` [U-Boot] [PATCH v3 2/7] dm: core: add support for getting register address and size
` [U-Boot] [PATCH v3 3/7] pcie: ti: add driver for AM65x PCIe RC
` [U-Boot] [PATCH v3 4/7] phy: add support for AM654x SERDES
` [U-Boot] [PATCH v3 5/7] configs: am65x_evm_a53: enable PCIe support
` [U-Boot] [PATCH v3 6/7] arm: dts: k3-am65: add support for PCIe and SERDES
` [U-Boot] [PATCH v3 7/7] configs: am65x_evm_a53: enable support for PCIe ethernet cards
[U-Boot] [PATCH] power: domain: ti-sci-power-domain: Add device ID info to get/set_device failure
2019-08-13 16:51 UTC (2+ messages)
[U-Boot] [PATCH v5] board/BuR/brsmarc1: initial commit
2019-08-13 16:51 UTC (2+ messages)
[U-Boot] [PATCH 2/2] watchdog: omap_wdt: Disable DM watchdog support in SPL
2019-08-13 16:50 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/2] watchdog: omap_wdt: Convert watchdog driver to use DT and DM
` [U-Boot] [PATCH v2 2/2] watchdog: omap_wdt: Disable DM watchdog support in SPL
[U-Boot] [PATCH] ARM: omap3: overo: Fix MMC init for SPL
2019-08-13 16:50 UTC (2+ messages)
[U-Boot] [PATCH 1/2] board: siemens: adapt factoryset reading for DM_I2C enabled boards
2019-08-13 16:50 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] board: siemens: extend factoryset reading for giedi and deneb boards
[U-Boot] Please pull u-boot-marvell/master
2019-08-13 16:50 UTC (2+ messages)
[U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20190812
2019-08-13 16:50 UTC (2+ messages)
[U-Boot] Pull request: u-boot-riscv/master
2019-08-13 16:50 UTC (2+ messages)
[U-Boot] [PATCH V2 01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158
2019-08-13 16:45 UTC (10+ messages)
` [U-Boot] [PATCH V2 02/10] waitbit: Add the generic wait_for_bit macros for 16 and 32 bits
` [U-Boot] [PATCH V2 03/10] spi: bcm63xx_hsspi: switch to raw I/O functions
` [U-Boot] [PATCH V2 04/10] spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock
` [U-Boot] [PATCH V2 05/10] dt: bcm63158: Add hsspi controller
` [U-Boot] [PATCH V2 06/10] dt: bcm963158: add a spi-nor device
` [U-Boot] [PATCH V2 07/10] configs: Add hsspi/spi support to bcm963158
` [U-Boot] [PATCH V2 08/10] dt: bcm6858: add hsspi controller
` [U-Boot] [PATCH V2 09/10] dt: bcm968580xref: add a spi-nor device
` [U-Boot] [PATCH V2 10/10] bcm968580xref: enable spi-nor support
[U-Boot] [PATCH] kconfig: Convert CONFIG_MXS_GPIO to Kconfig
2019-08-13 16:10 UTC
[U-Boot] [PATCH] Convert CONFIG_FSL_USDHC to Kconfig
2019-08-13 15:31 UTC
[U-Boot] [PATCH 01/10] spi: Remove MIPS dependency from Broadcom HSSPI driver
2019-08-13 15:06 UTC (11+ messages)
` [U-Boot] [PATCH 02/10] spi: bcm63xx_hsspi: switch to raw I/O functions
` [U-Boot] [PATCH 03/10] waitbit: Add the generic wait_for_bit macros for 16 and 32 bits
` [U-Boot] [PATCH 04/10] spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock
` [U-Boot] [PATCH 05/10] dt: bcm63158: Add hsspi controller
` [U-Boot] [PATCH 06/10] dt: bcm963158: add a spi-nor device
` [U-Boot] [PATCH 07/10] configs: Add hsspi/spi support to bcm963158
` [U-Boot] [PATCH 08/10] dt: bcm6858: add hsspi controller
` [U-Boot] [PATCH 09/10] dt: bcm968580xref: add a spi-nor device
` [U-Boot] [PATCH 10/10] bcm968580xref: enable spi-nor support
[U-Boot] [PATCH v9 8/9] board: intel: Add new slimbootloader board
2019-08-13 14:02 UTC (5+ messages)
[U-Boot] [PATCH 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)
2019-08-13 13:54 UTC (3+ messages)
[U-Boot] [PATCH v2 0/4] spi: Split CONFIG_DM_SPI* to CONFIG_{SPL_TPL}DM_SPI*
2019-08-13 13:47 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/4] kconfig: doc: Update comment regarding CONFIG_IS_ENABLED(FOO) for TPL
` [U-Boot] [PATCH v2 2/4] spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)
` [U-Boot] [PATCH v2 3/4] spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX)
` [U-Boot] [PATCH v2 4/4] spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
[U-Boot] [PATCH] ARM: da850evm: Remove dead code
2019-08-13 13:28 UTC
[U-Boot] [PATCH] ARM: da850evm: Remove dead SPI Code
2019-08-13 13:27 UTC
[U-Boot] [PATCH v2] rockchip: ram: rk3399: fix setting for some type of dram
2019-08-13 13:15 UTC
[U-Boot] [RFC PATCH v1] common: fix building image.c
2019-08-13 12:55 UTC (3+ messages)
[U-Boot] [RFC] enforce CONFIG_DM=y
2019-08-13 11:12 UTC (5+ messages)
` [U-Boot] [U-Boot-Custodians] "
[U-Boot] [RESEND PATCH] core: ofnode: Add ofnode_get_addr_size_index
2019-08-13 9:55 UTC (4+ messages)
[U-Boot] [RFC PATCH] rockchip, Makefile: add u-boot-tpl-with-spl.img target
2019-08-13 9:52 UTC (12+ messages)
[U-Boot] [PATCH V3 0/4] Prepare i.MX8MM clk
2019-08-13 9:41 UTC (8+ messages)
` [U-Boot] [PATCH V3 1/4] clk: imx: add Kconfig entry for i.MX8MM
` [U-Boot] [PATCH V3 3/4] clk: imx: add i.MX8M composite clk support
[U-Boot] Travis test/py sandbox_spl test fail
2019-08-13 9:39 UTC (2+ messages)
[U-Boot] [PATCH] dm: mmc: remove unused U_BOOT_DRIVER(mmc)
2019-08-13 9:35 UTC (2+ messages)
[U-Boot] x86 FSP 2
2019-08-13 9:35 UTC (5+ messages)
[U-Boot] Verified boot of images without signatures
2019-08-13 9:35 UTC (4+ messages)
[U-Boot] [PATCH v2 0/3] Enable spl relocation on arm
2019-08-13 9:35 UTC (15+ messages)
` [U-Boot] [PATCH v2 2/3] spl: add relocation support
` [U-Boot] [PATCH v2 2/3] spl: add relocation support【请注意,邮件由sjg@google.com代发】
[U-Boot] [RFC] usb: ehci-mx6: Create MISC USB device wrapper
2019-08-13 9:34 UTC (3+ messages)
[U-Boot] [PATCH 0/2] usb: kbd: implement special keys
2019-08-13 9:34 UTC (7+ messages)
` [U-Boot] [PATCH 1/2] usb: kbd: simplify coding for arrow keys
[U-Boot] [PATCH 00/14] net: ti: icssg: Add prueth support
2019-08-13 9:34 UTC (3+ messages)
` [U-Boot] [PATCH 03/14] misc: uclass: Introduce misc_init_by_ofnode
[U-Boot] [PATCH 0/5] stm32mp1: add support of M4 coprocessor firmware
2019-08-13 9:34 UTC (3+ messages)
` [U-Boot] [PATCH 2/5] image: add new "copro" image type
[U-Boot] [RESEND PATCH 1/2] dm: Tidy up dump output when there are many devices
2019-08-13 9:34 UTC (3+ messages)
` [U-Boot] [RESEND PATCH 2/2] dm: pinctrl: introduce PINCONF_RECURSIVE option
[U-Boot] Question about GPL v3 font
2019-08-13 9:34 UTC (3+ messages)
[U-Boot] OMAP GPMC Controller U-Boot Class Type
2019-08-13 9:34 UTC (2+ messages)
[U-Boot] [PATCH 1/2] libfdt: fdt_address_cells() and fdt_size_cells()
2019-08-13 9:34 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] libfdt: return correct value if #size-cells property is not present
[U-Boot] [PATCH 1/2] dm: Tidy up dump output when there are many devices
2019-08-13 9:34 UTC (2+ messages)
[U-Boot] [PATCH] dm: pci: Change to config device according to Header Type
2019-08-13 9:34 UTC (2+ messages)
[U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe
2019-08-13 9:34 UTC (3+ messages)
` [U-Boot] [PATCH 4/7] mmc: pci: "
[U-Boot] [PATCH PATCH v4 00/15] Add support for applications of overlays in SPL
2019-08-13 9:34 UTC (14+ messages)
` [U-Boot] [PATCH PATCH v4 01/15] spl: fit: don't load the firmware twice
` [U-Boot] [PATCH PATCH v4 04/15] spl: fit: allocate a temporary buffer to load the overlays
` [U-Boot] [PATCH PATCH v4 12/15] drivers: board: Make the board drivers available in SPL
` [U-Boot] [PATCH PATCH v4 13/15] drivers: board: Add get_fit_loadable()
` [U-Boot] [PATCH PATCH v4 14/15] include: board: provide empty stubs when the BOARD option is not selected
` [U-Boot] [PATCH PATCH v4 15/15] spl: fit: Allow the board to tell if more images must be loaded from FIT
[U-Boot] [PATCH v3 1/2] disk: update to use SPL_PARTITIONS for SPL
2019-08-13 9:33 UTC (2+ messages)
[U-Boot] [PATCH 1/5] doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples
2019-08-13 9:33 UTC (2+ messages)
[U-Boot] [PATCH] cros: Expand the Chromium OS documentation
2019-08-13 9:33 UTC (3+ messages)
[U-Boot] [PATCH v2 1/3] spl: mmc: support uboot image offset on main partition
2019-08-13 9:24 UTC (5+ messages)
[U-Boot] [PATCH 00/22] i.MX8MM support
2019-08-13 8:53 UTC (16+ messages)
` [U-Boot] [PATCH 01/22] tools: imx8m_image: align spl bin image size
` [U-Boot] [PATCH 11/22] imx8m: add pin header for i.MX8MM
` [U-Boot] [PATCH 13/22] imx8m: Fix MMU table issue for OPTEE memory
` [U-Boot] [PATCH 17/22] imx8m: rename clock to clock_imx8mq
` [U-Boot] [PATCH 18/22] imx8m: restructure clock.h
[U-Boot] [PATCH v2 00/11] dm: Convert TPC70 to use DM and DTS in SPL and u-boot proper
2019-08-13 8:41 UTC (3+ messages)
` [U-Boot] [PATCH v2 07/11] imx: tpc70: dts: Add TPC70 board (imx6q based) device tree description
[U-Boot] U-Boot/EBBR plugfest at ELC-EU?
2019-08-13 8:35 UTC (3+ messages)
[U-Boot] [PATCH] arm: dts: imx: fsl-imx8qm.dtsi: add gpio aliases to fix gpio command
2019-08-13 8:30 UTC (2+ messages)
[U-Boot] [PATCH] spl: pass args to board_return_to_bootrom
2019-08-13 8:29 UTC (2+ messages)
[U-Boot] [PATCH] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
2019-08-13 8:28 UTC (2+ messages)
[U-Boot] [PATCH] tools: imx8mimage: fix HDMI/FIT parsing
2019-08-13 8:27 UTC (2+ messages)
[U-Boot] [PATCH] pinctrl: imx: use devfdt_get_addr_size_index
2019-08-13 8:26 UTC (2+ messages)
[U-Boot] [PATCH] imx: mx6slevk: enable DM_SPI and DM_SPI_FLASH
2019-08-13 8:25 UTC (2+ messages)
[U-Boot] [PATCH 1/2] imx: mx6ul_14x14_evk: Fix SPL boot
2019-08-13 8:24 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] imx: mx6ul_14x14_evk: convert to DM_VIDEO
[U-Boot] [PATCH v2 1/5] arm: dts: sync dts for i.MX6UL
2019-08-13 8:21 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/5] arm: dts: sync dts for i.MX6ULL
[U-Boot] [PATCH v2] i2c: mxc: add CONFIG_CLK support
2019-08-13 8:05 UTC (2+ messages)
[U-Boot] How to set up SDRAM
2019-08-13 7:17 UTC
[U-Boot] [U-BOOT PATCH v1] set serial environment variable
2019-08-13 4:37 UTC (4+ messages)
` [U-Boot] [U-BOOT PATCH v1] riscv: sifive: fu540: set serial environment variable from otp
[U-Boot] Booting Linux kernel on x86_64
2019-08-13 1:30 UTC (6+ messages)
[U-Boot] [PATCH 00/15] rk3399: Add redundant boot support
2019-08-13 1:02 UTC (4+ messages)
` [U-Boot] [PATCH 14/15] rockchip: rk3399: Add bootcount support
` [U-Boot] [PATCH 14/15] rockchip: rk3399: Add bootcount support【请注意,邮件由u-boot-bounces@lists.denx.de代发】
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