summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* added boot script files to repositoryH. Nikolaus Schaller2012-03-262616-514134/+0
|
* added GPIO testH. Nikolaus Schaller2012-03-264-12/+269
|
* fixed display flicker on DM3730 CPUH. Nikolaus Schaller2012-03-261-3/+6
|
* fixed Pinmux for GPIO175/6 and GPIO186H. Nikolaus Schaller2011-12-222-5/+5
|
* auto-wakeup GPS chipH. Nikolaus Schaller2011-12-221-3/+22
|
* fixed naming of poweroff commandH. Nikolaus Schaller2011-12-221-2/+2
|
* big collective commit - see diff what has been changedH. Nikolaus Schaller2011-12-0817-147/+1390
|
* fixed issues to work (mostly) correctH. Nikolaus Schaller2011-06-283-6/+17
|
* added gta04b2 variantH. Nikolaus Schaller2011-06-288-1/+141
|
* fixed enabling of VAUX4 and Wi2Wi chip resetH. Nikolaus Schaller2011-06-282-5/+48
|
* fixed I2C address of Si4721H. Nikolaus Schaller2011-06-241-1/+1
|
* minor code fixH. Nikolaus Schaller2011-06-094-39/+3
|
* added more description for the audio testsH. Nikolaus Schaller2011-06-091-11/+19
|
* made vibracall motor test workH. Nikolaus Schaller2011-06-093-30/+59
|
* added analysis of TPS register initialization; tried to route signals to EAR ↵H. Nikolaus Schaller2011-05-303-23/+28
| | | | output amplifier
* added systest audio command; added some code fragment to send audio data ↵H. Nikolaus Schaller2011-05-293-7/+266
| | | | stored in a code table through McBSP2 to the BeagleBoard audio out
* changed uid to u64; fixed some issues; made rb command workH. Nikolaus Schaller2011-05-291-73/+73
|
* fixed received packet size for scanInventory; changed UID to be uint64_t ↵H. Nikolaus Schaller2011-05-201-22/+63
| | | | instead of uchar[8]; fixed byte order swapping if needed (LSB first on network); now correctly prints the UIDs of found tags; added rfid loop command for permanently scanning; made LEDs show number of simultaneously nearby tags
* fixed polarity of STBYB lineH. Nikolaus Schaller2011-05-021-1/+1
|
* added RFID Reader TRF7960 driverH. Nikolaus Schaller2011-05-011-0/+904
|
* added driver for Ortustech COM37H3M05DTCH. Nikolaus Schaller2011-05-012-0/+146
|
* fixed board file for GTA04H. Nikolaus Schaller2011-04-221-74/+8
|
* renamed beagle expander variantH. Nikolaus Schaller2011-04-224-23/+33
|
* fixed GPIOs and MUX for backlightH. Nikolaus Schaller2011-04-221-7/+21
|
* made DSS initialization more flexibleH. Nikolaus Schaller2011-04-224-61/+68
|
* fixed GPIOs for GTA04H. Nikolaus Schaller2011-04-221-3/+7
|
* git pull denx masterH. Nikolaus Schaller2011-02-24282-8342/+7945
|\
| * Pantheon: Add Board Support for Marvell dkb boardLei Wen2011-02-212-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DKB is a Development Board for PANTHEON TD/TTC(pxa920/pxa910) with * Processor upto 806Mhz * LPDDR1/2 * x8/x16 SLC/MLC NAND * Footprints for eMMC & MMC x8 card With Peripherals: * Parallel LCD I/F * Audio codecs (88PM8607) * MIPI CSI-2 camera * Marvell 88W8787 802.11n/BT module * Marvell 2G/3G RF * Dual analog mics & speakers, headset jack, LED, ambient * USB2.0 HS host, OTG (mini AB) * GPIO, GPIO expander with DIP switches for easier selection * UART serial over USB, CIR This patch adds basic board support with DRAM and UART functionality Signed-off-by: Lei Wen <leiwen@marvell.com> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
| * arm: Tegra2: Add support for NVIDIA Seaboard boardTom Warren2011-02-211-0/+50
| | | | | | | | Signed-off-by: Tom Warren <twarren@nvidia.com>
| * arm: Tegra2: Add support for NVIDIA Harmony boardTom Warren2011-02-211-0/+50
| | | | | | | | Signed-off-by: Tom Warren <twarren@nvidia.com>
| * arm: Tegra2: Add basic NVIDIA Tegra2 SoC supportTom Warren2011-02-211-0/+193
| | | | | | | | Signed-off-by: Tom Warren <twarren@nvidia.com>
| * mx31pdk: Make the full boot log visibleFabio Estevam2011-02-211-1/+6
| | | | | | | | | | | | Use board_early_init_f so that the full boot log output can be displayed. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
| * mx31pdk: Use the new relocation schemeFabio Estevam2011-02-211-2/+8
| | | | | | | | Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
| * EfikaMX: switch to MACH_TYPE_MX51_EFIKAMXLoïc Minier2011-02-211-1/+1
| | | | | | | | | | | | | | Upstream linux moved from MACH_TYPE_MX51_LANGE51 to MACH_TYPE_MX51_EFIKAMX. Signed-off-by: Loïc Minier <loic.minier@linaro.org>
| * Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2011-02-124-50/+2
| |\
| | * MIPS: Move Inca-IP targets to boards.cfgShinya Kuribayashi2011-02-051-1/+1
| | | | | | | | | | | | | | | | | | At the same time, fix up CPU_CLOCK_RATE to have the CONFIG_ prefix to work with boards.cfg. Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| | * MIPS: dbau1x00: Remove unused flash driver stubDaniel Schwierzeck2011-02-052-44/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All dbau1x00 boards use the CFI driver so this stub driver is useless and should not be compiled. This patch fixes the error: u-boot-git/board/dbau1x00/flash.c:34: multiple definition of `flash_init' drivers/mtd/libmtd.o:u-boot-git/drivers/mtd/cfi_flash.c:2084: first defined here board/dbau1x00/libdbau1x00.o: In function `write_buff': u-boot-git/board/dbau1x00/flash.c:40: multiple definition of `write_buff' drivers/mtd/libmtd.o:u-boot-git/drivers/mtd/cfi_flash.c:1265: first defined here Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> Cc: Wolfgang Denk <wd@denx.de> Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| | * MIPS: Purple: Fix multiple definition error on final linking of u-boot binaryDaniel Schwierzeck2011-02-051-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The linker of recent toolchains complains about multiple definitions on final linking of u-boot binary. This patch removes all redundant object files from u-boot.lds those are already added to .text section by the linker. That patch could not be tested but the resulting u-boot.map still looks good. The start symbol is at 0xB0000000, the environment at 0xB0008000 so u-boot should boot. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> Cc: Wolfgang Denk <wd@denx.de> Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| * | sc520: Move RAM sizing code from asm to CGraeme Russ2011-02-122-11/+0
| | |
| * | eNET: General code cleanupGraeme Russ2011-02-122-20/+4
| | |
| * | eNET: Rearrange PAR assignmentsGraeme Russ2011-02-121-15/+46
| | |
| * | eNET: Define MMCR values in config.hGraeme Russ2011-02-122-46/+63
| | |
| * | eNET: Fix eNET Interrupt Setup for LinuxGraeme Russ2011-02-121-6/+9
| | | | | | | | | | | | | | | Fix minor issues with the configuration of the hardware interrupts for Linux when booting the eNET board
| * | sc520: Move board specific settings to board init functionGraeme Russ2011-02-121-0/+9
| | |
| * | sc520: Define MMCR address in include fileGraeme Russ2011-02-121-3/+4
| | |
| * | x86: Make cpu init functions weakGraeme Russ2011-02-121-22/+0
| | |
| * | x86: Parametize values used in linker scriptGraeme Russ2011-02-121-0/+1
| | |
| * | eNET: Create distinct board configurationsGraeme Russ2011-02-121-1/+0
| | | | | | | | | | | | | | | | | | Position independant functionality is due for removal from the x86 architecture, so create two distinct configurations - One for Flash and one for SRAM
| * | x86: Align config.mk and linker scripts with other archesGraeme Russ2011-02-122-108/+0
| | |
| * | fsl: update CRC after setting EEPROM identifierTimur Tabi2011-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "mac id" command is used to initialize the EEPROM data to a specific format, but it was not updating the CRC. This didn't cause any real problems, because writing the data to the EEPROM will always update the CRC anyway, but it did result in a bogus CRC warning. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>