Commit Graph

  • 1b8e4fa1a0 mpc8569mds: fix CONFIG_ENV_SIZE Haiying Wang 2010-09-29 13:44:14 -04:00
  • c868af3e57 x86: Implement fully relocatable image Graeme Russ 2010-10-07 20:03:33 +11:00
  • f2ff75c0a2 x86: Use loops instead of memcpy/memset in board_init_f Graeme Russ 2010-10-07 20:03:33 +11:00
  • 2219142658 x86: Rearrange linker script Graeme Russ 2010-10-07 20:03:32 +11:00
  • 067f9b1071 x86: Rename linker script symbols Graeme Russ 2010-10-07 20:03:31 +11:00
  • c81b26beb8 x86: Set cold/warm boot flag Graeme Russ 2010-10-07 20:03:30 +11:00
  • 161b3589ea x86: Place global data below stack before entering C Graeme Russ 2010-10-07 20:03:29 +11:00
  • 5a3876d2ac x86: Dont clobber %eax after getting memory size Graeme Russ 2010-10-07 20:03:28 +11:00
  • 5f2679055d x86: Don't clobber %ebx Graeme Russ 2010-10-07 20:03:28 +11:00
  • 88fa0a6eb9 x86: Remove usage of %ebp as a return pointer Graeme Russ 2010-10-07 20:03:27 +11:00
  • 00940a229d x86: Move ECC initialisation outside RAM initialisation Graeme Russ 2010-10-07 20:03:26 +11:00
  • 6ae032a86a x86: Remove progress indication in low-level init Graeme Russ 2010-10-07 20:03:24 +11:00
  • 7228efa3cb x86: Fix %ss and %esp in register structure for interrupts Graeme Russ 2010-10-07 20:03:23 +11:00
  • 5c161653db x86: Change compiler options Graeme Russ 2010-10-07 20:03:23 +11:00
  • 8ffb2e8f33 x86: Coding Style Cleanup Graeme Russ 2010-10-07 20:03:21 +11:00
  • 59c6d0ef9a x86: Move loading of GTD to C code Graeme Russ 2010-10-07 20:03:21 +11:00
  • d664adb6bb x86: use gc sections to reduce image size Graeme Russ 2010-10-07 20:03:20 +11:00
  • abe98f49e1 x86: zboot update Graeme Russ 2010-10-07 20:03:19 +11:00
  • de25059404 x86: Use TEXT_BASE in linker scripts Graeme Russ 2010-10-07 20:03:18 +11:00
  • 76d5763a49 x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards Graeme Russ 2010-10-07 20:03:18 +11:00
  • 458379d674 x86: Remove bi_env from do_bdinfo Graeme Russ 2010-10-07 20:03:17 +11:00
  • f8f8acd724 MX51: Support for TTECH vision2 board Stefano Babic 2010-07-06 19:32:09 +02:00
  • 21032b35a0 sspi: add options to specify bus and mode Reinhard Meyer 2010-08-26 10:57:27 +02:00
  • ff0dc2c433 sf: spansion: add support for S25FL032P parts David Jander 2010-08-23 15:12:16 +02:00
  • c3cb09207f sf: spansion: fixing erasing when sector size >64KiB Marc-André Hébert 2010-08-10 09:02:09 -04:00
  • 5933645904 include/compiler.h: remove uint typedef for __MACH__ Andreas Bießmann 2010-09-25 17:45:59 +02:00
  • 8804ae3b7a Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE Peter Tyser 2010-09-29 13:30:56 -05:00
  • 7d85f1dc5c ds1621: Fix negative temperature readings Jeff Dischler 2010-09-29 13:46:19 -05:00
  • 9a6c80b0cf ds1621: Clean up coding style Peter Tyser 2010-09-29 13:46:18 -05:00
  • c3e5fa0b53 ds1621: Poll for register write completion Peter Tyser 2010-09-29 13:46:17 -05:00
  • fc5fc76bda lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES Andreas Bießmann 2010-10-01 22:51:02 +02:00
  • f44a928e7e cmd_elf: add an option for loading ELFs according to PHDRs Mike Frysinger 2010-10-02 15:44:53 -04:00
  • 76221a6cfa PowerPC: change board specific early pci_init() into generic. Andre Schwarz 2010-10-05 11:59:31 +02:00
  • e64901c01a serial.c: Fix build breakage introduced with commit e3c78c9b Stefan Roese 2010-10-06 18:50:59 +02:00
  • 60f7da1f42 env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined Heiko Schocher 2010-10-05 14:17:00 +02:00
  • a7d54346e0 board/mpl: Remove mpl-specific memory test command Peter Tyser 2010-10-05 23:48:47 -05:00
  • a2f69d35f9 env_mmc: Fix broken build due to set_default_env() change Steve Sakoman 2010-10-05 15:31:38 -07:00
  • dff07e18e5 CCM: remove code for yet another corpse Wolfgang Denk 2010-10-05 22:54:54 +02:00
  • 544d97e9aa PCU_E: remove code for yet another corpse Wolfgang Denk 2010-10-05 22:54:53 +02:00
  • 6f984adb31 pm9g45: fix compile warning Wolfgang Denk 2010-10-05 21:27:17 +02:00
  • 65a14cadff pm9263: fix compile warning Wolfgang Denk 2010-10-05 21:24:17 +02:00
  • b15fbd4996 rules.mk: make sure we always create a .depend file Wolfgang Denk 2010-10-05 14:08:55 +02:00
  • 74f9e0d8a0 sf: winbond: add support W25Q64 parts Graeme Smecher 2010-07-29 09:00:02 -04:00
  • c8f6d84d10 at91: Add arch_preboot_os which disables PIT in a faster way Alexander Stein 2010-09-13 08:26:39 +02:00
  • 125637c572 atmel_usart: change register access to C structure Andreas Bießmann 2010-09-03 10:28:05 +02:00
  • b944ad22b4 at91_emac.h: fix typo in register definition Andreas Bießmann 2010-09-07 19:10:32 +02:00
  • 6341c5cf87 AT91: convert cpu.c to struct SoC access Reinhard Meyer 2010-09-14 16:38:57 +02:00
  • 38bda019e4 at91_emac.c: poll for IDLE when writing PHY Andreas Bießmann 2010-09-07 19:10:34 +02:00
  • 4b8d77bb93 at91_emac.c: fix 'Warning: eth device name has a space!' Andreas Bießmann 2010-09-07 19:10:33 +02:00
  • d628866474 Merge branch 'master' of git://git.denx.de/u-boot-blackfin Wolfgang Denk 2010-10-05 14:42:32 +02:00
  • db682a0b59 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx Wolfgang Denk 2010-10-05 14:37:25 +02:00
  • bbf2abc0f5 Merge branch 'next' of git://git.denx.de/u-boot-video Wolfgang Denk 2010-10-05 14:31:48 +02:00
  • 709d9481e9 ppc44x: config GPIOs for USB on canyonlands board Rupjyoti Sarmah 2010-10-01 14:31:28 +05:30
  • eb011d27aa ppc4xx: Remove some testing hacks from ppc4xx.h Stefan Roese 2010-09-29 16:59:57 +02:00
  • 5d7c73e65b ppc4xx: Use common ns16550 functions in 4xx UART POST driver Stefan Roese 2010-09-29 16:58:38 +02:00
  • 98303292ad ppc4xx: Small whitespace cleanup in canyonlands.c Stefan Roese 2010-09-28 08:06:06 +02:00
  • 2778a01431 ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node() Stefan Roese 2010-09-24 13:51:50 +02:00
  • c96be63aab ppc4xx: Add defines for COM3 & COM4 (UART2 & UART3) on 440EPx/GRx Stefan Roese 2010-09-24 11:20:41 +02:00
  • f14ae4180a ppc4xx: Big lwmon5 board support rework/update Sascha Laue 2010-08-19 09:38:56 +02:00
  • d0e6665a24 APM821xx: Add bluestone board support Tirumala Marri 2010-09-28 14:15:21 -07:00
  • 1b8fec1393 APM821xx: Add CPU support Tirumala Marri 2010-09-28 14:15:14 -07:00
  • dd09985499 hmi1001, mucmc52, uc100, uc101: move boards to vendor directory Wolfgang Denk 2010-08-18 14:14:17 +02:00
  • d483a22eca CONFIG_SYS_ARM_WITHOUT_RELOC: document feature removal Wolfgang Denk 2010-09-29 11:25:55 +02:00
  • fcbd5b73d7 Blackfin: otp: fix build after constification of args[] Mike Frysinger 2010-10-02 14:31:32 -04:00
  • 4c95ff6419 Blackfin: bf537-pnav: increase monitor len Mike Frysinger 2010-10-01 19:42:08 -04:00
  • 504af55edf Blackfin: bf527-ad7160-eval: fix GPIO CS define Mike Frysinger 2010-10-01 16:59:19 -04:00
  • abaa5ba4e3 Blackfin: bf548-ezkit: bump SPI flash size up Mike Frysinger 2010-09-29 20:24:16 +00:00
  • d3c07a5d24 Blackfin: fix MMC init output alignment Mike Frysinger 2010-09-29 14:46:42 -04:00
  • 3bbed7f88a Blackfin: blackvme: new board port Wojtek Skulski 2010-09-27 18:21:59 -04:00
  • 48c00fe25c Blackfin: propagate target cpu defines when building embedded env Mike Frysinger 2010-09-26 07:00:38 +00:00
  • cec11d5014 Blackfin: cmd_gpio: accept upper case pin names Mike Frysinger 2010-09-24 15:34:08 -04:00
  • 301e66a956 Blackfin: bf526-ezbrd: enable BootROM-OOB layout when booting from NAND Mike Frysinger 2010-09-21 19:47:27 -04:00
  • 4cd4c2d20a Blackfin: adi config: enable nand lock/unlock support Mike Frysinger 2010-09-21 19:33:53 -04:00
  • 063993299f Blackfin: bct-brettl2: new board port Peter Meerwald 2010-09-20 14:08:57 -04:00
  • 56f0c57b4b Blackfin: adi config: allow boards to tweak a little more Mike Frysinger 2010-09-20 15:14:58 -04:00
  • 73b6f4046b Blackfin: cmd_gpio: return gpio value to caller Mike Frysinger 2010-09-20 13:46:29 -04:00
  • 581e97df38 Blackfin: bf527-sdp: new board port Mike Frysinger 2010-09-19 16:28:40 -04:00
  • c2d8b9652e Blackfin: adi config: add a hook for boards to append the env Mike Frysinger 2010-09-19 16:27:24 -04:00
  • f453220c1e Blackfin: adi config: add an "all spi flashes" option to unify board lists Mike Frysinger 2010-09-19 16:26:55 -04:00
  • 68409f844f Blackfin: support a 3rd gpio cfi pin Peter Meerwald 2010-09-17 13:02:42 -04:00
  • 1729615875 Blackfin: cmd_gpio: document/extend input sub-option Mike Frysinger 2010-08-13 15:48:09 -04:00
  • 821ad16fa9 Blackfin: move CONFIG_BFIN_CPU to board config.mk Mike Frysinger 2010-08-09 17:57:47 -04:00
  • 543ef36586 Blackfin: bf561: merge headers Mike Frysinger 2010-07-26 01:27:17 -04:00
  • c489762ac2 Blackfin: bf533: merge headers Mike Frysinger 2010-07-26 01:06:37 -04:00
  • 9615398dc2 Blackfin: unify core MMRs Mike Frysinger 2010-07-26 01:10:35 -04:00
  • aa79cbbf27 Blackfin: bf52x: unify arch header duplication Mike Frysinger 2010-07-26 01:05:41 -04:00
  • 9d291d816b Blackfin: bf537: unify arch header duplication Mike Frysinger 2010-07-26 01:04:38 -04:00
  • 94e3e444de Blackfin: punt old *p style volatile MMR defines Mike Frysinger 2010-07-25 16:39:45 -04:00
  • d56b7068ce Blackfin: bf527-ad7160-eval: convert from old style MMR macros Mike Frysinger 2010-07-25 17:19:36 -04:00
  • 5182186e8f Blackfin: cm-bf548: video: convert from old style MMR macros Mike Frysinger 2010-07-25 17:19:16 -04:00
  • bf0a29ca11 Blackfin: bf548-ezkit: video: convert from old style MMR macros Mike Frysinger 2010-07-25 17:19:00 -04:00
  • 989ab87e15 Blackfin: bf527-ezkit: video: convert from old style MMR macros Mike Frysinger 2010-07-25 17:18:42 -04:00
  • 0049053ff3 Blackfin: bf537-stamp: post: update old MMR style macros Mike Frysinger 2010-07-25 17:16:50 -04:00
  • 0c7148170b Blackfin: bfin_mac: convert from old style MMR macros Mike Frysinger 2010-07-25 16:38:12 -04:00
  • f47a5a83a2 Blackfin: punt headers for non-existent BF541 Mike Frysinger 2010-07-25 16:17:45 -04:00
  • 71dcc2c2b1 Blackfin: unify gpio cfi implementations Mike Frysinger 2010-07-24 03:54:19 -04:00
  • 6815f540db Blackfin: bfin_sdh: clean up send_cmd Mike Frysinger 2010-06-21 20:56:54 +00:00
  • 6f070e1867 Blackfin: bfin_spi: add optional DMA support Mike Frysinger 2010-05-05 00:56:30 -04:00
  • 2c0a6f2d4f Blackfin: add support for BF51x parts Mike Frysinger 2008-10-11 21:55:21 -04:00
  • 180e311f28 Blackfin: add support for BF538/BF539 processors Mike Frysinger 2008-08-07 13:10:41 -04:00