public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-07-18 07:38:10 to 2019-07-19 01:51:52 UTC [more...]

[U-Boot] [PATCH 00/52] Support i.MX8MM/N
 2019-07-19  1:51 UTC  (9+ messages)

[U-Boot] Support for i.MX7ULP rev B0
 2019-07-19  1:48 UTC  (4+ messages)

[U-Boot] 32-bit Tegra build failure in u-boot-dm
 2019-07-19  1:21 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/2] Add board support for iMX8QXP AI_ML board
 2019-07-19  0:43 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] board: Add "

[U-Boot] [PATCH 1/2] GitLab CI: Split the world build into 4 jobs
 2019-07-19  0:06 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] gitlab-ci: Move the pyelfutils section

[U-Boot] [PATCH] gitlab-ci: Add pyelftools when needed
 2019-07-19  0:05 UTC  (2+ messages)

[U-Boot] [PATCH] am335x_boneblack_vboot: Disable asm memcpy/memset in SPL
 2019-07-19  0:05 UTC  (2+ messages)

[U-Boot] [PATCH v8 00/14] Add Support for eMMC in AM65x-evm
 2019-07-19  0:05 UTC  (29+ messages)
` [U-Boot] [PATCH v8 01/14] arm64: dts: k3: Sync sdhci0 node from kernel and change driver name
` [U-Boot] [PATCH v8 02/14] mmc: am654_sdhci: Remove quirks
` [U-Boot] [PATCH v8 03/14] regmap: Add API regmap_init_mem_index()
` [U-Boot] [PATCH v8 04/14] mmc: sdhci: Add support for sdhci-caps-mask
` [U-Boot] [PATCH v8 05/14] mmc: sdhci: Make sdhci_set_clock() non static
` [U-Boot] [PATCH v8 06/14] arm: dts: k3: Add phy specific properties to SD card node
` [U-Boot] [PATCH v8 07/14] mmc: sdhci: Make set_ios_post() return int
` [U-Boot] [PATCH v8 08/14] mmc: am654_sdhci: Add Support for PHY
` [U-Boot] [PATCH v8 09/14] configs: am65x_evm: Enable CONFIG_REGMAP
` [U-Boot] [PATCH v8 10/14] mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
` [U-Boot] [PATCH v8 11/14] mmc: am654_sdhci: Add a platform specific set_control_reg() callback
` [U-Boot] [PATCH v8 12/14] configs: am65x: Add configs to support environment in eMMC
` [U-Boot] [PATCH v8 13/14] am65x_evm: Add Support for creating a filesystem GPT partition "
` [U-Boot] [PATCH v8 14/14] configs: am65x_evm_a53: Add Support for creating GPT partitions

[U-Boot] [PATCH v3 00/18] Add EEPROM-based board detect support for TI K3 SoCs
 2019-07-19  0:03 UTC  (37+ messages)
` [U-Boot] [PATCH v3 01/18] i2c: omap24xx_i2c: Adapt driver to support K3 devices
` [U-Boot] [PATCH v3 02/18] arm: omap_i2c: Remove unwanted header file inclusion
` [U-Boot] [PATCH v3 03/18] arm: dts: k3-am65: Move pinctrl nodes out of U-Boot specific dtsi
` [U-Boot] [PATCH v3 04/18] arm: dts: k3-am65: Add I2C nodes
` [U-Boot] [PATCH v3 05/18] arm: dts: k3-am654-base-board: Enable wkup_i2c0 across all boot stages
` [U-Boot] [PATCH v3 06/18] configs: am65x_evm_defconfig: Enable I2C support
` [U-Boot] [PATCH v3 07/18] configs: am65x_hs_evm_defconfig: "
` [U-Boot] [PATCH v3 08/18] arm64: dts: k3-am654-base-board: Add I2C GPIO expander @ 0x38
` [U-Boot] [PATCH v3 09/18] configs: am65x_evm_a53: Enable PCA953X-type GPIO driver
` [U-Boot] [PATCH v3 10/18] configs: am65x_hs_evm_a53: "
` [U-Boot] [PATCH v3 11/18] configs: am65x_evm_a53: Increase malloc pool before relocation
` [U-Boot] [PATCH v3 12/18] configs: am65x_hs_evm_a53: "
` [U-Boot] [PATCH v3 13/18] arm: K3: am654: Map common EEPROM data into SRAM scratch space
` [U-Boot] [PATCH v3 14/18] ti: common: am6: Add support for board description EEPROM
` [U-Boot] [PATCH v3 15/18] ti: common: am6: Add support for setting MAC addresses
` [U-Boot] [PATCH v3 16/18] board: ti: am654: Use EEPROM-based board detection
` [U-Boot] [PATCH v3 17/18] configs: am65x_evm: Add support for applying overlays
` [U-Boot] [PATCH v3 18/18] configs: am65x_hs_evm: "

