messages from 2019-01-21 10:43:21 to 2019-01-22 10:27:08 UTC [more...]
[U-Boot] [PATCH v2 0/9] Add common pinctrl driver support for rockchip
2019-01-22 10:27 UTC (26+ messages)
` [U-Boot] [PATCH v2 1/9] rockchip: rk3399-evb: defconfig: Enable FDT for new pinctrl driver
` [U-Boot] [PATCH v2 2/9] ARM: rockchip: rk3188: Remove the pinctrl setup and enable uart at SPL
` [U-Boot] [PATCH v2 2/9] ARM: rockchip: rk3188: Remove the pinctrl setup and enable uart at SPL【请注意,邮件由u-boot-bounces@lists.denx.de代发】
` [U-Boot] [PATCH v2 3/9] ARM: rockchip: Kconfig: Remove the SPL_PINCTRL for rk3188
` [U-Boot] [PATCH v2 4/9] ARM: rockchip: Remove the pinctrl request at rk3288-board-spl
` [U-Boot] [PATCH v2 6/9] pinctrl: rockchip: Add common rockchip pinctrl driver
` [U-Boot] [PATCH v2 7/9] rockchip: defconfig: Clean the unused pinctrl config
` [U-Boot] [PATCH v2 8/9] pinctrl: rockchip: Clean the unused rockchip pinctrl drivers
` [U-Boot] [PATCH v2 9/9] ARM: dts: rk322x: Correct the uart2 default pin configuration
[U-Boot] [PATCH] core: ofnode: Add ofnode_pci_get_devfn()
2019-01-22 10:06 UTC (11+ messages)
` [U-Boot] [PATCH] pci: Add PCI_SLOT macro to include/pci.h
` [U-Boot] [PATCH 1/3 v2] pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig
[U-Boot] [PATCH 0/9] sunxi: enable DM_MMC
2019-01-22 9:49 UTC (4+ messages)
` [U-Boot] [linux-sunxi] "
[U-Boot] [PATCH v3 0/5] subject: efi_loader: add HII database protocol
2019-01-22 9:48 UTC (2+ messages)
[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
2019-01-22 9:47 UTC (2+ messages)
[U-Boot] [PATCH v2 00/11] SiFive FU540 Support
2019-01-22 9:30 UTC (27+ messages)
` [U-Boot] [PATCH v2 01/11] riscv: Rename cpu/qemu to cpu/generic
` [U-Boot] [PATCH v2 03/11] riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systems
` [U-Boot] [PATCH v2 06/11] clk: Add SiFive FU540 PRCI clock driver
` [U-Boot] [PATCH v2 09/11] drivers: serial_sifive: Skip baudrate config if no input clock
` [U-Boot] [PATCH v2 10/11] cpu: Bind timer driver for boot hart
` [U-Boot] [PATCH v2 11/11] riscv: Add SiFive FU540 board support
[U-Boot] [PATCH v3 0/2] efi_loader: add GetNextVariableName
2019-01-22 9:24 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/2] efi_loader: implement GetNextVariableName()
` [U-Boot] [PATCH v3 2/2] efi_selftest: fix variables test for GetNextVariableName()
[U-Boot] [PATCH v5 0/7] cmd: add efidebug for efi environment
2019-01-22 9:19 UTC (15+ messages)
` [U-Boot] [PATCH v5 1/7] cmd: add efidebug command
` [U-Boot] [PATCH v5 2/7] cmd: efidebug: add devices command
` [U-Boot] [PATCH v5 6/7] cmd: efidebug: add memmap command
` [U-Boot] [PATCH v5 7/7] cmd: env: add "-e" option for handling UEFI variables
[U-Boot] [PATCH v2 2/3] efi_loader: enumerate disk devices every time
2019-01-22 9:08 UTC (12+ messages)
[U-Boot] Test failures in u-boot/master on NVIDIA HW with recent push
2019-01-22 8:12 UTC (6+ messages)
[U-Boot] [PATCH 0/4] Topic board support updates
2019-01-22 7:30 UTC (5+ messages)
` [U-Boot] [PATCH 2/4] board: topic_miamilite: Support cost-reduced version
[U-Boot] [PATCH] net: remove duplicate definition of ETHADDR_WILDCARD
2019-01-22 7:25 UTC (3+ messages)
[U-Boot] [PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework
2019-01-22 6:25 UTC (8+ messages)
[U-Boot] Bad block present before NAND flash partition offset
2019-01-22 5:49 UTC (2+ messages)
[U-Boot] [PATCH v1 0/3] am335x, shc: convert am335x based shc board to DM usage
2019-01-22 5:27 UTC (8+ messages)
` [U-Boot] [PATCH v1 1/3] arm: dts: add am335x-shc.dts for shc board
` [U-Boot] [PATCH v1 2/3] ARM: dts: am335x-shc: add u-boot specific dtsi
` [U-Boot] [PATCH v1 3/3] am335x, shc: adapt shc board to DM
[U-Boot] [PATCH 00/33] x86: Add support for sound
2019-01-22 5:05 UTC (35+ messages)
` [U-Boot] [PATCH 01/33] log: Add a Kconfig option to set the default log level
` [U-Boot] [PATCH 02/33] log: Add documentation for convenience functions
` [U-Boot] [PATCH 03/33] log: Allow #define LOG_DEBUG to enable logging in a file
` [U-Boot] [PATCH 04/33] dm: syscon: Don't require a regmap for PCI devices
` [U-Boot] [PATCH 05/33] i2c: designware: Add error checking on init
` [U-Boot] [PATCH 06/33] pci: Don't export pci_hose_config_device()
` [U-Boot] [PATCH 07/33] pci: Fix comment in struct pci_child_platdata
` [U-Boot] [PATCH 08/33] gpio: Show inactive GPIOs when explicitly requested
` [U-Boot] [PATCH 09/33] gpio: Use case-insentive matching on the GPIO name
` [U-Boot] [PATCH 10/33] pci: Add IDs for Intel high-definition audio
` [U-Boot] [PATCH 11/33] sandbox: Add a note about the growing state_info struct
` [U-Boot] [PATCH 12/33] x86: Adjust I/O macros to work on 64-bit machines
` [U-Boot] [PATCH 13/33] x86: samus: Increase the pre-reloc memory
` [U-Boot] [PATCH 14/33] x86: link: Increase malloc size and decrease code size
` [U-Boot] [PATCH 15/33] x86: sandbox: pch: Add a CONFIG option for PCH
` [U-Boot] [PATCH 16/33] sandbox: pch: Add a test for the PCH uclass
` [U-Boot] [PATCH 17/33] pch: Add ioctl support
` [U-Boot] [PATCH 18/33] x86: ivybridge: Add a way to get the HDA config setting
` [U-Boot] [PATCH 19/33] sound: Mark sound_setup() as optional
` [U-Boot] [PATCH 20/33] sound: Add uclass operations for beeping
` [U-Boot] [PATCH 21/33] sound: Add support for Intel HDA
` [U-Boot] [PATCH 22/33] sandbox: sound: Silence sound for testing
` [U-Boot] [PATCH 23/33] sound: x86: link: Add sound support
` [U-Boot] [PATCH 24/33] sound: x86: Add beeping support in i8254
` [U-Boot] [PATCH 25/33] sound: Add a driver for the i8254 beep
` [U-Boot] [PATCH 26/33] x86: coreboot: Enable the beeper sound driver
` [U-Boot] [PATCH 27/33] x86: broadwell: Add support for the ADSP
` [U-Boot] [PATCH 28/33] x86: broadwell: Don't bother probing the PCH for pinctrl
` [U-Boot] [PATCH 29/33] x86: broadwell: Add support for serial I/O devices
` [U-Boot] [PATCH 30/33] x86: sound: Add support for broadwell I2S
` [U-Boot] [PATCH 31/33] sound: Add a driver for RealTek RT5677
` [U-Boot] [PATCH 32/33] x86: sound: Add sound support for samus (broadwell)
` [U-Boot] [PATCH 33/33] x86: Add sound support for samus
[U-Boot] [PATCH v3 0/9] mmc: sunxi: Enable DM_MMC
2019-01-22 4:45 UTC (11+ messages)
` [U-Boot] [PATCH v3 9/9] arm: dts: sunxi: Enumerate MMC2 as MMC1
[U-Boot] [PATCH v3 0/5] spi-flash: switch to "jedec, spi-nor" binding
2019-01-22 3:47 UTC (5+ messages)
` [U-Boot] [PATCH v3 2/5] dts: switch spi-flash to jedec, spi-nor compatible
` [U-Boot] [PATCH v3 5/5] doc: device-tree-bindings: switch from spi-flash to jedec, spi-nor
[U-Boot] Please pull u-boot-marvell/master
2019-01-22 2:29 UTC (2+ messages)
[U-Boot] [PATCH v2 00/21] imx: vybrid: Update BK4 and PCM052 boards to only use DM/DTS
2019-01-22 2:29 UTC (5+ messages)
` [U-Boot] [PATCH v2 11/21] ARM: DTS: Provide vf610-bk4r1-u-boot.dtsi for U-Boot specific properties
[U-Boot] dfu broken on rk3288 dwc2_otg
2019-01-22 1:19 UTC (2+ messages)
` [U-Boot] dfu broken on rk3288 dwc2_otg【请注意,邮件由u-boot-bounces@lists.denx.de代发】
[U-Boot] [PATCH] Makefile: Only build dtc if needed
2019-01-22 0:31 UTC (3+ messages)
[U-Boot] dumpimage: failure on null-padded image dumps
2019-01-22 0:11 UTC
[U-Boot] [PATCH 00/11] sound: Add sound support for Nyan
2019-01-21 23:43 UTC (12+ messages)
` [U-Boot] [PATCH 01/11] misc: Allow child devices
` [U-Boot] [PATCH 02/11] sound: samsung: Fix 'regiter' typo
` [U-Boot] [PATCH 03/11] sound: i2s: Tidy up a few comments
` [U-Boot] [PATCH 04/11] sound: Allow audio codecs to be used by other SoCs
[U-Boot] [PATCH 1/6] watchdog: bcm6345: switch to raw I/O functions
2019-01-21 23:37 UTC (7+ messages)
` [U-Boot] [PATCH 2/6] watchdog: bcm6345: allow to use this driver on arm
` [U-Boot] [PATCH 3/6] dt: bcm6838: add watchdog
` [U-Boot] [PATCH 4/6] dt: bcm6858: "
` [U-Boot] [PATCH 5/6] bcm968380gerg_ram_defconfig: enable watchdog and reboot with watchdog
` [U-Boot] [PATCH 6/6] bcm968580_ram_defconfig: "
[U-Boot] [PATCH 0/2] Make nyan-big working
2019-01-21 21:55 UTC (4+ messages)
` [U-Boot] [PATCH 1/2] nyan-big: change spi delay
[U-Boot] [PATCH v2 00/19] rockchip: Add support for Bob Chromebook
2019-01-21 21:53 UTC (20+ messages)
` [U-Boot] [PATCH v2 01/19] lib: Allow using display_buffer() in SPL
` [U-Boot] [PATCH v2 02/19] clk: Improve debug message in clk_set_default_rates()
` [U-Boot] [PATCH v2 03/19] gpio: Use more command-specific enums values
` [U-Boot] [PATCH v2 04/19] gpio: Add a simple GPIO API for SPL
` [U-Boot] [PATCH v2 05/19] rockchip: Add mention of other boards
` [U-Boot] [PATCH v2 06/19] rockchip: Drop note about supporting other SoCs
` [U-Boot] [PATCH v2 07/19] rockchip: Bring in device tree files for rk3399-gru
` [U-Boot] [PATCH v2 08/19] rockchip: Adjust rk3399 device tree to be closer to linux
` [U-Boot] [PATCH v2 09/19] rockchip: evb_rk3399: Tidy up the README
` [U-Boot] [PATCH v2 10/19] rockchip: Clarify docs on SPI writing
` [U-Boot] [PATCH v2 11/19] rockchip: Allow booting from SPI
` [U-Boot] [PATCH v2 12/19] rockchip: Add settings for Samsung LPDDR3 4GB SDRAM 1866MHz
` [U-Boot] [PATCH v2 13/19] rockchip: clk: Add mention of four new clocks
` [U-Boot] [PATCH v2 14/19] rockchip: Tidy up board include-file ordering
` [U-Boot] [PATCH v2 15/19] rockchip: rk3399: Add ROCKCHIP_DEVICE_SETTINGS to set env
` [U-Boot] [PATCH v2 16/19] rockchip: Move pull-up/down enum into a common file
` [U-Boot] [PATCH v2 17/19] rockchip: Implement spl_gpio in the GPIO driver
` [U-Boot] [PATCH v2 18/19] rockchip: gru: Add extra device-tree settings
` [U-Boot] [PATCH v2 19/19] rockchip: Add support for chromebook_bob
[U-Boot] no DTB with nand SPL on sama5d3
2019-01-21 20:51 UTC (10+ messages)
[U-Boot] [PATCH 1/2] lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size
2019-01-21 19:29 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] lib: lmb: cleanup var names and patman warnings
[U-Boot] [RFC PATCH] bitops: Fix GENMASK definition for Sandbox
2019-01-21 18:40 UTC (3+ messages)
[U-Boot] [PATCH v2 0/3] Introduce regulator_set_enable_if_allowed()
2019-01-21 18:40 UTC (8+ messages)
` [U-Boot] [PATCH v2 1/3] Revert "power: regulator: Return success on attempt to disable an always-on regulator"
` [U-Boot] [PATCH v2 2/3] power: regulator: Introduce regulator_set_enable_if_allowed api
` [U-Boot] [PATCH v2 3/3] mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulator
[U-Boot] [PATCH 1/1] efi_loader: do not use symbolic links
2019-01-21 18:30 UTC
[U-Boot] [PATCH] buildman: fix typo
2019-01-21 18:25 UTC (3+ messages)
[U-Boot] [PATCH v2 0/7] Fixes for previous -dm pull request
2019-01-21 18:24 UTC (3+ messages)
` [U-Boot] [PATCH v2 6/7] buildman: Write the environment out to an 'env' file
[U-Boot] [PATCH v3 00/10] samsung: Tidy up sound, DM_MMC drop dead code
2019-01-21 18:24 UTC (26+ messages)
` [U-Boot] [PATCH v3 04/10] sound: Add a driver for max98088
` [U-Boot] [PATCH v3 05/10] spring: Update sound to use max98088 codec
` [U-Boot] [PATCH v3 06/10] spring: Update flashmap details
` [U-Boot] [PATCH v3 09/10] fdt: samsung: Drop unused fdt_compat_id values
` [U-Boot] [PATCH v3 10/10] fdt: tegra: Drop COMPAT_AMS_AS3722
` [U-Boot] [PATCH v3 08/10] samsung: mmc: Drop old MMC init code
` [U-Boot] [PATCH v3 07/10] samsung: Drop board_enable_audio_codec()
` [U-Boot] [PATCH v3 03/10] exynos: Convert to use CONFIG_BLK
` [U-Boot] [PATCH v3 02/10] exynos: Drop duplicate 'model' line
` [U-Boot] [PATCH v3 01/10] Convert CONFIG_BOARD_TYPES to Kconfig
[U-Boot] [PATCH v2] of-platdata: improve documentation
2019-01-21 18:24 UTC (3+ messages)
[U-Boot] [PATCH] tests: dtoc: adapt tests to changed dtoc output
2019-01-21 18:06 UTC (2+ messages)
[U-Boot] [PATCH] bcm968380gerg: disable SPI_FLASH
2019-01-21 17:52 UTC
[U-Boot] [PATCH] am335x: chilisom: Initial support for different DDR3 chips
2019-01-21 17:16 UTC (3+ messages)
[U-Boot] [PATCH] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig
2019-01-21 16:58 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] MAINTAINERS: imx: Change Fabio's email address
2019-01-21 16:29 UTC
[U-Boot] [PATCH] MAINTAINERS: update stm32mp1 path for arch
2019-01-21 16:20 UTC
[U-Boot] [RFC PATCH] am335x: Changes in DDR init procedure to Support Samsung K4B2G1646EBIH9 memory chip
2019-01-21 15:55 UTC (2+ messages)
[U-Boot] [PATCH] env: sf: fix environment in SPI NOR
2019-01-21 15:46 UTC (4+ messages)
` [U-Boot] "
[U-Boot] [BUG ] efiloader: incorrect creation of *.efi file
2019-01-21 15:44 UTC (3+ messages)
[U-Boot] [PATCH v1 00/15] imx: dm: Update mccmon6 board to only use DM/DTS in u-boot proper
2019-01-21 14:26 UTC (5+ messages)
` [U-Boot] [PATCH v1 06/15] dm: clk: imx: Add support for controlling imx6q clocks via Driver Model
[U-Boot] [PATCH 00/11] SiFive FU540 Support
2019-01-21 14:19 UTC (5+ messages)
` [U-Boot] [PATCH 07/11] clk: Add fixed-factor clock driver
[U-Boot] [PATCH 0/3] efi_loader: provide library for freestanding binaries
2019-01-21 13:52 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] efi_loader: use freestanding library for efi apps
[U-Boot] [PATCH 0/2] env: Fix "env save" to malformed environment
2019-01-21 13:36 UTC (8+ messages)
` [U-Boot] [PATCH 1/2] env: common: Return specific error code on bad CRC
` [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" location
[U-Boot] [PATCH] misc: i2c_eeprom: Add atmel,24c08 to the list
2019-01-21 12:54 UTC
[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
2019-01-21 12:02 UTC (6+ messages)
` [U-Boot] [RFC 1/9] Arm: dts: imx7d-pico: Import Linux pico-pi dts
[U-Boot] [PATCH v2] ARM: mvebu: add support for Allied Telesis x530
2019-01-21 10:44 UTC (2+ messages)
[U-Boot] [PATCH] board: mvebu: drop unused ETH_PHY macro definitions
2019-01-21 10:43 UTC (2+ messages)
[U-Boot] [PATCH v2 1/1] arm64: mvebu: defconfig: enable CONFIG_CMD_NVME
2019-01-21 10:43 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox