1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:26:16 +02:00
Commit Graph

176 Commits

Author SHA1 Message Date
Andy Green
af49f931b6 qi-gta03-rootdelay.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 11:16:17 +00:00
Andy Green
14acfb40af qi-gta02-no-inidcators-if-battery-low.patch
This patch turns on the SYS and BAT monitoring filters, and checks if the battery
meets the BAT OK threshold.  If it doesn't, which is the case if the battery is
not present, it disables the "indicator" (eg, LED, vibrator) stuff and holds the
CPU at 200MHz during the boot into Linux.

This allows the GTA02 A6 here to boot with no battery up to the point it is
going to bring up backlight, and this with 100mA limit on USB at PMU.  Enabling
the threshold filters for battery and SYS seems to have been critical in
getting any stability with this.

Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:07 +00:00
Andy Green
3867e3d4ce qi-gta01-02-03-always-tty0-console.patch
tty0 is the LCM... this patch changes the defaults so that the kernel
always treats tty0 as a console, but it also sets the loglevel so that
only KERN_ERR or worse will be printed there.  With matching changes
to the kernel, most of the noise at KERN_ERR is reduced to KERN_INFO,
so it gets the behviour the LCM by default is not cluttered with
messages unless they are important during boot.

Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:07 +00:00
Andy Green
b4d381380c qi-fix-only-init-same-block-device-once.patch
If we're accessing the same device, we don't need to keep init-ing it

Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:07 +00:00
Andy Green
513fb7d0fc qi-clean-fail-partition-on-mount-fail.patch
Failure to mount the filesystem makes us give up on the whole partition
the moment it happens

Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:06 +00:00
Andy Green
710f2dbb6e qi-introduce-ui-indicators.patch
Allow a board to "indicate" events if it likes on whatever it has

On GTA02 we light AUX during boot and run the vibrator briefly when we
skip a partition or device.

Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:06 +00:00
Andy Green
40edd785a7 qi-gta02-remap-steppingstone.patch
Despite what the docs say, steppingstone is always resident at
0x40000000 on s3c2442, this patch changes our linker script to
stick all steppingstone code there.  The mapping of steppingstone
at 0x0 is broken by OM[] bus change dynamically caused for example
by GTA02 AUX button actuation.

Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:06 +00:00
Andy Green
9a6d9de901 qi-s3c2442-enable-d-cache.patch
Seems we have no D-Cache enabled before?  Also defeat AUX as EINT

Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:06 +00:00
Andy Green
5c9a2104f9 qi-commandline-debug-added-if-ui-key-down.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:05 +00:00
Andy Green
842a4ad19b qi-kernel-source-skip-if-ui-key-down.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:05 +00:00
Andy Green
f23a39d80d qi-gta01-add-ui-debounce.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:04 +00:00
Andy Green
bede2a1359 qi-gta03-add-ui-debounce.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:04 +00:00
Andy Green
d87c26ee38 qi-gta02-add-ui-debounce.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:04 +00:00
Andy Green
263f4335ad qi-add-ui-api.patch
Introduce the ability for boards to have UI inputs for purposes decided by
Qi

Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-01 01:26:03 +00:00
Andy Green
d0c9237ee1 qi-fix-nand-noboot-append-disable.patch
Recent addition of append and noboot file checks broke NAND

Reported-by: Micael Henriksson <micael.h@gmail.com>
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:45 +00:00
Christopher Hall
4285b49897 qi-move-to-sbin-init.patch
Signed-off-by: Christopher Hall <hsw@openmoko.org>
2008-11-28 10:16:45 +00:00
Andy Green
02fb616721 qi-fixes-append.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:45 +00:00
Andy Green
1b06d98bc7 qi-add-noboot-and-append-check.patch
This adds two features that can be set in the rootfs that Qi is checking.

 - if it finds /boot/noboot-<device>, eg /boot/noboot-GTA02 then it will
   skip the rootfs for booting and try the next one if any

 - if it finds /boot/append-<device>, eg, /boot/append-GTA02 then it will
   append the contents of this file to the kernel commandline.

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:45 +00:00
Andy Green
3565397f1c qi-gta03-framebuffer-init-to-c.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:45 +00:00
Andy Green
4a503bbc81 qi-update-README.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:45 +00:00
Matt Hsu
12828f98f2 fix a compiling error
Signed-off-by: Matt Hsu <matt_hsu@openmoko.org>
2008-11-28 10:16:45 +00:00
Andy Green
729a404055 qi-gta03-framebuffer-enable.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:45 +00:00
Andy Green
46fd1c005b qi-commandline-split.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:45 +00:00
Andy Green
f6ee0972f9 qi-commandline-remove-all-sd-rootfstype.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
1b810a4dc6 qi-gta02-additional-regs-init.patch
This should fix the reported problems with audio when the
kernel is started with Qi on GTA02

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
61ff9453dd qi-gta02-add-partition3-boot.patch
It's worth looking on partition3, for GTA03 SD Card this will be
backup / recovery rootfs

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
98591fc54b qi-reduce-stage2-extent-32KB.patch
We dedicate 256MB for bootloader in GTA03 SD image, but actually they're
around 25KB currently.  Reduce the stage2 pull to 32KByte.

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
a2a5e782f4 qi-gta03-kill-100mA-usb-limit-temporary.patch
We need > 100mA to boot GTA03 A1 right now

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
c6531168f6 qi-introduce-device-named-kernels.patch
This patch changes Qi to insist to fetch device-specific kernels from
filesystems that have named kernels.  The kernels looked for are now
called

