summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-09-11Minor coding style cleanup.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-07ARM: PXA: remove broken "zylonite" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Marek Vasut <[email protected]> Acked-by: Marek Vasut <[email protected]>
2011-09-07ARM: remove broken "shannon" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Rolf Offermanns <[email protected]>
2011-09-07ARM: remove broken "modnet50" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Thomas Elste <[email protected]>
2011-09-07ARM: remove broken "lpc2292sodimm" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]>
2011-09-07ARM: remove broken "lart" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Alex Züpke <[email protected]>
2011-09-07ARM: remove broken "impa7" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Marius Gröger <[email protected]>
2011-09-07ARM: remove broken "gcplus" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: George G. Davis <[email protected]>
2011-09-07ARM: remove broken "evb4510" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Curt Brune <[email protected]>
2011-09-07ARM: remove broken "ep7312" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Marius Gröger <[email protected]>
2011-09-07ARM: remove broken "dnp1110" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Alex Züpke <[email protected]>
2011-09-07ARM: remove broken "SMN42" board.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Albert ARIBAUD <[email protected]>
2011-09-07doc/README.scrapyard: Update commit IDs or board removalsWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04arm: do not force d-cache enable on all boardsAneesh V
c2dd0d45540397704de9b13287417d21049d34c6 added dcache_enable() to board_init_r(). This enables d-cache for all ARM boards. As a result some of the arm boards that are not cache-ready are broken. Revert this change and allow platform code to take the decision on d-cache enabling. Also add some documentation for cache usage in ARM. Signed-off-by: Aneesh V <[email protected]>
2011-09-04ARM: remove broken "at91rm9200dk" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "m501sk" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "kb9202" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "csb637" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "cmc_pu2" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "at91cap9adk" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Stelian Pop <[email protected]>
2011-09-04ARM: remove broken "voiceblue" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "smdk2400" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Gary Jennejohn <[email protected]>
2011-09-04ARM: remove broken "sbc2410x" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "netstar" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "mx1fs2" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "lpd7a40x" boardsWolfgang Denk
Remove lpd7a400 and lpd7a404 boards. Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "edb93xx" boardsWolfgang Denk
Remove edb9301, edb9302, edb9302a, edb9307, edb9307a, edb9312, edb9315 and edb9315a boards. Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "B2" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Andrea Scian <[email protected]>
2011-09-04ARM: remove broken "armadillo" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Rowel Atienza <[email protected]>
2011-09-04ARM: remove broken "assabet" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: George G. Davis <[email protected]>
2011-09-04ARM: MX51: PLL errata workaroundDavid Jander
This is a port of the official PLL errata workaround from Freescale to mainline u-boot. The PLL's in the i.MX51 processor can go out of lock due to a metastable condition in an analog flip-flop when used at high frequencies. This workaround implements an undocumented feature in the PLL (dither mode), which causes the effect of this failure to be much lower (in terms of frequency deviation), avoiding system failure, or at least decreasing the likelihood of system failure. Signed-off-by: David Jander <[email protected]>
2011-08-08Add documentation for USB Host NetworkingSimon Glass
This describes what it is for, devices supported, how to enable for your board in U-Boot, setting up the server, and notes about MAC addresses. Signed-off-by: Simon Glass <[email protected]> Tested-by: Eric Bénard <[email protected]>
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
There was a mix of UTF-8 and ISO-8859 files in the U-Boot source tree, which could cause issues with the patchwork review system. This commit converts all ISO-8859 files to UTF-8. Signed-off-by: Albert ARIBAUD <[email protected]>
2011-08-03README.at91-soc: remove AT91(RM9200) joining noticeAndreas Bießmann
Since all currently supported at91rm9200 boards are migrated to at91 support the joining notice can be removed. Signed-off-by: Andreas Bießmann <[email protected]>
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams
Recieve/Receive recieve/receive Interupt/Interrupt interupt/interrupt Addres/Address addres/address Signed-off-by: Mike Williams <[email protected]>
2011-07-28mkimage: add UBL header support for booting davinci cpusHeiko Schocher
creating an u-boot.ubl file, which contains the UBL Header needed for booting from NAND with the RBL from TI. For more information read doc/README.ublimage. Signed-off-by: Heiko Schocher <[email protected]>
2011-07-26add command fitupd to run an update from a FIT imageAndreas Pretzsch
Command calls update_tftp() analogous to automatic update described in doc/README.update. Usage: fitupd [addr] - run update from FIT image at addr or from tftp 'updatefile' Signed-off-by: Andreas Pretzsch <[email protected]>
2011-07-26spl: add initial support for a generic SPL frameworkDaniel Schwierzeck
Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Daniel Schwierzeck <[email protected]>
2011-07-17powerpc/p2041rdb: Add p2041rdb board supportMingkai Hu
P2041RDB Specification: ----------------------- Memory subsystem: * 4Gbyte unbuffered DDR3 SDRAM SO-DIMM(64bit bus) * 128 Mbyte NOR flash single-chip memory * 256 Kbit M24256 I2C EEPROM * 16 Mbyte SPI memory * SD connector to interface with the SD memory card Ethernet: * dTSEC1: connected to the Vitesse SGMII PHY (VSC8221) * dTSEC2: connected to the Vitesse SGMII PHY (VSC8221) * dTSEC3: connected to the Vitesse SGMII PHY (VSC8221) * dTSEC4: connected to the Vitesse RGMII PHY (VSC8641) * dTSEC5: connected to the Vitesse RGMII PHY (VSC8641) PCIe: * Lanes E, F, G and H of Bank1 are connected to one x4 PCIe SLOT1 * Lanes C and Land D of Bank2 are connected to one x4 PCIe SLOT2 SATA: Lanes C and Land D of Bank2 are connected to two SATA connectors USB 2.0: connected via a internal UTMI PHY to two TYPE-A interfaces I2C: * I2C1: Real time clock, Temperature sensor, Memory module * I2C2: Vcore Regulator, 256Kbit I2C Bus EEPROM, PCIe slot1/2 UART: supports two UARTs up to 115200 bps for console Signed-off-by: Mingkai Hu <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
2011-07-11powerpc/85xx: Specify hwconfig usage for USB controllerRamneek Mehresh
Specify hwconfig usage for USB mode and phy change Signed-off-by: Ramneek Mehresh <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
2011-07-11powerpc/85xx: Add basic support for P1023RDS boardRoy Zang
The P1023RDS board is the reference board for the P1023 SoC. Add support for booting it from NOR or NAND, with fixed 2G of DDR, PCIe, UART, I2C, etc. Signed-off-by: Roy Zang <[email protected]> Signed-off-by: Haiying Wang <[email protected]> Signed-off-by: Chunhe Lan <[email protected]> Signed-off-by: Lei Xu <[email protected]> Signed-off-by: York Sun <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
2011-07-06mpc83xx: Add support for MergerBox boardAndre Schwarz
Includes board config file, documentation, maintainer and boards.cfg entries, and board specific files in vendor dir. Signed-off-by: Andre Schwarz <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-07-01cmd_nand: add nand write.trimffs commandBen Gardiner
Add another nand write. variant, trimffs. This command will request of nand_write_skip_bad() that all trailing all-0xff pages will be dropped from eraseblocks when they are written to flash as-per the reccommended behaviour of the UBI FAQ [1]. The function that implements this timming is the drop_ffs() function by Artem Bityutskiy, ported from the mtd-utils tree. [1] http://www.linux-mtd.infradead.org/doc/ubi.html#L_flasher_algo Signed-off-by: Ben Gardiner <[email protected]> CC: Artem Bityutskiy <[email protected]> CC: Detlev Zundel <[email protected]> Acked-by: Scott Wood <[email protected]> Signed-off-by: Scott Wood <[email protected]>
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk
The 'trab' board configuration is broken, and there is nobody who is interested and willing to fix it. Drop it. This includes support for VFD displays which have always been used by this board only. Signed-off-by: Wolfgang Denk <[email protected]>
2011-06-01Move wepep250,delta,xsengine to scrapyardMarek Vasut
Drop wepep250 board from MAINTAINERS and add all these three boards to doc/README.scrapyard Signed-off-by: Marek Vasut <[email protected]>
2011-05-19Minor coding style cleanup.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-05-12README.arm-relocation: get relocated address in gdbBen Gardiner
When your emulator is connected at reset (or is used to load u-boot) it is possible to get the relocation address from the gd->relocaddr since gd is always in r8 (on ARM) it is addressable before the gdb has remapped symbols. Document this alternate method in-line with the original method written by Heiko Schocher. Signed-off-by: Ben Gardiner <[email protected]> CC: Heiko Schocher <[email protected]> CC: Wolfgang Denk <[email protected]> Acked-by: Heiko Schocher <[email protected]>
2011-05-12README.arm-relocation: get relocated address from bdinfoBen Gardiner
The bdinfo command prints the relocaddr on ARM as it does on PPC. Update the debugging instructions for arm relocation to reflect this fact rather than requiring that the user rebuild the u-boot image using -DDEBUG. Signed-off-by: Ben Gardiner <[email protected]> CC: Wolfgang Denk <[email protected]> Acked-by: Heiko Schocher <[email protected]>
2011-05-12mp2usb: finish the removalEric Bénard
- remove from boards.cfg - add to doc/README.scrapyard Signed-off-by: Eric Bénard <[email protected]>
2011-04-28video: parse the video-mode environment variableTimur Tabi
Add function video_get_video_mode(), which parses the "video-mode" environment variable and returns each of its components. The format matches the video= command-line option used for Linux: video-mode=<driver>:<xres>x<yres>-<depth>@<freq><,option=string> <driver> The video driver, ignored by U-Boot <xres> The X resolution (in pixels) to use. <yres> The Y resolution (in pixels) to use. <depth> The color depth (in bits) to use. <freq> The frequency (in Hz) to use. <options> A comma-separated list of device-specific options Signed-off-by: Timur Tabi <[email protected]>