* [PATCH 1/2] ARM: AM335x: beaglebone: remove obsolete config
@ 2014-06-18 19:43 Jan Luebbe
2014-06-18 19:43 ` [PATCH 2/2] ARM: AM335x: beaglebone: add simple script to change usb current limit Jan Luebbe
2014-06-23 6:43 ` [PATCH 1/2] ARM: AM335x: beaglebone: remove obsolete config Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Jan Luebbe @ 2014-06-18 19:43 UTC (permalink / raw)
To: barebox
The bootargs are now autogenerated by barebox and the hostname should
not be preconfigured.
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
.../boards/beaglebone/defaultenv-beaglebone/config | 19 -------------------
1 file changed, 19 deletions(-)
delete mode 100644 arch/arm/boards/beaglebone/defaultenv-beaglebone/config
diff --git a/arch/arm/boards/beaglebone/defaultenv-beaglebone/config b/arch/arm/boards/beaglebone/defaultenv-beaglebone/config
deleted file mode 100644
index fbfa7d5..0000000
--- a/arch/arm/boards/beaglebone/defaultenv-beaglebone/config
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-# change network settings in /env/network/eth0
-# change mtd partition settings and automountpoints in /env/init/*
-
-# set to false if you do not want to have colors
-global.allow_color=true
-
-# user (used for network filenames)
-global.user=none
-
-# timeout in seconds before the default boot entry is started
-global.autoboot_timeout=3
-
-# default boot entry (one of /env/boot/*)
-global.boot.default=sd
-
-# base bootargs
-global.linux.bootargs.base="console=ttyO0,115200n8"
--
1.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] ARM: AM335x: beaglebone: add simple script to change usb current limit
2014-06-18 19:43 [PATCH 1/2] ARM: AM335x: beaglebone: remove obsolete config Jan Luebbe
@ 2014-06-18 19:43 ` Jan Luebbe
2014-06-23 6:43 ` [PATCH 1/2] ARM: AM335x: beaglebone: remove obsolete config Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Jan Luebbe @ 2014-06-18 19:43 UTC (permalink / raw)
To: barebox
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
arch/arm/boards/beaglebone/defaultenv-beaglebone/init/usb-limit-1300 | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 arch/arm/boards/beaglebone/defaultenv-beaglebone/init/usb-limit-1300
diff --git a/arch/arm/boards/beaglebone/defaultenv-beaglebone/init/usb-limit-1300 b/arch/arm/boards/beaglebone/defaultenv-beaglebone/init/usb-limit-1300
new file mode 100644
index 0000000..56313bf
--- /dev/null
+++ b/arch/arm/boards/beaglebone/defaultenv-beaglebone/init/usb-limit-1300
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo -n "changing USB current limit to 1300 mA... "
+i2c_write -b 0 -a 0x24 -r 0x01 0x3e
+echo "done"
--
1.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] ARM: AM335x: beaglebone: remove obsolete config
2014-06-18 19:43 [PATCH 1/2] ARM: AM335x: beaglebone: remove obsolete config Jan Luebbe
2014-06-18 19:43 ` [PATCH 2/2] ARM: AM335x: beaglebone: add simple script to change usb current limit Jan Luebbe
@ 2014-06-23 6:43 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2014-06-23 6:43 UTC (permalink / raw)
To: Jan Luebbe; +Cc: barebox
On Wed, Jun 18, 2014 at 09:43:18PM +0200, Jan Luebbe wrote:
> The bootargs are now autogenerated by barebox and the hostname should
> not be preconfigured.
>
> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Applied both, thanks
Sascha
> ---
> .../boards/beaglebone/defaultenv-beaglebone/config | 19 -------------------
> 1 file changed, 19 deletions(-)
> delete mode 100644 arch/arm/boards/beaglebone/defaultenv-beaglebone/config
>
> diff --git a/arch/arm/boards/beaglebone/defaultenv-beaglebone/config b/arch/arm/boards/beaglebone/defaultenv-beaglebone/config
> deleted file mode 100644
> index fbfa7d5..0000000
> --- a/arch/arm/boards/beaglebone/defaultenv-beaglebone/config
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -#!/bin/sh
> -
> -# change network settings in /env/network/eth0
> -# change mtd partition settings and automountpoints in /env/init/*
> -
> -# set to false if you do not want to have colors
> -global.allow_color=true
> -
> -# user (used for network filenames)
> -global.user=none
> -
> -# timeout in seconds before the default boot entry is started
> -global.autoboot_timeout=3
> -
> -# default boot entry (one of /env/boot/*)
> -global.boot.default=sd
> -
> -# base bootargs
> -global.linux.bootargs.base="console=ttyO0,115200n8"
> --
> 1.9.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-23 6:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-18 19:43 [PATCH 1/2] ARM: AM335x: beaglebone: remove obsolete config Jan Luebbe
2014-06-18 19:43 ` [PATCH 2/2] ARM: AM335x: beaglebone: add simple script to change usb current limit Jan Luebbe
2014-06-23 6:43 ` [PATCH 1/2] ARM: AM335x: beaglebone: remove obsolete config Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox