public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-07-28 02:43:31 to 2018-07-30 20:00:53 UTC [more...]

[U-Boot] [PATCH v2 1/7] tpm: fix typo in kernel doc
 2018-07-30 20:00 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,1/7] "

[U-Boot] [PATCH 1/2] doc: FIT image: clarify usage of "compression" property
 2018-07-30 19:52 UTC  (18+ messages)
` [U-Boot] [PATCH 2/2] FIT image: use compression = "none" for ramdisks

[U-Boot] [PATCH 1/4] gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()
 2018-07-30 19:34 UTC  (15+ messages)
` [U-Boot] [PATCH 3/4] gpio: xilinx: Not read output values via regs

[U-Boot] [PATCH] net: pch_gbe: Make probe/remove static
 2018-07-30 19:14 UTC  (2+ messages)

[U-Boot] [PATCH] spl: fit: Enable GZIP compression also for no kernel partitions
 2018-07-30 16:55 UTC  (13+ messages)

[U-Boot] [PATCH] armv8: fsl-layerscape: Update README.falcon for compression
 2018-07-30 16:53 UTC 

[U-Boot] [PATCH] travis: give every job a name
 2018-07-30 16:19 UTC 

[U-Boot] [PATCH v3 0/2] env: Make environment loading log more clear
 2018-07-30 16:19 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/2] env: Don't show "Failed" error message
` [U-Boot] [PATCH v3 2/2] disk: part: Don't show redundant "

[U-Boot] [PULL] efi patch queue 2018-07-25
 2018-07-30 16:16 UTC  (15+ messages)

[U-Boot] [PATCH v4 00/27] SPI-NAND support
 2018-07-30 16:10 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear
 2018-07-30 16:06 UTC  (6+ messages)

[U-Boot] [PATCH v4 6/6] common: Generic loader for file system
 2018-07-30 16:05 UTC  (12+ messages)

[U-Boot] [PATCH] ARM: socfpga: Convert to DM serial
 2018-07-30 16:03 UTC  (4+ messages)

[U-Boot] [PATCH v5 00/27] SPI-NAND support
 2018-07-30 15:46 UTC  (28+ messages)
` [U-Boot] [PATCH v5 01/27] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
` [U-Boot] [PATCH v5 02/27] mtd: Uninline mtd_write_oob and move it to mtdcore.c
` [U-Boot] [PATCH v5 03/27] mtd: Add sanity checks in mtd_write/read_oob()
` [U-Boot] [PATCH v5 04/27] mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing
` [U-Boot] [PATCH v5 05/27] mtd: add get/set of_node/flash_node helpers
` [U-Boot] [PATCH v5 06/27] mtd: fix build issue with includes
` [U-Boot] [PATCH v5 07/27] mtd: move definitions to enlarge their range
` [U-Boot] [PATCH v5 08/27] mtd: move all flash categories inside MTD submenu
` [U-Boot] [PATCH v5 09/27] mtd: move NAND files into a raw/ subdirectory
` [U-Boot] [PATCH v5 10/27] mtd: rename nand into rawnand in Kconfig prompt
` [U-Boot] [PATCH v5 11/27] mtd: nand: Add core infrastructure to deal with NAND devices
` [U-Boot] [PATCH v5 12/27] mtd: nand: Pass mode information to nand_page_io_req
` [U-Boot] [PATCH v5 13/27] spi: Extend the core to ease integration of SPI memory controllers
` [U-Boot] [PATCH v5 14/27] mtd: nand: Add core infrastructure to support SPI NANDs
` [U-Boot] [PATCH v5 15/27] mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
` [U-Boot] [PATCH v5 16/27] mtd: spinand: Add initial support for Winbond W25M02GV
` [U-Boot] [PATCH v5 17/27] mtd: spinand: Add initial support for the MX35LF1GE4AB chip
` [U-Boot] [PATCH v5 18/27] mtd: spinand: Add initial support for the MX35LF2GE4AB chip
` [U-Boot] [PATCH v5 19/27] dt-bindings: Add bindings for SPI NAND devices
` [U-Boot] [PATCH v5 20/27] mtd: declare MTD_PARTITIONS symbol in Kconfig
` [U-Boot] [PATCH v5 21/27] cmd: ubi: delete useless and misleading definitions
` [U-Boot] [PATCH v5 22/27] cmd: mtdparts: accept spi-nand devices
` [U-Boot] [PATCH v5 23/27] cmd: mtdparts: add a generic 'mtdparts' parser
` [U-Boot] [PATCH v5 24/27] cmd: mtdparts: remove useless 'mtdparts=' prefix
` [U-Boot] [PATCH v5 25/27] mtd: uclass: add probe function
` [U-Boot] [PATCH v5 26/27] cmd: mtd: add 'mtd' command
` [U-Boot] [PATCH v5 27/27] cmd: mtdparts: try to probe the MTD devices as a fallback

