public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-11-21 17:16:52 to 2019-11-22 22:16:02 UTC [more...]

[U-Boot] [PULL] u-boot-socfpga/master
 2019-11-22 22:16 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2019-11-22 22:15 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2019-11-22 22:15 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] drivers: pcie: Add Broadcom IPROC PCIe driver
 2019-11-22 21:56 UTC 

[U-Boot] [PATCH v4 0/5] Extend mv88e61xx driver to support 88E6071
 2019-11-22 21:48 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/5] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices

[U-Boot] [PATCH 1/1] cmd: gpt: Enumerate partitions and save info into an U-Boot variable
 2019-11-22 21:47 UTC 

[U-Boot] Using kernelCI infrastructure for firmware testing
 2019-11-22 21:37 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] drivers: i2c: Add brcm iproc I2C driver support
 2019-11-22 21:20 UTC 

[U-Boot] [PATCH] usb: Make USB_MUSB_PIO_ONLY conditional on USB_MUSB_{HOST, GADGET}
 2019-11-22 21:14 UTC 

[U-Boot] [PATCH v4 000/100] x86: Add initial support for apollolake
 2019-11-22 21:11 UTC  (103+ messages)
` [U-Boot] [PATCH v4 001/100] binman: Add a library to access binman entries
` [U-Boot] [PATCH v4 002/100] dm: gpio: Allow control of GPIO uclass in SPL
` [U-Boot] [PATCH v4 003/100] dm: core: Fix offset_to_ofnode() with invalid offset
` [U-Boot] [PATCH v4 004/100] dm: pci: Allow delaying auto-config until after relocation
` [U-Boot] [PATCH v4 005/100] dm: pci: Move pci_get_devfn() into a common file
` [U-Boot] [PATCH v4 006/100] net: Move the checksum functions to lib/
` [U-Boot] [PATCH v4 007/100] i2c: designware: Tidy up PCI support
` [U-Boot] [PATCH v4 008/100] i2c: designware: Avoid using static data
` [U-Boot] [PATCH v4 009/100] i2c: designware: Support use in SPL
` [U-Boot] [PATCH v4 010/100] x86: spi: Add helper functions for Intel Fast SPI
` [U-Boot] [PATCH v4 011/100] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH v4 012/100] board_r: Move early-timer init later
` [U-Boot] [PATCH v4 013/100] RFC: sandbox: net: Suppress the MAC-address warnings
` [U-Boot] [PATCH v4 014/100] Revert "RFC: sandbox: net: Suppress the MAC-address warnings"
` [U-Boot] [PATCH v4 015/100] x86: timer: use a timer base of 0
` [U-Boot] [PATCH v4 016/100] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH v4 017/100] x86: Drop unnecessary cpu code for TPL
` [U-Boot] [PATCH v4 018/100] x86: Drop unnecessary interrupt "
` [U-Boot] [PATCH v4 019/100] x86: power: Add an ACPI PMC uclass
` [U-Boot] [PATCH v4 020/100] x86: sandbox: Add a PMC emulator and test
` [U-Boot] [PATCH v4 021/100] x86: power: Add a 'pmc' command
` [U-Boot] [PATCH v4 022/100] pci: Add support for p2sb uclass
` [U-Boot] [PATCH v4 023/100] sandbox: Disable mmio by default in tests
` [U-Boot] [PATCH v4 024/100] sandbox: Add PCI driver and test for p2sb
` [U-Boot] [PATCH v4 025/100] x86: Move UCLASS_IRQ into a separate file
` [U-Boot] [PATCH v4 026/100] sandbox: Add a test for IRQ
` [U-Boot] [PATCH v4 027/100] x86: Define the SPL image start
` [U-Boot] [PATCH v4 028/100] x86: Reduce mrccache record alignment size
` [U-Boot] [PATCH v4 029/100] x86: Correct mrccache find_next_mrc_cache() calculation
` [U-Boot] [PATCH v4 030/100] x86: Adjust mrccache_get_region() to use livetree
` [U-Boot] [PATCH v4 031/100] x86: Adjust mrccache_get_region() to support get_mmap()
` [U-Boot] [PATCH v4 032/100] x86: Add a new global_data member for the cache record
` [U-Boot] [PATCH v4 033/100] x86: Tidy up error handling in mrccache_save()
` [U-Boot] [PATCH v4 034/100] x86: Update mrccache to support multiple caches
` [U-Boot] [PATCH v4 035/100] x86: Add mrccache support for a 'variable' cache
` [U-Boot] [PATCH v4 036/100] x86: Don't export mrccache_update()
` [U-Boot] [PATCH v4 037/100] x86: Move fsp_prepare_mrc_cache() to fsp1 directory
` [U-Boot] [PATCH v4 038/100] x86: Set the DRAM banks to reflect real location
` [U-Boot] [PATCH v4 039/100] x86: Set up the MTRR for SDRAM
` [U-Boot] [PATCH v4 040/100] x86: Don't imply libfdt or SPI flash in TPL
` [U-Boot] [PATCH v4 041/100] x86: Allow removal of standard PCH drivers
` [U-Boot] [PATCH v4 042/100] x86: Allow interrupt to happen once
` [U-Boot] [PATCH v4 043/100] x86: fsp: Make graphics support common to FSP1/2
` [U-Boot] [PATCH v4 044/100] x86: fsp: Correct wrong header inlude in fsp_support.c
` [U-Boot] [PATCH v4 045/100] x86: fsp: Add FSP2 base support
` [U-Boot] [PATCH v4 046/100] x86: fsp: Set up an MTRR for the graphics frame buffer
` [U-Boot] [PATCH v4 047/100] x86: fsp: Add a new arch_fsp_init_r() hook
` [U-Boot] [PATCH v4 048/100] x86: fsp: Allow remembering the location of FSP-S
` [U-Boot] [PATCH v4 049/100] x86: fsp: Make the notify API call common
` [U-Boot] [PATCH v4 050/100] x86: Don't include the BIOS emulator in TPL
` [U-Boot] [PATCH v4 051/100] x86: Add an option to include a FIT
` [U-Boot] [PATCH v4 052/100] x86: Add support for newer CAR schemes
` [U-Boot] [PATCH v4 053/100] x86: Disable microcode section for FSP2
` [U-Boot] [PATCH v4 054/100] x86: Update the fsp command "
` [U-Boot] [PATCH v4 055/100] x86: Update .dtsi file "
` [U-Boot] [PATCH v4 056/100] x86: Add an option to control the position of U-Boot
` [U-Boot] [PATCH v4 057/100] x86: Add an option to control the position of SPL
` [U-Boot] [PATCH v4 058/100] x86: Add an fdtmap and image-header
` [U-Boot] [PATCH v4 059/100] x86: Don't repeat microcode in U-Boot if not needed
` [U-Boot] [PATCH v4 060/100] x86: Separate out U-Boot and device tree in ROM image
` [U-Boot] [PATCH v4 061/100] x86: Make MSR_PKG_POWER_SKU common
` [U-Boot] [PATCH v4 062/100] spi: Correct operations check in dm_spi_xfer()
` [U-Boot] [PATCH v4 063/100] x86: spi: Don't enable SPI_FLASH_BAR by default
` [U-Boot] [PATCH v4 064/100] spi: ich: Move init function just above probe()
` [U-Boot] [PATCH v4 065/100] spi: ich: Move the protection/lockdown code into a function
` [U-Boot] [PATCH v4 066/100] spi: ich: Convert to livetree
` [U-Boot] [PATCH v4 067/100] spi: ich: Fix header order
` [U-Boot] [PATCH v4 068/100] spi: ich: Various small tidy-ups
` [U-Boot] [PATCH v4 069/100] spi: ich: Add mmio_base to struct ich_spi_platdata
` [U-Boot] [PATCH v4 070/100] dm: doc: Add a note about of-platdata and header files
` [U-Boot] [PATCH v4 071/100] spi: ich: Correct max-size bug in ich_spi_adjust_size()
` [U-Boot] [PATCH v4 072/100] spi: ich: Support of-platdata for fast-spi
` [U-Boot] [PATCH v4 073/100] spi: ich: Support hardware sequencing
` [U-Boot] [PATCH v4 074/100] spi: ich: Add support for get_mmap() method
` [U-Boot] [PATCH v4 075/100] spi: ich: Add TPL support
` [U-Boot] [PATCH v4 076/100] spi: ich: Add Apollo Lake support
` [U-Boot] [PATCH v4 077/100] mtd: spi: Export spi_flash_std_probe()
` [U-Boot] [PATCH v4 078/100] x86: Enable pinctrl in SPL and TPL
` [U-Boot] [PATCH v4 079/100] x86: Add low-power subsystem (lpss) support
` [U-Boot] [PATCH v4 080/100] x86: Add a generic Intel pinctrl driver
` [U-Boot] [PATCH v4 081/100] x86: Add a generic Intel GPIO driver
` [U-Boot] [PATCH v4 082/100] x86: apl: Add basic IO addresses
` [U-Boot] [PATCH v4 083/100] x86: apl: Add PMC driver
` [U-Boot] [PATCH v4 084/100] x86: apl: Add UART driver
` [U-Boot] [PATCH v4 085/100] x86: apl: Add pinctrl driver
` [U-Boot] [PATCH v4 086/100] i2c: designware: Add Apollo Lake support
` [U-Boot] [PATCH v4 087/100] x86: apl: Add systemagent driver
` [U-Boot] [PATCH v4 088/100] x86: apl: Add hostbridge driver
` [U-Boot] [PATCH v4 089/100] x86: apl: Add ITSS driver
` [U-Boot] [PATCH v4 090/100] x86: apl: Add LPC driver
` [U-Boot] [PATCH v4 091/100] x86: apl: Add PCH driver
` [U-Boot] [PATCH v4 092/100] x86: apl: Add PUNIT driver
` [U-Boot] [PATCH v4 093/100] x86: apl: Add SPL loaders
` [U-Boot] [PATCH v4 094/100] x86: apl: Add a CPU driver
` [U-Boot] [PATCH v4 095/100] x86: apl: Add SPL/TPL init
` [U-Boot] [PATCH v4 096/100] x86: apl: Add P2SB driver
` [U-Boot] [PATCH v4 097/100] x86: apl: Add Kconfig and Makefile
` [U-Boot] [PATCH v4 098/100] x86: apl: Add FSP structures
` [U-Boot] [PATCH v4 099/100] x86: apl: Add FSP support
` [U-Boot] [PATCH v4 100/100] x86: Add chromebook_coral

