[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-197-g229b5e4
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-03-27 13:16:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 229b5e430d0bd01ef89ec2b246c4fca1839ed6d4 (commit)
from 1be3330d1d4f6635b1f81fc573711fedd4dcfdde (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 229b5e430d0bd01ef89ec2b246c4fca1839ed6d4
Author: Eric Jarrige <eri...@ar...>
Date: Thu Mar 27 14:16:31 2014 +0100
[UBOOT] 2014.04: apf9328: initiate migration
-----------------------------------------------------------------------
Summary of changes:
...-restore-command-env-param-compatitbility.patch | 2 +-
.../u-boot/{2013.04 => 2014.04}/102-mx1-i2c.patch | 0
.../u-boot/{2013.04 => 2014.04}/103-apf9328.patch | 240 +++-----------------
patches/u-boot/2014.04/104-apf9328-makefile.patch | 22 ++
.../{2013.04 => 2014.04}/106-mx1-pllclk.patch | 2 +-
.../107-mx1-pllclk-debug.patch | 2 +-
.../u-boot/{2013.04 => 2014.04}/108-DM9000.patch | 4 +-
.../{2013.04 => 2014.04}/111-mx1-timer.patch | 2 +-
8 files changed, 63 insertions(+), 211 deletions(-)
copy patches/u-boot/{2013.04 => 2014.04}/001-restore-command-env-param-compatitbility.patch (87%)
copy patches/u-boot/{2013.04 => 2014.04}/102-mx1-i2c.patch (100%)
copy patches/u-boot/{2013.04 => 2014.04}/103-apf9328.patch (75%)
create mode 100644 patches/u-boot/2014.04/104-apf9328-makefile.patch
copy patches/u-boot/{2013.04 => 2014.04}/106-mx1-pllclk.patch (98%)
copy patches/u-boot/{2013.04 => 2014.04}/107-mx1-pllclk-debug.patch (94%)
copy patches/u-boot/{2013.04 => 2014.04}/108-DM9000.patch (93%)
copy patches/u-boot/{2013.04 => 2014.04}/111-mx1-timer.patch (94%)
diff --git a/patches/u-boot/2013.04/001-restore-command-env-param-compatitbility.patch b/patches/u-boot/2014.04/001-restore-command-env-param-compatitbility.patch
similarity index 87%
copy from patches/u-boot/2013.04/001-restore-command-env-param-compatitbility.patch
copy to patches/u-boot/2014.04/001-restore-command-env-param-compatitbility.patch
index 6aee8c0..59da78e 100644
--- a/patches/u-boot/2013.04/001-restore-command-env-param-compatitbility.patch
+++ b/patches/u-boot/2014.04/001-restore-command-env-param-compatitbility.patch
@@ -4,7 +4,7 @@ Signed-off-by: Eric Jarrige <eri...@ar...>
---
--- uboot-custom/common/cmd_nvedit.c
+++ uboot-custom/common/cmd_nvedit.c
-@@ -724,7 +724,7 @@ static int do_env_default(cmd_tbl_t *cmd
+@@ -747,7 +747,7 @@ static int do_env_default(cmd_tbl_t *cmd
}
}
debug("Final value for argc=%d\n", argc);
diff --git a/patches/u-boot/2013.04/102-mx1-i2c.patch b/patches/u-boot/2014.04/102-mx1-i2c.patch
similarity index 100%
copy from patches/u-boot/2013.04/102-mx1-i2c.patch
copy to patches/u-boot/2014.04/102-mx1-i2c.patch
diff --git a/patches/u-boot/2013.04/103-apf9328.patch b/patches/u-boot/2014.04/103-apf9328.patch
similarity index 75%
copy from patches/u-boot/2013.04/103-apf9328.patch
copy to patches/u-boot/2014.04/103-apf9328.patch
index e7323a9..d26ca65 100644
--- a/patches/u-boot/2013.04/103-apf9328.patch
+++ b/patches/u-boot/2014.04/103-apf9328.patch
@@ -32,85 +32,29 @@ new file mode 100644
index 0000000..0f097cd
--- /dev/null
+++ b/board/armadeus/apf9328/Makefile
-@@ -0,0 +1,51 @@
+@@ -0,0 +1,10 @@
+#
+# (C) Copyright 2000-2004
+# Wolfgang Denk, DENX Software Engineering, wd...@de....
+#
-+# See file CREDITS for list of people who contributed to this
-+# project.
++# SPDX-License-Identifier: GPL-2.0+
+#
-+# This program is free software; you can redistribute it and/or
-+# modify it under the terms of the GNU General Public License as
-+# published by the Free Software Foundation; either version 2 of
-+# the License, or (at your option) any later version.
-+#
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY; without even the implied warranty of
-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+# GNU General Public License for more details.
-+#
-+# You should have received a copy of the GNU General Public License
-+# along with this program; if not, write to the Free Software
-+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-+# MA 02111-1307 USA
-+#
-+
-+include $(TOPDIR)/config.mk
-+
-+LIB = $(obj)lib$(BOARD).o
-+
-+COBJS := apf9328.o i2c.o apf9328fpga.o fpga.o eeprom.o
-+SOBJS := lowlevel_init.o
-+
-+SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-+OBJS := $(addprefix $(obj),$(COBJS))
-+SOBJS := $(addprefix $(obj),$(SOBJS))
-+
-+$(LIB): $(obj).depend $(OBJS) $(SOBJS)
-+ $(call cmd_link_o_target, $(OBJS) $(SOBJS))
-+
-+clean:
-+ rm -f $(SOBJS) $(OBJS)
-+
-+distclean: clean
-+ rm -f $(LIB) core *.bak .depend
-+
-+#########################################################################
-+
-+# defines $(obj).depend target
-+include $(SRCTREE)/rules.mk
-+
-+sinclude $(obj).depend
+
-+#########################################################################
++obj-y := apf9328.o i2c.o eeprom.o
++obj-y += lowlevel_init.o
++obj-$(CONFIG_FPGA) += apf9328fpga.o fpga.o
diff --git a/board/armadeus/apf9328/apf9328.c b/board/armadeus/apf9328/apf9328.c
new file mode 100644
index 0000000..280f749
--- /dev/null
+++ b/board/armadeus/apf9328/apf9328.c
-@@ -0,0 +1,74 @@
+@@ -0,0 +1,61 @@
+/*
-+ * (C) Copyright 2005-2011
++ * Copyright (C) 2005-2014
+ * Nicolas Colombain <nic...@ar...>
+ * Eric Jarrige <eri...@ar...>
-+ * Copyright (C) 2004 Sascha Hauer, Synertronixx GmbH
-+ *
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License as
-+ * published by the Free Software Foundation; either version 2 of
-+ * the License, or (at your option) any later version.
-+ *
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-+ * MA 02111-1307 USA
+ *
++ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <common.h>
@@ -119,6 +63,8 @@ index 0000000..280f749
+#include <netdev.h>
+#include "apf9328fpga.h"
+
++extern void imx_gpio_mode(int gpio_mode);
++
+DECLARE_GLOBAL_DATA_PTR;
+
+int board_init(void)
@@ -169,30 +115,13 @@ new file mode 100644
index 0000000..9782115
--- /dev/null
+++ b/board/armadeus/apf9328/apf9328fpga.c
-@@ -0,0 +1,81 @@
+@@ -0,0 +1,64 @@
+/*
-+ * (C) Copyright 2005-2011
++ * Copyright (C) 2005-2014
+ * Nicolas Colombain <nic...@ar...>
+ * Eric Jarrige <eri...@ar...>
+ *
-+ * See file CREDITS for list of people who contributed to this
-+ * project.
-+ *
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License as
-+ * published by the Free Software Foundation; either version 2 of
-+ * the License, or (at your option) any later version.
-+ *
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-+ * MA 02111-1307 USA
-+ *
++ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/*
@@ -256,30 +185,9 @@ new file mode 100644
index 0000000..2a15443
--- /dev/null
+++ b/board/armadeus/apf9328/apf9328fpga.h
-@@ -0,0 +1,31 @@
+@@ -0,0 +1,10 @@
+/*
-+ * (C) Copyright 2002
-+ * Rich Ireland, Enterasys Networks, rir...@en....
-+ * Keith Outwater, kei...@mv....
-+ *
-+ * See file CREDITS for list of people who contributed to this
-+ * project.
-+ *
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License as
-+ * published by the Free Software Foundation; either version 2 of
-+ * the License, or (at your option) any later version.
-+ *
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-+ * MA 02111-1307 USA
-+ *
++ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/*
@@ -293,29 +201,13 @@ new file mode 100644
index 0000000..c8165ea
--- /dev/null
+++ b/board/armadeus/apf9328/eeprom.c
-@@ -0,0 +1,88 @@
+@@ -0,0 +1,72 @@
+/*
-+ * (C) Copyright 2008-2011 Armadeus Project
-+ * (C) Copyright 2007
++ * Copyright (C) 2008-2014 Armadeus Project
++ * Copyright (C) 2007
+ * Stefano Babic, DENX Software Engineering, sb...@de....
+ *
-+ * See file CREDITS for list of people who contributed to this
-+ * project.
-+ *
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License as
-+ * published by the Free Software Foundation; either version 2 of
-+ * the License, or (at your option) any later version.
-+ *
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-+ * MA 02111-1307 USA
++ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <common.h>
@@ -387,30 +279,13 @@ new file mode 100644
index 0000000..f3d4f03
--- /dev/null
+++ b/board/armadeus/apf9328/fpga.c
-@@ -0,0 +1,131 @@
+@@ -0,0 +1,116 @@
+/*
-+ * (C) Copyright 2002
++ * Copyright (C) 2007
+ * Rich Ireland, Enterasys Networks, rir...@en....
+ * Keith Outwater, kei...@mv....
+ *
-+ * See file CREDITS for list of people who contributed to this
-+ * project.
-+ *
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License as
-+ * published by the Free Software Foundation; either version 2 of
-+ * the License, or (at your option) any later version.
-+ *
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-+ * MA 02111-1307 USA
-+ *
++ * SPDX-License-Identifier: GPL-2.0+
+ */
+#include <common.h>
+
@@ -420,6 +295,8 @@ index 0000000..f3d4f03
+#include <asm/io.h>
+#include <config.h>
+
++extern void imx_gpio_mode(int gpio_mode);
++
+#define GPIO_PORT(x) ((x >> 5) & 3)
+#define GPIO_SET(x) (DR(GPIO_PORT(x)) |= (1<<(x & GPIO_PIN_MASK)))
+#define GPIO_CLEAR(x) (DR(GPIO_PORT(x)) &= ~(1<<(x & GPIO_PIN_MASK)))
@@ -524,30 +401,13 @@ new file mode 100644
index 0000000..3b226d7
--- /dev/null
+++ b/board/armadeus/apf9328/fpga.h
-@@ -0,0 +1,32 @@
+@@ -0,0 +1,15 @@
+/*
-+ * (C) Copyright 2002
++ * Copyright (C) 2002
+ * Rich Ireland, Enterasys Networks, rir...@en....
+ * Keith Outwater, kei...@mv....
+ *
-+ * See file CREDITS for list of people who contributed to this
-+ * project.
-+ *
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License as
-+ * published by the Free Software Foundation; either version 2 of
-+ * the License, or (at your option) any later version.
-+ *
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-+ * MA 02111-1307 USA
-+ *
++ * SPDX-License-Identifier: GPL-2.0+
+ */
+extern int fpga_pre_fn(int cookie);
+extern int fpga_pgm_fn(int assert_pgm, int flush, int cookie);
@@ -562,29 +422,11 @@ new file mode 100644
index 0000000..0ba0a8d
--- /dev/null
+++ b/board/armadeus/apf9328/i2c.c
-@@ -0,0 +1,276 @@
+@@ -0,0 +1,260 @@
+/*
-+ * (C) Copyright 2005-2011 ej Armadeus Project <eri...@ar...>
-+ *
-+ * See file CREDITS for list of people who contributed to this
-+ * project.
-+ *
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License as
-+ * published by the Free Software Foundation; either version 2 of
-+ * the License, or (at your option) any later version.
-+ *
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-+ * MA 02111-1307 USA
-+ *
++ * Copyright (C) 2005-2014 Eric Jarrige <eri...@ar...>
+ *
++ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <common.h>
@@ -595,6 +437,8 @@ index 0000000..0ba0a8d
+#include <asm/arch/imx-regs.h>
+#include <i2c.h>
+
++extern void imx_gpio_mode(int gpio_mode);
++
+/*-----------------------------------------------------------------------
+ * Definitions
+ */
@@ -844,26 +688,12 @@ new file mode 100644
index 0000000..f080423
--- /dev/null
+++ b/board/armadeus/apf9328/lowlevel_init.S
-@@ -0,0 +1,472 @@
+@@ -0,0 +1,458 @@
+/*
-+ * (C) Copyright 2005-2011 ej Armadeus Project <eri...@ar...>
++ * Copyright (C) 2005-2014 Eric Jarrige <eri...@ar...>
+ * Copyright (C) 2004 Sascha Hauer, Synertronixx GmbH
+ *
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License
-+ * as published by the Free Software Foundation; either version 2
-+ * of the License, or (at your option) any later version.
-+ *
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+ * 02111-1307, USA.
-+ *
++ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <config.h>
diff --git a/patches/u-boot/2014.04/104-apf9328-makefile.patch b/patches/u-boot/2014.04/104-apf9328-makefile.patch
new file mode 100644
index 0000000..0fd4a25
--- /dev/null
+++ b/patches/u-boot/2014.04/104-apf9328-makefile.patch
@@ -0,0 +1,22 @@
+apf9328: add apf9328 board in Makefile
+
+add apf9328 board definition in makefile, MAKEALL and MAINTAINERS list
+
+Signed-off-by: Eric Jarrige <eri...@ar...>
+Signed-off-by: Philippe Reynes <tr...@ya...>
+---
+ boards.cfg | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/boards.cfg b/boards.cfg
+index 7c1fc74..8a40643 100644
+--- a/boards.cfg
++++ b/boards.cfg
+@@ -70,6 +70,7 @@ Active arm arm920t at91
+ Active arm arm920t at91 eukrea cpuat91 cpuat91 - Eric Benard <er...@eu...>
+ Active arm arm920t at91 eukrea cpuat91 cpuat91_ram cpuat91:RAMBOOT Eric Benard <er...@eu...>
+ Active arm arm920t imx - - scb9328 - Torsten Koschorrek <kos...@sy...>
++Active arm arm920t imx armadeus apf9328 apf9328 - Eric Jarrige <eri...@ar...>
+ Active arm arm920t ks8695 - - cm4008 - Greg Ungerer <gre...@op...>
+ Active arm arm920t ks8695 - - cm41xx - -
+ Active arm arm920t s3c24x0 mpl vcma9 VCMA9 - David Müller <d.m...@el...>
diff --git a/patches/u-boot/2013.04/106-mx1-pllclk.patch b/patches/u-boot/2014.04/106-mx1-pllclk.patch
similarity index 98%
copy from patches/u-boot/2013.04/106-mx1-pllclk.patch
copy to patches/u-boot/2014.04/106-mx1-pllclk.patch
index 4a96643..acf1894 100644
--- a/patches/u-boot/2013.04/106-mx1-pllclk.patch
+++ b/patches/u-boot/2014.04/106-mx1-pllclk.patch
@@ -13,7 +13,7 @@ diff --git a/arch/arm/cpu/arm920t/imx/speed.c b/arch/arm/cpu/arm920t/imx/speed.c
index 1e29698..b1c2bd6 100644
--- a/arch/arm/cpu/arm920t/imx/speed.c
+++ b/arch/arm/cpu/arm920t/imx/speed.c
-@@ -36,33 +36,26 @@
+@@ -20,33 +20,26 @@
* the specified bus in HZ.
*/
/* ------------------------------------------------------------------------- */
diff --git a/patches/u-boot/2013.04/107-mx1-pllclk-debug.patch b/patches/u-boot/2014.04/107-mx1-pllclk-debug.patch
similarity index 94%
copy from patches/u-boot/2013.04/107-mx1-pllclk-debug.patch
copy to patches/u-boot/2014.04/107-mx1-pllclk-debug.patch
index f38f8e7..26a73dd 100644
--- a/patches/u-boot/2013.04/107-mx1-pllclk-debug.patch
+++ b/patches/u-boot/2014.04/107-mx1-pllclk-debug.patch
@@ -12,7 +12,7 @@ diff --git a/arch/arm/cpu/arm920t/imx/speed.c b/arch/arm/cpu/arm920t/imx/speed.c
index b1c2bd6..b8e42bf 100644
--- a/arch/arm/cpu/arm920t/imx/speed.c
+++ b/arch/arm/cpu/arm920t/imx/speed.c
-@@ -67,7 +67,7 @@ ulong get_FCLK(void)
+@@ -51,7 +51,7 @@ ulong get_FCLK(void)
ulong get_HCLK(void)
{
u32 bclkdiv = (( CSCR >> 10 ) & 0xf) + 1;
diff --git a/patches/u-boot/2013.04/108-DM9000.patch b/patches/u-boot/2014.04/108-DM9000.patch
similarity index 93%
copy from patches/u-boot/2013.04/108-DM9000.patch
copy to patches/u-boot/2014.04/108-DM9000.patch
index 6bfff20..f302512 100644
--- a/patches/u-boot/2013.04/108-DM9000.patch
+++ b/patches/u-boot/2014.04/108-DM9000.patch
@@ -11,7 +11,7 @@ diff --git a/drivers/net/dm9000x.c b/drivers/net/dm9000x.c
index f0c4499..738e6ef 100644
--- a/drivers/net/dm9000x.c
+++ b/drivers/net/dm9000x.c
-@@ -240,7 +240,7 @@ dm9000_probe(void)
+@@ -232,7 +232,7 @@ dm9000_probe(void)
id_val |= DM9000_ior(DM9000_PIDL) << 16;
id_val |= DM9000_ior(DM9000_PIDH) << 24;
if (id_val == DM9000_ID) {
@@ -20,7 +20,7 @@ index f0c4499..738e6ef 100644
id_val);
return 0;
} else {
-@@ -306,19 +306,19 @@ static int dm9000_init(struct eth_device *dev, bd_t *bd)
+@@ -298,19 +298,19 @@ static int dm9000_init(struct eth_device *dev, bd_t *bd)
switch (io_mode) {
case 0x0: /* 16-bit mode */
diff --git a/patches/u-boot/2013.04/111-mx1-timer.patch b/patches/u-boot/2014.04/111-mx1-timer.patch
similarity index 94%
copy from patches/u-boot/2013.04/111-mx1-timer.patch
copy to patches/u-boot/2014.04/111-mx1-timer.patch
index 45ee1ee..a6dd375 100644
--- a/patches/u-boot/2013.04/111-mx1-timer.patch
+++ b/patches/u-boot/2014.04/111-mx1-timer.patch
@@ -11,7 +11,7 @@ diff --git a/arch/arm/cpu/arm920t/imx/timer.c b/arch/arm/cpu/arm920t/imx/timer.c
index 6141bd4..d6d1968 100644
--- a/arch/arm/cpu/arm920t/imx/timer.c
+++ b/arch/arm/cpu/arm920t/imx/timer.c
-@@ -55,7 +55,7 @@ int timer_init (void)
+@@ -39,7 +39,7 @@ int timer_init (void)
*/
ulong get_timer (ulong base)
{
hooks/post-receive
--
armadeus
|