messages from 2019-01-18 17:40:10 to 2019-01-21 06:41:45 UTC [more...]
[U-Boot] [PATCH v2 00/11] SiFive FU540 Support
2019-01-21 6:41 UTC (28+ messages)
` [U-Boot] [PATCH v2 01/11] riscv: Rename cpu/qemu to cpu/generic
` [U-Boot] [PATCH v2 02/11] riscv: Add asm/dma-mapping.h for DMA mappings
` [U-Boot] [PATCH v2 03/11] riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systems
` [U-Boot] [PATCH v2 05/11] net: macb: Fix GEM hardware detection
` [U-Boot] [PATCH v2 06/11] clk: Add SiFive FU540 PRCI clock driver
` [U-Boot] [PATCH v2 08/11] drivers: serial_sifive: Fix baud rate calculation
` [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 v1 0/3] am335x, shc: convert am335x based shc board to DM usage
2019-01-21 5:16 UTC (4+ 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] atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot
2019-01-21 4:51 UTC
[U-Boot] [PATCH v3 0/5] subject: efi_loader: add HII database protocol
2019-01-21 3:13 UTC (6+ messages)
` [U-Boot] [PATCH v3 1/5] efi_loader: Initial HII database protocols
` [U-Boot] [PATCH v3 2/5] efi: hii: add guid package support
` [U-Boot] [PATCH v3 3/5] efi: hii: add keyboard layout "
` [U-Boot] [PATCH v3 4/5] efi: hii: add HII config routing/access protocols
` [U-Boot] [PATCH v3 5/5] efi_selftest: add HII database protocols test
[U-Boot] [PATCH v2 0/2] efi_loader: add GetNextVariableName
2019-01-21 3:10 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/2] efi_loader: implement GetNextVariableName()
` [U-Boot] [PATCH v2 2/2] efi_selftest: fix variables test for GetNextVariableName()
[U-Boot] [PATCH 00/18] rockchip: Add support for Bob Chromebook
2019-01-21 1:04 UTC (3+ messages)
` [U-Boot] [PATCH 05/18] rockchip: Add mention of other boards
[U-Boot] [PATCH 0/9] sunxi: enable DM_MMC
2019-01-21 0:54 UTC (15+ messages)
` [U-Boot] [PATCH 1/9] sunxi: clk: add MMC gates/resets
` [U-Boot] [PATCH 2/9] sunxi: clk: A80: add MMC clock support
` [U-Boot] [PATCH 3/9] mmc: sunxi: Add DM clk and reset support
` [U-Boot] [PATCH 4/9] mmc: sunxi: Add H6 support
` [U-Boot] [PATCH 5/9] mmc: sunxi: Add missing compatible strings
` [U-Boot] [PATCH 6/9] mmc: sunxi: Add A80 support
` [U-Boot] [PATCH 7/9] mmc: sunxi: Honour non-removable property in DT
` [U-Boot] [PATCH 8/9] arm: sunxi: Enable DM_MMC
` [U-Boot] [PATCH 9/9] mmc: sunxi: Mark end of DM_MMC #ifdefs
` [U-Boot] [linux-sunxi] [PATCH 0/9] sunxi: enable DM_MMC
[U-Boot] [RFC] arch/arm/lib/reloc_aarch64_efi.c
2019-01-21 0:26 UTC
[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
2019-01-20 22:38 UTC
[U-Boot] [PATCH 00/11] sound: Add sound support for Nyan
2019-01-20 21:46 UTC (3+ messages)
[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
2019-01-20 21:18 UTC (10+ messages)
` [U-Boot] [RFC 1/9] Arm: dts: imx7d-pico: Import Linux pico-pi dts
` [U-Boot] [RFC 2/9] Arm: imx7d-pico: Add DT file hooks
` [U-Boot] [RFC 3/9] pico-pi-imx7d: defconfig Enable DM gpio pinctrl and pinctrl_imx7
` [U-Boot] [RFC 4/9] arm: imx7d-pico-pi: Convert to DM MMC initialization
` [U-Boot] [RFC 5/9] pico-pi-imx7d: defconfig: Switch to DM for I2C
` [U-Boot] [RFC 6/9] pico-imx7d-pico: defconfig: Switch to DM for UART
` [U-Boot] [RFC 7/9] pico-imx7d: Convert to DM PMIC
` [U-Boot] [RFC 8/9] arm: pico-pi-imx7d: Convert to DM USB
` [U-Boot] [RFC 9/9] pico-imx7d: Convert to DM Ethernet
[U-Boot] [PATCH] dtoc: make generated platdata structs const
2019-01-20 20:23 UTC (2+ messages)
[U-Boot] Convert Pico-Pi i.MX7D to DM
2019-01-20 18:13 UTC (3+ messages)
[U-Boot] no DTB with nand SPL on sama5d3
2019-01-20 15:23 UTC (8+ messages)
[U-Boot] [PATCH] ARM: at91: Fix 'boot.bin' generation when CONFIG_SD_BOOT is enabled
2019-01-20 14:25 UTC (18+ messages)
` [U-Boot] [PATCH] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig
` [U-Boot] [PATCH 0/2] ARM: at91: NAND PMECC Kconfig conversion
` [U-Boot] [PATCH 1/2] nand: atmel: Replace SYS_NAND_ECC_BASE with ATMEL_BASE_ECC
` [U-Boot] [PATCH 2/2] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig
` [U-Boot] [PATCH v2 0/1] ARM: at91: NAND PMECC Kconfig conversion
` [U-Boot] [PATCH v3 1/1] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig
[U-Boot] [PATCH v2 00/21] imx: vybrid: Update BK4 and PCM052 boards to only use DM/DTS
2019-01-20 13:34 UTC (22+ messages)
` [U-Boot] [PATCH v2 01/21] net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driver
` [U-Boot] [PATCH v2 02/21] net: Kconfig: FEC: Add dependency on VF610
` [U-Boot] [PATCH v2 03/21] vybrid: ddr: Extend vf610-pinfunc.h with DDR pads definitions
` [U-Boot] [PATCH v2 04/21] vybrid: clock: Provide enable_i2c_clk() function for Vybrid
` [U-Boot] [PATCH v2 05/21] vybrid: Define the imx_get_mac_from_fuse() as a __weak function
` [U-Boot] [PATCH v2 06/21] pcm052: board: Remove "m4go" command as it is superseded by "bootaux"
` [U-Boot] [PATCH v2 07/21] pcm052: board: vybrid: Update the board name for BK4 device
` [U-Boot] [PATCH v2 08/21] ARM: DTS: vybrid: Update vf.dtsi file to descibe more vf610 hardware
` [U-Boot] [PATCH v2 09/21] pcm052: board: cosmetic: Add copyright notice to pcm052.c
` [U-Boot] [PATCH v2 10/21] ARM: DTS: Update pcm052 based dts files (bk4r1/pcm052)
` [U-Boot] [PATCH v2 11/21] ARM: DTS: Provide vf610-bk4r1-u-boot.dtsi for U-Boot specific properties
` [U-Boot] [PATCH v2 12/21] defconfig: bk4/pcm052: Update bk4r1|pcm052_defconfig to support DM/DT
` [U-Boot] [PATCH v2 13/21] config: pcm052: Use SZ_X{MK} from linux/sizes.h for include/configs/pcm052.h
` [U-Boot] [PATCH v2 14/21] config: bk4: Update include/configs/bk4r1.h file
` [U-Boot] [PATCH v2 15/21] pcm052: board: Remove in-board setup code (it is now replaced by DM setup)
` [U-Boot] [PATCH v2 16/21] config: bk4: Update u-boot script to support recovery via SD card
` [U-Boot] [PATCH v2 17/21] config: bk4: Update u-boot envs to support NOR memories initial setup
` [U-Boot] [PATCH v2 18/21] pcm052: bk4: sdcard: Add support for SD card booting/recovery
` [U-Boot] [PATCH v2 19/21] pcm052: board: Add code to setup LED default states
` [U-Boot] [PATCH v2 20/21] pcm052: mac: Provide board specific imx_get_mac_from_fuse() function
` [U-Boot] [PATCH v2 21/21] pcm052: bk4: Add board_phy_config() for BK4 to setup ksz8081 phy
[U-Boot] [PATCH 0/1] Extend malloc() pool for Zynq devices
2019-01-20 11:29 UTC (6+ messages)
` [U-Boot] [PATCH 1/1] zynq: Kconfig: extend the bootstrap malloc() pool
[U-Boot] [PATCH v3 1/1] arm64: dts: marvell: armada-ap806: reserve PSCI area
2019-01-20 8:25 UTC (2+ messages)
[U-Boot] [PATCH v2 1/1] powerpc: enabled building with CONFIG_DM=y
2019-01-20 8:11 UTC
[U-Boot] [PATCH 0/3] efi_loader: provide library for freestanding binaries
2019-01-20 7:20 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] efi_loader: provide freestanding library
` [U-Boot] [PATCH 2/3] efi_loader: use freestanding library for efi apps
` [U-Boot] [PATCH 3/3] efi_loader: use library memcpy() in helloworld.efi
[U-Boot] [PATCH] armv8: layerscape: move TZASC and TZPC configs to Kconfig
2019-01-20 5:30 UTC
[U-Boot] test vs itest command confusion when using setexpr
2019-01-19 22:05 UTC
[U-Boot] [BUG ] efiloader: incorrect creation of *.efi file
2019-01-19 18:27 UTC (5+ messages)
[U-Boot] [PATCH v3 1/5] Kconfig: Migrate BOUNCE_BUFFER
2019-01-19 17:44 UTC (2+ messages)
` [U-Boot] [U-Boot,v3,1/5] "
[U-Boot] [PATCH] configs: move CONFIG_SPL_TEXT_BASE to Kconfig
2019-01-19 16:57 UTC (8+ messages)
` [U-Boot] "
[U-Boot] [RESEND PATCH 0/3] ARM: liteboard: move towards driver model and device-tree boot
2019-01-19 16:06 UTC (4+ messages)
` [U-Boot] [RESEND PATCH 1/3] ARM: dts: imx6ul-lite*: add DTS files for liteSOM and liteboard
` [U-Boot] [RESEND PATCH 2/3] ARM: liteboard: move towards driver model and device-tree boot
` [U-Boot] [RESEND PATCH 3/3] ARM: liteboard: use random ethaddr
[U-Boot] [PATCH 0/9] Support 4GB of memory on 32bit systems
2019-01-19 15:21 UTC (9+ messages)
` [U-Boot] [PATCH 1/9] dm: allow 4GB of DRAM "
[U-Boot] [PATCH 1/2] ARM: dts: sun8i: Update A80 dts(i) from Linux-v4.18-rc3
2019-01-19 14:43 UTC (2+ messages)
[U-Boot] Please pull u-boot-fsl-qoriq master
2019-01-19 14:02 UTC (2+ messages)
[U-Boot] [PATCH 0/2] env: Fix "env save" to malformed environment
2019-01-19 13:28 UTC (5+ 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 v2 0/7] mmc: sunxi: Enable DM_MMC
2019-01-19 10:17 UTC (8+ messages)
[U-Boot] [RESEND PATCH] drivers: esdhc: add support for ColdFire mcf5441x family
2019-01-19 9:40 UTC
[U-Boot] (no subject)
2019-01-19 9:37 UTC
[U-Boot] [PATCH v1 00/15] imx: dm: Update mccmon6 board to only use DM/DTS in u-boot proper
2019-01-19 9:15 UTC (16+ messages)
` [U-Boot] [PATCH v1 01/15] ARM: imx: cosmetic: Remove not needed comment from the mccmon6.h file
` [U-Boot] [PATCH v1 02/15] ARM: imx: config: Disable support for USB on MCCMON6
` [U-Boot] [PATCH v1 03/15] net: imx: Add support for waiting some time after FEC gpio reset
` [U-Boot] [PATCH v1 04/15] clk: imx: Rename and export get_usdhc_clk() to imx6_get_usdhc_clk()
` [U-Boot] [PATCH v1 05/15] clk: imx: Rename and export get_cspi_clk() to imx6_get_cspi_clk()
` [U-Boot] [PATCH v1 06/15] dm: clk: imx: Add support for controlling imx6q clocks via Driver Model
` [U-Boot] [PATCH v1 07/15] spi: imx: Add support for 'per' clock enabling via driver model
` [U-Boot] [PATCH v1 08/15] ARM: imx: Covnert mccmon6 to use DM/DTS in the u-boot proper
` [U-Boot] [PATCH v1 09/15] ARM: imx: Decouple mccmon6's SPL and u-boot proper code
` [U-Boot] [PATCH v1 10/15] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY
` [U-Boot] [PATCH v1 11/15] Kconfig: Make CMD_SPL_NAND_OFS only available when proper memory is used
` [U-Boot] [PATCH v1 12/15] Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFS
` [U-Boot] [PATCH v1 13/15] Kconfig: Add CMD_SPL_NOR_OFS config for falcon boot argument offset
` [U-Boot] [PATCH v1 14/15] doc: Update parallel NOR flash related information in README.falcon
` [U-Boot] [PATCH v1 15/15] imx: Convert mccmon6 to use fitImage instead of uImage+DTB
[U-Boot] [PATCH] env: sf: fix environment in SPI NOR
2019-01-19 2:54 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] arm: dts: am335x-pdu001: Sync with Linux 5.0-rc2
2019-01-19 2:54 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] configs: Remove am335x_boneblack_defconfig
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] arm: am335x-pdu001: Remove SPI support
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] cmd: mtd: fix compilation warning for help when SYS_LONGHELP=n
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v2 2/2] travis: Switch QEMU to 3.1.0 version
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,2/2] "
[U-Boot] [PATCH v2 1/2] travis: Setup QEMU_VERSION as variable
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH] travis: Break up the NXP Layerscape jobs more
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] configs: Remove am43xx_evm_ethboot_defconfig
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] configs: Remove unused am335x_evm defconfigs
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] configs: am335x_evm: Enable DM_SPI and DM_SPI_FLASH
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v3] adding saveenv-command for bananapi r2
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] [U-Boot,v3] "
[U-Boot] [PATCH] mkimage: fixup CONFIG_FIT_EXTERNAL_OFFSET
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 10/10] lib: Kconfig: spelling fixes
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] [U-Boot,10/10] "
[U-Boot] [PATCH 09/10] video: Kconfig: spelling fixes
2019-01-19 2:53 UTC (2+ messages)
` [U-Boot] [U-Boot,09/10] "
[U-Boot] [PATCH 08/10] pinctrl: Kconfig: spelling fixes
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,08/10] "
[U-Boot] [PATCH 07/10] i2c: Kconfig: spelling fixes
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,07/10] "
[U-Boot] [PATCH 06/10] drivers: Kconfig: spelling fixes
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,06/10] "
[U-Boot] [PATCH 05/10] work_92105: Kconfig: spelling fixes
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,05/10] "
[U-Boot] [PATCH 04/10] x86: Kconfig: spelling fixes
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,04/10] "
[U-Boot] [PATCH 03/10] arm: Kconfig: spelling fixes
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,03/10] "
[U-Boot] [PATCH 02/10] common: spl: Kconfig: spelling fixes
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,02/10] "
[U-Boot] [PATCH 01/10] Kconfig: fix spelling
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,01/10] "
[U-Boot] [PATCH 1/1] disk: efi: GUIDs should be const
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,1/1] "
[U-Boot] [PATCH 2/2] mach-snapdragon: db410: pinctrl: fix pin count
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/2] dts: db410: fix indentation
2019-01-19 2:52 UTC (2+ messages)
` [U-Boot] [U-Boot,1/2] "
[U-Boot] [RFC 00/17] mx6sabre: Add DM and SPL FIT support
2019-01-18 23:54 UTC (5+ messages)
` [U-Boot] [RFC 08/17] dts: imx: Add imx6q-sabresd dts and imx6qdl-sabresd dtsi files
` [U-Boot] [RFC 09/17] arm: imx: Add FIT SPL its
[U-Boot] [PATCH v2 0/9] Add common pinctrl driver support for rockchip
2019-01-18 23:34 UTC (5+ messages)
` [U-Boot] [PATCH v2 2/9] ARM: rockchip: rk3188: Remove the pinctrl setup and enable uart at SPL
[U-Boot] TPL max size for RK3288 ?
2019-01-18 22:54 UTC
[U-Boot] [PATCH v4 1/2] Enable FEC driver to retrieve PHY address from device tree
2019-01-18 20:01 UTC (3+ messages)
` [U-Boot] [PATCH v4 2/2] imx: Add PHYTEC phyBOARD-i.MX6UL-Segin
[U-Boot] [PATCH 1/1] efi_loader: comments for variable services
2019-01-18 18:52 UTC
[U-Boot] [RESEND] [PATCH v3 0/8] Convert i.MX7 WaRP7 ports to DM
2019-01-18 18:36 UTC (7+ messages)
` [U-Boot] [RESEND] [PATCH v3 4/8] arm: imx7s-warp: Convert to DM MMC initialization
` [U-Boot] [RESEND] [PATCH v3 5/8] arm: dts: imx7s-warp: Create alias for mmc0 to &usdhc3
` [U-Boot] [RESEND] [PATCH v3 6/8] warp7: defconfig: Switch on IMX7 GPIO/pinctrl for both ports
` [U-Boot] [RESEND] [PATCH v3 7/8] warp7: defconfig: Switch to DM for I2C
` [U-Boot] [RESEND] [PATCH v3 8/8] arm: imx7s-warp: Convert to DM PMIC
[U-Boot] [PATCH 1/2] armv8: ls1088ardb: Update MAINTAINERS
2019-01-18 18:35 UTC (2+ messages)
[U-Boot] [PATCH] armv7: dts: ls1021a: Remove aliases property name warning
2019-01-18 18:34 UTC (2+ messages)
[U-Boot] [u-boot][PATCH] ls1046aqds: Bypass xfi port fixup for KR mode
2019-01-18 18:33 UTC (2+ messages)
[U-Boot] [PATCH] armv8: fsl-layerscape: properly configure qdma ICID
2019-01-18 18:32 UTC (2+ messages)
[U-Boot] [PATCH v1] mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops
2019-01-18 18:31 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefi
2019-01-18 18:29 UTC (2+ messages)
[U-Boot] [PATCH 1/2] armv8: ls1043a: add SVR definitions for 23x23 package silicon
2019-01-18 18:28 UTC (2+ messages)
[U-Boot] [RESEND PATCH 0/2] update TFABOOT defconfigs for SD boot support
2019-01-18 18:27 UTC (3+ messages)
` [U-Boot] [RESEND PATCH 1/2] env: fix allow to build multiple environments
[U-Boot] [PATCH 0/7] TF-A Boot support for NXP Chassis 3 platforms
2019-01-18 18:25 UTC (3+ messages)
` [U-Boot] [PATCH 1/7] armv8: fsl-layerscape: fixes for TFABOOT framework
[U-Boot] [PATCH 1/1] efi_loader: remove duplicate function mem2hex()
2019-01-18 17:54 UTC
[U-Boot] Porting u-boot to flash micro with proprietary (non-GPL) flash programming library
2019-01-18 17:52 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