[U-Boot] Maximum size of u-boot.imx for TBS2910 board
 2019-11-22 18:31 UTC  (20+ messages)

[U-Boot] [PATCH v2 1/2] usb: composite: fix possible alignment issues
 2019-11-22 18:28 UTC  (12+ messages)
` [U-Boot] [PATCH v2 2/2] usb: dwc2: "

[U-Boot] [PATCH 1/1] drivers: gpio: Add common Broadcom iproc gpio driver
 2019-11-22 17:37 UTC 

[U-Boot] [PATCH] board: ti: am43xx: remove net platform code
 2019-11-22 17:26 UTC 

[U-Boot] [PATCH] board: ti: dra7-evm: remove net platform code
 2019-11-22 17:26 UTC 

[U-Boot] [PATCH 1/4] arm64: dts: sync Allwinner H6 files
 2019-11-22 14:41 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4] arm64: dts: sun50i: Add support for Orange Pi 3
` [U-Boot] [PATCH 3/4] sunxi: board: Use eth_env_set_enetaddr_by_index()
` [U-Boot] [PATCH 4/4] sunxi: board: fixup the BT address for Orange Pi 3

[U-Boot] [PATCH] poweroff: add poweroff for mt6323 pmic
 2019-11-22 14:32 UTC 

[U-Boot] [GIT PULL] Raspberry Pi updates for v2020.01
 2019-11-22 13:40 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] efi_loader: default EFI_LOADER=n on ARM11
 2019-11-22 12:56 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] Introduce DSA Ethernet switch class and Felix driver
 2019-11-22 10:32 UTC  (8+ messages)
` [U-Boot] [PATCH 1/6] net: introduce DSA class for Ethernet switches
` [U-Boot] [PATCH 2/6] drivers: net: add a DSA sandbox driver
` [U-Boot] [PATCH 3/6] test: dm: add a simple unit test for DSA class
` [U-Boot] [PATCH 4/6] drivers: net: add Felix DSA switch driver
` [U-Boot] [PATCH 5/6] arm: dts: ls1028a: adds Ethernet switch node and its dependencies
` [U-Boot] [PATCH 6/6] configs: ls1028a: enable the Ethernet switch driver in defconfig

[U-Boot] [PATCH v3] travis: rework NXP layerscape jobs
 2019-11-22 10:17 UTC 

[U-Boot] [PATCH v2] configs: ls1028a: enable CMD_DM
 2019-11-22  9:58 UTC 

[U-Boot] [PATCH v4 0/5] Add helper function for linking a DM Eth device to a PHY
 2019-11-22  9:49 UTC  (9+ messages)
` [U-Boot] [PATCH v4 4/5] doc: bindings: add mdio-handle property to ethernet nodes

