1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 06:24:04 +02:00

Commit Graph

  • a834e80362 -put all the configure file operation to ingenic.c -change usb.c to ingenic_usb.c -finish part of nprog command -try to init the ingenic usb in main.c -try to make code more clear. xiangfu 2009-04-30 17:26:14 +0000
  • dd263b67b9 add init hand function add check nand configure xiangfu 2009-04-30 07:18:44 +0000
  • 392d2bb3fc add read nand configure xiangfu 2009-04-30 07:06:33 +0000
  • 6082b4557d now the nprog function can read the argument xiangfu 2009-04-30 06:41:49 +0000
  • 5db3e003da mv the COMMAND define to command_line.c xiangfu 2009-04-30 06:12:38 +0000
  • 346f1528d6 change the fw_args_t , don't use typedef xiangfu 2009-04-29 13:26:28 +0000
  • 60daa40873 add some define xiangfu 2009-04-29 11:20:02 +0000
  • 6e4e15eb31 change cmd_boot.c to cmd.c, put all the command in this file. add some struct nprog needs. remove handle_help handle_exit function. xiangfu 2009-04-29 07:25:12 +0000
  • f93b8a829b remove the usb-boot xiangfu 2009-04-29 05:23:17 +0000
  • c4b2faf24f format the printf xiangfu 2009-04-29 04:43:54 +0000
  • c0eaa27e65 fix strcmp warning xiangfu 2009-04-28 18:38:26 +0000
  • 1bfa9f79c0 add make clean. now we can "make usb-boot" to get all usb-boot needs. *now we must put "fw.bin", "usb_boot.bin" and "inflash" in the same directory xiangfu 2009-04-28 18:32:37 +0000
  • 98a477152f update Makefile and README fix compile error. ZZy xiangfu 2009-04-28 18:22:12 +0000
  • e0de52c28c cleanup the code change all the function return 1 for success xiangfu 2009-04-28 18:13:19 +0000
  • 1275a789b7 command_input return 0 means correct xiangfu 2009-04-28 17:22:07 +0000
  • 4c7da19fb5 add README xiangfu 2009-04-28 17:12:50 +0000
  • f83f34e76b add command line xiangfu 2009-04-28 17:07:43 +0000
  • 46f40dbfa6 split main.c to cmd_boot.c and main.c xiangfu 2009-04-28 15:57:53 +0000
  • 7a4d062a79 add clean backup file xiangfu 2009-04-28 15:56:32 +0000
  • 8c3ab02952 correct the switch for version xiangfu 2009-04-28 14:14:58 +0000
  • e6bf557fee add option xiangfu 2009-04-28 14:09:07 +0000
  • 7e02a14ac0 delete u-boot folder xiangfu 2009-04-27 17:08:44 +0000
  • 7925295fd6 delete ,inc. xiangfu 2009-04-27 17:05:52 +0000
  • d13f0af3b0 update Makefile xiangfu 2009-04-27 17:03:46 +0000
  • 4e23a51d53 now inflash can upload stage2 xiangfu 2009-04-27 16:08:41 +0000
  • 1675108f82 init the cpu_id xiangfu 2009-04-27 09:37:05 +0000
  • 60cb0eb193 add read configure file code xiangfu 2009-04-27 08:54:10 +0000
  • 4f47892d13 add usb_boot.cfg file xiangfu 2009-04-27 08:15:27 +0000
  • 738212eb35 change the stage1 start address xiangfu 2009-04-27 06:42:15 +0000
  • 3bcfd5725b upload use usb_bulk_wirte. xiangfu 2009-04-26 20:08:14 +0000
  • ca44786d0f add usb request value xiangfu 2009-04-26 18:17:38 +0000
  • c84cd36cf8 [inflash] send the data length before uploading the file lindnermarek 2009-04-26 18:11:19 +0000
  • 6850c99ab8 now we don't have USBBoot.cfg file. for now. we put the configure in code. xiangfu 2009-04-26 18:09:08 +0000
  • 22cb7cda9e correct the flash tool path xiangfu 2009-04-26 15:34:02 +0000
  • 8979988877 [flash-tool] complete inflash stage1 lindnermarek 2009-04-26 10:37:31 +0000
  • 08a770af52 test email xiangfu 2009-04-24 03:18:27 +0000
  • 1bd0ec6eb3 don't need this we use flash-tool instead. xiangfu 2009-04-23 05:51:18 +0000
  • a11533e6ca add linux usb flash tool lindnermarek 2009-04-22 18:22:16 +0000
  • f41288f47c add RXD pin xiangfu 2009-04-22 14:42:48 +0000
  • 3400d208d5 mv kernel code to github.com xiangfu 2009-04-22 14:39:48 +0000
  • e418b865c4 try to write the ingenic driver xiangfu 2009-04-15 17:06:05 +0000
  • 4303c6e1f5 add u-boot git info xiangfu 2009-04-15 16:56:12 +0000
  • 0cebd4b4c8 we have git repos keep u-boot xiangfu 2009-04-15 16:51:56 +0000
  • 67126171bb we don't find the RXD on the Pi's PCB. so I make the u-boot driectly boot kernel xiangfu 2009-04-14 03:58:36 +0000
  • 6b41c92f61 add README xiangfu 2009-04-13 15:44:54 +0000
  • 52814d95f5 change CPU speed and command prompt xiangfu 2009-04-13 15:30:36 +0000
  • edeb87d8e4 Here comes the updated patch for the Ingenic SoCs. This patch removed all the *.o.cmd files that were created by the patch, which could ossibly confuse Kbuild with intermediate module sources. xiangfu 2009-04-13 13:25:25 +0000
  • a3b9071e22 change the usbboot to ingenic-tools (host side code) add usb-boot to keep the device code. xiangfu 2009-04-11 15:04:25 +0000
  • fa30f9e437 don't display the help command, just output xiangfu 2009-04-07 08:03:24 +0000
  • 16853c48af add usbboot stage1 stage2 to Makefile xiangfu 2009-04-07 07:53:37 +0000
  • 6b95584211 make glibc compile & install properly locale support added (modify the SUPPORTED file if needed) lindnermarek 2009-04-06 10:48:09 +0000
  • 75c9bd2885 -this patch is for the gcc-4.3 -now the glibc can make sucess. still cann't make install xiangfu 2009-04-06 07:31:48 +0000
  • 343ddddc8b add usbboot device code xiangfu 2009-04-05 18:14:39 +0000
  • 113bbae11e add kernel patch xiangfu 2009-04-05 17:52:34 +0000
  • 5c31ed05b7 add nand flash tools xiangfu 2009-04-05 16:26:33 +0000
  • e043feab69 add build u-boot xiangfu 2009-04-05 16:22:48 +0000
  • bdb8bc25d6 mv pathchs to the toolchain dir xiangfu 2009-04-05 13:11:59 +0000
  • 7f9ba8ab67 add u-boot patch xiangfu 2009-04-05 13:05:47 +0000
  • d7ff2fccb1 add linux-headers to compile glibc xiangfu 2009-04-05 10:26:40 +0000
  • a03f50dc0d test commit log xiangfu 2009-04-04 02:20:03 +0000
  • fcfc0fa90d initial commit - fails to build at glibc patches lindnermarek 2009-04-03 17:05:20 +0000
  • 796fea906e qi-3d7k-more-suspend-gpio-meddle.patch Andy Green 2009-03-12 09:05:12 +0000
  • 683fc5a92a My revised version of the partition tool Christopher Hall 2009-03-11 07:32:15 +0000
  • 8b75ed7105 qi-3d7k-additional-power-reg-config.patch Andy Green 2009-03-11 07:32:15 +0000
  • e8899ba1e1 qi-3d7k-suspend-gpio-tune.patch Andy Green 2009-03-11 07:32:14 +0000
  • d823b1732a qi-3d7k-gate-all-unused-clocks.patch Andy Green 2009-03-10 09:14:05 +0000
  • 3b3f2857a9 Possible mistake in qi/6410-partition.sh Christopher Hall 2009-03-09 12:00:57 +0000
  • 9416da3dc7 qi-3d7k-GPK6-should-be-set-as-output.patch Matt Hsu 2009-03-09 08:51:06 +0000
  • 7d85f72dbc clean-backslash-strings.patch Werner Almesberger 2009-03-09 08:51:05 +0000
  • 45187521a2 Return-Path: <openmoko-kernel-bounces@lists.openmoko.org> Received: from mail.openmoko.org ([unix socket]) by mail.openmoko.org (Cyrus v2.1.18-IPv6-Debian-2.1.18-5.1) with LMTP; Sat, 07 Mar 2009 06:46:20 +0000 X-Sieve: CMU Sieve 2.2 Return-path: <openmoko-kernel-bounces@lists.openmoko.org> Received: from sita.openmoko.org ([88.198.124.203]) by mail.openmoko.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from <openmoko-kernel-bounces@lists.openmoko.org>) id 1LfqIe-000690-LR for andy@imap.openmoko.org; Sat, 07 Mar 2009 06:46:20 +0000 Received: from localhost ([127.0.0.1] helo=sita.openmoko.org) by sita.openmoko.org with esmtp (Exim 4.63) (envelope-from <openmoko-kernel-bounces@lists.openmoko.org>) id 1LfqIA-0005iO-2x; Sat, 07 Mar 2009 07:45:50 +0100 Received: from imap.tw.openmoko.org ([59.124.115.149] helo=aakash.openmoko.org) by sita.openmoko.org with esmtp (Exim 4.63) (envelope-from <matt_hsu@openmoko.org>) id 1LfqI0-0005cg-Rz for openmoko-kernel@lists.openmoko.org; Sat, 07 Mar 2009 07:45:44 +0100 Received: from [172.16.22.173] (helo=abacus-om.tw.openmoko.com ident=Debian-exim) by aakash.openmoko.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from <matt_hsu@openmoko.org>) id 1LfqHA-0007Xa-Eu for openmoko-kernel@lists.openmoko.org; Sat, 07 Mar 2009 14:45:09 +0800 Received: from matt by abacus-om.tw.openmoko.com with local (Exim 4.69) (envelope-from <matt_hsu@openmoko.org>) id 1Lfqto-0006XS-9X for openmoko-kernel@lists.openmoko.org; Sat, 07 Mar 2009 15:24:44 +0800 From: Matt Hsu <matt_hsu@openmoko.org> To: openmoko-kernel@lists.openmoko.org Date: Sat, 7 Mar 2009 15:24:42 +0800 Message-Id: <1236410684-20364-2-git-send-email-matt_hsu@openmoko.org> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1236410684-20364-1-git-send-email-matt_hsu@openmoko.org> References: <1236410684-20364-1-git-send-email-matt_hsu@openmoko.org> X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sita.openmoko.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Subject: [PATCH 1/3] qi/om_3d7k: deassert LCM_RESET pin before getting kernel. X-BeenThere: openmoko-kernel@lists.openmoko.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Discussion regarding the OpenMoko Linux Kernel and boot loader <openmoko-kernel.lists.openmoko.org> List-Unsubscribe: <http://lists.openmoko.org/mailman/listinfo/openmoko-kernel>, <mailto:openmoko-kernel-request@lists.openmoko.org?subject=unsubscribe> List-Archive: <http://lists.openmoko.org/pipermail/openmoko-kernel> List-Post: <mailto:openmoko-kernel@lists.openmoko.org> List-Help: <mailto:openmoko-kernel-request@lists.openmoko.org?subject=help> List-Subscribe: <http://lists.openmoko.org/mailman/listinfo/openmoko-kernel>, <mailto:openmoko-kernel-request@lists.openmoko.org?subject=subscribe> Sender: openmoko-kernel-bounces@lists.openmoko.org Errors-To: openmoko-kernel-bounces@lists.openmoko.org Andy Green 2009-03-07 07:35:26 +0000
  • 8858f9a2fc qi-3d7k-regulator-suspend-tune.patch Andy Green 2009-03-07 07:35:25 +0000
  • e73e47ab93 qi-3d7k-audit-gpio.patch Andy Green 2009-03-07 07:35:25 +0000
  • c53df5fb28 qi-rename-gta03-3d7k.patch Andy Green 2009-03-02 18:51:08 +0000
  • 67d668d781 qi-gta02-revert-unpowered-gsm-UART-safe-at-boot.patch Andy Green 2009-03-02 12:21:38 +0000
  • 1cb7b0b53c simplify QI GTA03 boot-SD size discovery Werner Almesberger 2009-02-28 11:04:47 +0000
  • 0363beaa02 [QI] make GTA03 boot-SD on Debian Werner Almesberger 2009-02-25 15:09:43 +0000
  • b4ed735c58 qi-fix-prepend-debug-space.patch Andy Green 2009-02-23 02:15:27 +0000
  • 6ace49aa53 qi-gta02-a7-as-a6.patch Andy Green 2009-02-23 02:15:26 +0000
  • dd81d5fb05 qi-gta02-fix-gph-uart0-pin.patch Andy Green 2009-02-23 02:15:26 +0000
  • 05027f9b8a qi-fix-adding-space-to-char-not-to-string.patch Andy Green 2009-02-20 05:10:44 +0000
  • 97b9bc018e fix-trailing-space-ethernet-mac.patch Andy Green 2009-02-20 04:57:47 +0000
  • 0395c03c9d Re: [PATCH 7/8] qi-add-gta02-indentity-part-parsing.patch Robert Piasek 2009-02-20 02:34:36 +0000
  • c9033e2d91 fix-6410-partition-initial-offset.patch Andy Green 2009-02-19 03:30:56 +0000
  • 08362c95c7 qi-gta02-compute-nand-kernel-partition-offset.patch Andy Green 2009-02-03 18:06:40 +0000
  • dd0c85f427 qi-add-gta02-indentity-part-parsing.patch Andy Green 2009-02-03 18:06:39 +0000
  • bb67ea1a84 qi-improve-nand-read-512-granularity.patch Andy Green 2009-02-03 18:06:39 +0000
  • 25b5a9ba62 qi-gta02-compute-and-append-dynparts.patch Andy Green 2009-02-03 18:06:38 +0000
  • a5f8c6f2f8 qi-add-append_device_specific_cmdline-API.patch Andy Green 2009-02-03 18:06:38 +0000
  • 72ecb60392 qi-add-hex-sprintf-type-functions.patch Andy Green 2009-02-03 18:06:37 +0000
  • dd2344a9c7 qi-add-post-serial-init-api.patch Andy Green 2009-02-03 18:06:36 +0000
  • 53279b5983 qi-export-s3c2442-nand-bad-block-check.patch Andy Green 2009-02-03 18:06:36 +0000
  • a1af68434b qi-fix-block-init-cache-logic.patch Andy Green 2009-02-01 19:28:18 +0000
  • f3c740f11c qi-reduce-glamo-mmc-wait-delay.patch Andy Green 2009-02-01 19:28:18 +0000
  • 7132195b32 Fix handling of 60 bytes long symlinks Paul Fertser 2009-01-31 17:23:30 +0000
  • 4a8cabd5a9 None Werner Almesberger 2009-01-31 17:23:30 +0000
  • fbc7e8b244 qi-strip-trailing-newlines-in-append-file.patch Andy Green 2009-01-31 17:23:29 +0000
  • 5ffd09774d Describe interactive UI in README Paul Fertser 2009-01-23 11:26:44 +0000
  • bdaef4fd50 GTA01: use POWER button to append debug parameters to the kernel command line Paul Fertser 2009-01-19 01:37:09 +0000
  • 7c8892dfa1 GTA02: use POWER button to append debug parameters to the kernel command line Paul Fertser 2009-01-19 01:37:09 +0000
  • 6940235ae6 Add a dedicated function to query debug action to board_api Paul Fertser 2009-01-19 01:37:09 +0000