[U-Boot] [PATCH v1 0/2] Replace serial setparity by setconfig
 2018-07-30 15:23 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/2] dm: serial: Replace "
` [U-Boot] [PATCH v1 2/2] serial: stm32: "

[U-Boot] [PATCH 1/1] README: U_BOOT_ENV_CALLBACK functions
 2018-07-30 15:03 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/8] NXP LS1046A SMMU enabling patches
 2018-07-30 14:33 UTC  (6+ messages)
` [U-Boot] [PATCH v5 8/8] armv8: ls1046a: setup SEC ICIDs and fix up device tree

[U-Boot] [PATCH 1/4] gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()
 2018-07-30 13:47 UTC  (9+ messages)
` [U-Boot] [PATCH 2/4] gpio: xilinx: Remove !DM driver
` [U-Boot] [PATCH 3/4] gpio: xilinx: Set value before changing direction
` [U-Boot] [PATCH 4/4] gpio: xilinx: Simplify logic in xilinx_gpio_set_value

[U-Boot] [PATCH V2 1/4] power-domain: add dummy functions when CONFIG_POWER_DOMAIN not defined
 2018-07-30 13:26 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/4] power: Add CONFIG_SPL_POWER_DOMAIN config

[U-Boot] [PATCH 0/3] Example of using generic FS loader with FPGA manager
 2018-07-30 13:26 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] enable fpga loadfs

[U-Boot] [PATCH 0/6] driver: net: fsl-mc: Add support of multiple phys for dpmac
 2018-07-30 13:15 UTC  (9+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v2 1/6] driver: net: fsl-mc: modify the label name
  ` [U-Boot] [PATCH v2 2/6] driver: net: fsl-mc: remove unused strcture elements
  ` [U-Boot] [PATCH v2 3/6] driver: net: fsl-mc: fix error handing in init_phy
  ` [U-Boot] [PATCH v2 4/6] driver: net: fsl-mc: Modify the dpmac link detection method
  ` [U-Boot] [PATCH v2 5/6] driver: net: fsl-mc: initialize dpmac irrespective of phy
  ` [U-Boot] [PATCH v2 6/6] driver: net: fsl-mc: Add support of multiple phys for dpmac

[U-Boot] [PATCH] video: kconfig: remove DM_I2C dependency of I2C_EDID
 2018-07-30 13:11 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] i.MX: Add initial CLK support
 2018-07-30 12:56 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] clk: Kconfig: Ascending order to sub directiory kconfigs
