public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-07-30 13:15:01 to 2018-07-31 12:42:40 UTC [more...]

[U-Boot] Please pull u-boot-dm
 2018-07-31 12:42 UTC  (2+ messages)

[U-Boot] [PATCH] common: fdt: Make fdt_del_subnodes/fdt_del_partition static
 2018-07-31 12:32 UTC 

[U-Boot] [PATCH v4 1/4] misc: docs: Fix comments in misc.h
 2018-07-31 12:24 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/4] misc: uclass: Add enable/disable function
` [U-Boot] [PATCH v4 3/4] test: Add tests for misc uclass
` [U-Boot] [PATCH v4 4/4] misc: Add gdsys_ioep driver

[U-Boot] [ANN] U-Boot v2018.09-rc1 released
 2018-07-31 11:53 UTC  (3+ messages)

[U-Boot] [PATCH] sata: fix sata_Probe return value check
 2018-07-31 11:52 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/2] Replace serial setparity by setconfig
 2018-07-31 11:52 UTC  (5+ messages)
` [U-Boot] [PATCH v1 1/2] dm: serial: Replace "
` [U-Boot] [PATCH v1 2/2] serial: stm32: "

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

[U-Boot] [PATCH] usb: musb-new: omap2430: Enable DM_USB and OF support
 2018-07-31 10:58 UTC 

[U-Boot] [RFC] usb: musb-new: omap2430: Enable DM_USB and OF support
 2018-07-31 10:49 UTC  (5+ messages)

[U-Boot] boot a bios/uefi with x86_64, without grub
 2018-07-31 10:18 UTC 

[U-Boot] [PATCH v3 01/13] test: regmap: Increase size of syscon0 memory
 2018-07-31 10:01 UTC  (13+ messages)
` [U-Boot] [PATCH v3 02/13] regmap: Fix documentation
` [U-Boot] [PATCH v3 03/13] regmap: Add documentation
` [U-Boot] [PATCH v3 04/13] regmap: Improve error handling
` [U-Boot] [PATCH v3 05/13] regmap: Introduce init_range
` [U-Boot] [PATCH v3 06/13] regmap: Add error output
` [U-Boot] [PATCH v3 07/13] regmap: Add raw read/write functions
` [U-Boot] [PATCH v3 08/13] regmap: Support reading from specific range
` [U-Boot] [PATCH v3 09/13] regmap: Define regmap_{get,set}
` [U-Boot] [PATCH v3 10/13] test: regmap: Add test for regmap_{set, get}
` [U-Boot] [PATCH v3 11/13] misc: Sort Makefile entries
` [U-Boot] [PATCH v3 12/13] misc: Add gdsys_soc driver
` [U-Boot] [PATCH v3 13/13] misc: Add IHS FPGA driver

[U-Boot] [PATCH v2 1/3] linux/if_ether.h: Initial import from Linux kernel v4.17
 2018-07-31  9:55 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] net.h: Include linux/if_ether.h to avoid duplication
` [U-Boot] [PATCH v2 3/3] linux/if_ether.h: Add VLAN related macros

[U-Boot] [PATCH v4 1/3] drivers: Add board uclass
 2018-07-31  9:44 UTC  (3+ messages)
` [U-Boot] [PATCH v4 2/3] board: Add gazerbeam driver
` [U-Boot] [PATCH v4 3/3] test: Add tests for board uclass

[U-Boot] [PATCH 1/3] linux/if_ether.h: Initial import from Linux kernel v4.17
 2018-07-31  9:44 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] net.h: Include linux/if_ether.h to avoid duplication
` [U-Boot] [PATCH 3/3] linux/if_ether.h: Add VLAN related macros

[U-Boot] [PATCH v3 1/3] drivers: Add board uclass
 2018-07-31  9:38 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] snapdragon: Add DRAM detection & FDT fixup
 2018-07-31  9:31 UTC  (4+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 1/2] snapdragon: Add DRAM detection & FDT fixup
 2018-07-31  9:29 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] db410c: Fixup DRAM

[U-Boot] U-Boot: Verified Boot: signed configuration and mix and match attack
 2018-07-31  8:22 UTC 

[U-Boot] [PULL] efi patch queue 2018-07-25
 2018-07-31  8:19 UTC  (18+ messages)

[U-Boot] [PATCH 00/17] fs: fat: extend FAT write operations
 2018-07-31  7:55 UTC  (6+ messages)
` [U-Boot] [PATCH 05/17] fs: fat: check and normailze file name
` [U-Boot] [PATCH 17/17] fs-test: fix false positive error at Test Case 12

[U-Boot] [PATCH v4 00/27] SPI-NAND support
 2018-07-31  7:37 UTC  (9+ messages)

