Commit Graph

391 Commits (30181266b74f10fd901b0fc01c974a1196f8829d)

Author SHA1 Message Date
Bill Richardson 55ae10f8db x86: gpio: Add GPIO driver for Intel ICH6 and later. 13 years ago
Stefan Reinauer 339c511106 x86: Don't spam POST80 codes with slow IO functions 13 years ago
Stefan Reinauer 5b1be1bd01 x86: Fix typo in pcat_timer.c 13 years ago
Gabe Black 687c108b10 x86: Include types.h explicitly in the i386 version of io.h 13 years ago
Gabe Black 452b80ef8c x86: Add a dummy implementation for timer_get_us 13 years ago
Gabe Black f30fc4de41 x86: Add a default implementation for cleanup_before_linux() 13 years ago
Gabe Black 028a56289a x86: Add an fdt pointer to the global data structure 13 years ago
Gabe Black 5b5ece9ef4 x86: Allow compiling out realmode/bios code 13 years ago
Simon Glass 402ed0048a x86: coreboot: Decode additional coreboot sysinfo tags 13 years ago
Stefan Reinauer 93c1735f41 x86: coreboot: Drop sysinfo.c 13 years ago
Gabe Black 82e73f0e3d x86: coreboot: Implement recursively scanning PCI busses 13 years ago
Gabe Black 452f50f7cf x86: coreboot: Tell u-boot about PCI bus 0 when initializing 13 years ago
Stefan Reinauer badcb343d7 x86: coreboot: Move non-board specific files to coreboot arch directory 13 years ago
Gabe Black c953fbee54 x86: Add some missing includes 13 years ago
Gabe Black b16f521a5e x86: Allow excluding reset vector code from u-boot 13 years ago
Simon Glass 8a487a4417 x86: Add initial memory barrier macros 13 years ago
Graeme Russ 8abebe3ead x86: Add ilog2 to bitops 13 years ago
Graeme Russ c73c6de60c x86: Remove duplicate PCI init 13 years ago
Graeme Russ 8d61625d6a x86: Put global data on the stack 13 years ago
Graeme Russ e4fb611649 x86: Forward declare gd_t 13 years ago
Marek Vasut 8b493a5236 common: Discard the __u_boot_cmd section 13 years ago
Marek Vasut 556751427b common: Add .u_boot_list into all linker files 13 years ago
Simon Glass 55f97c1bfb x86: Change global data baudrate to int 13 years ago
Marek Vasut 036036d79c serial: Remove CONFIG_SERIAL_MULTI from remaining sources 13 years ago
Mike Frysinger 47fde91f0c global_data: unify global flag defines 13 years ago
Mike Frysinger de30122bb5 net: move bootfile init into eth_initialize 13 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 13 years ago
Mike Frysinger ae806cc6ab sc520: fix build warning about unused temp var 13 years ago
Graeme Russ a1d57b7aba x86: Convert board_init_f_r to a processing loop 14 years ago
Graeme Russ d47ab0ecde x86: Split init functions out of board.c 14 years ago
Graeme Russ b156ff09aa x86: Move relocation code out of board.c 14 years ago
Graeme Russ 8e18e6e173 x86: Move setup_pcat_compatibility() out of board.c 14 years ago
Graeme Russ d13640b7c4 x86: Move do_go_exec() out of board.c 14 years ago
Graeme Russ b843f31193 CHECKPATCH: arch/x86/lib/* 14 years ago
Graeme Russ 58c7a6751d x86: Tweak IDT and GDT for alignment and readability 14 years ago
Graeme Russ 98f1fa9fd4 x86: Allow cache before copy to RAM 14 years ago
Graeme Russ d653244b12 x86: Create weak init_cache() and default enable_caches() functions 14 years ago
Graeme Russ 3766bb33a5 x86: Set GD_FLG_RELOC after entering in-RAM copy of U-Boot 14 years ago
Graeme Russ 9e6c572ff0 x86: Use fs for global data 14 years ago
Graeme Russ 240ab5aa21 x86: Rework relocation calculations 14 years ago
Graeme Russ f48dd6fc6c x86: Simplify Flash-to-RAM code execution transition 14 years ago
Graeme Russ 74bfbe1ba5 x86: Rework Global Descriptor Table loading 14 years ago
Graeme Russ 109ad143f8 x86: Remove GDR related magic numbers 14 years ago
Graeme Russ 1176a7067a x86: Speed up copy-to-RAM and clear BSS operations 14 years ago
Graeme Russ b2c2a03842 x86: Import glibc memcpy implementation 14 years ago
Gabe Black 6f9d9986d5 x86: Add support for specifying an initrd with the zboot command 14 years ago
Gabe Black 69370d144a x86: Refactor the zboot innards so they can be reused with a vboot image 14 years ago
Gabe Black f08fa7a201 x86: Add infrastructure to extract an e820 table from the coreboot tables 14 years ago
Gabe Black 233dbc1194 x86: Add support for booting Linux using the 32 bit boot protocol 14 years ago
Gabe Black d3a2bc3fd1 x86: Clean up the x86 zimage code in preparation to extend it 14 years ago