GTA01:  /boot/uImage-GTA01.bin
GTA02:  /boot/uImage-GTA02.bin
GTA03:  /boot/uImage-GTA03.bin

This is part of the support for single rootfs that can be run on
multiple devices with correct kernel and module handling by the
bootloader.

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Christopher Hall
31fe321be5 qi-fix-compute-GTA03-pcb-rev-backwards.patch
Hm the revision bit ordering is backwards... oh well

Signed-off-by: Christopher Hall <hsw@openmoko.com>
2008-11-28 10:16:44 +00:00
Christopher Hall
d80dd5b880 qi-clean-makefile-clean.patch
Just tidy up the clean rm-s

Signed-off-by: Christopher Hall <hsw@openmoko.com>
2008-11-28 10:16:44 +00:00
Christopher Hall
aa813c24d5 qi-fix-gta03-format-script-less-fragile-for-host-kernel.patch
The hack to find the number of sectors turns out to be
sensitive to the host kernel.  This is a workaround until
we find something in /proc or /sys that has the same info
in a more accessible way.

Signed-off-by: Christopher Hall <hsw@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
16c6bb1660 qi-add-2410-to-build-script.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Micael Henriksson
aeb2133dc8 qi-update-makefile.patch
Update target "clean" to clean build directorys
Update IDs for mkudfu

Signed-off-by: Micael Henriksson <micael.h@gmail.com>
2008-11-28 10:16:44 +00:00
Micael Henriksson
938a79d90d qi-add-s3c2410-cpu.patch
This patch add support for s3c2410 in Qi.

Signed-off-by: Micael Henriksson <micael.h@gmail.com>
2008-11-28 10:16:44 +00:00
Andy Green
e856eed04a qi-doc-README-update.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
8ce5b645e6 qi-fix-gta03-boot-uart3.patch
Set GPIO and UART init for UART3 suitable for GTA03
(breaks SMDK UART right now)

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
b3714a932b qi-gta03-populate-variant-list.patch
The first revision for GTA03 A1 is "1", but we only populated
the info for revision 0.

Reported-by: Christopher Hall <hsw@openmoko.org>
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
f18c42310f qi-clean-s3c6410.h-add-uart3.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:44 +00:00
Andy Green
a607f194fb qi-gta03-pulldown-card-detect-mmc0.patch
We don't have card detect connected.  Try to fake it better by
enabling the peripheral fuction to the ball and forcing pulldown
(card detect is active-low).

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:43 +00:00
Andy Green
37cf1238a9 qi-gta03-add-openocd-config.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:43 +00:00
Andy Green
c384afb378 qi-gta03-priority.patch
Prefer GTA03, enable dual mDDR init (killing SMDK compatability for now)
fix bugs in GPIO register offsets, set loglevel=8 for GTA03

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:42 +00:00
Andy Green
776fdbd42c qi-gta03-smdk6410-sdcard-rootfs.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:42 +00:00
Andy Green
decf58f043 qi-gta03-get-dynamic-board-rev.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:42 +00:00
Andy Green
b4ac8b9dc9 qi-split-board-specific-in-steppingstone.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:42 +00:00
Andy Green
56841f9f5d qi-gta03-add-pmu-init.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:42 +00:00
Andy Green
31f03046d5 qi-6410-i2c-bitbang.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:42 +00:00
Andy Green
acaa3b4507 qi-gta03-gpio-init.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:42 +00:00
Andy Green
72f081daa8 qi-split-boards-smdk6410-gta03.patch
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:42 +00:00
Xiangfu
fe71796cc1 qi-clean-and-add-readme-content.patch
Signed-off-by: Xiangfu <xiangfu@openmoko.org>
2008-11-28 10:16:42 +00:00