Date:2010-07-21 04:44:34 (13 years 8 months ago)
Author:Xiangfu Liu
Commit:19bc94325c10ab6ab1c18bb872da579fc81356de
Message:update the email address.

in debian/* file should use the same emails address
as in source code.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Files: debian/changelog (1 diff)
debian/copyright (1 diff)
usbboot/README.usbboot (1 diff)
usbboot/doc/usbboot.cfg (1 diff)
usbboot/src/cmd.c (1 diff)
usbboot/src/cmd.h (1 diff)
usbboot/src/command_line.c (1 diff)
usbboot/src/command_line.h (1 diff)
usbboot/src/ingenic_cfg.h (1 diff)
usbboot/src/ingenic_usb.c (1 diff)
usbboot/src/ingenic_usb.h (1 diff)
usbboot/src/usb_boot_defines.h (1 diff)
usbboot/xburst_include/target/configs.h (1 diff)
usbboot/xburst_include/target/error.h (1 diff)
usbboot/xburst_include/target/jz4740.h (1 diff)
usbboot/xburst_include/target/nandflash.h (1 diff)
usbboot/xburst_include/target/usb_boot.h (1 diff)
usbboot/xburst_include/target/xburst_types.h (1 diff)
usbboot/xburst_include/usb/udc.h (1 diff)
usbboot/xburst_include/usb/usb.h (1 diff)
usbboot/xburst_stage1/Makefile (1 diff)
usbboot/xburst_stage1/board_4740.c (1 diff)
usbboot/xburst_stage1/common.c (1 diff)
usbboot/xburst_stage1/debug.c (1 diff)
usbboot/xburst_stage1/head.S (1 diff)
usbboot/xburst_stage1/main.c (1 diff)
usbboot/xburst_stage2/Makefile (1 diff)
usbboot/xburst_stage2/boothandler.c (1 diff)
usbboot/xburst_stage2/main.c (1 diff)
usbboot/xburst_stage2/nandflash_4740.c (1 diff)
usbboot/xburst_stage2/serial.c (1 diff)
usbboot/xburst_stage2/udc.c (1 diff)

Change Details

debian/changelog
33  * New snapshot, taken from commit 77a7270
44  * remove the static prefix and datadir
55
6 -- xiangfu <xiangfu.z@gmail.com> Thu, 03 Jun 2010 21:44:55 +0800
6 -- Xiangfu Liu <xiangfu@sharism.cc> Thu, 03 Jun 2010 21:44:55 +0800
77
88xburst-tools (0.0+201005-0.1) local; urgency=low
99
debian/copyright
1This package was debianized by Xiangfu Liu<xiangfu@qi-hardware.com> on
1This package was debianized by Xiangfu Liu<xiangfu@sharism.cc> on
22Mon, 22 Jun 2009 22:48:14 +0800.
33
44It was downloaded from <http://projects.qi-hardware.com/index.php/p/xburst-tools>
55
6Upstream Author: Xiangfu Liu <xiangfu@qi-hardware.com>
6Upstream Author: Xiangfu Liu <xiangfu@sharism.cc>
77
88
99The Debian packaging is copyright 2009,
10    Xiangfu Liu<xiangfu@qi-hardware.com> and
10    Xiangfu Liu<xiangfu@sharism.cc> and
1111    Marek Lindner <lindner_marek@yahoo.de>
12    Wolfgang Spraul <wolfgang@qi-hardware.com>
12    Wolfgang Spraul <wolfgang@sharism.cc>
1313    Ingenic Semiconductor Inc.
1414    Seeger Chin <seeger.chin@gmail.com>
1515    Michael Anburaj <michaelanburaj@hotmail.com>
usbboot/README.usbboot
66*
77
88Authors: Ingenic Semiconductor, Inc.
9         Xiangfu Liu <xiangfu@qi-hardware.com>
9         Xiangfu Liu <xiangfu@sharism.cc>
1010         Marek Lindner <lindner_marek@yahoo.de>
11         Wolfgang Spraul <wolfgang@qi-hardware.com>
11         Wolfgang Spraul <wolfgang@sharism.cc>
1212
1313This program is free software; you can redistribute it and/or
1414modify it under the terms of the GNU General Public License
usbboot/doc/usbboot.cfg
55# initial boot stages and ability to access NAND on device.
66#
77# Authors: Ingenic Semiconductor, Inc.
8# Xiangfu Liu <xiangfu@qi-hardware.com>
8# Xiangfu Liu <xiangfu@sharism.cc>
99# Marek Lindner <lindner_marek@yahoo.de>
10# Wolfgang Spraul <wolfgang@qi-hardware.com>
10# Wolfgang Spraul <wolfgang@sharism.cc>
1111#
1212# This program is free software: you can redistribute it and/or modify
1313# it under the terms of the GNU General Public License as published by
usbboot/src/cmd.c
11/*
22 * Copyright(C) 2009 Qi Hardware Inc.,
33 * Authors: Marek Lindner <lindner_marek@yahoo.de>
4 * Xiangfu Liu <xiangfu@qi-hardware.com>
4 * Xiangfu Liu <xiangfu@sharism.cc>
55 *
66 * This program is free software: you can redistribute it and/or modify
77 * it under the terms of the GNU General Public License as published by
usbboot/src/cmd.h
11/*
22 * Copyright(C) 2009 Qi Hardware Inc.,
3 * Authors: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Authors: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
usbboot/src/command_line.c
11/*
22 * Copyright(C) 2009 Qi Hardware Inc.,
3 * Authors: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Authors: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
usbboot/src/command_line.h
11/*
22 * Copyright(C) 2009 Qi Hardware Inc.,
3 * Authors: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Authors: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
usbboot/src/ingenic_cfg.h
11/*
22 * Copyright(C) 2009 Qi Hardware Inc.,
3 * Authors: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Authors: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
usbboot/src/ingenic_usb.c
11/*
22 * Copyright(C) 2009 Qi Hardware Inc.,
3 * Authors: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Authors: Xiangfu Liu <xiangfu@sharism.cc>
44 * Marek Lindner <lindner_marek@yahoo.de>
55 *
66 * This program is free software: you can redistribute it and/or modify
usbboot/src/ingenic_usb.h
11/*
22 * Copyright(C) 2009 Qi Hardware Inc.,
3 * Authors: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Authors: Xiangfu Liu <xiangfu@sharism.cc>
44 * Marek Lindner <lindner_marek@yahoo.de>
55 *
66 * This program is free software: you can redistribute it and/or modify
usbboot/src/usb_boot_defines.h
11/*
22 * Copyright(C) 2009 Qi Hardware Inc.,
33 * Authors: Marek Lindner <lindner_marek@yahoo.de>
4 * Xiangfu Liu <xiangfu@qi-hardware.com>
4 * Xiangfu Liu <xiangfu@sharism.cc>
55 *
66 * This program is free software: you can redistribute it and/or modify
77 * it under the terms of the GNU General Public License as published by
usbboot/xburst_include/target/configs.h
22 * device board
33 *
44 * Copyright 2009 (C) Qi Hardware Inc.,
5 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
5 * Author: Xiangfu Liu <xiangfu@sharism.cc>
66 *
77 * This program is free software; you can redistribute it and/or
88 * modify it under the terms of the GNU General Public License
usbboot/xburst_include/target/error.h
11/*
22 * Copyright (C) 2009 Qi Hardware Inc.,
3 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Author: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU General Public License
usbboot/xburst_include/target/jz4740.h
22 * Include file for Ingenic Semiconductor's JZ4740 CPU.
33 *
44 * Copyright 2009 (C) Qi Hardware Inc.,
5 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
5 * Author: Xiangfu Liu <xiangfu@sharism.cc>
66 *
77 * This program is free software; you can redistribute it and/or
88 * modify it under the terms of the GNU General Public License
usbboot/xburst_include/target/nandflash.h
11/*
22 * Copyright (C) 2009 Qi Hardware Inc.,
3 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Author: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU General Public License
usbboot/xburst_include/target/usb_boot.h
22 * "Ingenic flash tool" - flash the Ingenic CPU via USB
33 *
44 * Copyright 2009 (C) Qi Hardware Inc.,
5 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
5 * Author: Xiangfu Liu <xiangfu@sharism.cc>
66 *
77 * This program is free software; you can redistribute it and/or
88 * modify it under the terms of the GNU General Public License
usbboot/xburst_include/target/xburst_types.h
11/*
2 * Authors: Xiangfu Liu <xiangfu@qi-hardware.com>
2 * Authors: Xiangfu Liu <xiangfu@sharism.cc>
33 *
44 * This program is free software; you can redistribute it and/or
55 * modify it under the terms of the GNU General Public License
usbboot/xburst_include/usb/udc.h
11/*
22 * Copyright (C) 2009 Qi Hardware Inc.,
3 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Author: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU General Public License
usbboot/xburst_include/usb/usb.h
11/*
22 * Copyright (C) 2009 Qi Hardware Inc.,
3 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Author: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage1/Makefile
11#
2# Authors: Xiangfu Liu <xiangfu@qi-hardware.com>
2# Authors: Xiangfu Liu <xiangfu@sharism.cc>
33#
44# This program is free software; you can redistribute it and/or
55# modify it under the terms of the GNU General Public License
usbboot/xburst_stage1/board_4740.c
22 * device board
33 *
44 * Copyright 2009 (C) Qi Hardware Inc.,
5 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
5 * Author: Xiangfu Liu <xiangfu@sharism.cc>
66 *
77 * This program is free software; you can redistribute it and/or
88 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage1/common.c
22 * device board
33 *
44 * Copyright 2009 (C) Qi Hardware Inc.,
5 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
5 * Author: Xiangfu Liu <xiangfu@sharism.cc>
66 *
77 * This program is free software; you can redistribute it and/or
88 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage1/debug.c
22 * device board
33 *
44 * Copyright 2009 (C) Qi Hardware Inc.,
5 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
5 * Author: Xiangfu Liu <xiangfu@sharism.cc>
66 *
77 * This program is free software; you can redistribute it and/or
88 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage1/head.S
55 * The firmware code are executed in the ICache.
66 *
77 * Copyright 2009 (C) Qi Hardware Inc.,
8 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
8 * Author: Xiangfu Liu <xiangfu@sharism.cc>
99 *
1010 * This program is free software; you can redistribute it and/or
1111 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage1/main.c
22 * Main routine of the firmware.
33 *
44 * Copyright 2009 (C) Qi Hardware Inc.,
5 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
5 * Author: Xiangfu Liu <xiangfu@sharism.cc>
66 *
77 * This program is free software; you can redistribute it and/or
88 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage2/Makefile
11#
22# Authors: Lucifer at Ingenic Semiconductor Inc.
3# Xiangfu Liu <xiangfu@qi-hardware.com>
3# Xiangfu Liu <xiangfu@sharism.cc>
44#
55# This program is free software; you can redistribute it and/or
66# modify it under the terms of the GNU General Public License
usbboot/xburst_stage2/boothandler.c
22 * USB_BOOT Handle routines
33 *
44 * Copyright (C) 2009 Qi Hardware Inc.,
5 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
5 * Author: Xiangfu Liu <xiangfu@sharism.cc>
66 *
77 * This program is free software; you can redistribute it and/or
88 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage2/main.c
11/*
22 * Copyright (C) 2009 Qi Hardware Inc.,
3 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Author: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage2/nandflash_4740.c
11/*
22 * Copyright (C) 2009 Qi Hardware Inc.,
3 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Author: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage2/serial.c
11/*
22 * Copyright (C) 2009 Qi Hardware Inc.,
3 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Author: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU General Public License
usbboot/xburst_stage2/udc.c
11/*
22 * Copyright (C) 2009 Qi Hardware Inc.,
3 * Author: Xiangfu Liu <xiangfu@qi-hardware.com>
3 * Author: Xiangfu Liu <xiangfu@sharism.cc>
44 *
55 * This program is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU General Public License

Archive Download the corresponding diff file



interactive