Commit Graph

  • ac426b7290 x86: Fix coreboot config to boot on Chromebook Simon Glass 2012-12-05 15:11:27 +00:00
  • d954a431ec x86: Turn on support for EFI's GPT in the coreboot config Gabe Black 2012-12-05 15:10:58 +00:00
  • cbca883c46 x86: coreboot: Enable video display Simon Glass 2012-11-03 11:41:42 +00:00
  • 058d59b08d x86: Build vga video code only if CONFIG_VIDEO_VGA is defined Simon Glass 2012-12-03 13:59:47 +00:00
  • a94e9d70e3 x86: Remove video_init() prototype from u-boot-x86.h Simon Glass 2012-11-03 11:41:41 +00:00
  • ae63057446 video: Check for valid FB pointer before clearing Duncan Laurie 2012-11-03 11:41:40 +00:00
  • c94663170b x86: drop unused code in coreboot.c Stefan Reinauer 2012-11-03 11:41:39 +00:00
  • 2b9d2252aa x86: Remove coreboot_ from file name Stefan Reinauer 2012-11-03 11:41:38 +00:00
  • 1350f1cce1 x86: Provide a way to throttle port80 accesses Vadim Bendebury 2012-11-03 11:41:37 +00:00
  • 7c71034d3c x86: Provide tick counter and frequency reference for Intel core architecture Vadim Bendebury 2012-12-03 13:59:20 +00:00
  • b83058cd23 x86: Issue SMI to finalize Coreboot in final stage Duncan Laurie 2012-11-03 11:41:35 +00:00
  • 488b8b242b x86: Fix MTRR clear to detect which MTRR to use Duncan Laurie 2012-12-03 13:59:00 +00:00
  • 300081aa68 x86: Emit port 80 post codes in show_boot_progress() Stefan Reinauer 2012-12-03 13:58:12 +00:00
  • 2712f08898 x86: fdt: Create basic .dtsi file for coreboot Simon Glass 2012-12-03 13:56:51 +00:00
  • ba74a0ffcb x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly Gabe Black 2012-11-03 11:41:31 +00:00
  • b208c7f1d0 x86: Add support for CONFIG_OF_CONTROL Gabe Black 2012-11-03 11:41:30 +00:00
  • 05b71646a9 x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading Stefan Reinauer 2012-11-03 11:41:29 +00:00
  • 91d82a29e7 x86: Add back cold- and warm-boot flags Gabe Black 2012-11-03 11:41:28 +00:00
  • 112a575e49 x86: Override calculate_relocation_address to use the e820 map Gabe Black 2012-12-03 14:26:08 +00:00
  • d65297b64d x86: Make calculate_relocation_address an overridable function Gabe Black 2012-11-03 11:41:26 +00:00
  • 842d33874f x86: Make the upper bound on relocated symbols closed instead of open Gabe Black 2012-11-03 11:41:25 +00:00
  • 32f98735f9 x86: Reorder x86's post relocation memory layout Gabe Black 2012-11-03 11:41:24 +00:00
  • 8313315b9a x86: Initialise SPI if enabled Gabe Black 2012-11-03 11:41:23 +00:00
  • ac31a7b81c x86: Implement arch_phys_memset so that it can wipe memory above 4GB Gabe Black 2012-10-23 18:04:46 +00:00
  • 40fef04906 Introduce arch_phys_memset which works like memset but on physical memory Gabe Black 2012-12-02 04:55:18 +00:00
  • ec516c4899 x86: Increase the size of the phys_size_t and phys_addr_t types Gabe Black 2012-10-23 18:04:44 +00:00
  • 0c3929092d x86: Fix off-by-one error in do_elf_reloc_fixups() Duncan Laurie 2012-10-23 18:04:43 +00:00
  • 984d8b09fb x86: Ignore memory >4GB when parsing Coreboot tables Duncan Laurie 2012-10-23 18:04:42 +00:00
  • 34d6057be1 x86: Enable CONFIG_CMD_ZBOOT for coreboot Simon Glass 2012-12-02 04:49:55 +00:00
  • 1484311286 x86: Fix indirect jmp warning in zimage.c Simon Glass 2012-10-23 18:04:40 +00:00
  • 17de114f9f x86: Clean up MTRR 7 right before jumping to the kernel Stefan Reinauer 2012-12-02 04:49:53 +00:00
  • 98568f0fa9 x86: Import MSR/MTRR code from Linux Graeme Russ 2012-12-02 04:55:11 +00:00
  • 61e0ea900a x86: Provide a function to clean up just before booting a zimage Stefan Reinauer 2012-10-23 18:04:37 +00:00
  • 095593c030 x86: Add basic cache operations Stefan Reinauer 2012-12-02 04:49:50 +00:00
  • 9a7da182fa x86: Fill in the dram info using the e820 map on coreboot/x86 Gabe Black 2012-10-23 18:04:35 +00:00
  • 3cdc18a8de x86: Add a CBMEM timestamp generated right before the kernel startup. Vadim Bendebury 2012-10-23 18:04:34 +00:00
  • 6dbe0cce3f x86: Enable coreboot timestamp facility support in u-boot. Vadim Bendebury 2012-10-23 18:04:33 +00:00
  • 2f899e03a9 x86: Add function to read time stamp counter Vadim Bendebury 2012-10-23 18:04:32 +00:00
  • 57be9172fc x86: gpio: Add additional GPIO banks to the ICH6 driver Bill Richardson 2012-10-20 11:44:36 +00:00
  • a7e6d5496c x86: Enable ICH6 GPIO controller for coreboot Simon Glass 2012-12-02 03:44:44 +00:00
  • 55ae10f8db x86: gpio: Add GPIO driver for Intel ICH6 and later. Bill Richardson 2012-10-20 11:44:34 +00:00
  • 6e266bf88b add include/u-boot.lst to .gitignore Luka Perkov 2012-11-17 08:22:47 +00:00
  • adb9d85139 README: Explain how to generate the CHANGELOG file. Robert P. J. Day 2012-11-14 02:03:20 +00:00
  • d4b901dd73 cmd_led.c: Standardize format of help and usage info. Robert P. J. Day 2012-11-11 10:39:07 +00:00
  • d060e6f441 Allow CONFIG_BOARD_SIZE_LIMIT to be specified in hex Joe Hershberger 2012-11-08 10:19:09 +00:00
  • 33699df12c part: check each variable for capability calculation Jerry Huang 2012-11-06 15:33:12 +00:00
  • e3ff797cdb cbfs: Add docbook template Simon Glass 2012-11-05 12:16:25 +00:00
  • 2592075776 cbfs: Remove mention of CREDITS files Simon Glass 2012-11-05 12:16:24 +00:00
  • 5fe8380db3 lzma: update to lzma sdk 9.20 Stefan Reinauer 2012-11-03 11:45:19 +00:00
  • 0851020479 MAKEALL: Add options for incremental building Joe Hershberger 2012-10-30 15:55:21 +00:00
  • c97d59cbda MAKEALL: Fix kill_children Joe Hershberger 2012-10-30 15:55:20 +00:00
  • 468ebf190a 4xx: Fix PCI memory mapping on CPCI405 boards Matthias Fuchs 2012-11-02 14:30:34 +01:00
  • fb3d2b8a3f Makefile: Add target for combined spl/u-boot.bin & u-boot.img Stefan Roese 2012-08-24 17:36:53 +02:00
  • b40bda6bd8 Makefile: Add possibility to set entry-point for u-boot.img Stefan Roese 2012-08-16 17:54:52 +02:00
  • 13b4f63949 mpc5200: Add a3m071 board support Stefan Roese 2012-08-14 15:04:19 +02:00
  • 083f2e08d2 mpc5200: Add SPL support Stefan Roese 2012-08-16 17:53:18 +02:00
  • d3aa8b8be2 env: Enable getenv_f() for SPL_BUILD Stefan Roese 2012-09-26 13:01:00 +02:00
  • ea8256f072 SPL: Port SPL framework to powerpc Stefan Roese 2012-08-23 08:34:21 +02:00
  • 966b11c749 powerpc: Extract EPAPR_MAGIC constants into processor.h Stefan Roese 2012-08-23 09:25:37 +02:00
  • a918a53c36 mxs: Staticize SPL functions Marek Vasut 2012-11-30 07:09:23 +00:00
  • 1230e7bc2d mxs: Properly setup VDDD in power supply setup code Marek Vasut 2012-11-30 05:22:13 +00:00
  • 77cb33bd25 mxs: Implement common function to setup VDDx Marek Vasut 2012-11-30 05:22:12 +00:00
  • 58bcadd9d0 mxs: Silence elftosb Marek Vasut 2012-11-30 03:04:24 +00:00
  • 893aabbead mx28: Rename regs-power.h to regs-power-mx28.h Marek Vasut 2012-11-24 14:15:51 +00:00
  • 3642b1c147 mx28: Remove SET, CLR, TOG ops from PLLxCTRL1 registers Marek Vasut 2012-11-24 14:03:21 +00:00
  • ce12a8c1a9 Merge branch 'master' of git://git.denx.de/u-boot-x86 Tom Rini 2012-12-03 06:47:05 -07:00
  • 339c511106 x86: Don't spam POST80 codes with slow IO functions Stefan Reinauer 2012-10-20 12:33:16 +00:00
  • a78d49473c x86: Define CONFIG_SYS_VSNPRINTF for coreboot Simon Glass 2012-10-20 12:33:15 +00:00
  • 5b1be1bd01 x86: Fix typo in pcat_timer.c Stefan Reinauer 2012-10-20 12:33:14 +00:00
  • 687c108b10 x86: Include types.h explicitly in the i386 version of io.h Gabe Black 2012-10-20 12:33:13 +00:00
  • 452b80ef8c x86: Add a dummy implementation for timer_get_us Gabe Black 2012-10-20 12:33:11 +00:00
  • f30fc4de41 x86: Add a default implementation for cleanup_before_linux() Gabe Black 2012-10-20 12:33:10 +00:00
  • 9ad4736e32 x86: Add a minimal device tree for alex x86 Gabe Black 2012-10-20 12:33:09 +00:00
  • 028a56289a x86: Add an fdt pointer to the global data structure Gabe Black 2012-10-20 12:33:08 +00:00
  • 17c40ad963 x86: video: Add coreboot framebuffer support Stefan Reinauer 2012-11-30 06:32:33 +00:00
  • 893db5956e x86: Remove coreboot start16 code Simon Glass 2012-10-20 12:33:06 +00:00
  • 5b5ece9ef4 x86: Allow compiling out realmode/bios code Gabe Black 2012-11-29 16:23:41 +00:00
  • 420a2ca73f x86: Select stdio devices for coreboot Simon Glass 2012-11-29 09:58:58 +00:00
  • b012bc94ac x86: Add console command to display CBMEM console buffer Vadim Bendebury 2012-10-12 18:48:48 +00:00
  • 98ab435f73 x86: Add CBMEM console driver for coreboot Vadim Bendebury 2012-10-12 18:48:47 +00:00
  • 402ed0048a x86: coreboot: Decode additional coreboot sysinfo tags Simon Glass 2012-10-12 18:48:46 +00:00
  • 93c1735f41 x86: coreboot: Drop sysinfo.c Stefan Reinauer 2012-10-12 18:48:45 +00:00
  • b04eb342af Merge branch 'master' of git://git.denx.de/u-boot-sh Tom Rini 2012-11-30 07:15:27 -07:00
  • f3269ad4e8 include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64s Nobuhiro Iwamatsu 2012-11-14 21:35:26 +00:00
  • 7c791b3f0a serial: serial_sh: bugfix: autoboot fails if serial console is not connected Tetsuyuki Kobayashi 2012-11-19 21:37:38 +00:00
  • 867da0d4fe sh: fix trigger_address_error() Yoshihiro Shimoda 2012-11-04 15:53:13 +00:00
  • b8715d8def Merge branch 'master' of git://git.denx.de/u-boot-fdt Tom Rini 2012-11-29 06:41:56 -07:00
  • f39612d360 fdt: Correct global_data condition in main Simon Glass 2012-11-28 07:54:58 +00:00
  • e57d9d15ee Merge branch 'master' of git://www.denx.de/git/u-boot-x86 Tom Rini 2012-11-28 13:44:40 -07:00
  • d02a568e9a x86: coreboot: Enable LPC TPM Simon Glass 2012-11-25 20:12:16 +00:00
  • cd23e6923f x86: Remove coreboot start16 code Simon Glass 2012-11-27 21:08:12 +00:00
  • 82e73f0e3d x86: coreboot: Implement recursively scanning PCI busses Gabe Black 2012-10-10 13:12:59 +00:00
  • 422322f288 x86: coreboot: Modify u-boot code to allow building coreboot payload Vadim Bendebury 2012-10-10 13:12:58 +00:00
  • 452f50f7cf x86: coreboot: Tell u-boot about PCI bus 0 when initializing Gabe Black 2012-10-10 13:12:57 +00:00
  • badcb343d7 x86: coreboot: Move non-board specific files to coreboot arch directory Stefan Reinauer 2012-10-10 13:12:56 +00:00
  • c953fbee54 x86: Add some missing includes Gabe Black 2012-10-10 13:12:55 +00:00
  • b16f521a5e x86: Allow excluding reset vector code from u-boot Gabe Black 2012-11-27 21:08:06 +00:00
  • 8a487a4417 x86: Add initial memory barrier macros Simon Glass 2012-10-10 13:12:53 +00:00
  • 8abebe3ead x86: Add ilog2 to bitops Graeme Russ 2012-11-27 15:38:38 +00:00
  • c73c6de60c x86: Remove duplicate PCI init Graeme Russ 2012-11-27 15:38:37 +00:00