public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-08-03 15:24:32 to 2017-08-04 19:32:01 UTC [more...]

[U-Boot] [PATCH v0 00/20] enough UEFI for standard distro boot
 2017-08-04 19:32 UTC  (20+ messages)
` [U-Boot] [PATCH v0 01/20] fs: add fs_readdir()
` [U-Boot] [PATCH v0 02/20] fs/fat: implement readdir
` [U-Boot] [PATCH v0 03/20] short-wchar
` [U-Boot] [PATCH v0 04/20] part: extract MBR signature from partitions
` [U-Boot] [PATCH v0 05/20] efi: add some more device path structures
` [U-Boot] [PATCH v0 06/20] common: add some utf16 handling helpers
` [U-Boot] [PATCH v0 07/20] vsprintf.c: add wide string (%ls) support
` [U-Boot] [PATCH v0 08/20] efi_loader: add back optional efi_handler::open()
` [U-Boot] [PATCH v0 09/20] efi_loader: add device-path utils
` [U-Boot] [PATCH v0 10/20] efi_loader: drop redundant efi_device_path_protocol
` [U-Boot] [PATCH v0 11/20] efi_loader: add guidstr helper
` [U-Boot] [PATCH v0 12/20] efi_loader: flesh out device-path to text
` [U-Boot] [PATCH v0 13/20] efi_loader: use proper device-paths for partitions
` [U-Boot] [PATCH v0 14/20] efi_loader: use proper device-paths for net
` [U-Boot] [PATCH v0 15/20] efi_loader: refactor boot device and loaded_image handling
` [U-Boot] [PATCH v0 16/20] efi_loader: add file/filesys support
` [U-Boot] [PATCH v0 17/20] efi_loader: support load_image() from a file-path
` [U-Boot] [PATCH v0 18/20] efi_loader: make pool allocations cacheline aligned
` [U-Boot] [PATCH v0 19/20] efi_loader: efi variable support

[U-Boot] [PATCH] dm: scsi: fix callto function with wrong signature
 2017-08-04 19:11 UTC 

[U-Boot] [PATCH 00/13] add support for rk3066 platform
 2017-08-04 17:01 UTC  (16+ messages)
` [U-Boot] [PATCH 12/13] armv7: support rk3066 early back to bootrom in start.S

[U-Boot] [PATCH v3 0/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-08-04 17:01 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
` [U-Boot] [PATCH v3 2/9] fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
` [U-Boot] [PATCH v3 3/9] fit: fixed bug in locate_dtb_in_fit()
` [U-Boot] [PATCH v3 4/9] fit: If no matching config is found in fit_find_config_node(), use the default one
` [U-Boot] [PATCH v3 5/9] lzo: add a function to check the validity of the header
` [U-Boot] [PATCH v3 6/9] gzip: add a function to parse "
` [U-Boot] [PATCH v3 7/9] lib: allow building lzo and gunzip for the SPL
` [U-Boot] [PATCH v3 8/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
` [U-Boot] [PATCH v3 9/9] omap: detect board before spl_early_init()

[U-Boot] [PATCH 0/5] fix apalis-tk1 pcie gigabit ethernet operation
 2017-08-04 16:33 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] configs: apalis-tk1: fix boot failure using ext4 rootfs
` [U-Boot] [PATCH 2/5] apalis-tk1: add missing as3722 gpio0 configuration
` [U-Boot] [PATCH 3/5] pci: tegra: make tegra_pcie_port_reset weak function with explicit index
` [U-Boot] [PATCH 4/5] power: as3722: add as3722_ldo_set_voltage signature to header file
` [U-Boot] [PATCH 5/5] apalis-tk1: fix pcie reset for reliable gigabit ethernet operation

[U-Boot] [PATCH v2 0/2] move apalis t30/tk1, colibri t20/t30 to livetree
 2017-08-04 16:07 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] apalis_t30: fix usb otg power enable
