Commit Graph

  • d1cd045982 x86: Emit post codes in startup code for Chromebooks Simon Glass 2014-11-12 22:42:09 -07:00
  • fce7b27683 x86: Build a .rom file which can be flashed to an x86 machine Simon Glass 2014-11-12 22:42:08 -07:00
  • 8ef07571a0 x86: Add chromebook_link board Simon Glass 2014-11-12 22:42:07 -07:00
  • c03c951b06 x86: ifdtool: Allow creation of an empty ROM Simon Glass 2014-11-12 22:42:06 -07:00
  • 5c1b685e46 x86: Allow timer calibration to work on ivybridge Simon Glass 2014-11-12 22:42:04 -07:00
  • a5eb04db1a x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory Masahiro Yamada 2014-11-13 12:28:41 +09:00
  • 727c1a9871 x86: Replace fill_processor_name() with cpu_get_name() Simon Glass 2014-11-10 18:00:26 -07:00
  • 003504b6fe x86: Remove unnecessary find_fdt(), prepare_fdt() functions Simon Glass 2014-11-10 18:00:25 -07:00
  • 21b9b14b49 x86: Add processor functions to halt and get stack pointer Simon Glass 2014-11-10 18:00:24 -07:00
  • 880a3cc438 x86: config: Move common x86 configs to a common file Simon Glass 2014-11-10 18:00:23 -07:00
  • cd392fe8a0 x86: Add ifdtool for working with Intel Flash Descriptor ROM images Simon Glass 2014-11-10 18:00:22 -07:00
  • e5901c94e3 dm: gpio: Add a function to read an ID from a list of GPIOs Simon Glass 2014-11-10 18:00:21 -07:00
  • 469a579df2 dm: serial: Move current serial port pointer to global_data Simon Glass 2014-11-10 18:00:20 -07:00
  • a9f04d49e5 fdt: Add a function to decode a variable-sized u32 array Simon Glass 2014-11-10 18:00:19 -07:00
  • 768e0f52f2 Move early malloc() to before arch_cpu_init() Simon Glass 2014-11-10 18:00:18 -07:00
  • 6cba6b9209 x86: Fix a warning with gcc 4.4.4 Simon Glass 2014-11-12 20:27:55 -07:00
  • 258b1357c6 x86: Save TSC frequency in the global data Bin Meng 2014-11-09 22:19:35 +08:00
  • 80de049561 x86: Add quick TSC calibration via PIT Bin Meng 2014-11-09 22:19:25 +08:00
  • 076bb44b0e x86: Do TSC MSR calibration only for known/supported CPUs Bin Meng 2014-11-09 22:19:13 +08:00
  • 52f952bf5e x86: Do CPU identification in the early phase Bin Meng 2014-11-09 22:18:56 +08:00
  • f67cd51e65 x86: Save the BIST value on reset Simon Glass 2014-11-06 13:20:10 -07:00
  • e1ffd81797 x86: Fix up some missing prototypes Simon Glass 2014-11-06 13:20:08 -07:00
  • 8b37c7694f x86: Use the standard arch_cpu_init() function Simon Glass 2014-11-06 13:20:06 -07:00
  • 07387d1769 x86: Use the standard dram_init() function Simon Glass 2014-11-06 13:20:05 -07:00
  • 76f90f3020 x86: Tidy up global descriptor table setup Simon Glass 2014-11-06 13:20:04 -07:00
  • 3c00695ee1 x86: Invalidate TLB as early as possible Simon Glass 2014-11-06 13:20:03 -07:00
  • 85d87328ea x86: Remove board_init16() call which is not used Simon Glass 2014-11-06 13:20:01 -07:00
  • bc48806161 x86: Remove REALMODE_BASE which is no longer used Simon Glass 2014-11-06 13:20:00 -07:00
  • 933cdbb479 fdt: Try to use fdt_address_cells()/fdt_size_cells() Simon Glass 2014-10-23 18:58:57 -06:00
  • 2640387148 fdt: Add a function to decode a named memory region Simon Glass 2014-10-23 18:58:56 -06:00
  • 41f09bbe59 fdt: Change fdt_pack_reg() to static and fix types Simon Glass 2014-10-23 18:58:55 -06:00
  • c654b5172a fdt: Add ft_system_setup() function for system device tree additions Simon Glass 2014-10-23 18:58:54 -06:00
  • 6f4dbc21e4 fdt: Tidy up error handling in image_setup_libfdt() Simon Glass 2014-10-23 18:58:53 -06:00
  • f3cc44f984 fdt: Enhance flashmap function to deal with region properties Simon Glass 2014-10-23 18:58:52 -06:00
  • 76489832b2 fdt: Use the correct return types for fdtdec_decode_region() Simon Glass 2014-10-23 18:58:51 -06:00
  • a9e8e29101 fdt: Export the fdt_find_or_add_subnode() function Simon Glass 2014-10-23 18:58:49 -06:00
  • 4ba98dc269 fdt: Report failure of ft_board_setup() Simon Glass 2014-10-23 18:58:48 -06:00
  • e895a4b06f fdt: Allow ft_board_setup() to report failure Simon Glass 2014-10-23 18:58:47 -06:00
  • 111396ccb9 linux/kernel.h: add typechecking to roundup macro Masahiro Yamada 2014-11-07 03:03:30 +09:00
  • 48c7ea3966 linux/kernel.h: import more macros Masahiro Yamada 2014-11-07 03:03:29 +09:00
  • cba1da495d include: move various macros to include/linux/kernel.h Masahiro Yamada 2014-11-07 03:03:28 +09:00
  • 9e57a1c3ad include/common.h: remove DIV_ROUND definition Masahiro Yamada 2014-11-07 03:03:27 +09:00
  • 4515992fc7 replace DIV_ROUND with DIV_ROUND_CLOSEST Masahiro Yamada 2014-11-07 03:03:26 +09:00
  • 3fd968e931 ARM: remove CONFIG_ARM1136 defines Masahiro Yamada 2014-11-06 14:59:37 +09:00
  • 5d7b131d41 ARM: remove CONFIG_ARM926EJS defines Masahiro Yamada 2014-11-06 14:59:36 +09:00
  • f2168440de ARM: remove CONFIG_ARM920T defines Masahiro Yamada 2014-11-06 14:59:35 +09:00
  • 7c8f61f80c ARM: remove CONFIG_ARM1176 defines Masahiro Yamada 2014-11-06 14:59:34 +09:00
  • 3fcfe80377 ARM: remove CONFIG_ARMV7 defines Masahiro Yamada 2014-11-06 14:59:33 +09:00
  • 593243d3a2 imx: imx6q/dlsabreauto: Add PMIC Pfuze100 support Ye.Li 2014-11-06 16:29:02 +08:00
  • 1f98e31bc0 imx: mx6sxsabresd: Use the pfuze common init function Ye.Li 2014-11-06 16:29:01 +08:00
  • f0fabb7945 imx: mx6sabresd: Use the pfuze common init function Ye.Li 2014-11-06 16:29:00 +08:00
  • 5051ff5fb0 imx: mx6sabre common: Factorize the Pfuze init function Ye.Li 2014-11-06 16:28:59 +08:00
  • 36523e9b0a power: pfuze100: Update definitions for buck regulators Ye.Li 2014-11-06 16:28:58 +08:00
  • d0fbca2a3a imx: mx6sxsabresd: Add board support for USDHC2 and USDHC3 Ye.Li 2014-11-04 15:36:40 +08:00
  • a3d6e38617 mmc: fsl_esdhc: Update esdhc driver for iMX6SX Ye.Li 2014-11-04 15:35:49 +08:00
  • ae80eecceb mx6sabresd: Access SRC_SBMR1 register via structure Fabio Estevam 2014-11-18 11:26:06 -02:00
  • b6d7810e5c tqma6: use imx_ddr_size Markus Niebel 2014-11-18 13:22:57 +01:00
  • fd53ec5baf tqma6: add warning on failed setup_i2c Markus Niebel 2014-11-18 13:22:56 +01:00
  • 8cc65d383e tqma6: add missing include Markus Niebel 2014-11-18 13:22:55 +01:00
  • 528354681a tqma6: (cosmetic) remove CONFIG_FLASH_SECTOR_SIZE Markus Niebel 2014-11-18 13:22:54 +01:00
  • 31b9023d84 mx6sabresd: Add mx6sabresd_spl_defconfig to MAINTAINERS entry Fabio Estevam 2014-11-16 23:49:48 -02:00
  • d7bc7e6031 mx6sxsabresd: Simplify the return value of setup_fec() Fabio Estevam 2014-11-16 23:44:42 -02:00
  • da5019e2b3 mx6slevk: Simplify the return value of setup_fec() Fabio Estevam 2014-11-16 23:44:41 -02:00
  • c9c41d0e2b mx6sabresd: State that only mx6q is supported in SPL Fabio Estevam 2014-11-15 14:57:52 -02:00
  • 1769502b53 mx53loco: Fix error handling in board_mmc_init() Fabio Estevam 2014-11-15 14:50:27 -02:00
  • 05beb8e012 wandboard: Fix error handling in board_mmc_init() Fabio Estevam 2014-11-15 14:50:26 -02:00
  • 3cb4b713e1 tools/msximage.c: fix warning about nptr possibly uninitialized Albert ARIBAUD 2014-11-14 16:16:44 +01:00
  • cdbdde3f56 mx6qsabreauto: Add parallel NOR flash support Fabio Estevam 2014-11-14 11:27:23 -02:00
  • 573960aca5 mx6: add weim registers Fabio Estevam 2014-11-14 11:27:22 -02:00
  • 32c81ea65c imx: consolidate set_chipselect_size function Fabio Estevam 2014-11-14 11:27:21 -02:00
  • 53b7f18044 mx6: Use a common SPL configuration file Fabio Estevam 2014-11-14 09:37:02 -02:00
  • 7d29acd9b7 novena: Move the DCD settings to spl code Fabio Estevam 2014-11-14 09:37:01 -02:00
  • e25fbe3fe5 gw_ventana: Move the DCD settings to spl code Fabio Estevam 2014-11-14 09:37:00 -02:00
  • 6e9b6bb5a0 mx6sabresd: Move the DCD settings to spl code Fabio Estevam 2014-11-14 09:36:59 -02:00
  • db544b9662 imx: fix exception vectors relocation in imx27 Albert ARIBAUD 2014-11-13 17:59:15 +01:00
  • 28970ef66d cosmetic: arm: fix whitespace in arch/arm/lib/relocate.S Albert ARIBAUD 2014-11-13 17:59:14 +01:00
  • adc5a667b8 imx: mx6slevk: Change default mmcdev to USDHC2 device Ye.Li 2014-11-04 15:26:04 +08:00
  • 05095535f6 imx:mx6sxsabresd fix pfuz probe failed Peng Fan 2014-10-31 11:08:06 +08:00
  • 7a139959d0 ARM: mxs: tools: Add support for boot progress display flag Alexey Ignatov 2014-10-12 01:43:30 +04:00
  • 4d70b34d7f Merge branch 'master' of git://git.denx.de/u-boot-ubi Tom Rini 2014-11-19 23:18:29 -05:00
  • c44d3cd1c4 Merge branch 'master' of git://git.denx.de/u-boot-i2c Tom Rini 2014-11-19 23:18:19 -05:00
  • f10834e166 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx Tom Rini 2014-11-19 23:17:13 -05:00
  • 3b4b9a3377 mmc: fsl_esdhc: fix f_max retrieval during init Markus Niebel 2014-10-24 11:44:53 +02:00
  • c35f869394 net/fm: add 2.5G SGMII support Shengzhou Liu 2014-10-23 17:20:57 +08:00
  • 3ce21c87c1 powerpc/t2080qds: fix for 1000BASE-KX Shaohui Xie 2014-10-20 19:51:21 +08:00
  • 0c6de8853b usb: ehci: do not set the LSB of Current qTD pointer Masahiro Yamada 2014-11-17 17:54:14 +09:00
  • 5632d15cf4 u_qe: add u_qe_upload_firmware for u_qe Zhao Qiang 2014-11-04 13:46:16 +08:00
  • d8222dbe42 arm: ls102xa: Fixed a register definition error Tang Yuantian 2014-10-09 16:11:37 +08:00
  • eaa859e7d2 qe: add qe support for ls1021a-twr board Zhao Qiang 2014-09-26 16:25:33 +08:00
  • 63e75fd7a3 qe: add qe support to ls1021aqds Zhao Qiang 2014-09-26 16:25:32 +08:00
  • 93d3320417 qe: add u-qe support to arm board Zhao Qiang 2014-09-25 13:52:25 +08:00
  • f0644da50e powerpc/t2080qds: fixup dtb for 10g-kr shaohui xie 2014-10-20 19:48:19 +08:00
  • 6c3c575008 config: MPC837X : Add complete USB EHCI support Nikhil Badola 2014-10-20 16:31:01 +05:30
  • 1b5c2b5133 powerpc/t4rdb: Fix CPLD timing Chunhe Lan 2014-10-20 16:03:15 +08:00
  • e9caf76032 board/t2080qds: add readme for t2080qds Shengzhou Liu 2014-10-17 18:49:13 +08:00
  • 5eabbae0ce P1023RDB: Update default environment Chunhe Lan 2014-10-17 16:24:06 +08:00
  • 5fc3494fdb powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usage Stefan Roese 2014-11-19 09:37:48 +01:00
  • c07e8da1a4 powerpc: mpc52xx: a3m071/a4m2k: Convert to generic board Stefan Roese 2014-11-19 09:37:47 +01:00
  • 746a36a107 powerpc: mpc52xx: a4m072: Convert to generic board Stefan Roese 2014-11-19 09:37:46 +01:00
  • 50dcf89d90 mpc83xx: Add gdsys hrcon board Dirk Eibach 2014-11-13 19:21:18 +01:00