[U-Boot] [PATCH v3] mtd: add spi flash id s25fl128l
 2018-07-31  7:30 UTC 

[U-Boot] [PATCH v5 00/27] SPI-NAND support
 2018-07-31  7:29 UTC  (31+ 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 3/3] arm: spring: fix alias of mmc correctly
 2018-07-31  7:13 UTC 

[U-Boot] [PATCH 2/3] arm: exynos5: fix warning of dts
 2018-07-31  7:13 UTC 

[U-Boot] [PATCH 1/3] arm: exynos4: fix warning of dts
 2018-07-31  7:12 UTC 

[U-Boot] [U-Boot-DM] Enable ENET clocks on IMX6ULL
 2018-07-31  7:08 UTC  (2+ messages)

[U-Boot] [PATCH v4 6/6] common: Generic loader for file system
 2018-07-31  6:22 UTC  (13+ messages)

[U-Boot] [PATCH v2 1/4] phy: sun4i-usb: Call phy_passby even for PHY#0
 2018-07-31  6:14 UTC  (3+ messages)
` [U-Boot] [PATCH v2 4/4] configs: sunxi: Drop CONFIG_SUNXI_USB_PHYS

[U-Boot] [GIT PULL] Kconfig changes
 2018-07-31  6:12 UTC  (3+ messages)

[U-Boot] [PATCH] dm: Fix CMD_DM enabling
 2018-07-31  6:11 UTC 

[U-Boot] [PATCH] video: sunxi: de2: fix SimpleFB node creation when DE2 not probed
 2018-07-31  6:09 UTC  (3+ messages)
  ` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH v2 00/13] Allwinner H6 support (w/ SPL)
 2018-07-31  6:00 UTC  (12+ messages)
` [U-Boot] [linux-sunxi] "

[U-Boot] Please pull ARC changes or 2018.09-rc2
 2018-07-31  4:59 UTC 

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

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

[U-Boot] [PATCH 0/9] Support 4GB of memory on 32bit systems
 2018-07-31  1:42 UTC  (5+ messages)
` [U-Boot] [PATCH 3/9] common: include <inttypes.h> always
` [U-Boot] [PATCH 8/9] board: cm_fx6: use PRIx64 macros for printing ram size

[U-Boot] [PATCH] fs-test.sh: Update expected result output
 2018-07-31  1:36 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] i.MX: Add initial CLK support
 2018-07-30 23:41 UTC  (11+ 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 5/8] clk: Add generic_clk_valid
` [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 23:35 UTC  (19+ messages)
` [U-Boot] [PATCH 01/10] configs: Drop imx27lite-common.h
` [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] Convert CONFIG_MII et al to Kconfig
 2018-07-30 22:56 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] driver: net: fsl-mc: Add support of multiple phys for dpmac
 2018-07-30 21:43 UTC  (14+ 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] [RFC] cmd: add bootslot command to select/boot slot based on boot counts
 2018-07-30 20:45 UTC  (3+ messages)

[U-Boot] [PATCH] tpmv2: Make it select CMD_LOG
 2018-07-30 20:02 UTC  (2+ messages)

[U-Boot] [PATCH] tools: genboardscfg: move buildman path to first
 2018-07-30 20:02 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 5/5] Kconfig: Sort bool, default, select and imply options
 2018-07-30 20:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 4/5] dm: Change CMD_DM enabling
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,4/5] "

[U-Boot] [PATCH v2 3/5] Kconfig: Sort bool, default, select and imply options
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/5] Kconfig: Replace spaces with tabs and missing newline
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/5] common: Log should depends on DM not be selected by DM
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v5] u-boot: remove driver lookup loop from env_save()
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] Kconfig: Remove trailing whitespaces in prompt
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] configs: omap3_logic: Remove USB Storage and enable CONFIG_BLK
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/1] drivers: rtc: correctly set week day for mc146818
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 7/7] sandbox: compile both TPM stack versions and drivers
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 6/7] tpm: make TPM_V2 be compiled by default
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 5/7] test/py: tpm2: switch from 'tpm' to 'tpm2' command
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 4/7] tpm: allow TPM v1 and v2 to be compiled at the same time
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/7] tpm: remove stale symbol in Kconfig
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,3/7] "

[U-Boot] [PATCH v2 2/7] tpm: compile Sandbox driver by default
 2018-07-30 20:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[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  (9+ 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  (8+ 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] [PATCH v2 0/2] env: Make environment loading log more clear
 2018-07-30 16:06 UTC  (6+ messages)

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

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

[U-Boot] [PATCH 1/4] gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()
 2018-07-30 13:47 UTC  (8+ messages)
` [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


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