` [U-Boot] [PATCH v2 2/2] dm: tegra: move apalis t30/tk1, colibri t20/t30 to livetree

[U-Boot] Remove STM32F1 support ?
 2017-08-04 16:05 UTC 

[U-Boot] [PATCH] net: fman: add support RGMII_TXID to memac
 2017-08-04 16:03 UTC  (3+ messages)

[U-Boot] [RFC] C2011 standard for building U-Boot
 2017-08-04 15:58 UTC  (4+ messages)

[U-Boot] [PATCH 2/2] armv8/ls1046a: RGMII PHY requires internal delay on Tx
 2017-08-04 15:13 UTC  (5+ messages)

[U-Boot] [PATCH] arm64: ls2088ardb: Add distro secure boot support
 2017-08-04 15:11 UTC  (4+ messages)

[U-Boot] [PATCH] mvebu: turris_omnia: Fix PEX vs SATA detection for board topology
 2017-08-04 13:28 UTC 

[U-Boot] [PATCH] cmd: usb: check usb_stor_curr_dev in usb dev with no parameter
 2017-08-04 13:21 UTC  (3+ messages)

[U-Boot] [PATCH 00/15] Add STM32H7 SoC and STM32H743-Disco board support
 2017-08-04 13:18 UTC  (16+ messages)
` [U-Boot] [PATCH 01/15] pinctrl: stm32: add stm32h743-pinctrl compatible
` [U-Boot] [PATCH 02/15] serial: stm32x7: add STM32H7 support
` [U-Boot] [PATCH 03/15] dm: clk: add clk driver support for stm32h7 SoCs
` [U-Boot] [PATCH 04/15] dm: reset: add stm32 reset driver
` [U-Boot] [PATCH 05/15] dm: misc: add stm32 rcc driver
` [U-Boot] [PATCH 06/15] ARM: DTS: stm32: add stm32h743i-disco files
` [U-Boot] [PATCH 07/15] ARM: DTS: stm32: Enable Clock driver for stm32h743
` [U-Boot] [PATCH 08/15] ARM: DTS: stm32: update usart compatible string "
` [U-Boot] [PATCH 09/15] ARM: DTS: stm32: add gpio compatible and aliases "
` [U-Boot] [PATCH 10/15] ARM: DTS: stm32: add sdram config for stm32h743i-disco
` [U-Boot] [PATCH 11/15] ARM: DTS: stm32: add HSI and CSI fixed clock for stm32H743
` [U-Boot] [PATCH 12/15] ARM: DTS: stm32: add u-boot, dm-pre-reloc for stm32h743i-disco
` [U-Boot] [PATCH 13/15] ARM: DTS: stm32: set HSE clock to 25Mhz "
` [U-Boot] [PATCH 14/15] ARM: DTS: stm32: add "simple-bus" compatible for clocks node
` [U-Boot] [PATCH 15/15] board: Add stm32h7 SoC and stm32h743-disco board support

[U-Boot] U-boot 2017.07 not working on Raspberry Pi
 2017-08-04 13:18 UTC  (8+ messages)

[U-Boot] [PATCH] usb: kbd: don't fail with iomux (v3)
 2017-08-04 13:16 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Add intermediate driver(cff driver) between flash & FPGA
 2017-08-04 13:10 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] arm: socfpga: Add checking function on searching boot device

[U-Boot] [PATCH] efi_loader: GOP fix for no display
 2017-08-04 13:08 UTC  (5+ messages)
` [U-Boot] [PATCH] usb: kbd: don't fail with iomux

[U-Boot] [PATCH v2 0/3] power: Add a driver to handle the PBIAS cell of the TI SOCs
 2017-08-04 12:26 UTC  (4+ messages)
  ` [U-Boot] [PATCH v2 2/3] regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1

[U-Boot] [GIT PULL] Xilinx fixes for v2017.09
 2017-08-04 11:25 UTC  (5+ messages)

[U-Boot] [PATCH 2/2] driver: spi: add rockchip sfc support
 2017-08-04  9:34 UTC 

[U-Boot] [PATCH] drivers: mmc: Avoid memory leak in case of failure
 2017-08-04  9:34 UTC  (3+ messages)

