U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-13 19:01:49 to 2018-06-14 17:53:53 UTC [more...]

[U-Boot] [PATCH 01/12] arch: arm: mach-rockchip: rk3288: Enable regulators in board_init
 2018-06-14 17:53 UTC  (18+ messages)
` [U-Boot] [PATCH 02/12] config: phycore-rk3288_defconfig: add PHY_TI
` [U-Boot] [PATCH 03/12] net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii
` [U-Boot] [PATCH 04/12] Net: phy: ti: Fix fifo_depth register write
` [U-Boot] [PATCH 05/12] net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driver
` [U-Boot] [PATCH 06/12] net: phy: ti: Recover from "port mirroring" N/A MODE4
` [U-Boot] [PATCH 07/12] net: phy: ti: add workaround for incorrect RX_CTRL pin strap
` [U-Boot] [PATCH 08/12] net: gmac_rockchip: Add handeling for RGMII_ID/RXID/TXID
` [U-Boot] [PATCH 09/12] drivers: net: designware: Add reading of DT phy-handle node
` [U-Boot] [PATCH 10/12] net: phy: ti: Add binding for the CLK_OUT pin muxing
` [U-Boot] [PATCH 11/12] ARM: dts: rockchip: ADD dp83867 CLK_OUT muxing
` [U-Boot] [PATCH 12/12] rockchip: rk3288-phycore: set flash1 iodomain to 1.8V

[U-Boot] [PATCH v2] x86: Add 64-bit setjmp/longjmp implementation
 2018-06-14 17:49 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/9] Add SoC and Board support for Bubblegum-96
 2018-06-14 17:48 UTC  (7+ messages)
` [U-Boot] [PATCH v2 5/9] clk: Add Actions Semi OWL clock support

[U-Boot] [PATCH 04/12] Net: phy: ti: Fix fifo_depth register write
 2018-06-14 17:45 UTC  (2+ messages)

[U-Boot] [PATCH] net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()
 2018-06-14 17:35 UTC  (2+ messages)

[U-Boot] [PATCH v6 00/13] efi: Enable basic sandbox support for EFI loader
 2018-06-14 17:15 UTC  (29+ messages)
` [U-Boot] [PATCH v6 02/13] efi: Init the 'rows' and 'cols' variables
` [U-Boot] [PATCH v6 03/13] efi: sandbox: Adjust memory usage for sandbox
` [U-Boot] [PATCH v6 05/13] efi: sandbox: Add distroboot support
` [U-Boot] [PATCH v6 06/13] efi: sandbox: Add relocation constants
` [U-Boot] [PATCH v6 07/13] efi: Add a comment about duplicated ELF constants
` [U-Boot] [PATCH v6 08/13] efi: sandbox: Enable EFI loader builder for sandbox

[U-Boot] [PATCH 00/11] sandbox: efi_loader support
 2018-06-14 17:10 UTC  (15+ messages)
` [U-Boot] [PATCH 01/11] efi: sandbox: Add distroboot support
` [U-Boot] [PATCH 02/11] efi: sandbox: Add relocation constants
` [U-Boot] [PATCH 03/11] efi_loader: Use compiler constants for image loader
` [U-Boot] [PATCH 04/11] efi_loader: Use map_sysmem() in bootefi command
` [U-Boot] [PATCH 05/11] efi.h: Do not use config options
` [U-Boot] [PATCH 06/11] efi_loader: Allow SMBIOS tables in highmem
` [U-Boot] [PATCH 07/11] sandbox: Map host memory for efi_loader
` [U-Boot] [PATCH 08/11] efi_loader: efi_allocate_pages is too restrictive
` [U-Boot] [PATCH 09/11] efi_loader: Disable miniapps on sandbox
` [U-Boot] [PATCH 10/11] efi_loader: Pass virtual address to fs_read()
` [U-Boot] [PATCH 11/11] efi: sandbox: Enable EFI loader for sandbox

[U-Boot] [PULL] efi patch queue 2018-06-14
 2018-06-14 17:01 UTC 

[U-Boot] [PATCH v2 0/3] net: Sanitize DHCP variable override
 2018-06-14 16:58 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] net: Prefer command line arguments
` [U-Boot] [PATCH v2 2/3] net: Add option to prefer bootp/dhcp serverip
` [U-Boot] [PATCH v2 3/3] ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP

[U-Boot] [PATCH v7 00/10] efi: Enable basic sandbox support for EFI loader
 2018-06-14 16:55 UTC  (11+ messages)
` [U-Boot] [PATCH v7 01/10] efi: Don't allow CMD_BOOTEFI_SELFTEST on sandbox
` [U-Boot] [PATCH v7 02/10] efi: sandbox: Adjust memory usage for sandbox
` [U-Boot] [PATCH v7 03/10] sandbox: smbios: Update to support sandbox
` [U-Boot] [PATCH v7 04/10] efi: sandbox: Add distroboot support
` [U-Boot] [PATCH v7 05/10] efi: sandbox: Add relocation constants
` [U-Boot] [PATCH v7 06/10] efi: sandbox: Enable EFI loader build for sandbox
` [U-Boot] [PATCH v7 07/10] efi: Split out test init/uninit into functions
` [U-Boot] [PATCH v7 08/10] efi: sandbox: Add a simple 'bootefi test' command
` [U-Boot] [PATCH v7 09/10] efi: Create a function to set up for running EFI code
` [U-Boot] [PATCH v7 10/10] efi: Rename bootefi_test_finish() to bootefi_run_finish()

[U-Boot] [PATCH v1 0/3] Fixes/Addition to use the USB Ethernet gadget with the DWC3 gadget controller
 2018-06-14 16:01 UTC  (9+ messages)
` [U-Boot] [PATCH v1 3/3] cmd: usb gadget: Add a command to bind a USB gadget driver to a UDC port