[U-Boot] [PATCH v2 00/12] System Firmware Loader for TI K3 family SoCs
 2019-07-19  0:01 UTC  (25+ messages)
` [U-Boot] [PATCH v2 01/12] mmc: am654_sdhci: Allow driver to probe without PDs specified
` [U-Boot] [PATCH v2 02/12] spl: Allow performing BSS init early before board_init_f()
` [U-Boot] [PATCH v2 03/12] spl: Make image loader infrastructure more universal
` [U-Boot] [PATCH v2 04/12] arm: K3: Introduce System Firmware loader framework
` [U-Boot] [PATCH v2 05/12] armV7R: K3: am654: Allow using SPL BSS pre-relocation
` [U-Boot] [PATCH v2 06/12] armv7R: K3: am654: Use full malloc implementation in SPL
` [U-Boot] [PATCH v2 07/12] armV7R: K3: am654: Load SYSFW binary and config from boot media
` [U-Boot] [PATCH v2 08/12] configs: am65x_evm_r5: All sysfw to be loaded via MMC
` [U-Boot] [PATCH v2 09/12] configs: am65x_hs_evm_r5: "
` [U-Boot] [PATCH v2 10/12] configs: am65x_evm: Add Support for eMMC boot
` [U-Boot] [PATCH v2 11/12] configs: am65x_hs_evm: "
` [U-Boot] [PATCH v2 12/12] am65x: README: Add eMMC layout and flash instructions

[U-Boot] [PATCH] pci_ep: fix wrong addressing to barno
 2019-07-19  0:00 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] board: Arcturus: ucp1020: Removing obsoleted stuff
 2019-07-19  0:00 UTC  (2+ messages)

[U-Boot] [PATCH] blk: Invalidate block cache when switching hwpart
 2019-07-19  0:00 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] arm: dts: MediaTek: fix clock order for timer0 node of mt7629.dtsi
 2019-07-19  0:00 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] configs: mt7629_rfb: use arm arch timer instead of mtk timer
` [U-Boot] [PATCH 3/3] arm: dts: MediaTek: remove tick-timer from mt7629.dtsi

[U-Boot] [PATCH] chromium: Update docs to clone vboot_reference directly
 2019-07-18 23:59 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mediatek: add missing arch timer configuration for MT7629
 2019-07-18 23:59 UTC  (2+ messages)

[U-Boot] [PATCH] power-domain.h: Fix typo
 2019-07-18 23:59 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] CVE-2019-13103: disk: stop infinite recursion in DOS Partitions
 2019-07-18 23:59 UTC  (10+ messages)
` [U-Boot] [PATCH 2/5] CVE-2019-13105: ext4: fix double-free in ext4_cache_read
` [U-Boot] [PATCH 3/5] CVE-2019-13104: ext4: check for underflow in ext4fs_read_file
` [U-Boot] [PATCH 4/5] ext4: gracefully fail on divide-by-0
` [U-Boot] [PATCH 5/5] CVE-2019-13106: ext4: fix out-of-bounds memset

[U-Boot] [PATCH 0/2] Enable booting from VirtIO PCI connected storage
 2019-07-18 23:58 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] qemu-riscv: enable VIRTIO_PCI

[U-Boot] [PATCH v2 0/2] arm: qemu: fix failure if booting from TF-A
 2019-07-18 23:58 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] arm: move CONFIG_TFABOOT to generic Kconfig
` [U-Boot] [PATCH v2 2/2] arm: qemu: fix failure in flash initialization if booting from TF-A

[U-Boot] [PATCH] test/py: gpt: Use long options for sgdisk
 2019-07-18 23:57 UTC  (2+ messages)

[U-Boot] [PATCH] doc: Move fastboot protocol doc to android dir
 2019-07-18 23:57 UTC  (2+ messages)

[U-Boot] [PATCH v3] cmd: mem: Add a command to fill the memory with random data
 2019-07-18 23:57 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] tools: mkenvimage: Fixes for reading from pipes
 2019-07-18 23:57 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] tools: mkenvimage: Fix reading from slow pipe