[U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA
 2017-08-04  9:34 UTC  (7+ messages)

[U-Boot] [PATCH 00/51] gdsys: Add support for Gazerbeam board
 2017-08-04  9:34 UTC  (5+ messages)
` [U-Boot] [PATCH 51/51] mpc83xx: Add gazerbeam board

[U-Boot] [PATCH] drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
 2017-08-04  9:33 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] sf: add support for GD25Q256
 2017-08-04  9:33 UTC 

[U-Boot] [PATCH] genconfig.py: Print defconfig next to warnings
 2017-08-04  9:30 UTC 

[U-Boot] FIT image signing
 2017-08-04  8:44 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] rockchip: rk3229: move usb gadget into defconfig
 2017-08-04  8:41 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] rockchip: rk322x: update the sysreg number for boot mode
` [U-Boot] [PATCH 3/4] rockchip: add BOOT_LOADER support "
` [U-Boot] [PATCH 4/4] rockchip: enable rockusb for all rockchip SoCs

[U-Boot] [PATCH] x86: Remove dead ISA related codes
 2017-08-04  5:52 UTC 

[U-Boot] [PATCH 1/4] video: Drop the l5f31188 driver
 2017-08-04  4:56 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] video: Drop the sed156x driver
` [U-Boot] [PATCH 3/4] video: Drop the sm501 driver
` [U-Boot] [PATCH 4/4] video: Drop the ct69000 driver

[U-Boot] [PATCH 1/2] sf: Add Macronix MX25U6435F device parameters
 2017-08-04  4:21 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] sf: Preserve QE bit when clearing BP# bits for Macronix flash

[U-Boot] [PATCH] usb: kbd: don't fail with iomux
 2017-08-04  3:50 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/6] board: atmel: Add new board SAMA5D27-SOM1-EK board
 2017-08-04  2:04 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/6] ARM: at91: spl: Adjust switching to oscillator for SAMA5D2
` [U-Boot] [PATCH v3 2/6] ARM: at91: spl: Add mck function to lower rate while switching
` [U-Boot] [PATCH v3 3/6] ARM: at91: spl: Add boot device for boot from QSPI
` [U-Boot] [PATCH v3 4/6] ARM: at91: mach: Add missing defines of MPDDRC
` [U-Boot] [PATCH v3 5/6] ARM: at91: Get the Chip ID of SAMA5D2 SiP
` [U-Boot] [PATCH v3 6/6] board: atmel: Add SAMA5D27 SOM1 EK board

[U-Boot] [PATCH 0/5] configs: at91: Remove value of CONFIG_SYS_EXTRA_OPTIONS option
 2017-08-04  1:20 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] ARM: at91: Move CONFIG_AT91FAMILY option to Kconfig
` [U-Boot] [PATCH 2/5] ARM: at91: Add the SoC options "
` [U-Boot] [PATCH 3/5] ARM: at91: Remove hardware.h included in configs
` [U-Boot] [PATCH 4/5] ARM: at91: spl: Add macro CONFIG_XXXX_BOOT support
` [U-Boot] [PATCH 5/5] configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignment

[U-Boot] [PATCH] board: atmel: Enable to use new timer driver
 2017-08-04  0:39 UTC 

[U-Boot] [PATCH 1/2] sandbox: Introduce Kconfig option for 32/64 bit host
 2017-08-04  0:17 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig

[U-Boot] [PATCH] fs: add fs_readdir()
 2017-08-03 19:36 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] usb: kbd: don't fail with iomux
 2017-08-03 19:07 UTC  (4+ messages)

[U-Boot] [PATCH] ahci-pci: Update call to ahci_probe_scsi_pci()
 2017-08-03 19:07 UTC  (3+ messages)

[U-Boot] [PATCH] PowerPC: mpc85xx: Update ft_verify_fdt
 2017-08-03 19:07 UTC  (2+ messages)

[U-Boot] [PATCH] qemu-ppce500: Update get_phys_ccsrbar_addr_early()
 2017-08-03 19:07 UTC  (2+ messages)

[U-Boot] Please pull u-boot-sh/rmobile branch
 2017-08-03 19:07 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2017-08-03 19:07 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/30] env: Move environment code to use location drivers
 2017-08-03 18:22 UTC  (31+ messages)
