messages from 2019-10-28 05:07:37 to 2019-10-30 01:48:11 UTC [more...]
[U-Boot] [PATCH 00/13] dm: add support of new binding in gpio and pincontrol
2019-10-30 1:48 UTC (11+ messages)
` [U-Boot] [PATCH 01/13] pinctrol: dm: remove the function pinctrl_decode_pin_config
` [U-Boot] [PATCH 02/13] dm: pinctrl: convert pinctrl-single to livetree
` [U-Boot] [PATCH 03/13] dm: core: add ofnode function to iterate on node property
` [U-Boot] [PATCH 04/13] dm: pinctrl: migrate pinctrl-generic to livetree
` [U-Boot] [PATCH 08/13] pinctrl: sandbox: Add mux information in get_pin_muxing
[U-Boot] [PATCH v2 0/8] am57xx: Implement Android 10 boot flow
2019-10-30 1:48 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/8] image: android: Add functions for handling dtb field
` [U-Boot] [PATCH v2 3/8] cmd: bootimg: Add bootimg command
[U-Boot] [PATCH v2 00/15] scripts: Convert to Python 3
2019-10-30 1:47 UTC (3+ messages)
` [U-Boot] [PATCH v2 03/15] buildman: "
[U-Boot] [PATCH 0/8] RISC-V AX25-AE350 support SPL
2019-10-30 0:42 UTC (18+ messages)
` [U-Boot] [PATCH 1/8] riscv: ax25: add SPL support
` [U-Boot] [PATCH 2/8] riscv: ax25-ae350: add SPL configuration
` [U-Boot] [PATCH 3/8] riscv: ax25-ae350: Use generic memory size setup
` [U-Boot] [PATCH 4/8] riscv: andes_plic: Fix some wrong configurations
` [U-Boot] [PATCH 5/8] riscv: ax25: cache: Add SPL_RISCV_MMODE for SPL
` [U-Boot] [PATCH 6/8] spl: cache: Allow cache drivers in SPL
` [U-Boot] [PATCH 7/8] riscv: Fix clear bss loop in the start-up code
` [U-Boot] [PATCH 8/8] riscv: dts: Support four cores SMP
[U-Boot] [PATCH v2 0/5] Bring all testings in gitlab and travis CI to Azure Pipelines
2019-10-30 0:03 UTC (13+ messages)
` [U-Boot] [PATCH v2 1/5] tools: buildman: Honor output directory when generating boards.cfg
` [U-Boot] [PATCH v2 2/5] tools: buildman: Remove useless mkdir() in Make() in test.py
` [U-Boot] [PATCH v2 3/5] arm: mvebu: Avoid generating kwbimage.cfg in the source tree
` [U-Boot] [PATCH v2 4/5] .travis.yml: Remove the unneeded '&' for ls20xx buildman
` [U-Boot] [PATCH v2 5/5] Bring all testings in gitlab and travis CI to Azure Pipelines
[U-Boot] Please pull u-boot-dm
2019-10-29 23:35 UTC
[U-Boot] [PATCH 0/5] dm: regmap: Various fixes for regmap
2019-10-29 23:21 UTC (16+ messages)
` [U-Boot] [PATCH 1/5] sandbox: test: Show hex values on failure
` [U-Boot] [PATCH 2/5] sandbox: Drop 'const' from sandbox_write()
` [U-Boot] [PATCH 3/5] sandbox: test: Add a prototype for sandbox_set_enable_memio()
` [U-Boot] [PATCH 4/5] dm: regmap: Fix mask in regmap_update_bits()
` [U-Boot] [PATCH 5/5] test: regmap: check the values read from the regmap
[U-Boot] [PATCH v2 00/10] bootstage: TPL and SPL improvements
2019-10-29 23:21 UTC (22+ messages)
` [U-Boot] [PATCH v2 01/10] tiny-printf: Reduce size by removing ctype
` [U-Boot] [PATCH v2 02/10] tiny-printf: Add print_grouped_ull()
` [U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p
` [U-Boot] [PATCH v2 04/10] bloblist: Reserve an aligned base
` [U-Boot] [PATCH v2 05/10] bootstage: Store the next ID in the stash
` [U-Boot] [PATCH v2 06/10] bootstage: Fix counting of entries in stash
` [U-Boot] [PATCH v2 07/10] bootstage: Avoid conflicts between stash/unstash
` [U-Boot] [PATCH v2 08/10] bootstage: Correct relocation algorithm
` [U-Boot] [PATCH v2 09/10] bootstage: Mark the start/end of TPL and SPL separately
` [U-Boot] [PATCH v2 10/10] bootstage: Allow SPL to obtain bootstage info from TPL
[U-Boot] [PATCH v2] patman: separate emails in CC list with NULs
2019-10-29 23:21 UTC (3+ messages)
[U-Boot] [PATCH v2] dm: core: Update log method for uclass_find_device_by_seq
2019-10-29 23:21 UTC (3+ messages)
[U-Boot] [PATCH v2] fdt: Fix alignment issue when reading 64-bits properties from fdt
2019-10-29 23:21 UTC (3+ messages)
[U-Boot] [RFC/RESEND 00/22] Add support for Cavium Octeon-TX CN80XX/CN81XX
2019-10-29 21:09 UTC (17+ messages)
` [U-Boot] [RFC/RESEND 01/22] arm: introduce ARCH_THUNDERX
` [U-Boot] [EXT] "
[U-Boot] [RFC PATCH 00/29] arm: Introduce Marvell/Cavium OcteonTX
2019-10-29 21:08 UTC (30+ messages)
` [U-Boot] [RFC PATCH 01/29] include: pci_ids: add vendor ID for Cavium
` [U-Boot] [RFC PATCH 02/29] include: pci: Increase max pci region limit
` [U-Boot] [RFC PATCH 03/29] fdtdec: add API to read pci bus-range property
` [U-Boot] [RFC PATCH 04/29] drivers: pci-uclass: fix incorrect argument in map_sysmem
` [U-Boot] [RFC PATCH 05/29] drivers: pci-uclass: make DT subnode parse optional
` [U-Boot] [RFC PATCH 06/29] drivers: pci-uclass: add multi entry support for pci regions
` [U-Boot] [RFC PATCH 07/29] drivers: pci-uclass: add support for Enhanced Allocation in Bridges
` [U-Boot] [RFC PATCH 08/29] drivers: pci-uclass: add support for Single-Root I/O Virtualizaiton
` [U-Boot] [RFC PATCH 09/29] drivers: pci-uclass: add VF map_bar support for Enhanced Allocation
` [U-Boot] [RFC PATCH 10/29] drivers: pci-uclass: Add support for Alternate-RoutingID capability
` [U-Boot] [RFC PATCH 11/29] include: arm: asm: io: add 64bit clrbits and setbits helpers
` [U-Boot] [RFC PATCH 12/29] drivers: rtc: ds1337: add driver model support
` [U-Boot] [RFC PATCH 13/29] arch: include: octeontx: add headers for OcteonTX
` [U-Boot] [RFC PATCH 14/29] arch: include: octeontx2: add headers for OcteonTX2
` [U-Boot] [RFC PATCH 15/29] drivers: ata: ahci: update max id if it is more than available ports
` [U-Boot] [RFC PATCH 16/29] drivers: ata: ahci: fill upper 32bit buffer address in sg descriptor
` [U-Boot] [RFC PATCH 17/29] drivers: ata: ahci: add BAR index quirk for OcteonTX
` [U-Boot] [RFC PATCH 18/29] drivers: pci: add PCI controller driver "
` [U-Boot] [RFC PATCH 19/29] drivers: gpio: add GPIO "
` [U-Boot] [RFC PATCH 20/29] drivers: i2c: add I2C "
` [U-Boot] [RFC PATCH 21/29] drivers: spi: add SPI "
` [U-Boot] [RFC PATCH 22/29] drivers: mmc: remove static qualifier on mmc_power_init
` [U-Boot] [RFC PATCH 23/29] drivers: mmc: add MMC controller driver for OcteonTX
` [U-Boot] [RFC PATCH 24/29] drivers: mtd: nand: add NAND "
` [U-Boot] [RFC PATCH 25/29] drivers: net: add NIC "
` [U-Boot] [RFC PATCH 26/29] drivers: net: add NIC controller driver for OcteonTX2
` [U-Boot] [RFC PATCH 27/29] drivers: watchdog: add reset support for OcteonTX
` [U-Boot] [RFC PATCH 28/29] octeontx: Add support for OcteonTX SoC platforms
` [U-Boot] [RFC PATCH 29/29] octeontx2: Add support for OcteonTX2 "
[U-Boot] [PATCH] rtc: rx8010js: add compatible string
2019-10-29 19:07 UTC
[U-Boot] [PATCH V2 0/4] aes: add support for aes192 and aes256
2019-10-29 17:29 UTC (5+ messages)
` [U-Boot] [PATCH V2 1/4] aes: add a define for the size of a block
` [U-Boot] [PATCH V2 2/4] aes: add support of aes192 and aes256
` [U-Boot] [PATCH V2 3/4] tegra20: crypto: update code to use new aes api
` [U-Boot] [PATCH V2 4/4] pytest: aes: add test for aes192 and aes256
[U-Boot] [PATCH 1/2] drivers: net: fsl_enetc: set phydev->node
2019-10-29 14:57 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] drivers: net: fsl_enetc: fix RGMII configuration
[U-Boot] [PATCH v5 00/19] efi_loader: non-volatile variables support
2019-10-29 13:28 UTC (8+ messages)
[U-Boot] Cavium/Marvell Octeon Support
2019-10-29 13:12 UTC (4+ messages)
` [U-Boot] [EXT] "
[U-Boot] [PATCH v2 1/3] ARM: imx6: DHCOM i.MX6 PDK: fix board_boot_modes emmc entry
2019-10-29 12:17 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/3] ARM: imx6: DHCOM i.MX6 PDK: spl: Add eMMC initialization to SPL code
` [U-Boot] [PATCH v2 3/3] ARM: imx6: DHCOM i.MX6 PDK: defconfig: Enable MMC support of SPL
[U-Boot] [PATCH v3 RESEND 1/2] ARM: imx: Fix bmode detection from grp10
2019-10-29 12:08 UTC (2+ messages)
` [U-Boot] [PATCH v3 RESEND 2/2] ARM: imx: Use IMX6_SRC_GPR10_BMODE instead of magic number
[U-Boot] [PATCH v2 0/5] riscv: sifive/fu540: Enable SPI-NOR support
2019-10-29 10:44 UTC (8+ messages)
` [U-Boot] [PATCH v2 2/5] sifive: fu540: Enable OF_SEPARATE
` [U-Boot] [PATCH v2 4/5] riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsi
` [U-Boot] [PATCH v2 5/5] sifive: fu540: Enable spi-nor flash support
[U-Boot] [PATCH v4 0/4] arm: socfpga: Convert drivers from struct to defines
2019-10-29 10:31 UTC (7+ messages)
` [U-Boot] [PATCH v4 2/4] arm: socfpga: Convert reset manager "
[U-Boot] [PATCH v2 1/4] dm: spi: Return 0 if driver does not implement ops->cs_info
2019-10-29 10:15 UTC (4+ messages)
` [U-Boot] [PATCH v2 3/4] dm: spi: Check cs number before accessing slaves
[U-Boot] [PULL] u-boot-mmc mmc-10-29-2019
2019-10-29 9:57 UTC
[U-Boot] [PATCH 00/14] net: ti: icssg: Add prueth support
2019-10-29 9:56 UTC (6+ messages)
` [U-Boot] [PATCH 01/14] net: eth-uclass: eth_get_dev based on SEQ_ALIAS instead of probe order
[U-Boot] [PATCH 0/9] rockchip: rk3399: Add fastboot support
2019-10-29 9:43 UTC (4+ messages)
` [U-Boot] [PATCH 7/9] gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM
[U-Boot] [PATCH 0/3] mmc: fsl_esdhc: clean up driver
2019-10-29 9:13 UTC (3+ messages)
[U-Boot] [PATCH] stm32mp1: configs: fix checking the presence of an environment
2019-10-29 8:38 UTC (2+ messages)
[U-Boot] [PATCH] cmd: remove NET and CMD_NET dependency for CMD_PXE
2019-10-29 8:24 UTC (3+ messages)
[U-Boot] [PATCH v2 0/6] rsa: extend rsa_verify() for UEFI secure boot
2019-10-29 6:46 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/6] lib: rsa: decouple rsa from FIT image verification
` [U-Boot] [PATCH v2 2/6] rsa: add RSA_VERIFY_WITH_PKEY
` [U-Boot] [PATCH v2 3/6] include: image.h: add key info to image_sign_info
` [U-Boot] [PATCH v2 4/6] lib: rsa: generate additional parameters for public key
` [U-Boot] [PATCH v2 5/6] lib: rsa: add rsa_verify_with_pkey()
` [U-Boot] [PATCH v2 6/6] test: add rsa_verify() unit test
[U-Boot] [PATCH 01/30] lib: Allow crc32 to be disabled
2019-10-29 5:43 UTC (7+ messages)
` [U-Boot] [PATCH 05/30] wdt: Move code out of the header
` [U-Boot] [PATCH 06/30] wdt: Drop dm.h header file
` [U-Boot] [PATCH 20/30] ti: am654: Drop duplicate dm.h inclusion
[U-Boot] [RFC 00/15] efi_loader: add secure boot support
2019-10-29 5:19 UTC (6+ messages)
` [U-Boot] [RFC 06/15] secure boot: rename CONFIG_SECURE_BOOT
[U-Boot] [PATCH 0/4] fdt: Switch to the latest libfdt, sort-of
2019-10-29 3:37 UTC (7+ messages)
` [U-Boot] [PATCH 2/4] fdt: Add Kconfig options to control code size
[U-Boot] tpm / measured boot in u-boot
2019-10-28 23:27 UTC
[U-Boot] [GIT] Pull request: u-boot-dfu (15.10.2019)
2019-10-28 23:16 UTC (6+ messages)
[U-Boot] [PATCH] usb: ehci: add ehci max xfer size ehci config entry
2019-10-28 22:46 UTC (3+ messages)
[U-Boot] [PATCH] rtc: s35392a: add compatible strings
2019-10-28 19:10 UTC
[U-Boot] [PATCH] rtc: rx8010sj: fix DM initialization
2019-10-28 18:49 UTC
[U-Boot] [PATCH] bootcount: add a DM i2c eeprom backing store for bootcount
2019-10-28 18:44 UTC
[U-Boot] [PATCH 0/2] misc: i2c_eeprom: add paritioning and size query
2019-10-28 18:29 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] misc: i2c_eeprom: add fixed partitions support
` [U-Boot] [PATCH 2/2] misc: i2c_eeprom: add size query
[U-Boot] [PATCH V4] pytest: add a new test for aes
2019-10-28 18:25 UTC
[U-Boot] [PATCH 0/3] i2c: add support for offset overflow in to chip address
2019-10-28 17:44 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] i2c: add support for offset overflow in to address
` [U-Boot] [PATCH 2/3] dm: i2c: EEPROM simulator allow tests visibility of addr and offset
` [U-Boot] [PATCH 3/3] dm: i2c: EEPROM simulator add tests for addr offset mask
[U-Boot] [PATCH 00/10] GE boards initial DM conversion
2019-10-28 17:17 UTC (11+ messages)
` [U-Boot] [PATCH 01/10] board: ge: bx50v3: sync devicetrees from Linux
` [U-Boot] [PATCH 02/10] board: ge: ppd: sync device tree "
` [U-Boot] [PATCH 03/10] configs: bx50v3: Fix boot hang with video
` [U-Boot] [PATCH 04/10] board: ge: bx50v3: Fix run-time warning
` [U-Boot] [PATCH 05/10] board: ge: bx50v3: Fix message output to video console
` [U-Boot] [PATCH 06/10] configs: ppd: DM for USB and regulators PPD
` [U-Boot] [PATCH 07/10] board: ge: bx50v3: Enable DM for PCI and ethernet
` [U-Boot] [PATCH 08/10] board: ge: pass rtc_status via device tree
` [U-Boot] [PATCH 09/10] board: ge: bx50v3: use imx wdt
` [U-Boot] [PATCH 10/10] board: ge: mx53ppd: "
[U-Boot] [PATCH 0/9] phy: atheros: cleanup and device tree bindings
2019-10-28 16:25 UTC (3+ messages)
` [U-Boot] [PATCH 6/9] phy: atheros: fix delay configuration
[U-Boot] [PATCH 00/10] GE boards initial DM conversion
2019-10-28 16:25 UTC (11+ messages)
` [U-Boot] [PATCH 01/10] board: ge: bx50v3: sync devicetrees from Linux
` [U-Boot] [PATCH 02/10] board: ge: ppd: sync device tree "
` [U-Boot] [PATCH 03/10] configs: bx50v3: Fix boot hang with video
` [U-Boot] [PATCH 04/10] board: ge: bx50v3: Fix run-time warning
` [U-Boot] [PATCH 05/10] board: ge: bx50v3: Fix message output to video console
` [U-Boot] [PATCH 06/10] configs: ppd: DM for USB and regulators PPD
` [U-Boot] [PATCH 07/10] board: ge: bx50v3: Enable DM for PCI and ethernet
` [U-Boot] [PATCH 08/10] board: ge: pass rtc_status via device tree
` [U-Boot] [PATCH 09/10] board: ge: bx50v3: use imx wdt
` [U-Boot] [PATCH 10/10] board: ge: mx53ppd: "
[U-Boot] [RESEND PATCHv1 0/5] support remote system update on Intel Stratix10 SoC
2019-10-28 16:00 UTC (5+ messages)
[U-Boot] [PATCH 0/5] Bring all testings in gitlab and travis CI to Azure Pipelines
2019-10-28 14:15 UTC (7+ messages)
` [U-Boot] [PATCH 4/5] .travis.yml: Remove the unneeded '&' for ls20xx buildman
` [U-Boot] [PATCH 5/5] Bring all testings in gitlab and travis CI to Azure Pipelines
[U-Boot] [PATCH 1/2] ARM: dts: imx6qdl: Add device tree support for SolidRun Cubox-i
2019-10-28 14:11 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] ARM: dts: imx6qdl: Add U-Boot specific device tree files for Cubox-i
[U-Boot] [PATCH v3 0/9] tools: Support building U-Boot host tools for Windows via MSYS2
2019-10-28 13:55 UTC (3+ messages)
[U-Boot] [PATCH v3 022/108] x86: timer: Use a separate flag for whether timer is inited
2019-10-28 13:02 UTC (18+ messages)
` [U-Boot] [PATCH v3 023/108] x86: timer: Allow a timer base of 0
` [U-Boot] [PATCH v3 024/108] x86: spl: Support init of a PUNIT
` [U-Boot] [PATCH v3 025/108] x86: tpl: Add a fake PCI bus
` [U-Boot] [PATCH v3 026/108] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH v3 027/108] x86: Drop unnecessary cpu code for TPL
` [U-Boot] [PATCH v3 028/108] x86: Drop unnecessary interrupt "
` [U-Boot] [PATCH v3 029/108] x86: Add a CPU init function "
` [U-Boot] [PATCH v3 030/108] x86: Move CPU init to before spl_init()
[U-Boot] [PATCH v3 001/108] binman: Correct symbol calculation with non-zero image base
2019-10-28 10:43 UTC (18+ messages)
` [U-Boot] [PATCH v3 011/108] i2c: Tidy up designware PCI support
` [U-Boot] [PATCH v3 012/108] spl: Correct priority selection for image loaders
` [U-Boot] [PATCH v3 015/108] dm: doc: Correct of-platdata driver name
` [U-Boot] [PATCH v3 016/108] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH v3 018/108] Revert "RFC: sandbox: net: Suppress the MAC-address warnings"
` [U-Boot] [PATCH v3 019/108] spl: Add a size check for TPL
` [U-Boot] [PATCH v3 020/108] sandbox: pci: Create a new sandbox_pci_read_bar() function
` [U-Boot] [PATCH v3 021/108] x86: timer: Set up the timer in timer_early_get_count()
[U-Boot] [PATCH v2 0/9] powerpc: convert socrates board to DM
2019-10-28 5:49 UTC (5+ messages)
` [U-Boot] [PATCH v2 4/9] mpc85xx, socrates: add DM support
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