public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-08-02 20:34:20 to 2017-08-03 18:22:03 UTC [more...]

[U-Boot] [PATCH v5 00/30] env: Move environment code to use location drivers
 2017-08-03 18:22 UTC  (17+ 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] U-boot 2017.07 not working on Raspberry Pi
 2017-08-03 17:42 UTC  (6+ messages)

[U-Boot] [PATCH] fs: add fs_readdir()
 2017-08-03 16:54 UTC 

[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 2/2] armv8/ls1046a: RGMII PHY requires internal delay on Tx
 2017-08-03 16:14 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] rockchip: add u-boot specific dts for rk3368 based boards
 2017-08-03 15:42 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] rockchip: set Pre-reloc malloc pool size to 4kb "
` [U-Boot] [U-Boot, 1/3] rockchip: add u-boot specific dts "

[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)

[U-Boot] [PATCH 0/3] board: atmel: Use SPI-flash-based AT45xxx DataFlash
 2017-08-03 15:24 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] board: at91sam9263ek: "
` [U-Boot] [PATCH 2/3] board: at91sam9rlek: "
` [U-Boot] [PATCH 3/3] board: at91sam9260ek: "

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

[U-Boot] [PATCH] mtd: spi: sf_dataflash: Add print message while erase error
 2017-08-03 15:24 UTC  (2+ messages)

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

[U-Boot] [PATCH v4 00/66] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
 2017-08-03 15:24 UTC  (51+ messages)
` [U-Boot] [PATCH v4 04/66] rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL
` [U-Boot] [PATCH v4 05/66] rockchip: back-to-bootrom: simplify the #ifdef-check for LIBGENERIC in TPL/SPL
` [U-Boot] [PATCH v4 25/66] rockchip: rk3368: improve Kconfig text for the RK3368
` [U-Boot] [PATCH v4 26/66] rockchip: rk3368: mkimage: add support "
` [U-Boot] [PATCH v4 27/66] rockchip: rk3368: pmugrf: add definitions for os_reg[0..3]
` [U-Boot] [PATCH v4 28/66] rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHz
` [U-Boot] [PATCH v4 29/66] rockchip: rk3368: spl: add memory layout for TPL and SPL
` [U-Boot] [PATCH v4 30/66] rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA
` [U-Boot] [PATCH v4 31/66] rockchip: rk3368: syscon: SGRF "
` [U-Boot] [PATCH v4 32/66] rockchip: rk3368: grf: use shifted-constants
` [U-Boot] [PATCH v4 33/66] rockchip: rk3368: dts: add sgrf node
` [U-Boot] [PATCH v4 34/66] rockchip: pinctrl: rk3368: add GMAC (RGMII only) support
` [U-Boot] [PATCH v4 35/66] rockchip: pinctrl: rk3368: add support for configuring the MMC pins
` [U-Boot] [PATCH v4 36/66] rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver
` [U-Boot] [PATCH v4 37/66] rockchip: pinctrl: rk3368: add SPI support
` [U-Boot] [PATCH v4 38/66] rockchip: clk: rk3368: implement bandwidth adjust for PLLs
` [U-Boot] [PATCH v4 39/66] rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver
` [U-Boot] [PATCH v4 40/66] rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM
` [U-Boot] [PATCH v4 41/66] rockchip: clk: rk3368: implement DPLL (DRAM PLL) support
` [U-Boot] [PATCH v4 42/66] rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ
` [U-Boot] [PATCH v4 43/66] rockchip: clk: rk3368: implement MMC/SD clock reparenting
` [U-Boot] [PATCH v4 44/66] rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)
` [U-Boot] [PATCH v4 45/66] rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock
` [U-Boot] [PATCH v4 46/66] rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()
` [U-Boot] [PATCH v4 47/66] rockchip: clk: rk3368: add support for configuring the SPI clocks
` [U-Boot] [PATCH v4 48/66] net: gmac_rockchip: Add support for the RK3368 GMAC
` [U-Boot] [PATCH v4 49/66] rockchip: Makefile: streamline SPL/TPL configuration
` [U-Boot] [PATCH v4 50/66] rockchip: rk3368: add DRAM controller driver with DRAM initialisation
` [U-Boot] [PATCH v4 51/66] rockchip: rk3368: dts: add DMC node in rk3368.dtsi
` [U-Boot] [PATCH v4 52/66] rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h
` [U-Boot] [PATCH v4 53/66] rockchip: rk3368: spl: add TPL support
` [U-Boot] [PATCH v4 54/66] rockchip: spl: make spl-boot-order code reusable (split from rk3399)
` [U-Boot] [PATCH v4 55/66] rockchip: rk3368: spl: add SPL support
` [U-Boot] [PATCH v4 56/66] rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368
` [U-Boot] [PATCH v4 57/66] rockchip: spi: enable support for the rk_spi driver for the RK3368
` [U-Boot] [PATCH v4 58/66] rockchip: board: lion-rk3368: add support for the RK3368-uQ7
` [U-Boot] [PATCH v4 59/66] spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig
` [U-Boot] [PATCH v4 60/66] rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368
` [U-Boot] [PATCH v4 61/66] spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig
` [U-Boot] [PATCH v4 62/66] armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK
` [U-Boot] [PATCH v4 63/66] rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL
` [U-Boot] [PATCH v4 64/66] moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE
` [U-Boot] [PATCH v4 65/66] rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its
` [U-Boot] [PATCH v4 66/66] rockchip: board: puma_rk3399: rename ATF firmware

[U-Boot] [RFC PATCH 0/6] rockchip: rk3368: remove secure timer usage and use DM timer
 2017-08-03 15:23 UTC  (4+ messages)

[U-Boot] [PATCH] qemu-ppce500: Update get_phys_ccsrbar_addr_early()
 2017-08-03 14:09 UTC  (4+ messages)

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

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

[U-Boot] [PATCH 1/2] usb: kbd: don't fail with iomux
 2017-08-03 13:17 UTC 

[U-Boot] [PATCH] omap3evm: Update board and defconfig files
 2017-08-03 12:44 UTC  (4+ messages)

[U-Boot] [PATCH 1/5] mmc: uniphier-sd: Factor out register IO
 2017-08-03 12:40 UTC  (4+ messages)
` [U-Boot] [PATCH 3/5] mmc: uniphier-sd: Add support for 64bit FIFO

