, spi_fpga_write(), etc.) is then
+ implemented by the SPI FPGA uclass.
+ There is one standard SPI FPGA driver which knows how to probe
+ chips supported by U-Boot. The uclass interface is defined in
+ include/spi_fpga.h
+ SPI and SPI FPGA must be enabled t
From: Ulf Samuelsson
Signed-off-by: Ulf Samuelsson
---
drivers/mtd/Kconfig | 2 ++
drivers/mtd/Makefile | 1 +
2 files changed, 3 insertions(+)
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index af45ef00da..495211e314 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -23
From: Ulf Samuelsson
Signed-off-by: Ulf Samuelsson
---
include/mtd/mtd-abi.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/mtd/mtd-abi.h b/include/mtd/mtd-abi.h
index ea244fbaeb..cd826b64dd 100644
--- a/include/mtd/mtd-abi.h
+++ b/include/mtd/mtd-abi.h
@@ -89,6 +89,7 @@ struct m
From: Ulf Samuelsson
Signed-off-by: Ulf Samuelsson
---
cmd/mtd.c | 8
1 file changed, 8 insertions(+)
diff --git a/cmd/mtd.c b/cmd/mtd.c
index eb6e2d6892..09d5fdaa11 100644
--- a/cmd/mtd.c
+++ b/cmd/mtd.c
@@ -158,6 +158,9 @@ static void mtd_show_device(struct mtd_info *mtd)
ca
devicetree and to use standard MTD
commands, instead of the FPGA commands.
I.E: The SPI portion is
&spi1 {
u-boot,dm-spl;
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&spi1_pins>;
num-cs = <4>; /* Needed for GPIO
es
> > changed, 181 insertions(+), 1 deletion(-) create mode 100644
> > arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon
>
> Reviewed-by: Simon Glass
Nitpick: fix typo ("Eanble") in subject (can be done when applying if
no v3 is needed).
Amicalement,
--
Albert.
--- End Message ---
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
;> + mode-gpio;
>> + output-value = <1>;
>> + direction = ;
>> + };
>> +
>> + pin_usb_host_en1@0 {
>> + gpio-offset = <0x80 9>;
>>
e/dt-bindings/gpio/gpio.h | 20 +++
>> 7 files changed, 292 insertions(+), 27 deletions(-)
>>
>> --
> Thanks for these patches! Just a general comment, you don't need send
> emails to u-boot-patc...@bugs.denx.de, and always include a simple
> sentenc
;
writel(c, &usart->dr);
--
1.9.1
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
| 222
> ++
> include/configs/minnowmax.h | 1 +
> include/dt-bindings/gpio/gpio.h | 20 +++
> 7 files changed, 292 insertions(+), 27 deletions(-)
>
> --
Thanks for these patches! Just a general comment, you don'
lt;1429805775-1809-1-git-send-email-cont...@huau-gabriel.fr>
><1429805775-1809-3-git-send-email-cont...@huau-gabriel.fr>
>Patch-Date: Fri Apr 24 05:26:17 +0200 2015
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
8 @@
> silent_console = <0>;
> };
>
> + gpioa {
> + compatible = "intel,ich6-gpio";
> + u-boot,dm-pre-reloc;
> + reg = <0 0x20>;
> + bank-name = "A";
> + };
&g
ible:patch-coord
>Message-Id:
>
>In-Reply-To:<1429805775-1809-5-git-send-email-cont...@huau-gabriel.fr>
>References: <1429805775-1809-1-git-send-email-cont...@huau-gabriel.fr>
><1429805775-1809-5-git-send-email-cont...@huau-gabriel.fr>
>Patch-Date: Fri Apr 24 05:37:28 +0200 2015
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
pad-offset = <0x258>;
> + mode-gpio;
> + output-value = <1>;
> + direction = ;
> + };
> + };
> +
> gpioa {
> compatible = "intel,ich6-gpio";
include/configs/minnowmax.h
+++ b/include/configs/minnowmax.h
@@ -15,6 +15,7 @@
#define CONFIG_SYS_MONITOR_LEN (1 << 20)
#define CONFIG_BOARD_EARLY_INIT_F
+#define CONFIG_ARCH_EARLY_INIT_R
#define CONFIG_NR_DRAM_BANKS 1
--
2.1.4
_______
Thu Apr 23 18:16:11 +0200 2015
_______
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
/minnowmax.h
@@ -43,7 +43,7 @@
#define CONFIG_SCSI_DEV_LIST\
{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}
-#define CONFIG_SPI_FLASH_SST
+#define CONFIG_SPI_FLASH_STMICRO
#define CONFIG_MMC
#define CONFIG_SDHCI
--
2.1.4
_____
gt;;
+ mode-gpio;
+ output-value = <1>;
+ direction = ;
+ };
+ };
+
gpioa {
compatible = "intel,ich6-gpio";
u-boot,dm-pre-reloc;
diff --git a/arch/x86/include/asm/arch-baytrail/gpio.h
b/arch/x86/
gpioa {
+ compatible = "intel,ich6-gpio";
+ u-boot,dm-pre-reloc;
+ reg = <0 0x20>;
+ bank-name = "A";
+ };
+
+ gpiob {
+ compatible = "intel,ich6-gpio";
+ u-boot
SE 0x44
+#define PCI_CFG_GPIOBASE 0x48
#endif /* _X86_ARCH_GPIO_H_ */
--
2.1.4
___________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
when I was doing some tests and I configured
the 6 banks in the devices tree. I also fixed the GPIO base address to
0x48 but I got some issues like the fact I'm reading only 0 from all the
registers.
The registers are configured to be in the IO Space (0x500), I checked
the PCI configuration s
banks in core domain and 2 banks in sus
domain. So 6 banks in total. You need define 6 gpio nodes in the
minnowmax board dts file. You should be able to use the existing gpio
driver to configure.
>>
>>> #endif /* __CONFIG_H */
>>> --
Regards,
Bin
---
Added to GNATS database as unassigned-patches/135
>Responsible:patch-coord
>Message-Id:
>
>In-Reply-To:<54edf800.8060...@huau-gabriel.fr>
>References: <1424037328-31636-1-git-send-email-cont...@huau-gabriel.fr>
>
><54edf800.8060...@huau-gabriel.fr>
>Patch-Date: Fri Feb 27 04:30:19 +0100 2015
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
control all the GPIOs + doing the IO mapping, I'll be glad to do it!
>
>> #endif /* __CONFIG_H */
>> --
> Regards,
> Bin
Regards,
Gabriel
---
Added to GNATS database as unassigned-patches/134
>Responsible:patch-coord
>Message-Id: <54edf800.8060...@huau-gabriel.fr>
>In-Reply-To:
>
>References: <1424037328-31636-1-git-send-email-cont...@huau-gabriel.fr>
>
>Patch-Date: Wed Feb 25 17:27:44 +0100 2015
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
t; I have mostly nits except for one comment about register access which
> is different in U-Boot...
I read all the comments and I agree on almost all of them but I have
some questions.
>> +
>> + /* Add correct func to GPIO pad config */
>>
endif /* __CONFIG_H */
> --
Regards,
Bin
---
Added to GNATS database as unassigned-patches/132
>Responsible:patch-coord
>Message-Id:
>
>In-Reply-To:<1424037328-31636-1-git-send-email-cont...@huau-gabriel.fr>
>References: <1424037328-31636-1-git-se
e.
>
> These modifications are ported from the coreboot project.
>
> Signed-off-by: Gabriel Huau
Thanks for the patch!
I have mostly nits except for one comment about register access which
is different in U-Boot...
> ---
> arch/x86/cpu/baytrail/Makefile| 1 +
&
Configure the pinctrl as it required to make some IO controllers
working (USB/UART/I2C/...).
The idea would be in the next version to modify the pch GPIO driver and
configure these pins through the device tree.
These modifications are ported from the coreboot project.
Signed-off-by: Gabriel Huau
Hi Chris,
On Wed, 16 Jan 2013 17:23:58 +1300, Chris Packham
wrote:
> Hi,
>
> I've just run into something porting an existing out of tree board to
> u-boot 2012.10 but I think it points to a generic issue for standalone
> applications.
>
> Consider the followin
uld I apply the patch
directly in arm/master?
Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Andreas,
On Thu, 16 Aug 2012 14:26:47 +0200, "Andreas Bießmann"
wrote:
> Dear Wolfgang Denk,
>
> please do not pull this. I have some more changes, but some need a
> rebase on current u-boot-arm. So please first pull this one, then
> trigger me to adopt my patc
Hi Albert,
On Tue, 14 Aug 2012 02:04:15 +0200, Albert ARIBAUD (U-Boot)
wrote:
> Hi Tom,
>
> On Fri, 10 Aug 2012 22:06:59 +0200, Wolfgang Denk wrote:
>
> > Dear Tom,
> >
> > In message <20120810161021.GG3306@bill-the-cat> you wrote:
> > >
>
Hi all,
I have encountered an issue when rebasing the ARM tree above
u-boot/master, with this commit :
8b5a02640adf77301f943e8754992c50df004e8a
It seems to break about 20 ARM builds, for instance spear600, on my
stock Ubuntu 12.04 ARM gcc:
uboot@lilith:~/src/u-boot-arm$ git checkout
anted to make sure the submitters weren't
> > left waiting. Thanks!
>
> Thanks, highly appreciated.
>
> As this contains a lot of ARM, indeed I would like to wait for
> Albert's ACK or pulling (whichever he prefers).
>
> Best regards,
>
> Wolfgang Denk
>
>
> git://git.denx.de/u-boot-ti next
>
> for you to fetch changes up to
> a47233a30055660ad64d865f1fde19503ed02696:
>
> am335x_evm: enable SMSC PHY driver (2012-08-07 10:07:22 -0700)
>
>
> Enric
> git://git.denx.de/u-boot-atmel.git master
>
> for you to fetch changes up to
> 17cda15fa6fb3ab2433bed951dad5c4ab30d8cbc:
>
> at91: Add support for taskit AT91SAM9G20 boards. (2012-08-07
> 23:47:29 +0200)
>
>
> git://git.denx.de/u-boot-atmel.git master
>
> for you to fetch changes up to
> 17cda15fa6fb3ab2433bed951dad5c4ab30d8cbc:
>
> at91: Add support for taskit AT91SAM9G20 boards. (2012-08-07
> 23:47:29 +0200)
>
>
Hi Stefano,
On Fri, 10 Aug 2012 08:54:06 +0200, Stefano Babic
wrote:
> Hi Albert,
>
> an update pull request, please pull from u-boot-imx, thanks.
>
> The following changes since commit
> 8abcd8ab962cd5fb2a4c025e7c7b62a9faf4aa08:
>
> DaVinci DA8xx: fix set_cpu_clk_
ji
Amicalement,
--
Albert.
_______
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
plug is supported in Linux (and MACH_TYPE_
added).
Changes from v4 to v5:
- Complete rewrite due to receiving u-boot source indirectly
from Global Scale Tech.
- Added driver for integrated RTC. (thx GST!)
- Added support for displaying CPU frequ
(pick your license) source files I based it on?
http://people.debian.org/~clint/dreamplug/dreamplug-uboot-gti.tar.gz
- The link is a dirty git tree. The uncommitted stuff is how they
modified Guruplug u-boot to work on the Dreamplug.
- chmod -x the changed
/* device request (setup) */
struct devrequest {
--
1.7.0.4
_______
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
{1, 1} /* enable both ports */
+#define CONFIG_PHY_BASE_ADR0
+#endif /* CONFIG_CMD_NET */
+
+/*
+ * SATA Driver configuration
+ */
+#ifdef CONFIG_MVSATA_IDE
+#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
+#endif /*CONFIG_MVSATA_IDE*/
+
+#define CONFIG_SYS_ALT_MEMTEST
+
+#endif /* _CONFIG_DREAMPLUG_H */
--
1.7.0.4
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
clude/configs/dreamplug.h
___________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
, MACH_TYPE_DREAMPLUG (board id 3550) has been registered at
http://www.arm.linux.co.uk/developer/machines/, once support has
been added to mainline Linux, we'll update the board id here.
For now, we use MACH_TYPE_GURUPLUG, just as the factory U-Boot does.
Signed-off-by: Jason Cooper
---
MAINTA
te mode 100644 board/Marvell/dreamplug/Makefile
create mode 100644 board/Marvell/dreamplug/dreamplug.c
create mode 100644 board/Marvell/dreamplug/dreamplug.h
create mode 100644 board/Marvell/dreamplug/kwbimage.cfg
create mode 100644 include/configs/dreamplug.h
__
ne CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
+#endif /*CONFIG_MVSATA_IDE*/
+
+#define CONFIG_SYS_ALT_MEMTEST
+
+#endif /* _CONFIG_DREAMPLUG_H */
--
1.7.0.4
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
9315a\
edminiv2\
guruplug\
+ dreamplug \
imx27lite \
jadecpu \
lpd7a400\
--
1.7.0.4
_______
U-Boot mailing list
U
CONFIG_CMD_USB
#define CONFIG_CMD_IDE
--
1.7.0.4
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
oard/Marvell/dreamplug/dreamplug.h
create mode 100644 board/Marvell/dreamplug/kwbimage.cfg
create mode 100644 include/configs/dreamplug.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
9315a\
edminiv2\
guruplug\
+ dreamplug \
imx27lite \
jadecpu \
lpd7a400\
--
1.7.0.4
_______
U-Boot mailing list
U
CONFIG_CMD_USB
#define CONFIG_CMD_IDE
--
1.7.0.4
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
ne CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
+#endif /*CONFIG_MVSATA_IDE*/
+
+#define CONFIG_SYS_ALT_MEMTEST
+
+#endif /* _CONFIG_DREAMPLUG_H */
--
1.7.0.4
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
From: Jason Cooper
This is my first attempt at adding the Marvell Dreamplug to U-Boot.
It compiles clean, and I've loaded it via JTAG and used it to dump the
existing bootloader out of the SPI flash. I have _not_ used it to burn
itself to the flash yet. I'm looking for comments be
t_pll_clk)(int pllreg);
--
1.6.6
_______
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Synopsis: [U-Boot][PATCH] DHCP regression on 2009-06
State-Changed-From-To: open->closed
State-Changed-By: wd
State-Changed-When: Thu, 23 Jul 2009 19:25:27 +0200
State-Changed-Why:
Fixed by commit 09133f8580f0106429ba3600f1855bd3577ae58b
___
U-B
Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
by initializing our IP addr to 0 in order to accept any IP addr
assigned to us by the DHCP/BOOTP/RARP server.
Ack-by: Robin Getz
Signed-off-by: Michael Zaidman
---
Added to GNATS database as unassigned-patches/39
>Responsi
P = 0;
- NetServerIP = getenv_IPaddr ("serverip");
DhcpRequest(); /* Basically same as BOOTP */
break;
#endif
--
1.5.6.3
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Synopsis: [U-Boot][PATCH] NetLoop initialization bug
Responsible-Changed-From-To: patch-coord->gu-net
Responsible-Changed-By: wd
Responsible-Changed-When: Fri, 03 Apr 2009 22:31:14 +0200
Responsible-Changed-Why:
Assigned to Ben
___
U-Boot mail
addr ("serverip");
DhcpRequest(); /* Basically same as BOOTP */
break;
#endif
--
1.5.6.3
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
pen->closed
State-Changed-By: wd
State-Changed-When: Thu, 05 Feb 2009 22:15:06 +0100
State-Changed-Why:
Rejected after discussion on ML.
_______
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This is useful for allowing scripts to read environment variables from
file, among other things.
This is a slightly modified version of what Alessandro submitted to the
mailing list last July:
http://www.mail-archive.com/u-boot-us...@lists.sourceforge.net/msg07932.html
I changed the
_
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
bc5
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Synopsis: [PATCH] 85xx: socrates: autoprobe Lime chip
Responsible-Changed-From-To: patch-coord->gu-mpc85xx
Responsible-Changed-By: dzu
Responsible-Changed-When: Thu, 11 Sep 2008 15:43:18 +0200
Responsible-Changed-Why:
Assign to custodian
___
U-B
ian
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
/* Restore previous CS2 configuration */
+ memctl->br2 = 0;
+ memctl->or2 = cfg_or2;
+ memctl->br2 = cfg_br2;
+ return reg;
+}
+
/* Returns Lime base address */
unsigned int board_video_init (void)
{
-
- if (!getenv("lime"))
+ if (
CONFIG_BOOKE 1 /* BOOKE*/
#define CONFIG_E5001 /* BOOKE e500 family*/
--
1.5.6.1
_______
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Synopsis: [PATCH] 85xx: Socrates: Major code update.
State-Changed-From-To: open->closed
State-Changed-By: AndyFleming
State-Changed-When: Tue, 09 Sep 2008 03:55:20 +0200
State-Changed-Why:
applied, thanks
___
U-Boot mailing list
U-B
Synopsis: [PATCH] 85xx: socrates: Enable Lime support.
State-Changed-From-To: open->closed
State-Changed-By: AndyFleming
State-Changed-When: Tue, 09 Sep 2008 03:54:51 +0200
State-Changed-Why:
Applied, thanks
___
U-Boot mailing list
U-B
Synopsis: [PATCH] Removed hardcoded MxMR loop value from upmconfig() for
MPC85xx.
State-Changed-From-To: open->closed
State-Changed-By: AndyFleming
State-Changed-When: Tue, 09 Sep 2008 03:54:12 +0200
State-Changed-Why:
Applied, with fuzz
___
U-B
Synopsis: [U-Boot-Users] [PATCH] Update Freescale 85xx boards to sys_eeprom.c
State-Changed-From-To: open->closed
State-Changed-By: AndyFleming
State-Changed-When: Tue, 09 Sep 2008 03:53:16 +0200
State-Changed-Why:
Applied
___
U-Boot mailing lis
a24
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
6c9
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
3f8
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Synopsis: [U-Boot-Users] [PATCH] I2C Monitor chip ADT7460 support
State-Changed-From-To: open->closed
State-Changed-By: dzu
State-Changed-When: Mon, 01 Sep 2008 15:43:30 +0200
State-Changed-Why:
Applied in commit d0039d4ed275e6ca09fb417895024ad02be11
ead
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Synopsis: [PATCH] 85xx: socrates: Enable Lime support.
Responsible-Changed-From-To: patch-coord->gu-mpc85xx
Responsible-Changed-By: dzu
Responsible-Changed-When: Fri, 15 Aug 2008 15:54:24 +0200
Responsible-Changed-Why:
Assign to custodian
___
U-B
ian
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
ian
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Synopsis: [PATCH] 85xx: Socrates: Major code update.
Responsible-Changed-From-To: patch-coord->gu-mpc85xx
Responsible-Changed-By: dzu
Responsible-Changed-When: Fri, 15 Aug 2008 15:52:42 +0200
Responsible-Changed-Why:
Assign to custodian
___
U-B
Synopsis: [PATCH] USB EHCI: reset root hub
Responsible-Changed-From-To: gu-net->gu-usb
Responsible-Changed-By: dzu
Responsible-Changed-When: Fri, 15 Aug 2008 15:52:01 +0200
Responsible-Changed-Why:
Assign to correct custodian
___
U-Boot mailing l
Synopsis: [PATCH] USB EHCI: reset root hub
Responsible-Changed-From-To: patch-coord->gu-net
Responsible-Changed-By: dzu
Responsible-Changed-When: Fri, 15 Aug 2008 15:51:19 +0200
Responsible-Changed-Why:
Assign to custodian
___
U-Boot mailing lis
quot; \
+ "clean_data=era fea0 fff5\0"\
+ "usbargs=setenv bootargs root=/dev/sda1 rw\0" \
+ "load_usb=usb start;" \
+
= (size-1)));
old_mad = mad;
}
- out_be32(mxmr, loopval); /* OP_NORMAL */
+ out_be32(mxmr, (in_be32(mxmr) & 0x4fc0) | MxMR_OP_NORM);
}
#if defined(CONFIG_TSEC_ENET) || defined(CONFIGMPC85XX_FEC)
--
1.5.6.1
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
3782G_ADDR 0x28/* W83782G address */
+
/* I2C temp sensor */
/* Socrates uses Maxim's DS75, which is compatible with LM75 */
#define CONFIG_DTT_LM751
@@ -317,6 +340,7 @@
#define CONFIG_CMD_SNTP
#define CONFIG_CMD_USB
#define CONFIG_CMD_EXT2 /* EXT2 Support */
+#define CONFIG_CMD_BMP
#if defined(CONFIG_PCI)
#define CONFIG_CMD_PCI
--
1.5.6.1
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
_USB_OHCI_NEW1
#define CONFIG_PCI_OHCI1
#define CONFIG_PCI_OHCI_DEVNO 3 /* Number in PCI list */
+#define CONFIG_PCI_EHCI_DEVNO (CONFIG_PCI_OHCI_DEVNO / 2)
#define CFG_USB_OHCI_MAX_ROOT_PORTS15
#define CFG_USB_OHCI_SLOT_NAME "
cd2bin (year) >= 70 ? 1900 : 2000);
--
1.5.6.1
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
0x0030
+
+#define MIIM_88E1121_PHY_PAGE 22
+
/* 88E1145 Extended PHY Specific Control Register */
#define MIIM_88E1145_PHY_EXT_CR 20
#define MIIM_M88E1145_RGMII_RX_DELAY 0x0080
--
1.5.6.1
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Synopsis: [U-Boot-Users] [Patch 1/1] Re-Submit: QE UEC: Add MII Commands
State-Changed-From-To: feedback->closed
State-Changed-By: BenWarren
State-Changed-When: Fri, 08 Aug 2008 08:46:41 +0200
State-Changed-Why:
Applied patch to net tree and requested pull to upstr
89 matches
Mail list logo