changelog
来自「U-boot源码 ARM7启动代码」· 代码 · 共 1,860 行 · 第 1/5 页
TXT
1,860 行
Author: Grant Likely <grant.likely@secretlab.ca>Date: Thu Nov 15 08:21:04 2007 -0700 Revert "Correct fixup relocation for mpc8220" This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>commit 70922342369e5e39b286fe21e768a239ca07a514Author: Grant Likely <grant.likely@secretlab.ca>Date: Thu Nov 15 08:20:57 2007 -0700 Revert "Correct fixup relocation for mpc824x" This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>commit 96279ab4cad60cb5972aa934fbe4845ac02cc75aAuthor: Grant Likely <grant.likely@secretlab.ca>Date: Thu Nov 15 08:20:50 2007 -0700 Revert "Correct fixup relocation for mpc8260" This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6Author: Grant Likely <grant.likely@secretlab.ca>Date: Thu Nov 15 08:20:43 2007 -0700 Revert "Correct fixup relocation for mpc83xx" This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>commit c93945e8f9e300860d2bf73a2549ce5794f8bd00Author: Grant Likely <grant.likely@secretlab.ca>Date: Thu Nov 15 08:20:25 2007 -0700 Revert "[MPC512x] Correct fixup relocation" This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>commit 54fd6c93c28a0a45352fff5dd92673401ff563f2Author: Stefan Roese <sr@denx.de>Date: Tue Nov 13 08:18:20 2007 +0100 ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching Signed-off-by: Stefan Roese <sr@denx.de>commit 1ce55151c85d068f70317a8d65c61058b891afb4Author: Heiko Schocher <hs@denx.de>Date: Tue Nov 13 07:50:29 2007 +0100 [UC101] SRAM now with 2 MB working. Signed-off-by: Heiko Schocher <hs@denx.de>commit 8d737a28152ec12873f8544cca1fb39a49e5e693Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Thu Nov 8 12:50:18 2007 -0600 ColdFire: MCF5329 - Remove reset registers from CCM Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Thu Nov 8 12:31:11 2007 -0600 ColdFire: MCF5329 - Add Reset structure to immap_5329.h Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Thu Nov 8 12:19:01 2007 -0600 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit 225a24b5e062ad94627424508ae814f51dbe1a34Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Wed Nov 7 18:00:54 2007 -0600 ColdFire: MCF5445x - Update correct RAMBAR and missing linker files Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit 248c7c14835f34d5d910b45e5600050e58ca6cabAuthor: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Wed Nov 7 17:56:15 2007 -0600 ColdFire: MCF532x - Update do_reset() using core reset Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Wed Nov 7 17:51:00 2007 -0600 ColdFire: Update cpu flag for 4.2-xx compiler Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58Author: Roy Zang <tie-fei.zang@freescale.com>Date: Mon Nov 5 17:39:24 2007 +0800 Implement general ULi 526x Ethernet driver support in U-boot This patch implements general ULi 526x Ethernet driver. Until now, it is the only native Ethernet port on MPC8610HPCD board, but it could be used on other boards with ULi 526x Ethernet port as well. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Signed-off-by: Zhang Wei <wei.zhang@freescale.com> Acked-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Ben Warren <bwarren@qstreams.com>commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbdAuthor: Larry Johnson <lrj@arlinx.com>Date: Thu Nov 1 08:46:50 2007 -0500 NET: Add Ethernet 1000BASE-X support for PPC4xx This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which returns non-zero iff the PHY registers are configured for 1000BASE-X. The "mii info" command is modified to distinguish between 1000BASE-T and -X. Signed-off-by: Larry Johnson <lrj@acm.org> Signed-off-by: Ben Warren <bwarren@qstreams.com>commit 298035df4948b113d29ac0e694717d34b95bc5dcAuthor: Larry Johnson <lrj@arlinx.com>Date: Wed Oct 31 11:21:29 2007 -0500 NET: Cosmetic changes Signed-off-by: Larry Johnson <lrj@acm.org> Signed-off-by: Ben Warren <bwarren@qstreams.com>commit 992742a5b09d9040adbd156fb90756af66ade310Author: Wolfgang Denk <wd@denx.de>Date: Sat Nov 3 23:09:27 2007 +0100 Cleanup coding style; update CHANGELOG Signed-off-by: Wolfgang Denk <wd@denx.de>commit e881cb563e32f45832b7b6db77bdcd017adcbb41Author: Bruce Adler <bruce.adler@ccpu.com>Date: Fri Nov 2 13:15:42 2007 -0700 fix wording in README Changed the wording to properly describe the shadowing of the environment from ROM to RAM Signed-off-by: Bruce Adler <bruce.adler@acm.org>commit ad845beef06245426c57b53dcdc01b7dc70e0d45Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>Date: Wed Oct 31 02:18:15 2007 +0900 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>commit ec22755799466c8a103664bb3a5e647bf9c238f4Author: Vlad Lungu <vlad@comsys.ro>Date: Thu Oct 25 16:08:14 2007 +0300 Trimmed some variables in ne2000.c Signed-off-by: Vlad Lungu <vlad@comsys.ro>commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0Author: Zhang Wei <wei.zhang@freescale.com>Date: Thu Oct 25 17:51:27 2007 +0800 Fix the issue of usb_kbd driver missing the scan code of key 'z'. The scan code of the key 'z' is 0x1d, which should be handled. The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI controller. Signed-off-by: Zhang Wei <wei.zhang@freescale.com>commit bbf4796f6498fbade56d56eff3a0a49b299d93e5Author: Zhang Wei <wei.zhang@freescale.com>Date: Thu Oct 25 17:30:04 2007 +0800 Fix USB support issue for MPC8641HPCN board. The configuration file has already enabled USB, but it missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB on MPC8641HPCN can not work because of the wrong USB register endian. And add the USB command to U-Boot commands list. Signed-off-by: Zhang Wei <wei.zhang@freescale.com>commit 4e62041023dc3de9d98d977bb080235bc6d035e0Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>Date: Wed Oct 24 18:16:01 2007 +0200 Use config_cmd_default.h instead of config_cmd_all.h Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>commit 56622f87857439b1c221e9deef11a9d5bb5d4308Author: Marian Balakowicz <m8@semihalf.com>Date: Wed Oct 24 01:37:36 2007 +0200 TQM5200: Call usb_cpu_init() during board init usb_cpu_init() configures GPS USB pins, clocks, etc. and is required for proper operation of kernel USB subsystem. This setup was previously done in the kernel by the fixup code which is being removed, thus low level init must be done by U-boot now. Signed-off-by: Marian Balakowicz <m8@semihalf.com>commit 29c29c0267fe857e72014ce90c5d35b2ef6302bdAuthor: Guennadi Liakhovetski <lg@denx.de>Date: Tue Oct 23 16:25:50 2007 +0200 Fix typo in nfs.c An obvious typo. Originally fixed in linkstation u-boot port. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78Author: Guennadi Liakhovetski <lg@denx.de>Date: Tue Oct 23 14:35:05 2007 +0200 Fix a typo in cpu/mpc824x/interrupts.c Since December 2003 the timer_interrupt_cpu() function in cpu/mpc824x/interrupts.c contains what seems to be a superfluous parameter. Remove it. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2dAuthor: Sergej Stepanov <Sergej.Stepanov@ids.de>Date: Wed Oct 17 11:13:51 2007 +0200 add ft_cpu_setup(..) on mpc8260 Add ft_cpu_setup(..)-function to adapt it for use with libfdt based on code from mpc5xxx Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de> --commit 6abd82e19ae93c0b4d104e50165e235915ec0875Author: Sergej Stepanov <Sergej.Stepanov@ids.de>Date: Wed Oct 17 11:18:42 2007 +0200 changes for IDS8247 board support To get the IDS8247 board working following are done: - FCC2 is deactivated - FCC1 is activated - I2C is activated - CFI driver is activated - Adapted for use with LIBFDT Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de> --commit 8b6684a698500be9c142ec2c9f46cfc348e17f0cAuthor: Haavard Skinnemoen <hskinnemoen@atmel.com>Date: Wed Oct 24 15:48:37 2007 +0200 ATSTK1002: Remove default ethernet addresses Wolfgang is right: It's not a good idea to set up default initial ethernet addresses for a board, even though they belong to the local range. This will change the failure mode from "IT manager screams at you for using duplicate ethernet addresses" to a nice error message explaining that the ethernet address hasn't been set properly. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>commit e5c794e491a57d829b6d8733e2ed8368a2269abfAuthor: Justin Flammia <jflammia@savantav.com>Date: Mon Oct 29 17:40:35 2007 -0400 DHCP Client Fix This is a multi-part message in MIME format. commit e6e505eae94ed721e123e177489291fc4544b7b8 Author: Justin Flammia <jflammia@savantav.com> Date: Mon Oct 29 17:19:03 2007 -0400 Found a bug in the way the DHCP Request packet is built, where the IP address that is offered by the server is bound to prematurely. This patch is a fix of that bug where the IP address offered by the DHCP server is not used until after the DHCP ACK from the server is received. Signed-off-by: Justin Flammia <jflammia@savantav.com> Signed-off-by: Ben Warren <bwarren@qstreams.com>commit 31548249decf18a6b877a18436b6139dd483fe4aAuthor: Justin Flammia <jflammia@savantav.com>Date: Mon Oct 29 17:40:35 2007 -0400 DHCP Client Fix This is a multi-part message in MIME format. commit e6e505eae94ed721e123e177489291fc4544b7b8 Author: Justin Flammia <jflammia@savantav.com> Date: Mon Oct 29 17:19:03 2007 -0400 Found a bug in the way the DHCP Request packet is built, where the IP address that is offered by the server is bound to prematurely. This patch is a fix of that bug where the IP address offered by the DHCP server is not used until after the DHCP ACK from the server is received. Signed-off-by: Justin Flammia <jflammia@savantav.com> Signed-off-by: Ben Warren <bwarren@qstreams.com>commit e8ee8f3ade2a06c1893dd5e68f223070d650c7edAuthor: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Thu Oct 25 17:16:22 2007 -0500 ColdFire 54455: Fix correct boot location for atmel and intel Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcbAuthor: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Thu Oct 25 17:14:00 2007 -0500 ColdFire: Fix build error when CONFIG_WATCHDOG is defined Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit c67e12e705b204cfe914e3e3e693d69a445dcabfAuthor: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Thu Oct 25 17:12:36 2007 -0500 ColdFire 5329: Assign correct SDRAM size and fix cache Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit 95e9f2c212a65610b2e59a5c00d0113383a4da0bAuthor: TsiChungLiew <Tsi-Chung.Liew@freescale.com>Date: Thu Oct 25 17:10:23 2007 -0500 ColdFire 5253: Assign correct SDRAM size Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>commit 2acefa72ee0026f862ab65597ca687428f63a973Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?