[U-Boot] [PATCH 1/1] arm: fix -march for ARM11
 2019-11-22  8:02 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] PCI: layerscape: Add Support for ls2085a and ls2080a EP mode
 2019-11-22  7:33 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] PCI: layerscape: Add the configuration for PF1 and VFs
` [U-Boot] [PATCH 3/3] PCI: layerscape: Add the PCIe EP mode support for lx2160a-v2

[U-Boot] [PATCH v2] gpio: at91_gpio: Add bank names
 2019-11-22  7:07 UTC  (3+ messages)

[U-Boot] [NXP-IMX] please pull imx-master-11-21
 2019-11-22  6:42 UTC 

[U-Boot] [PATCH 1/9] mmc: tmio: sdhi: Track current tap number in private data
 2019-11-22  6:22 UTC  (3+ messages)
` [U-Boot] [PATCH 9/9] mmc: tmio: sdhi: Add calibration tables

[U-Boot] [PATCH v2] travis: move orangepi to vendor job
 2019-11-22  2:43 UTC  (3+ messages)
` [U-Boot] [PATCH v2] travis: move orangepi to vendor job【请注意,邮件由u-boot-bounces@lists.denx.de代发】

[U-Boot] [PATCH] arm: socfpga: stratix10: Add alias for gmac0 in S10 dts
 2019-11-22  2:08 UTC  (3+ messages)

[U-Boot] [PATCH] arm: dts: Stratix10: change pad skew values for EMAC0 PHY driver
 2019-11-22  2:08 UTC  (3+ messages)

[U-Boot] [PATCH] spi: cadence_qspi_apb: fix QSPI write issues
 2019-11-22  2:03 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: socfpga: Unreset NAND in SPL on Gen5
 2019-11-22  1:48 UTC  (5+ messages)

[U-Boot] [PATCH v4 00/42] common: Further reduce common.h
 2019-11-22  0:21 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] board: ti: beagleboneai: add initial support
 2019-11-21 23:07 UTC  (8+ messages)
` [U-Boot] [PATCH 5/5] board: ti: beagleboneai: enable in am57xx_evm_defconfig
      ` [U-Boot] [EXTERNAL] "

[U-Boot] [PATCH 1/2] usb: composite: fix possible alignment issues
 2019-11-21 21:12 UTC  (3+ messages)

[U-Boot] [PATCH v3] Update MAINTAINERS to include environment files
 2019-11-21 17:17 UTC  (2+ messages)

[U-Boot] [PATCHv2 1/5] smart-gateway-mt7688: Rework build time check for overwriting factory data
 2019-11-21 17:17 UTC  (10+ messages)
` [U-Boot] [PATCHv2 2/5] env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check
` [U-Boot] [PATCHv2 3/5] fsl: layerscape: guard *env_sf_get_env_addr() on CONFIG_ENV_IS_IN_SPI_FLASH
` [U-Boot] [PATCHv2 4/5] T1042RDB_PI_NAND_SECURE_BOOT: Guard t104xrdb SPL env code
` [U-Boot] [PATCHv2 5/5] env: Finish migration of common ENV options


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