` [U-Boot] [PATCH 2/8] clk: Add DM CLK driver template for i.MX6QDL
` [U-Boot] [PATCH 3/8] clk: imx: imx6q: Implement ENET clocks
` [U-Boot] [PATCH 4/8] clk: imx: imx6ul: "
` [U-Boot] [PATCH 5/8] clk: Add generic_clk_valid
` [U-Boot] [PATCH 6/8] net: fec_mxc: Add clock support via CLK
` [U-Boot] [PATCH 7/8] imx6ul: engicam: Enable CLK_IMX
` [U-Boot] [PATCH 8/8] configs: icorem6_rqs: "

[U-Boot] [PATCH 00/10] net: fec: Code Improvement/cleanups
 2018-07-30 12:45 UTC  (11+ messages)
` [U-Boot] [PATCH 01/10] configs: Drop imx27lite-common.h
` [U-Boot] [PATCH 02/10] configs: Move CONFIG_FEC_MXC
` [U-Boot] [PATCH 03/10] net: fec: Use PHY_INTERFACE_MODE_ for xcv_type
` [U-Boot] [PATCH 04/10] net: fec: Add default CONFIG_FEC_MXC_PHYADDR for few boards
` [U-Boot] [PATCH 05/10] net: fec: Use PHY_ADDR instead of FEC_MXC_PHYADDR
` [U-Boot] [PATCH 06/10] net: fec_mxc: Use udevice to retrive priv, in fec_phy_init
` [U-Boot] [PATCH 07/10] dm: net: fec: Move enet init in fec_enet
` [U-Boot] [PATCH 08/10] dm: net: fec: Refactor mdio_init code
` [U-Boot] [PATCH 09/10] dm: net: fec: Add support for PHY reset
` [U-Boot] [PATCH 10/10] net: fec: Setup common eth_ops code for dm and non-dm

[U-Boot] [PATCH 1/2] snapdragon: Add DRAM detection & FDT fixup
 2018-07-30 11:29 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] smbios: fix checkstyle error
 2018-07-30 11:22 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] smbios: fix checkstyle warning

[U-Boot] Verified Boot: Mix and match attack
 2018-07-30  9:52 UTC 

[U-Boot] [PATCH] board: sun50i: h6: Add OrangePi One Plus initial support
 2018-07-30  9:01 UTC  (2+ messages)

[U-Boot] [PATCH 00/20] Add support for 1wire protocol and 1wire eeproms
 2018-07-30  8:54 UTC  (4+ messages)
` [U-Boot] [PATCH 04/20] W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs

[U-Boot] [RFC PATCH] gpio: zynq: Setup bank_name to dev->name
 2018-07-30  8:00 UTC  (13+ messages)

[U-Boot] [PATCH] video: sunxi: de2: fix SimpleFB node creation when DE2 not probed
 2018-07-30  7:44 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/13] Allwinner H6 support (w/ SPL)
 2018-07-30  7:28 UTC  (9+ messages)
` [U-Boot] [PATCH v2 05/13] sunxi: add config for SPL at 0x20000 on H6
      ` [U-Boot] [linux-sunxi] "