[U-Boot] Pull request: u-boot-net.git master
 2018-06-14 15:36 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2018-06-14 15:36 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/13] efi: Enable basic sandbox support for EFI loader
 2018-06-14 15:19 UTC  (9+ messages)
` [U-Boot] [PATCH v5 10/13] efi: sandbox: Add a simple 'bootefi test' command

[U-Boot] [PATCH 1/4] arm: mvebu: solidrun-microsom: update SPI flash compatible
 2018-06-14 15:17 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] arm: mvebu: clearfog: use the microsom .dtsi
` [U-Boot] [PATCH 3/4] arm: mvebu: Better align Clearfog dts file with Linux kernel
` [U-Boot] [PATCH 4/4] arm: mvebu: helios4: remove duplicate sdhci pins node

[U-Boot] [PATCH] x86: cherryhill: Fix DTC warning
 2018-06-14 15:11 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] serial: zynq: Fix serial driver
 2018-06-14 14:16 UTC  (13+ messages)
` [U-Boot] [PATCH 1/5] serial: zynq: Use BIT macros instead of shifts and full hex numbers
` [U-Boot] [PATCH 2/5] serial: zynq: Write chars till output fifo is full
` [U-Boot] [PATCH 3/5] serial: zynq: Initialize uart only before relocation
` [U-Boot] [PATCH 4/5] serial: zynq: Check priv pointer get via dev_get_priv()
` [U-Boot] [PATCH 5/5] serial: zynq: Make zynq_serial_setbrg static

[U-Boot] [PATCH v2 00/13] x86: efi: Fixes and enhancements to application and payload support
 2018-06-14 13:44 UTC  (10+ messages)
` [U-Boot] [PATCH v2 01/13] x86: doc: Fix reference to EFI doc in U-Boot
` [U-Boot] [PATCH v2 02/13] efi.h: Do not use config options

[U-Boot] Clearfog fails to build with U-Boot v2018.07-rc1
 2018-06-14 13:19 UTC  (3+ messages)
  ` [U-Boot] Re : "

[U-Boot] [PULL] u-boot-sh/master
 2018-06-14 13:07 UTC  (4+ messages)

[U-Boot] [PATCH v6 0/5] drivers: Add reset ctrl to drivers
 2018-06-14 12:58 UTC  (8+ messages)
` [U-Boot] [PATCH v6 1/5] reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET
` [U-Boot] [PATCH v6 2/5] include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)
` [U-Boot] [PATCH v6 3/5] mmc: dwmmc: socfpga: Add reset ctrl to driver
` [U-Boot] [PATCH v6 4/5] serial: ns16550: "
` [U-Boot] [PATCH v6 5/5] net: designware: "

[U-Boot] [PATCH v3 0/2] Add MDIO driver model support
 2018-06-14 12:58 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/2] dm: mdio: add a uclass for MDIO

[U-Boot] [PATCH 1/4] lib: fdtdec: Fill initial ram top with DDR start value from dt
 2018-06-14 12:58 UTC  (5+ messages)

[U-Boot] [PATCH 0/4] ARM: Provide workaround setup bits for CVE-2017-5715 (A8/A15)
 2018-06-14 12:46 UTC  (17+ messages)
` [U-Boot] [PATCH 2/4] ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15 for CVE-2017-5715
` [U-Boot] [PATCH 3/4] ARM: mach-omap2: omap5/dra7: Enable ACTLR[0] (Enable invalidates of BTB) to facilitate CVE_2017-5715 WA in OS

[U-Boot] [PATCH v3 0/3] efi_loader: ARM: add support for ARMV7_NONSEC=y
 2018-06-14 11:54 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/3] ARM: HYP/non-sec: migrate stack
` [U-Boot] [PATCH v3 2/3] efi_loader: ARM: run EFI payloads non-secure
` [U-Boot] [PATCH v3 3/3] Revert "efi_loader: no support for ARMV7_NONSEC=y"

[U-Boot] [PATCH u-boot 0/5] Amlogic Meson GX Updates for v2018.07
 2018-06-14 11:43 UTC  (6+ messages)