` [U-Boot] [PATCH 2/2] tools: mkenvimage: Always consider non-regular files

[U-Boot] [PATCH v7 0/2] add command env erase
 2019-07-18 23:57 UTC  (5+ messages)
` [U-Boot] [PATCH v7 1/2] env: register erase command
` [U-Boot] [PATCH v7 2/2] env: mmc: add erase-function

[U-Boot] [PATCH] common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORT
 2019-07-18 23:56 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] regulator: Factor out common enable code
 2019-07-18 23:56 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] regulator: Allow enabling GPIO regulator

[U-Boot] [PATCH v2 1/1] ARM: correct detection of thumb mode
 2019-07-18 23:56 UTC  (2+ messages)

[U-Boot] [PATCH] ext4: add support for filesystems without JOURNAL
 2019-07-18 23:56 UTC  (2+ messages)

[U-Boot] [PATCH] ext4: fix calculating inode blkcount for non-512 blocksize filesystems
 2019-07-18 23:56 UTC  (2+ messages)

[U-Boot] [PATCH v4] rtc: Add DM support to ds3231
 2019-07-18 23:56 UTC  (2+ messages)

[U-Boot] [PATCH] lib: rsa: add support to other openssl engine types than pkcs11
 2019-07-18 23:56 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] travis: Build and test ASPEED board
 2019-07-18 23:56 UTC  (9+ messages)
` [U-Boot] [PATCH 1/5] configs: aspeed: Unset CONFIG_MMC
` [U-Boot] [PATCH 2/5] configs: aspeed: Add HUSH and random ethernet addr
` [U-Boot] [PATCH 4/5] travis: Add ASPEED ast2500 to qemu tests
` [U-Boot] [PATCH 5/5] travis: Build aspeed board with qemu HEAD

[U-Boot] [PATCH] .gitlab-ci.yml: Initial conversion of Travis CI build to GitLab CI
 2019-07-18 23:55 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] watchdog: omap_wdt: Convert watchdog driver to use DT and DM
 2019-07-18 23:55 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] efi_loader: rework loading and starting of images
 2019-07-18 23:07 UTC  (10+ messages)
` [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

[U-Boot] [PATCH v2] mx6ulevk: Include SDP boot instructions in README
 2019-07-18 22:46 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] net: unaligned copying of unsigned long
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/1] net: assign maintainer for include/net.h
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: designware: remove mdio bus on probe failure
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd: mdio: prevent data abort when no mdio bus is found
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v6 4/4] test: dm: add a test for MDIO MUX DM uclass
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v6 3/4] test: dm_mdio: add a 2nd register to the emulated PHY
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v6 2/4] doc: bindings: Add description for MDIO MUX dts nodes
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v6 1/4] net: add MDIO_MUX DM class
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: add comments to phy APIs
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3] drivers: net: phy: Ignore PHY ID 0 during PHY probing
 2019-07-18 21:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3] drivers: net: phy: Use Aquantia driver for AQR112, AQR412
 2019-07-18 21:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] Pull request: u-boot-net.git master
 2019-07-18 21:38 UTC 

[U-Boot] [PATCH v4 1/3] net: introduce packet capture support
 2019-07-18 21:37 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/3] doc: pcap: add pcap cmd documentation
` [U-Boot] [PATCH v4 3/3] configs: sandbox: enable PCAP capture cmd

[U-Boot] [PATCH v3 0/9] NXP LS1021A-TSN Board
 2019-07-18 21:30 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] net: tsec: Refactor the readout of the tbi-handle property
` [U-Boot] [PATCH v3 2/9] net: tsec: Fix offset of MDIO registers for DM_ETH
` [U-Boot] [PATCH v3 3/9] net: tsec: Reverse Christmas tree notation
` [U-Boot] [PATCH v3 4/9] net: tsec: Make errors visible
` [U-Boot] [PATCH v3 5/9] net: tsec: Common handling of MAC station address for DM_ETH
` [U-Boot] [PATCH v3 6/9] net: tsec: Change compatible strings to match Linux
` [U-Boot] [PATCH v3 7/9] arm: ls1021atwr: Convert to use driver model TSEC driver
` [U-Boot] [PATCH v3 8/9] configs: ls1021atwr: Fix distro_bootcmd for QSPI boot
` [U-Boot] [PATCH v3 9/9] Add support for the NXP LS1021A-TSN board

[U-Boot] [PATCH v3 1/2] net: introduce packet capture support
 2019-07-18 21:24 UTC  (4+ messages)

[U-Boot] [RFC 1/1] efi_loader: usage of cleanup_before_linux()
 2019-07-18 20:46 UTC  (3+ messages)

[U-Boot] [PATCH] mx6ulevk: Include SDP boot instructions in README
 2019-07-18 19:55 UTC 

[U-Boot] [PATCH 00/50] doc: Shape into useful HTML docs
 2019-07-18 18:27 UTC  (3+ messages)
` [U-Boot] [PATCH 24/50] doc: board: Add Intel Edison board doc