` [U-Boot] [linux-sunxi] [PATCH v2 00/13] Allwinner H6 support (w/ SPL)

[U-Boot] [PATCH] arm: zynq: dts: add spi flash node to zedboard
 2018-07-30  7:05 UTC  (2+ messages)

[U-Boot] [GIT PULL] Kconfig changes
 2018-07-30  6:27 UTC 

[U-Boot] [PATCH] configs: omap3_logic: Disable NAND ID during SPL
 2018-07-30  1:16 UTC 

[U-Boot] [PATCH] Convert CONFIG_MISC_INIT_R to Kconfig
 2018-07-29 18:13 UTC 

[U-Boot] Uboot for STM32F411xx
 2018-07-29 16:57 UTC 

[U-Boot] [PATCH] configs: omap: Remove dead config CONFIG_SYS_NAND_ADDR
 2018-07-29 14:51 UTC 

[U-Boot] [PATCH v2 00/21] dm: pci: Various fixes and test cases update
 2018-07-29 13:37 UTC  (22+ messages)
` [U-Boot] [PATCH v2 01/21] pci: Remove 440ep specific macros
` [U-Boot] [PATCH v2 02/21] dm: Correct typos in uclass_first/next_device_check()
` [U-Boot] [PATCH v2 03/21] dm: core: Add ofnode function to read PCI vendor and device id
` [U-Boot] [PATCH v2 04/21] dm: pci: Extract vendor/device id in child_post_bind()
` [U-Boot] [PATCH v2 05/21] dm: pci: Fix scanning multi-function device
` [U-Boot] [PATCH v2 06/21] test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()
` [U-Boot] [PATCH v2 07/21] test: dm: pci: Test more than one device on the same bus
` [U-Boot] [PATCH v2 08/21] pci: sandbox: swap_case: Preserve space indicator bit in BAR registers
` [U-Boot] [PATCH v2 09/21] test: dm: pci: Test more than one PCI host controller
` [U-Boot] [PATCH v2 10/21] test: dm: pci: Add tests for configuration space access
` [U-Boot] [PATCH v2 11/21] pci: sandbox: emul: Fix the call to pci_bus_find_devfn()
` [U-Boot] [PATCH v2 12/21] dm: pci: Assign correct driver data when binding a driver
` [U-Boot] [PATCH v2 13/21] pci: sandbox: Support dynamically binding device driver
` [U-Boot] [PATCH v2 14/21] pci: sandbox: swap_case: Declare dynamic driver matching
` [U-Boot] [PATCH v2 15/21] sandbox: Update test.dts for dynamic PCI device "
` [U-Boot] [PATCH v2 16/21] test: dm: pci: Test driver binding with driver data provided
` [U-Boot] [PATCH v2 17/21] pci: sandbox: emul: Rename priv structure
` [U-Boot] [PATCH v2 18/21] test: dm: pci: Add tests for mixed static and dynamic devices on the same bus
` [U-Boot] [PATCH v2 19/21] pci: Add all known capability and extended capability ids
` [U-Boot] [PATCH v2 20/21] dm: pci: Add APIs to find capability and extended capability
` [U-Boot] [PATCH v2 21/21] test: dm: pci: Add cases for finding PCI capability APIs

[U-Boot] [PATCH 1/1] efi_loader: document runtime functions
 2018-07-29 13:10 UTC 

[U-Boot] [BUG] qemu-x86_defconfig does not build with GCC 8.1
 2018-07-29 12:09 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] doc: README.iscsi: make compatible with restructured text
 2018-07-29 11:50 UTC 

[U-Boot] [PATCH 1/1] doc: add structure to Sphinx generated docs
 2018-07-29 11:45 UTC 

[U-Boot] [PATCH] env: common: load read-only variables after reset
 2018-07-29  9:39 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] drivers: serial: document on_baudrate()
 2018-07-29  8:41 UTC 

[U-Boot] [PATCH] ARC: AXS10x/HSDK: Use our own version of mkimage
 2018-07-29  8:15 UTC 

[U-Boot] [PATCH v4 0/2] efi_loader: correctly initialize system table crc32
 2018-07-29  7:52 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/2] lib: crc32: mark function crc32() as __efi_runtime
` [U-Boot] [PATCH v4 2/2] efi_loader: update runtime services table crc32

[U-Boot] [PATCH] ARC: Enable unaligned access in hardware if compiler uses it
 2018-07-29  7:43 UTC 

[U-Boot] [PATCH 00/17] fs: fat: extend FAT write operations
 2018-07-29  7:02 UTC  (3+ messages)
` [U-Boot] [PATCH 17/17] fs-test: fix false positive error at Test Case 12

[U-Boot] [PATCH 1/1] dm: sysreset: x86: missing build dependency
 2018-07-29  0:34 UTC  (4+ messages)

[U-Boot] [PATCH] omap3_logic: Fix CONS_INDEX
 2018-07-28 19:03 UTC 

[U-Boot] [PATCH] tpmv2: Make it select CMD_LOG
 2018-07-28 13:20 UTC 

[U-Boot] Please pull fsl-qoriq master
 2018-07-28 11:50 UTC  (2+ messages)

[U-Boot] [PATCH V2 00/32] i.MX: Add i.MX8QXP support
 2018-07-28  2:43 UTC  (4+ messages)


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