` [U-Boot] [PATCH u-boot 1/5] adc: meson-saradc: fix regmap_init_mem call
` [U-Boot] [PATCH u-boot 2/5] config: meson-gx-common: Enable USB boot
` [U-Boot] [PATCH u-boot 3/5] clk: add Amlogic meson clock driver
` [U-Boot] [PATCH u-boot 4/5] meson: use the "
` [U-Boot] [PATCH u-boot 5/5] configs: Update Meson GX configs

[U-Boot] [PATCH] dts: gpio: Sync header with Linux 4.17
 2018-06-14 11:34 UTC 

[U-Boot] [PATCH] efi_loader: Allocate memory handle for mem dp
 2018-06-14  8:55 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH RFC] doc: Replace DocBook with sphinx-based docs
 2018-06-14  8:44 UTC 

[U-Boot] [PATCH v5] x86: use EFI calling convention for efi_main on x86_64
 2018-06-14  8:33 UTC  (3+ messages)

[U-Boot] [PATCH] common: bootm: reserve memory bank
 2018-06-14  8:06 UTC 

[U-Boot] [PATCH] common: bootm: reserve memory bank
 2018-06-14  7:07 UTC 

[U-Boot] [UBOOT PATCH] spi: zynq_qspi: Fixed incorrect return value error
 2018-06-14  7:00 UTC  (2+ messages)

[U-Boot] [PATCH] microblaze: Add new syscalls io_pgetevents and rseq
 2018-06-14  6:26 UTC 

[U-Boot] [PATCH v2] usb: sunxi: access ahb_reset0_cfg in CCM using its offset
 2018-06-14  6:19 UTC 

[U-Boot] [PATCH] usb: sunxi: don't touch reset bits in ccm if CONFIG_SUNXI_GEN_SUN6I is not defined
 2018-06-14  5:41 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] configs: db410c: Set eMMC env partition to BOOT2
 2018-06-14  4:04 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] configs: dragonboard410c: remove env partition offset

[U-Boot] [PATCH] configs: db410c: Set eMMC env partition to BOOT2
 2018-06-14  3:52 UTC 

[U-Boot] [PATCH] clk: rmobile: Add R8A77995 RPC clock
 2018-06-14  3:40 UTC 

[U-Boot] [PATCH] ARM: rmobile: Enable RPCHF on Draak
 2018-06-14  3:39 UTC 

[U-Boot] [PATCH 1/2] Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization"
 2018-06-14  2:45 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] Revert "powerpc/T104xRDB: "

[U-Boot] [PATCH 1/2] net: Add option to prefer bootp/dhcp serverip
 2018-06-13 22:41 UTC  (6+ messages)

[U-Boot] [PATCH 0/3] efi_loader: ARM: add support for ARMV7_NONSEC=y
 2018-06-13 22:20 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/3] efi_loader: ARM: add support for ARMV7_NONSEC=y
 2018-06-13 22:16 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] ARM: HYP/non-sec: migrate stack
` [U-Boot] [PATCH v2 2/3] efi_loader: ARM: run EFI payloads non-secure
` [U-Boot] [PATCH v2 3/3] Revert "efi_loader: no support for ARMV7_NONSEC=y"

[U-Boot] [PATCH 1/4] ARM: dts: rmobile: Add Renesas RPC HF/QSPI DT node to R8A77990
 2018-06-13 20:15 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] ARM: dts: rmobile: Add SCIF2 pinmux to E3 Ebisu
` [U-Boot] [PATCH 3/4] ARM: dts: rmobile: Add initial SDHI nodes to R8A77990 E3
` [U-Boot] [PATCH 4/4] ARM: dts: rmobile: Enable SDHI on E3 Ebisu

[U-Boot] [PATCH] clk: rmobile: Add R8A77990 RPC clock
 2018-06-13 20:15 UTC 

[U-Boot] [PATCH v4 2/2] test/py: add test for whitelist of variables while importing environment
 2018-06-13 20:12 UTC  (5+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH] net: gem: Check return value from mealign/malloc
 2018-06-13 19:02 UTC  (2+ messages)
` [U-Boot] net: gem: Check return value from memalign/malloc

[U-Boot] [PATCH] net: zynq_gem: Initialize phyreg variable
 2018-06-13 19:02 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: zynq_gem: Fix return type for phy...()
 2018-06-13 19:02 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] net: mvgbe: extract common code for SMI wait
 2018-06-13 19:02 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: designware: set the PS bit when resetting DMA bus in MII configuration
 2018-06-13 19:02 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/2] net: phy: mv88e61xx: Force CPU port link up
 2018-06-13 19:02 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 1/2] mvebu: neta: align DMA buffers
 2018-06-13 19:02 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: add Socionext AVE ethernet driver support
 2018-06-13 19:02 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3] drivers/net/vsc9953: Initialize action RAM in VCAP complex
 2018-06-13 19:02 UTC  (2+ messages)
` [U-Boot] net: include/phy.h: add new mode for internal phy

[U-Boot] [PATCH v2] net: include/phy.h: add new mode for internal phy
 2018-06-13 19:01 UTC  (2+ messages)
` [U-Boot] drivers/net/vsc9953: Initialize action RAM in VCAP complex

[U-Boot] [PATCH] net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP
 2018-06-13 19:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: cpsw: ti: Reap completed packets before stopping interface
 2018-06-13 19:01 UTC  (2+ messages)
` [U-Boot] "


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