[U-Boot] [PATCH 1/4] imx: Place imx_ddr_size() into a separate file
 2019-07-18 18:04 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] imx: mmdc_size: Fix checkpatch warnings
` [U-Boot] [PATCH 3/4] imx: mmdc_size: Allow building it for i.MX7ULP
` [U-Boot] [PATCH 4/4] mx7ulp_evk: Use imx_ddr_size()

[U-Boot] [PATCH v4 1/2] pinctrl: mediatek: fix warning
 2019-07-18 17:08 UTC  (2+ messages)
` [U-Boot] [PATCH v4 2/2] board: mediatek: Add pumpkin board support

[U-Boot] [PATCH 0/4] Improve HAB support for SPL targets
 2019-07-18 17:02 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
` [U-Boot] [PATCH 2/4] habv4: tools: Avoid hardcoded CSF size for SPL targets
` [U-Boot] [PATCH 3/4] imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabled
` [U-Boot] [PATCH 4/4] imx: configs: Cleanup CONFIG_SECURE_BOOT comments

[U-Boot] [PATCH] mx6ulevk: Add support for SDP boot in SPL target
 2019-07-18 16:58 UTC  (2+ messages)

[U-Boot] Fwd: axp209 driver bug report
 2019-07-18 15:45 UTC 

[U-Boot] [PATCH v2 1/2] dm: core: device: switch off power domain after device removal
 2019-07-18 15:22 UTC  (3+ messages)

[U-Boot] Can't change stdout variable from code (read only variable) [u-boot 2019.07]
 2019-07-18 15:11 UTC 

[U-Boot] [Patch V3] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s
 2019-07-18 14:27 UTC  (6+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] [PATCH v2 1/4] x86: acpi: Add CSRT description
 2019-07-18 14:27 UTC  (8+ messages)
` [U-Boot] [PATCH v2 2/4] x86: acpi: Introduce a stub to generate CSRT
` [U-Boot] [PATCH v2 3/4] x86: acpi: Enable ACPI companion for Intel iDMA 32-bit
` [U-Boot] [PATCH v2 4/4] x86: tangier: Populate CSRT for shared DMA controller

[U-Boot] [PATCH 1/2] mx6: mx6sabre common: Use more conventional spelling of fdtfile
 2019-07-18 14:26 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mx6: mx6sabre common: Add distro boot config

[U-Boot] [PATCH 01/15] mx7ulp: Add common plugin codes for mx7ulp
 2019-07-18 12:25 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)
 2019-07-18 11:55 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] imx: pcl063: add nand boot support

[U-Boot] Pull request: u-boot-spi/master
 2019-07-18 11:48 UTC 

[U-Boot] [PATCH 0/5] i.MX7ULP EVK: update ddr script to make board boot
 2019-07-18 11:45 UTC  (2+ messages)

[U-Boot] [Patch v5] drivers: mtd: spi: Add micron mt35xu512a and mt35xu02g flash ID
 2019-07-18 11:38 UTC  (2+ messages)

[U-Boot] [Patch v4] drivers: mtd: spi: Add micron mt35xu512a and mt35xu02g flash ID
 2019-07-18 11:34 UTC  (7+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] [PATCH] riscv: tools: Fix prelink-riscv to work on big endian hosts
 2019-07-18 11:27 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] Make some changes to SDP
 2019-07-18 11:01 UTC  (12+ messages)
` [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type
            ` [U-Boot] 答复: "
        ` [U-Boot] 答复: [EXT] "
` [U-Boot] [PATCH 3/4] SDP: fix wrong usb request size and add high speed endpoint descriptor
    ` [U-Boot] 答复: "

[U-Boot] [Patch V3] drivers: mtd: spi: Add micron mt35xu512g and mt35xu02g flash ID
 2019-07-18 10:27 UTC  (3+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] [Patch V3] drivers: mtd: spi: Add flash property for Micron mt25qu512a
 2019-07-18 10:21 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/4] SiFive SPI MMC Support
 2019-07-18 10:17 UTC  (7+ messages)
` [U-Boot] [PATCH v5 1/4] mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags

[U-Boot] [PATCH u-boot-spi 1/1] spi: mvebu_a3700_spi: Fix clock prescale computation
 2019-07-18  9:34 UTC  (3+ messages)

[U-Boot] [PATCH v3 00/18] ram: rk3399: Add rank detection
 2019-07-18  9:30 UTC  (4+ messages)
` [U-Boot] [PATCH v3 16/18] ram: rk3399: Add rank detection support

[U-Boot] [PATCH 1/2] riscv: Sync csr.h with Linux kernel v5.2
 2019-07-18  9:28 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] riscv: Access CSRs using CSR numbers


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