代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/255448/12081346
gz patch6.gz
www.eeworm.com/read/255448/12081356
sign patch6.sign
www.eeworm.com/read/341205/12101850
readme-linux-patch
To build YAFFS in the Linux kernel tree you need to run the patch-ker.sh
script from the yaffs source directory, giving your choice as to whether
you wish to copy (c) or link (l) the code and the path
www.eeworm.com/read/341205/12101964
sh patch-ker.sh
#!/bin/sh
#
# YAFFS: Yet another FFS. A NAND-flash specific file system.
#
# Copyright (C) 2002-2006 Aleph One Ltd.
#
# Created by Charles Manning
#
# This program is free sof
www.eeworm.com/read/341022/12112978
patch nor-irqvec.patch
Index: u-boot/board/neo1973/gta02/gta02.c
===================================================================
--- u-boot.orig/board/neo1973/gta02/gta02.c
+++ u-boot/board/neo1973/gta02/gta02.c
@@ -63,
www.eeworm.com/read/341022/12112996
patch wait-for-power.patch
This patch tries to make the system stay in a mode where total power
consumption is below 100mA until we have determined that it's safe to
draw more power.
This is work in progress. Don't use it.
It
www.eeworm.com/read/341022/12113015
patch raise-limits.patch
include/configs/neo1973.h: increase heap from 128 kB to 400 kB, for BMP image
decompression
[ note: increasing it to 512 kB trips over something. note sure what.
find out. ]
include/configs/ne
www.eeworm.com/read/341022/12113023
patch gpb-shadow.patch
GTA02v5 pulls the GPBn lines controlling the LEDs down too strongly.
Thus bit operations on GPB always contain a 0 in these bits. With
the addition of a shadow register, this problem is avoided.
- We
www.eeworm.com/read/341022/12113029
patch glamo-mmc.patch
Index: u-boot/board/neo1973/gta02/Makefile
===================================================================
--- u-boot.orig/board/neo1973/gta02/Makefile
+++ u-boot/board/neo1973/gta02/Makefile
@@ -
www.eeworm.com/read/341022/12113035
patch preboot-override.patch
Provide a place where the loader can patch the binary, such that it executes a
command string from RAM. We use this for automated installs, where we can thus
use the same u-boot binary for all stages.