History log of /openbmc/u-boot/common/ (Results 4301 – 4325 of 4383)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3595ac4922-Jun-2003 wdenk <wdenk>

* Patch by Rune Torgersen, 4 Jun 2003:
add large memory support for MPC8266ADS board

* Patch by Richard Woodruff, 19 June 03:
- Enabled standard u-boot device abstraction for ARM
- Enabled con

* Patch by Rune Torgersen, 4 Jun 2003:
add large memory support for MPC8266ADS board

* Patch by Richard Woodruff, 19 June 03:
- Enabled standard u-boot device abstraction for ARM
- Enabled console device for ARM
- Initilized bi_baudrate for ARM

* Patch by Bill Hargen, 23 Apr 2003:
fix byte order for 824x I2C addresses (write op)

show more ...

6dd652fa19-Jun-2003 wdenk <wdenk>

Patches by Murray Jensen, 17 Jun 2003:
- Hymod board database mods: add "who" field and new xilinx chip types
- provide new "init_cmd_timeout()" function so code external to
"common/main.c" can use

Patches by Murray Jensen, 17 Jun 2003:
- Hymod board database mods: add "who" field and new xilinx chip types
- provide new "init_cmd_timeout()" function so code external to
"common/main.c" can use the "reset_cmd_timeout()" function before
entering the main loop
- add DTT support for adm1021 (new file dtt/adm1021.c; config
slightly different. see include/configs/hymod.h for an example
(requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
CFG_DTT_ADM1021 defined)
- add new "eeprom_probe()" function which has similar args and
behaves in a similar way to "eeprom_read()" etc.
- add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
- gdbtools copyright update
- ensure that set_msr() executes the "sync" and "isync" instructions
after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
- 8260 I/O ports fix: Open Drain should be set last when configuring
- add SIU IRQ defines for 8260
- allow LDSCRIPT override and OBJCFLAGS initialization: change to
config.mk to allow board configurations to override the GNU
linker script, selected via the LDSCRIPT, make variable, and to
give an initial value to the OBJCFLAGS make variable
- 8260 i2c enhancement:
o correctly extends the timeout depending on the size of all
queued messages for both transmit and receive
o will not continue with receive if transmit times out
o ensures that the error callback is done for all queued tx
and rx messages
o correctly detects both tx and rx timeouts, only delivers one to
the callback, and does not overwrite an earlier error
o logic in i2c_probe now correct
- add "vprintf()" function so that "panic()" function can be
technically correct
- many Hymod board changes

show more ...

52f52c1419-Jun-2003 wdenk <wdenk>

Patches by Robert Schwebel, 14 Jun 2003:
- add support for Logotronic DL datalogger board
- cleanup serial line after kermit binary download
- add debugX macro (debug level support)
- update mach-typ

Patches by Robert Schwebel, 14 Jun 2003:
- add support for Logotronic DL datalogger board
- cleanup serial line after kermit binary download
- add debugX macro (debug level support)
- update mach-types.h to latest arm.linux.org.uk master list.

show more ...


/openbmc/u-boot/CHANGELOG
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/board/atc/atc.c
/openbmc/u-boot/board/atc/config.mk
/openbmc/u-boot/board/logodl/Makefile
/openbmc/u-boot/board/logodl/config.mk
/openbmc/u-boot/board/logodl/flash.c
/openbmc/u-boot/board/logodl/logodl.c
/openbmc/u-boot/board/logodl/memsetup.S
/openbmc/u-boot/board/logodl/u-boot.lds
/openbmc/u-boot/board/mpc8260ads/mpc8260ads.c
/openbmc/u-boot/board/mpl/common/common_util.c
/openbmc/u-boot/board/mpl/vcma9/config.mk
/openbmc/u-boot/board/mpl/vcma9/memsetup.S
/openbmc/u-boot/board/mpl/vcma9/vcma9.c
/openbmc/u-boot/board/mpl/vcma9/vcma9.h
/openbmc/u-boot/board/smdk2400/smdk2400.c
/openbmc/u-boot/board/smdk2410/config.mk
/openbmc/u-boot/board/smdk2410/smdk2410.c
/openbmc/u-boot/board/trab/trab.c
/openbmc/u-boot/board/trab/vfd.c
cmd_boot.c
/openbmc/u-boot/cpu/arm920t/interrupts.c
/openbmc/u-boot/cpu/arm920t/serial.c
/openbmc/u-boot/cpu/arm920t/speed.c
/openbmc/u-boot/cpu/mpc5xx/Makefile
/openbmc/u-boot/cpu/mpc8260/Makefile
/openbmc/u-boot/cpu/mpc8260/ether_scc.c
/openbmc/u-boot/cpu/mpc8260/pci.c
/openbmc/u-boot/cpu/mpc8260/start.S
/openbmc/u-boot/cpu/mpc8xx/Makefile
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/s3c24x0_i2c.c
/openbmc/u-boot/drivers/status_led.c
/openbmc/u-boot/include/asm-arm/mach-types.h
/openbmc/u-boot/include/asm-ppc/status_led.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/MPC8260ADS.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/atc.h
/openbmc/u-boot/include/configs/logodl.h
/openbmc/u-boot/include/configs/smdk2400.h
/openbmc/u-boot/include/configs/smdk2410.h
/openbmc/u-boot/include/configs/trab.h
/openbmc/u-boot/include/s3c2400.h
/openbmc/u-boot/include/s3c2410.h
/openbmc/u-boot/include/s3c24x0.h
/openbmc/u-boot/include/status_led.h
/openbmc/u-boot/lib_arm/board.c
/openbmc/u-boot/rtc/Makefile
/openbmc/u-boot/rtc/ds12887.c
/openbmc/u-boot/rtc/s3c24x0_rtc.c
2abbe07516-Jun-2003 wdenk <wdenk>

* Patch by Nicolas Lacressonniere, 11 Jun 2003:
Modifications for Atmel AT91RM9200DK ARM920T based development kit
- Add Atmel DataFlash support for reading and writing.
- Add possibility to bo

* Patch by Nicolas Lacressonniere, 11 Jun 2003:
Modifications for Atmel AT91RM9200DK ARM920T based development kit
- Add Atmel DataFlash support for reading and writing.
- Add possibility to boot a Linux from DataFlash with BOOTM command.
- Add Flash detection on Atmel AT91RM9200DK
(between Atmel AT49BV1614 and AT49BV1614A flashes)
- Replace old Ethernet PHY layer functions
- Change link address

* Patch by Frank Smith, 9 Jun 2003:
use CRIT_EXCEPTION for machine check on 4xx

* Patch by Detlev Zundel, 13 Jun 2003:
added implementation of the "carinfo" command in cmd_immap.c

show more ...

71f9511815-Jun-2003 wdenk <wdenk>

* Fix CONFIG_NET_MULTI support in include/net.h

* Patches by Kyle Harris, 13 Mar 2003:
- Add FAT partition support
- Add command support for FAT
- Add command support for MMC
----
- Add In

* Fix CONFIG_NET_MULTI support in include/net.h

* Patches by Kyle Harris, 13 Mar 2003:
- Add FAT partition support
- Add command support for FAT
- Add command support for MMC
----
- Add Intel PXA support for video
- Add Intel PXA support for MMC
----
- Enable MMC and FAT for lubbock board
- Other misc changes for lubbock board

show more ...

73a8b27c05-Jun-2003 wdenk <wdenk>

* Add support for RMU board

* Add support for TQM862L at 100/50 MHz

* Patch by Pantelis Antoniou, 02 Jun 2003:
major reconstruction of networking code;
add "ping" support (outgoing only!)


/openbmc/u-boot/CHANGELOG
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/MAKEALL
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/board/mpl/common/common_util.c
/openbmc/u-boot/board/mpl/common/pci_parts.h
/openbmc/u-boot/board/mpl/mip405/init.S
/openbmc/u-boot/board/mpl/mip405/mip405.c
/openbmc/u-boot/board/mpl/mip405/u-boot.lds
/openbmc/u-boot/board/rmu/Makefile
/openbmc/u-boot/board/rmu/config.mk
/openbmc/u-boot/board/rmu/flash.c
/openbmc/u-boot/board/rmu/rmu.c
/openbmc/u-boot/board/rmu/u-boot.lds
/openbmc/u-boot/board/rmu/u-boot.lds.debug
/openbmc/u-boot/board/tqm8xx/flash.c
cmd_net.c
command.c
/openbmc/u-boot/cpu/ppc4xx/405gp_pci.c
/openbmc/u-boot/cpu/ppc4xx/cpu_init.c
/openbmc/u-boot/cpu/ppc4xx/resetvec.S
/openbmc/u-boot/include/cmd_confdefs.h
/openbmc/u-boot/include/cmd_net.h
/openbmc/u-boot/include/commproc.h
/openbmc/u-boot/include/configs/ASH405.h
/openbmc/u-boot/include/configs/CPC45.h
/openbmc/u-boot/include/configs/CPCI4052.h
/openbmc/u-boot/include/configs/CPCI405AB.h
/openbmc/u-boot/include/configs/CU824.h
/openbmc/u-boot/include/configs/ELPPC.h
/openbmc/u-boot/include/configs/MIP405.h
/openbmc/u-boot/include/configs/OXC.h
/openbmc/u-boot/include/configs/PCIPPC2.h
/openbmc/u-boot/include/configs/PCIPPC6.h
/openbmc/u-boot/include/configs/PIP405.h
/openbmc/u-boot/include/configs/PM826.h
/openbmc/u-boot/include/configs/PMC405.h
/openbmc/u-boot/include/configs/Sandpoint8240.h
/openbmc/u-boot/include/configs/Sandpoint8245.h
/openbmc/u-boot/include/configs/TQM862L.h
/openbmc/u-boot/include/configs/rmu.h
/openbmc/u-boot/include/configs/sc520_spunk.h
/openbmc/u-boot/include/configs/utx8245.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/net/Makefile
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/net/tftp.c
682011ff03-Jun-2003 wdenk <wdenk>

* Patches by Udi Finkelstein, 2 June 2003:
- Added support for custom keyboards, initialized by defining a
board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD .
- Added suppo

* Patches by Udi Finkelstein, 2 June 2003:
- Added support for custom keyboards, initialized by defining a
board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD .
- Added support for the RBC823 board.
- cpu/mpc8xx/lcd.c now automatically calculates the
Horizontal Pixel Count field.

* Fix alignment problem in BOOTP (dhcp_leasetime option)
[pointed out by Nicolas Lacressonnière, 2 Jun 2003]

* Patch by Mark Rakes, 14 May 2003:
add support for Intel e1000 gig cards.

* Patch by Nye Liu, 3 Jun 2003:
fix critical typo in MAMR definition (include/mpc8xx.h)

* Fix requirement to align U-Boot image on 16 kB boundaries on PPC.

* Patch by Klaus Heydeck, 2 Jun 2003
Minor changes for KUP4K configuration

show more ...

7a8e9bed31-May-2003 wdenk <wdenk>

* Patch by Marc Singer, 29 May 2003:
Fixed rarp boot method for IA32 and other little-endian CPUs.

* Patch by Marc Singer, 28 May 2003:
Added port I/O commands.

* Patch by Matthew McClintock, 2

* Patch by Marc Singer, 29 May 2003:
Fixed rarp boot method for IA32 and other little-endian CPUs.

* Patch by Marc Singer, 28 May 2003:
Added port I/O commands.

* Patch by Matthew McClintock, 28 May 2003
- cpu/mpc824x/start.S: fix relocation code when booting from RAM
- minor patches for utx8245

* Patch by Daniel Engström, 28 May 2003:
x86 update

* Patch by Dave Ellis, 9 May 2003 + 27 May 2003:
add nand flash support to SXNI855T configuration
fix/extend nand flash support:
- fix 'nand erase' command so does not erase bad blocks
- fix 'nand write' command so does not write to bad blocks
- fix nand_probe() so handles no flash detected properly
- add doc/README.nand
- add .jffs2 and .oob options to nand read/write
- add 'nand bad' command to list bad blocks
- add 'clean' option to 'nand erase' to write JFFS2 clean markers
- make NAND read/write faster

* Patch by Rune Torgersen, 23 May 2003:
Update for MPC8266ADS board

show more ...


/openbmc/u-boot/CHANGELOG
/openbmc/u-boot/MAKEALL
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/board/LEOX/elpt860/flash.c
/openbmc/u-boot/board/MAI/AmigaOneG3SE/flash_new.c
/openbmc/u-boot/board/MAI/bios_emulator/scitech/src/v86bios/command.c
/openbmc/u-boot/board/RPXClassic/flash.c
/openbmc/u-boot/board/RPXlite/flash.c
/openbmc/u-boot/board/RRvision/flash.c
/openbmc/u-boot/board/atc/flash.c
/openbmc/u-boot/board/bmw/flash.c
/openbmc/u-boot/board/c2mon/flash.c
/openbmc/u-boot/board/cmi/flash.c
/openbmc/u-boot/board/cogent/flash.c
/openbmc/u-boot/board/cpc45/flash.c
/openbmc/u-boot/board/cpu86/flash.c
/openbmc/u-boot/board/cradle/flash.c
/openbmc/u-boot/board/cray/L1/flash.c
/openbmc/u-boot/board/csb226/flash.c
/openbmc/u-boot/board/cu824/flash.c
/openbmc/u-boot/board/dnp1110/flash.c
/openbmc/u-boot/board/eltec/bab7xx/flash.c
/openbmc/u-boot/board/eltec/elppc/flash.c
/openbmc/u-boot/board/eltec/mhpc/flash.c
/openbmc/u-boot/board/ep7312/flash.c
/openbmc/u-boot/board/ep8260/flash.c
/openbmc/u-boot/board/eric/flash.c
/openbmc/u-boot/board/esd/adciop/flash.c
/openbmc/u-boot/board/esd/ar405/flash.c
/openbmc/u-boot/board/esd/canbt/flash.c
/openbmc/u-boot/board/esd/cpci405/flash.c
/openbmc/u-boot/board/esd/cpci440/strataflash.c
/openbmc/u-boot/board/esd/cpciiser4/flash.c
/openbmc/u-boot/board/esd/dasa_sim/flash.c
/openbmc/u-boot/board/esd/du405/flash.c
/openbmc/u-boot/board/esd/ocrtc/flash.c
/openbmc/u-boot/board/esd/pci405/flash.c
/openbmc/u-boot/board/esteem192e/flash.c
/openbmc/u-boot/board/etx094/flash.c
/openbmc/u-boot/board/fads/flash.c
/openbmc/u-boot/board/flagadm/flash.c
/openbmc/u-boot/board/gen860t/flash.c
/openbmc/u-boot/board/genietv/flash.c
/openbmc/u-boot/board/gth/flash.c
/openbmc/u-boot/board/gw8260/flash.c
/openbmc/u-boot/board/hermes/flash.c
/openbmc/u-boot/board/hymod/flash.c
/openbmc/u-boot/board/icu862/flash.c
/openbmc/u-boot/board/impa7/flash.c
/openbmc/u-boot/board/incaip/flash.c
/openbmc/u-boot/board/ip860/flash.c
/openbmc/u-boot/board/iphase4539/flash.c
/openbmc/u-boot/board/ivm/flash.c
/openbmc/u-boot/board/kup4k/flash.c
/openbmc/u-boot/board/lantec/flash.c
/openbmc/u-boot/board/lart/flash.c
/openbmc/u-boot/board/lubbock/flash.c
/openbmc/u-boot/board/lwmon/flash.c
/openbmc/u-boot/board/mbx8xx/flash.c
/openbmc/u-boot/board/mpc8260ads/flash.c
/openbmc/u-boot/board/mpc8266ads/flash.c
/openbmc/u-boot/board/mpc8266ads/mpc8266ads.c
/openbmc/u-boot/board/mpl/common/flash.c
/openbmc/u-boot/board/mpl/vcma9/flash.c
/openbmc/u-boot/board/musenki/flash.c
/openbmc/u-boot/board/mvs1/flash.c
/openbmc/u-boot/board/netvia/flash.c
/openbmc/u-boot/board/nx823/flash.c
/openbmc/u-boot/board/oxc/flash.c
/openbmc/u-boot/board/pcippc2/flash.c
/openbmc/u-boot/board/pm826/flash.c
/openbmc/u-boot/board/ppmc8260/strataflash.c
/openbmc/u-boot/board/purple/flash.c
/openbmc/u-boot/board/purple/purple.c
/openbmc/u-boot/board/r360mpi/flash.c
/openbmc/u-boot/board/rpxsuper/flash.c
/openbmc/u-boot/board/rsdproto/flash.c
/openbmc/u-boot/board/sacsng/flash.c
/openbmc/u-boot/board/sandpoint/flash.c
/openbmc/u-boot/board/sbc8260/flash.c
/openbmc/u-boot/board/sc520_cdp/config.mk
/openbmc/u-boot/board/sc520_cdp/flash.c
/openbmc/u-boot/board/sc520_cdp/flash_old.c
/openbmc/u-boot/board/sc520_cdp/sc520_cdp.c
/openbmc/u-boot/board/sc520_cdp/sc520_cdp_asm16.S
/openbmc/u-boot/board/sc520_cdp/u-boot.lds
/openbmc/u-boot/board/sc520_spunk/Makefile
/openbmc/u-boot/board/sc520_spunk/config.mk
/openbmc/u-boot/board/sc520_spunk/flash.c
/openbmc/u-boot/board/sc520_spunk/sc520_spunk.c
/openbmc/u-boot/board/sc520_spunk/sc520_spunk_asm.S
/openbmc/u-boot/board/sc520_spunk/sc520_spunk_asm16.S
/openbmc/u-boot/board/sc520_spunk/u-boot.lds
/openbmc/u-boot/board/shannon/flash.c
/openbmc/u-boot/board/siemens/CCM/flash.c
/openbmc/u-boot/board/siemens/SCM/flash.c
/openbmc/u-boot/board/siemens/pcu_e/flash.c
/openbmc/u-boot/board/sixnet/flash.c
/openbmc/u-boot/board/sixnet/fpgadata.c
/openbmc/u-boot/board/sixnet/sixnet.c
/openbmc/u-boot/board/smdk2400/flash.c
/openbmc/u-boot/board/smdk2410/flash.c
/openbmc/u-boot/board/svm_sc8xx/flash.c
/openbmc/u-boot/board/tqm8260/flash.c
/openbmc/u-boot/board/tqm8xx/flash.c
/openbmc/u-boot/board/trab/flash.c
/openbmc/u-boot/board/utx8245/flash.c
/openbmc/u-boot/board/utx8245/utx8245.c
/openbmc/u-boot/board/v37/flash.c
/openbmc/u-boot/board/w7o/flash.c
/openbmc/u-boot/board/walnut405/flash.c
/openbmc/u-boot/board/wepep250/flash.c
/openbmc/u-boot/board/westel/amx860/flash.c
Makefile
cmd_mem.c
cmd_nand.c
cmd_portio.c
command.c
/openbmc/u-boot/cpu/74xx_7xx/start.S
/openbmc/u-boot/cpu/i386/Makefile
/openbmc/u-boot/cpu/i386/config.mk
/openbmc/u-boot/cpu/i386/cpu.c
/openbmc/u-boot/cpu/i386/interrupts.c
/openbmc/u-boot/cpu/i386/sc520.c
/openbmc/u-boot/cpu/i386/sc520_asm.S
/openbmc/u-boot/cpu/i386/serial.c
/openbmc/u-boot/cpu/i386/start16.S
/openbmc/u-boot/cpu/mips/start.S
/openbmc/u-boot/cpu/mpc5xx/start.S
/openbmc/u-boot/cpu/mpc824x/start.S
/openbmc/u-boot/cpu/mpc8260/pci.c
/openbmc/u-boot/cpu/mpc8260/start.S
/openbmc/u-boot/cpu/mpc8xx/start.S
/openbmc/u-boot/cpu/ppc4xx/start.S
/openbmc/u-boot/doc/README.commands
/openbmc/u-boot/doc/README.nand
/openbmc/u-boot/doc/TODO-i386
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/ali512x.c
/openbmc/u-boot/drivers/ds1722.c
/openbmc/u-boot/drivers/eepro100.c
/openbmc/u-boot/drivers/mw_eeprom.c
/openbmc/u-boot/drivers/ti_pci1410a.c
/openbmc/u-boot/examples/82559_eeprom.c
/openbmc/u-boot/examples/Makefile
/openbmc/u-boot/examples/syscall.S
/openbmc/u-boot/include/asm-i386/bitops.h
/openbmc/u-boot/include/asm-i386/byteorder.h
/openbmc/u-boot/include/asm-i386/ic/sc520.h
/openbmc/u-boot/include/asm-i386/io.h
/openbmc/u-boot/include/asm-i386/pci.h
/openbmc/u-boot/include/asm-i386/realmode.h
/openbmc/u-boot/include/asm-i386/u-boot-i386.h
/openbmc/u-boot/include/asm-i386/u-boot.h
/openbmc/u-boot/include/cmd_confdefs.h
/openbmc/u-boot/include/cmd_nand.h
/openbmc/u-boot/include/cmd_portio.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/ASH405.h
/openbmc/u-boot/include/configs/BUBINGA405EP.h
/openbmc/u-boot/include/configs/ETX094.h
/openbmc/u-boot/include/configs/FPS850L.h
/openbmc/u-boot/include/configs/FPS860L.h
/openbmc/u-boot/include/configs/IP860.h
/openbmc/u-boot/include/configs/IVML24.h
/openbmc/u-boot/include/configs/IVMS8.h
/openbmc/u-boot/include/configs/KUP4K.h
/openbmc/u-boot/include/configs/LANTEC.h
/openbmc/u-boot/include/configs/MPC8266ADS.h
/openbmc/u-boot/include/configs/R360MPI.h
/openbmc/u-boot/include/configs/RRvision.h
/openbmc/u-boot/include/configs/SM850.h
/openbmc/u-boot/include/configs/SPD823TS.h
/openbmc/u-boot/include/configs/SXNI855T.h
/openbmc/u-boot/include/configs/TQM823L.h
/openbmc/u-boot/include/configs/TQM850L.h
/openbmc/u-boot/include/configs/TQM855L.h
/openbmc/u-boot/include/configs/TQM860L.h
/openbmc/u-boot/include/configs/TQM862L.h
/openbmc/u-boot/include/configs/c2mon.h
/openbmc/u-boot/include/configs/hermes.h
/openbmc/u-boot/include/configs/lwmon.h
/openbmc/u-boot/include/configs/sc520_cdp.h
/openbmc/u-boot/include/configs/sc520_spunk.h
/openbmc/u-boot/include/configs/sc520_spunk_rel.h
/openbmc/u-boot/include/configs/utx8245.h
/openbmc/u-boot/include/flash.h
/openbmc/u-boot/include/i8042.h
/openbmc/u-boot/include/linux/mtd/nand.h
/openbmc/u-boot/include/linux/mtd/nand_ids.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/lib_arm/board.c
/openbmc/u-boot/lib_i386/Makefile
/openbmc/u-boot/lib_i386/bios.S
/openbmc/u-boot/lib_i386/bios.h
/openbmc/u-boot/lib_i386/bios_pci.S
/openbmc/u-boot/lib_i386/bios_setup.c
/openbmc/u-boot/lib_i386/board.c
/openbmc/u-boot/lib_i386/pci.c
/openbmc/u-boot/lib_i386/realmode.c
/openbmc/u-boot/lib_i386/realmode_switch.S
/openbmc/u-boot/lib_i386/video.c
/openbmc/u-boot/lib_i386/video_bios.c
/openbmc/u-boot/lib_i386/zimage.c
/openbmc/u-boot/lib_mips/board.c
/openbmc/u-boot/lib_ppc/board.c
/openbmc/u-boot/net/rarp.c
f07771cc28-May-2003 wdenk <wdenk>

* Fix data abort exception handling for arm920t CPU

* Fix alignment problems with flash driver for TRAB board

* Patch by Donald White, 21 May 2003:
fix calculation of base address in pci_hose_con

* Fix data abort exception handling for arm920t CPU

* Fix alignment problems with flash driver for TRAB board

* Patch by Donald White, 21 May 2003:
fix calculation of base address in pci_hose_config_device()

* Fix bug in command line parsing: "cmd1;cmd2" is supposed to always
execute "cmd2", even if "cmd1" fails. Note that this is different
to "run var1 var2" where the contents of "var2" will NOT be
executed when a command in "var1" fails.

show more ...

38b9926123-May-2003 wdenk <wdenk>

Add zero-copy ramdisk support (requires corresponding kernel support!)


/openbmc/u-boot/CHANGELOG
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/MAKEALL
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/board/bubinga405ep/Makefile
/openbmc/u-boot/board/bubinga405ep/bubinga405ep.c
/openbmc/u-boot/board/bubinga405ep/bubinga405ep.h
/openbmc/u-boot/board/bubinga405ep/config.mk
/openbmc/u-boot/board/bubinga405ep/flash.c
/openbmc/u-boot/board/bubinga405ep/init.S
/openbmc/u-boot/board/bubinga405ep/u-boot.lds
/openbmc/u-boot/board/bubinga405ep/u-boot.lds.debug
/openbmc/u-boot/board/cradle/u-boot.lds
/openbmc/u-boot/board/csb226/u-boot.lds
/openbmc/u-boot/board/esd/ash405/Makefile
/openbmc/u-boot/board/esd/ash405/ash405.c
/openbmc/u-boot/board/esd/ash405/config.mk
/openbmc/u-boot/board/esd/ash405/flash.c
/openbmc/u-boot/board/esd/ash405/fpgadata.c
/openbmc/u-boot/board/esd/ash405/u-boot.lds
/openbmc/u-boot/board/esd/canbt/canbt.c
/openbmc/u-boot/board/esd/common/fpga.c
/openbmc/u-boot/board/esd/cpci405/config.mk
/openbmc/u-boot/board/esd/cpci405/cpci405.c
/openbmc/u-boot/board/esd/cpci405/flash.c
/openbmc/u-boot/board/esd/cpci405/fpgadata_cpci405ab.c
/openbmc/u-boot/board/esd/pci405/cmd_pci405.c
/openbmc/u-boot/board/esd/pci405/fpgadata.c
/openbmc/u-boot/board/esd/pci405/pci405.c
/openbmc/u-boot/board/esd/pmc405/Makefile
/openbmc/u-boot/board/esd/pmc405/config.mk
/openbmc/u-boot/board/esd/pmc405/pmc405.c
/openbmc/u-boot/board/esd/pmc405/strataflash.c
/openbmc/u-boot/board/esd/pmc405/u-boot.lds
/openbmc/u-boot/board/innokom/u-boot.lds
/openbmc/u-boot/board/lubbock/u-boot.lds
/openbmc/u-boot/board/mpl/common/common_util.c
/openbmc/u-boot/board/mpl/common/common_util.h
/openbmc/u-boot/board/mpl/common/flash.c
/openbmc/u-boot/board/mpl/common/memtst.c
/openbmc/u-boot/board/mpl/mip405/mip405.c
/openbmc/u-boot/board/mpl/pip405/pip405.h
/openbmc/u-boot/board/mpl/vcma9/vcma9.c
/openbmc/u-boot/board/wepep250/u-boot.lds
cmd_bootm.c
/openbmc/u-boot/cpu/ppc4xx/serial.c
/openbmc/u-boot/cpu/pxa/Makefile
/openbmc/u-boot/cpu/pxa/config.mk
/openbmc/u-boot/cpu/pxa/cpu.c
/openbmc/u-boot/cpu/pxa/i2c.c
/openbmc/u-boot/cpu/pxa/interrupts.c
/openbmc/u-boot/cpu/pxa/serial.c
/openbmc/u-boot/cpu/pxa/start.S
/openbmc/u-boot/include/asm-arm/arch-pxa/bitfield.h
/openbmc/u-boot/include/asm-arm/arch-pxa/hardware.h
/openbmc/u-boot/include/asm-arm/arch-pxa/pxa-regs.h
/openbmc/u-boot/include/configs/ASH405.h
/openbmc/u-boot/include/configs/BUBINGA405EP.h
/openbmc/u-boot/include/configs/CPCI405.h
/openbmc/u-boot/include/configs/CPCI4052.h
/openbmc/u-boot/include/configs/CPCI405AB.h
/openbmc/u-boot/include/configs/MIP405.h
/openbmc/u-boot/include/configs/PCI405.h
/openbmc/u-boot/include/configs/PMC405.h
b867d70523-May-2003 stroese <stroese>

PPC405EP support added.

5d232d0e22-May-2003 wdenk <wdenk>

* Patch by Dave Ellis, 22 May 2003:
Fix problem with only partially cleared .bss segment

* Patch by Rune Torgersen, 12 May 2003:
get PCI to work on a MPC8266ADS board; incorporate change to
cp

* Patch by Dave Ellis, 22 May 2003:
Fix problem with only partially cleared .bss segment

* Patch by Rune Torgersen, 12 May 2003:
get PCI to work on a MPC8266ADS board; incorporate change to
cpu/mpc8260/pci.c to enable overrides of PCI memory parameters

show more ...

c8c3a8be21-May-2003 wdenk <wdenk>

Add support for arbitrary bitmaps for TRAB's VFD command;
allow to pass boot bitmap addresses in environment variables;
allow for zero boot delay

82226bf420-May-2003 wdenk <wdenk>

* Add support for arbitrary bitmaps for TRAB's VFD command
* Patch by Christian Geißinger, 19 May 2002:
On TRAB: wait until the dummy byte has been completely sent

7f70e85320-May-2003 wdenk <wdenk>

* Patch by David Updegraff, 22 Apr 2003:
update for CrayL1 board

* Patch by Pantelis Antoniou, 21 Apr 2003:
add boot support for ARTOS (a proprietary OS)

* Patch by Steven Scholz, 11 Apr 2003:

* Patch by David Updegraff, 22 Apr 2003:
update for CrayL1 board

* Patch by Pantelis Antoniou, 21 Apr 2003:
add boot support for ARTOS (a proprietary OS)

* Patch by Steven Scholz, 11 Apr 2003:
Add support for RTC DS1338

* Patch by Rod Boyce, 24 Jan 2003:
Fix counting of extended partitions in diskboot command

show more ...

59de2ed620-May-2003 wdenk <wdenk>

Patch by Christophe Lindheimer, 20 May 2003:
allow the use of CFG_LOADS when CFG_NO_FLASH is set

66fd3d1c18-May-2003 wdenk <wdenk>

Add support for CompactFlash on ATC board
(includes support for Intel 82365 and compatible PC Card controllers,
and Yenta-compatible PCI-to-CardBus controllers)

7aa7861403-May-2003 wdenk <wdenk>

* Add support for Promess ATC board

* Patch by Keith Outwater, 28 Apr 2003:
- Miscellaneous corrections and additions to GEN860T board specific code.
- Added GEN860_SC variant to GEN860T.
- Mi

* Add support for Promess ATC board

* Patch by Keith Outwater, 28 Apr 2003:
- Miscellaneous corrections and additions to GEN860T board specific code.
- Added GEN860_SC variant to GEN860T.
- Miscellaneous corrections to GEN860T documentation.
- Correct duplicate entry in U-Boot CREDITS file.
- Add GEN860T_SC entry in MAINTAINERS file.
- Update CREDITS file with GEN860T_SC info.

* Update Smiths Aerospace addresses in MAINTAINERS file

* Fix error handling in hush's version of "run" command

show more ...

4532cb6927-Apr-2003 wdenk <wdenk>

* LWMON extensions:
- Splashscreen support
- modem support
- sysmon support
- temperature dependend enabling of LCD

* Allow booting from old "PPCBoot" disk partitions

* Add support for TQM8

* LWMON extensions:
- Splashscreen support
- modem support
- sysmon support
- temperature dependend enabling of LCD

* Allow booting from old "PPCBoot" disk partitions

* Add support for TQM8255 Board / MPC8255 CPU

show more ...

059ae17320-Apr-2003 wdenk <wdenk>

Add files needed for bitmap load support

d791b1dc20-Apr-2003 wdenk <wdenk>

* Make sure Block Lock Bits get cleared in R360MPI flash driver

* MPC823 LCD driver: Fill color map backwards, to allow for steady
display when Linux takes over

* Patch by Erwin Rol, 27 Feb 2003:

* Make sure Block Lock Bits get cleared in R360MPI flash driver

* MPC823 LCD driver: Fill color map backwards, to allow for steady
display when Linux takes over

* Patch by Erwin Rol, 27 Feb 2003:
Add support for RTEMS (this time for real).

* Add support for "bmp info" and "bmp display" commands to load
bitmap images; this can be used (for example in a "preboot"
command) to display a splash screen very quickly after poweron.

* Add support for 133 MHz clock on INCA-IP board

show more ...

4a6fd34b12-Apr-2003 wdenk <wdenk>

* Patch by Lutz Dennig, 10 Apr 2003:
Update for R360MPI board

* Add new meaning to "autostart" environment variable:
If set to "no", a standalone image passed to the
"bootm" command will be co

* Patch by Lutz Dennig, 10 Apr 2003:
Update for R360MPI board

* Add new meaning to "autostart" environment variable:
If set to "no", a standalone image passed to the
"bootm" command will be copied to the load address
(and eventually uncompressed), but NOT be started.
This can be used to load and uncompress arbitrary
data.

* Set max brightness for MN11236 displays on TRAB board

show more ...

d126bfbd10-Apr-2003 wdenk <wdenk>

Add support for TQM862L modules

60fbe25408-Apr-2003 wdenk <wdenk>

Prepare for 0.3.0 release

* Add support for Purple Board (MIPS64 5Kc)

* Add support for MIPS64 5Kc CPUs

3e38691e04-Apr-2003 wdenk <wdenk>

* Patch by Arun Dharankar, 4 Apr 2003:
Add IDMA example code (tested on 8260 only)

* Add support for Purple Board (MIPS64 5Kc)

* Add support for MIPS64 5Kc CPUs

* Fix missing setting of "loadadd

* Patch by Arun Dharankar, 4 Apr 2003:
Add IDMA example code (tested on 8260 only)

* Add support for Purple Board (MIPS64 5Kc)

* Add support for MIPS64 5Kc CPUs

* Fix missing setting of "loadaddr" and "bootfile" on ARM and MIPS

* Patch by Denis Peter, 04 Apr 2003:
- update MIP405-4 board

* Patches by Denis Peter, 03 April 2003:
- fix PCI IRQs on MPL boards
- fix two more un-relocated pointer problems

* Fix behaviour of "run" command:
- print error message iv variable does not exist
- terminate processing of arguments in case of error

* Patches by Peter Figuli, 10 Mar 2003
- Add support for BTUART on PXA platform
- Add support for WEP EP250 (PXA) board

* Fix flash problems on INCA-IP; add tool to allow bruning images to
flash using a BDI2000

* Implement fix for I2C Edge Conditions problem for all boards that
use the bit-banging driver (common/soft_i2c.c)

* Add patches by Robert Schwebel, 31 Mar 2003:
- csb226 board: bring in sync with innokom/memsetup.S
- csb226 board: fix MDREFR handling
- misc doc fixes / extensions
- innokom board: cleanup, MDREFR fix in memsetup.S, config update
- add BOOT_PROGRESS to armlinux.c

show more ...


/openbmc/u-boot/CHANGELOG
/openbmc/u-boot/CREDITS
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/MAKEALL
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/board/csb226/memsetup.S
/openbmc/u-boot/board/esd/cpci405/cpci405.c
/openbmc/u-boot/board/innokom/flash.c
/openbmc/u-boot/board/innokom/innokom.c
/openbmc/u-boot/board/innokom/memsetup.S
/openbmc/u-boot/board/mpl/common/pci.c
/openbmc/u-boot/board/mpl/mip405/mip405.c
/openbmc/u-boot/board/wepep250/Makefile
/openbmc/u-boot/board/wepep250/config.mk
/openbmc/u-boot/board/wepep250/flash.c
/openbmc/u-boot/board/wepep250/intel.h
/openbmc/u-boot/board/wepep250/memsetup.S
/openbmc/u-boot/board/wepep250/u-boot.lds
/openbmc/u-boot/board/wepep250/wepep250.c
cmd_date.c
hush.c
main.c
/openbmc/u-boot/cpu/mips/cache.S
/openbmc/u-boot/cpu/mips/cpu.c
/openbmc/u-boot/cpu/mips/serial.c
/openbmc/u-boot/cpu/mips/start.S
/openbmc/u-boot/cpu/ppc4xx/cpu.c
/openbmc/u-boot/cpu/ppc4xx/cpu_init.c
/openbmc/u-boot/cpu/ppc4xx/speed.c
/openbmc/u-boot/cpu/xscale/serial.c
/openbmc/u-boot/doc/I2C_Edge_Conditions
/openbmc/u-boot/doc/README.INCA-IP
/openbmc/u-boot/doc/README.idma2intr
/openbmc/u-boot/doc/README.sched
/openbmc/u-boot/drivers/ct69000.c
/openbmc/u-boot/examples/Makefile
/openbmc/u-boot/examples/mem_to_mem_idma2intr.c
/openbmc/u-boot/examples/ppc_longjmp.S
/openbmc/u-boot/examples/ppc_setjmp.S
/openbmc/u-boot/examples/sched.c
/openbmc/u-boot/include/asm-mips/inca-ip.h
/openbmc/u-boot/include/asm-ppc/processor.h
/openbmc/u-boot/include/cmd_net.h
/openbmc/u-boot/include/configs/CPCI4052.h
/openbmc/u-boot/include/configs/MIP405.h
/openbmc/u-boot/include/configs/PIP405.h
/openbmc/u-boot/include/configs/incaip.h
/openbmc/u-boot/include/configs/innokom.h
/openbmc/u-boot/include/configs/wepep250.h
/openbmc/u-boot/lib_arm/board.c
/openbmc/u-boot/lib_mips/board.c
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/net/eth.c
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/inca-swap-bytes.c

1...<<171172173174175176