[U-Boot] [PATCH] mmc: uniphier-sd: Fix long response processing
 2017-08-03 12:34 UTC  (2+ messages)

[U-Boot] [PATCH v2] rockchip: phycore: Read configuration EEPROM & set ethaddr in late init
 2017-08-03 12:24 UTC  (4+ messages)

[U-Boot] [PATCH] rockchip: rk322x: update MACRO for mmc clksel reg
 2017-08-03 12:07 UTC 

[U-Boot] [PATCH v3] rockchip: rk3288: Add reset reason detection
 2017-08-03 11:48 UTC 

[U-Boot] [PATCH] rockchip: i2c: fix >32 byte reads
 2017-08-03 11:48 UTC 

[U-Boot] Custodian Albert Aribaud not reachable by mail
 2017-08-03 10:46 UTC 

[U-Boot] [PATCH v1 0/3] video: add STM32 LTDC display controller
 2017-08-03 10:36 UTC  (4+ messages)
` [U-Boot] [PATCH v1 1/3] dm: backlight: Add CONFIG_BACKLIGHT_PWM
` [U-Boot] [PATCH v1 2/3] dm: backlight: Add a driver for GPIO backlight
` [U-Boot] [PATCH v1 3/3] video: add STM32 LTDC display controller

[U-Boot] [PATCH 0/8] nvme: Add NVM Express driver support
 2017-08-03  9:31 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
` [U-Boot] [PATCH 2/8] nvme: Add NVM Express driver support
` [U-Boot] [PATCH 3/8] nvme: Add show routine to print detailed information
` [U-Boot] [PATCH 4/8] nvme: Add nvme commands
` [U-Boot] [PATCH 5/8] nvme: Detect devices that are class Storage Express
` [U-Boot] [PATCH 6/8] nvme: Fix number of blocks detection
` [U-Boot] [PATCH 7/8] nvme: Handle zero Maximum Data Transfer Size (MDTS)
` [U-Boot] [PATCH 8/8] x86: qemu: Enable NVMe driver

[U-Boot] [RFC] C2011 standard for building U-Boot
 2017-08-03  9:25 UTC  (2+ messages)

[U-Boot] [PATCH] splash_source: Verify FIT magic
 2017-08-03  6:53 UTC 

[U-Boot] [PATCH] cosmetic: bootcount: correct comment for used scratch register
 2017-08-03  6:16 UTC 

[U-Boot] [PATCH] armv8: layerscape platform pcie link up state judgment strongly
 2017-08-03  2:41 UTC 

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