` [U-Boot] [PATCH v5 01/30] Makefile: Rename 'env' target to 'environ'
` [U-Boot] [PATCH v5 02/30] Move environment files from common/ to env/
` [U-Boot] [PATCH v5 03/30] env: Use tabs in ENV_IS_IN_FAT
` [U-Boot] [PATCH v5 04/30] env: common: Make env_get_addr/get_char_memory() static
` [U-Boot] [PATCH v5 05/30] env: common: Drop env_get_addr()
` [U-Boot] [PATCH v5 06/30] env: common: Factor out the common env_valid check
` [U-Boot] [PATCH v5 07/30] env: common: Drop env_get_char_init()
` [U-Boot] [PATCH v5 08/30] env: common: Drop env_get_char_memory()
` [U-Boot] [PATCH v5 09/30] env: Add an enum for environment state
` [U-Boot] [PATCH v5 10/30] env: Rename nand env_location to nand_env_location
` [U-Boot] [PATCH v5 11/30] env: Create a location driver for each location
` [U-Boot] [PATCH v5 12/30] env: Convert CONFIG_ENV_IS_IN... to a choice
` [U-Boot] [PATCH v5 13/30] env: Add a new implementation of environment access
` [U-Boot] [PATCH v5 14/30] env: Switch over to use environment location drivers
` [U-Boot] [PATCH v5 15/30] env: Drop common init() functions
` [U-Boot] [PATCH v5 16/30] env: Drop the env_name_spec global
` [U-Boot] [PATCH v5 17/30] env: Drop unused env_ptr variables
` [U-Boot] [PATCH v5 18/30] env: Drop env_init_new()
` [U-Boot] [PATCH v5 19/30] env: Drop env_get_char_spec()
` [U-Boot] [PATCH v5 20/30] env: Drop env_relocate_spec() in favour of env_load()
` [U-Boot] [PATCH v5 21/30] env: Drop saveenv() in favour of env_save()
` [U-Boot] [PATCH v5 22/30] env: Rename setenv() to env_set()
` [U-Boot] [PATCH v5 23/30] env: Rename common functions related to setenv()
` [U-Boot] [PATCH v5 24/30] env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
` [U-Boot] [PATCH v5 25/30] env: Rename getenv/_f() to env_get()
` [U-Boot] [PATCH v5 26/30] env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
` [U-Boot] [PATCH v5 27/30] env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
` [U-Boot] [PATCH v5 28/30] env: Rename some other getenv()-related functions
` [U-Boot] [PATCH v5 29/30] env: Adjust the get_char() method to return an int
` [U-Boot] [PATCH v5 30/30] env: Adjust the load() method to return an error

[U-Boot] [PATCH 1/6] fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE
 2017-08-03 16:48 UTC  (6+ messages)
` [U-Boot] [PATCH 2/6] db410c: use fdt passed from lk
` [U-Boot] [PATCH 3/6] db410c: add reserved-memory node to dts
` [U-Boot] [PATCH 4/6] db410c: on aarch64 the fdtfile is in per-vendor subdirectory
` [U-Boot] [PATCH 5/6] db410c: config updates
` [U-Boot] [PATCH 6/6] db410c: enable r8152 usb eth

[U-Boot] [PATCH 1/3] dm: core: also parse chosen node
 2017-08-03 16:47 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] video: simplefb
` [U-Boot] [PATCH 3/3] video: add config option to skip framebuffer clear

[U-Boot] [PATCH 1/3] rockchip: add u-boot specific dts for rk3368 based boards
 2017-08-03 15:42 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] rockchip: rk3288: fix EMMC_DIV_MASK definition in header
 2017-08-03 15:42 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] dm: core: don't fail to iterate if first one fails to probe
 2017-08-03 15:37 UTC  (7+ messages)

[U-Boot] [PATCH 0/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-08-03 15:27 UTC  (17+ messages)
` [U-Boot] [PATCH 1/9] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
` [U-Boot] [PATCH 2/9] fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
` [U-Boot] [PATCH 4/9] fit: If no matching config is found in fit_find_config_node(), use the default one
` [U-Boot] [PATCH 5/9] lzo: add a function to check the validity of the header
` [U-Boot] [PATCH 6/9] gzip: add a function to parse "
` [U-Boot] [PATCH 7/9] lib: allow building lzo and gunzip for the SPL
` [U-Boot] [PATCH 9/9] omap: detect board before spl_early_init()

[U-Boot] [PATCH] board: usb_a9263: Update to support DT and DM
 2017-08-03 15:24 UTC  (2+ messages)

[U-Boot] [PATCH] board: meesc: Update to support DT and DM
 2017-08-03 15:24 UTC  (2+ messages)

[U-Boot] [PATCH] board: pm9261: Update to support DT and DM
 2017-08-03 15:24 UTC  (2+ messages)

[U-Boot] [PATCH] board: ethernut5: Update to support DT and DM
 2017-08-03 15:24 UTC  (2+ messages)

[U-Boot] [PATCH] board: pm9263: Update to support DT and DM
 2017-08-03 15:24 UTC  (2+ messages)


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