[U-Boot] [PATCH 1/8] armv8: Add workaround for USB erratum A-009008
 2017-08-03  1:59 UTC  (4+ messages)

[U-Boot] [PATCH] ahci-pci: Update call to ahci_scsi_probe()
 2017-08-03  1:42 UTC  (4+ messages)

[U-Boot] [PATCH] misc: Kconfig: Add SPL_I2C_EEPROM option
 2017-08-03  1:00 UTC 

[U-Boot] [PATCH 1/5] spl: reorder the assignment of board info to global data
 2017-08-03  0:53 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] Add support Raspberry-Pi Ziro W
 2017-08-03  0:48 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/1] add support for Raspberry Pi Zero W

[U-Boot] [PATCH][v3] ARMv8/sec_firmware : Update chosen/kaslr-seed with random number
 2017-08-03  0:48 UTC  (2+ messages)

[U-Boot] [PATCH] env: add ENV_IS_ANYWHERE
 2017-08-03  0:48 UTC  (9+ messages)
` [U-Boot] [PATCH] vsprintf.c: add wide string (%ls) support

[U-Boot] [PATCH] misc: Makefile: Add condition on build i2c_eeprom
 2017-08-03  0:45 UTC  (3+ messages)

[U-Boot] [PATCH] boot_fit: Fix warning: overflow in implicit constant conversion in fdt_offset()
 2017-08-02 23:56 UTC  (2+ messages)

[U-Boot] Please pull u-boot-sh/rmobile branch
 2017-08-02 23:24 UTC 

[U-Boot] [PATCH 0/3] env_embedded related fixes/improvements
 2017-08-02 23:20 UTC  (3+ messages)
` [U-Boot] [PATCH 1/3] arch/sh: don't bring common/env_embedded.o into the link

[U-Boot] [PATCH] arch/sh: allow building in big-endian mode
 2017-08-02 23:19 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] mmc: sh_sdhi: Add DM and DT probing support
 2017-08-02 23:18 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] mmc: sh_sdhi: Fix the ACMD handling
` [U-Boot] [PATCH 3/3] mmc: sd_sdhi: Enable clock using clock framework

[U-Boot] [PATCH 1/3] net: ravb: Add OF probing support
 2017-08-02 23:16 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] net: ravb: Detect PHY correctly
` [U-Boot] [PATCH 3/3] net: ravb: Add clock handling support

[U-Boot] [PATCH] serial: sh: Use the clock framework to obtain clock config
 2017-08-02 23:15 UTC  (2+ messages)

[U-Boot] [PATCH] serial: sh: Convert to Kconfig
 2017-08-02 23:14 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] clk: rmobile: Add RCar Gen3 clock driver
 2017-08-02 23:14 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] ARM: rmobile: Enable clock framework on Salvator-X
` [U-Boot] [PATCH 3/3] ARM: rmobile: Enable clock framework on ULCB

[U-Boot] [PATCH 1/2] ARM: dts: rmobile: Import DTS from Linux 4.12
 2017-08-02 23:14 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ARM: rmobile: Enable OF_CONTROL on RCar Gen3

[U-Boot] [PATCH] ARM: rmobile: Increase console buffer sizes
 2017-08-02 23:13 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] ARM: rmobile: Add PFC PUEN bank 5 address
 2017-08-02 23:13 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ARM: rmobile: ulcb: Add ULCB board support

[U-Boot] [PATCH] ARM: rmobile: Update defconfig of R-Car Gen3
 2017-08-02 23:10 UTC 

[U-Boot] [PATCH v2 1/2] dm: core: Drop use of strlcpy()
 2017-08-02 22:54 UTC  (2+ messages)

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

[U-Boot] [PATCH 2/2] MIPS: Stop building position independent code
 2017-08-02 20:40 UTC  (10+ messages)
` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH v2 0/6] rockchip: rk3368: remove secure timer usage and use DM timer
 2017-08-02 20:40 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] timer: add OF_PLATDATA support for timer-uclass
` [U-Boot] [PATCH v2 2/6] dm: timer: normalise SPL and TPL support
` [U-Boot] [PATCH v2 3/6] rockchip: timer: add device-model timer driver for RK3368 (and similar)
` [U-Boot] [PATCH v2 4/6] dts: rk3368: make timer0 accessible for SPL and TPL
` [U-Boot] [PATCH v2 5/6] rockchip: lion-rk3368: defconfig: enable DM timer for all stages
` [U-Boot] [PATCH v2 6/6] rockchip: rk3368: remove setup of secure timer from TPL/SPL


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